aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/ArrayHashSet.java
Commit message (Expand)AuthorAgeFilesLines
* gluegen: use enhanced for-loops in ArrayHashSetHarvey Harrison2013-04-031-10/+9
* gluegen: use explicit ArrayList constructor to avoid @SuppressWarnings and cl...Harvey Harrison2013-04-031-4/+2
* ArrayHashSet: Add ctor w/ initialCapacity and (initialCapacity, loadFactor)Sven Gothel2013-04-011-4/+24
* 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