|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| ArrayHelper | |
| CollectionHelper | Various help for handling collections. |
| EmptyIterator | |
| IdentityMap<K,V> | A Map where keys are compared by object identity, rather than equals(). |
| IdentityMap.IdentityKey<K> | |
| IdentityMap.IdentityMapEntry<K,V> | |
| IdentitySet | Set implementation that use == instead of equals() as its comparison mechanism. |
| JoinedIterable<T> | An JoinedIterable is an Iterable that wraps a number of Iterables. |
| JoinedIterator | An JoinedIterator is an Iterator that wraps a number of Iterators. |
| LazyIterator | |
| LRUMap | A simple LRU cache that implements the Map interface. |
| SimpleMRUCache | Cache following a "Most Recently Used" (MRU) algorithm for maintaining a bounded in-memory size; the "Least Recently Used" (LRU) entry is the first available for removal from the cache. |
| SingletonIterator | |
| SoftLimitMRUCache | Cache following a "Most Recently Used" (MRU) algorithm for maintaining a bounded in-memory size; the "Least Recently Used" (LRU) entry is the first available for removal from the cache. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||