| Class | Description |
|---|---|
| ArrayHelper |
Provides additional helper methods for array handling.
|
| CollectionHelper | |
| ContainerHelper | Deprecated |
| EmptySortedSet |
Default implementation of an empty sorted set.
|
| LRUCache<KEYTYPE,VALUETYPE> |
A special ordered map, that has an upper limit of contained elements.
|
| LRUSet<ELEMENTTYPE> |
A special ordered set, that has an upper limit of contained elements.
|
| NonBlockingStack<ELEMENTTYPE> | |
| SingleElementMap<KEYTYPE,VALUETYPE> |
Map implementation that can only keep 0 or 1 element.
|
| SingleMapEntry<KEYTYPE,VALUETYPE> |
Simple implementation of Map.Entry.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.