Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gluegen: use enhanced for-loops in ArrayHashSet | Harvey Harrison | 2013-04-03 | 1 | -10/+9 |
* | gluegen: use explicit ArrayList constructor to avoid @SuppressWarnings and cl... | Harvey Harrison | 2013-04-03 | 1 | -4/+2 |
* | ArrayHashSet: Add ctor w/ initialCapacity and (initialCapacity, loadFactor) | Sven Gothel | 2013-04-01 | 1 | -4/+24 |
* | ArrayHashSet: Add Java Generics Syntax | Sven Gothel | 2011-08-24 | 1 | -37/+34 |
* | cleanup imports | Sven Gothel | 2011-02-26 | 1 | -0/+2 |
* | Adding 'containsSafe' .. allowing verification of hash code | Sven Gothel | 2010-11-05 | 1 | -2/+18 |
* | ArrayHashSet: List toList() -> ArrayList toArrayList() | Sven Gothel | 2010-10-26 | 1 | -7/+11 |
* | ArrayHashSet: Add 'getOrAdd(key)' identity method to conveniently get the ide... | Sven Gothel | 2010-10-23 | 1 | -5/+28 |
* | New jogamp.common.util.ArrayHashSet, providing O(1) queries/add and identity ... | Sven Gothel | 2010-10-23 | 1 | -0/+372 |