aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/IntIntHashMap.java
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | IntIntHashMap is now the single template used for all other maps.
* annotated certain token in IntIntHashMap for text substitution.Michael Bien2010-04-081-19/+20
| | | | build generates now via text substitution IntLong- and IntObjectHashmap in the pre-build phase.
* initial import of IntIntHashmap + JUnitTest including a benchmark.Michael Bien2010-04-081-0/+195