aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common/util/IntObjectHashMapTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Primitive HashMap: Add deep clone(); Fix containsValue() in case of Object ↵Sven Gothel2011-03-191-0/+210
values (using equals(Object)); Adding junit tests for clone(), capacity and IntObjectHashMap