|
Class Summary |
| AlphaNumericComparator |
A string token comparator recognizing numbers. |
| ArrayAsList |
An array implementation of the List interface avoiding
synchronization by making a new copy of its back-end array whenever it is
structurally modified. |
| ArrayAsList.ArrayIterator |
An inner class for iterators. |
| ArrayAsSet |
An implementation of the Set interface avoiding
synchronization by making a new copy of its back-end array whenever it is
structurally modified. |
| Collections |
Collection utilities. |
| ConcurrentAbstractMap |
An abstract class implementing the ConcurrentMap interface and
supporting thread-safe concurrent access with less synchronization than
Hashtable. |
| ConcurrentAbstractMap.Entry |
An inner class for chained hash lists. |
| ConcurrentLockMap |
A barrier based extension to the ConcurrentReadMap which works
with jdk version prior to 1.5. |
| ConcurrentReadMap |
An implementation of the Map interface that supports
thread-safe concurrent reading and exclusive writing. |
| ConcurrentReadSet |
An implementation of the Set interface backed by a
ConcurrentReadMap instance. |
| ConcurrentWriteMap |
An implementation of the Map interface that supports both
thread-safe concurrent reading and concurrent writing. |
| CounterCollection |
A collection returning Boolean.TRUE for the specified number of times. |
| CounterIterator |
An iterator returning Boolean.TRUE for the specified number of times. |
| DefaultComparator |
A default comparator. |
| KeyValue |
A settable key value class. |
| ModifiableCollection |
Extends UnmodifiableCollection by supporting modifications after cloning. |
| ModifiableList |
Extends UnmodifiableList by supporting modifications after cloning. |
| ModifiableMap |
Extends UnmodifiableMap by supporting modifications after cloning. |
| ModifiableSet |
Extends UnmodifiableSet by supporting modifications after cloning. |
| OrderedHashMap |
Extends ConcurrentReadMap by implementing the
OrderedMap interface. |
| OrderedHashSet |
An implementation of the OrderedSet interface backed by an
OrderedHashMap instance. |
| PropertyComparator |
A comparator for properties. |
| ReverseComparator |
A reverse comparator. |
| StringKeyHashSet |
An implementation of the OrderedSet interface applying string
representations of set elements as keys in comparisons. |
| UnmodifiableCollection |
An unmodifiable collection wrapper filtering out additions and removals. |
| UnmodifiableIterator |
An unmodifiable iterator wrapper filtering out removals. |
| UnmodifiableList |
An unmodifiable list wrapper filtering out additions and removals. |
| UnmodifiableListIterator |
An unmodifiable list iterator wrapper filtering out additions and removals. |
| UnmodifiableMap |
An unmodifiable map wrapper filtering out additions and removals. |
| UnmodifiableSet |
An unmodifiable set wrapper filtering out additions and removals. |
| WeakArrayList |
A variation of ArrayAsList storing internally its elements as weak
references. |
| WeakArrayList.ReferenceIterator |
An inner class for iterators. |