summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/IntIntHashMap.java
Commit message (Expand)AuthorAgeFilesLines
* 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