| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprectated classes and methods | Sven Gothel | 2015-10-15 | 1 | -24/+0 |
* | Add ArrayHashMap; Use 'supportNullValue' optimizing ArrayHashSet and ArrayHas... | Sven Gothel | 2015-04-01 | 1 | -38/+168 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -27/+27 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -7/+7 |
* | ArrayHashSet: Use final local vars if applicable | Sven Gothel | 2013-10-17 | 1 | -7/+7 |
* | ArrayHashSet: Add @Override | Sven Gothel | 2013-10-17 | 1 | -0/+27 |
* | 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 |