summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/ArrayHashSet.java
Commit message (Expand)AuthorAgeFilesLines
* ArrayHashSet: Add Java Generics SyntaxSven Gothel2011-08-241-37/+34
* cleanup importsSven Gothel2011-02-261-0/+2
* Adding 'containsSafe' .. allowing verification of hash codeSven Gothel2010-11-051-2/+18
* ArrayHashSet: List toList() -> ArrayList toArrayList()Sven Gothel2010-10-261-7/+11
* ArrayHashSet: Add 'getOrAdd(key)' identity method to conveniently get the ide...Sven Gothel2010-10-231-5/+28
* New jogamp.common.util.ArrayHashSet, providing O(1) queries/add and identity ...Sven Gothel2010-10-231-0/+372