aboutsummaryrefslogtreecommitdiffstats
path: root/test/junit/com/jogamp/common/util/IntIntHashMapTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Move HashMapTest to junit.run; Unify classes to only 'Test' in their name if ↵Sven Gothel2010-05-101-167/+0
| | | | they are a junit test.
* switched to nanoTime() and moved asserts to end of the benchmark.Michael Bien2010-04-271-18/+17
|
* IntIntHashMap (and friends) is now Iterable. Added iterator testcase.Michael Bien2010-04-211-0/+29
|
* annotated certain token in IntIntHashMap for text substitution.Michael Bien2010-04-081-3/+3
| | | | 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/+139