| Class | Description |
|---|---|
| ArrayHelper |
Provides additional helper methods for array handling.
|
| ContainerHelper | |
| EmptySortedSet |
Default implementation of an empty sorted set.
|
| LockedContainerHelper |
This is a helper class for accessing containers with explicit locking
|
| 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 © 2006–2015 phloc systems. All rights reserved.