aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/IntIntHashMap.java
Commit message (Expand)AuthorAgeFilesLines
* Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-141-3/+2
* IntIntHashMap: Reduce temp. ArrayList<Entry> instances in cloneSven Gothel2014-08-161-3/+4
* gluegen: relax private variable access to package-private for members accesse...Harvey Harrison2014-07-071-1/+1
* gluegen: remove unused imports, unneeded semicolons, add missing @Override an...Harvey Harrison2014-07-071-1/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-27/+27
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-171-0/+2
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-45/+45
* Fix Long*HashMap impl. of IntIntHashMap: Better 64bit hash value, using new H...Sven Gothel2013-03-121-12/+13
* IntIntHashMap: Add privileged for 'getDeclaredMethod(..)'; Add StringBuilder ...v2.0-rc11Sven Gothel2012-10-311-42/+75
* gluegen: generics annotations for various ArrayList/List useHarvey Harrison2012-10-151-1/+1
* Primitive HashMap: Add deep clone(); Fix containsValue() in case of Object va...Sven Gothel2011-03-191-8/+116
* small cleanup in uitl packageMichael Bien2011-02-261-9/+9
* LICENSE.txt changes:Sven Gothel2010-09-141-25/+26
* Minor additions to nio/Buffers, util/IntIntHashMap and os/NativeLibrarySven Gothel2010-06-051-0/+12
* Fix broken buildSven Gothel2010-04-281-1/+1
* small optimizations in fast pimitive HashMaps (Arrays.fill(), local variables).Michael Bien2010-04-271-19/+44
* IntIntHashMap (and friends) is now Iterable. Added iterator testcase.Michael Bien2010-04-211-5/+90
* added getKeyNotFoundValue() and some javadoc to IntIntHashMap.Michael Bien2010-04-211-13/+36
* Added keyNotFoundValue semantics, for primitve types it defaults to -1 now.Sven Gothel2010-04-191-3/+17
* merged LongInt with IntIntHashMap.Michael Bien2010-04-151-7/+21
* annotated certain token in IntIntHashMap for text substitution.Michael Bien2010-04-081-19/+20
* initial import of IntIntHashmap + JUnitTest including a benchmark.Michael Bien2010-04-081-0/+195