| Library: | Apache Jakarta Commons Collections |
| Version: | 3.2 |
| Compatibility: | JDK 1.4 |
| Name | Package | Description |
|---|---|---|
| AbstractBagDecorator | org.apache.commons.collections.bag | Decorates another Bag to provide additional behaviour. |
| AbstractBidiMapDecorator | org.apache.commons.collections.bidimap | Provides a base decorator that enables additional functionality to be added to a BidiMap via decoration. |
| AbstractBufferDecorator | org.apache.commons.collections.buffer | Decorates another Buffer to provide additional behaviour. |
| AbstractCollectionDecorator | org.apache.commons.collections.collection | Decorates another Collection to provide additional behaviour. |
| AbstractDualBidiMap | org.apache.commons.collections.bidimap | Abstract BidiMap implemented using two maps. |
| AbstractDualBidiMap.BidiMapIterator | org.apache.commons.collections.bidimap | Inner class MapIterator. |
| AbstractDualBidiMap.EntrySet | org.apache.commons.collections.bidimap | Inner class EntrySet. |
| AbstractDualBidiMap.EntrySetIterator | org.apache.commons.collections.bidimap | Inner class EntrySetIterator. |
| AbstractDualBidiMap.KeySet | org.apache.commons.collections.bidimap | Inner class KeySet. |
| AbstractDualBidiMap.KeySetIterator | org.apache.commons.collections.bidimap | Inner class KeySetIterator. |
| AbstractDualBidiMap.MapEntry | org.apache.commons.collections.bidimap | Inner class MapEntry. |
| AbstractDualBidiMap.Values | org.apache.commons.collections.bidimap | Inner class Values. |
| AbstractDualBidiMap.ValuesIterator | org.apache.commons.collections.bidimap | Inner class ValuesIterator. |
| AbstractDualBidiMap.View | org.apache.commons.collections.bidimap | Inner class View. |
| AbstractHashedMap | org.apache.commons.collections.map | An abstract implementation of a hash-based map which provides numerous points for subclasses to override. |
| AbstractHashedMap.EntrySet | org.apache.commons.collections.map | EntrySet implementation. |
| AbstractHashedMap.EntrySetIterator | org.apache.commons.collections.map | EntrySet iterator. |
| AbstractHashedMap.HashEntry | org.apache.commons.collections.map | HashEntry used to store the data. |
| AbstractHashedMap.HashIterator | org.apache.commons.collections.map | Base Iterator |
| AbstractHashedMap.HashMapIterator | org.apache.commons.collections.map | MapIterator implementation. |
| AbstractHashedMap.KeySet | org.apache.commons.collections.map | KeySet implementation. |
| AbstractHashedMap.KeySetIterator | org.apache.commons.collections.map | KeySet iterator. |
| AbstractHashedMap.Values | org.apache.commons.collections.map | Values implementation. |
| AbstractHashedMap.ValuesIterator | org.apache.commons.collections.map | Values iterator. |
| AbstractIteratorDecorator | org.apache.commons.collections.iterators | Provides basic behaviour for decorating an iterator with extra functionality. |
| AbstractKeyValue | org.apache.commons.collections.keyvalue | Abstract pair class to assist with creating KeyValue
and Map.Entry implementations. |
| AbstractLinkedList | org.apache.commons.collections.list | An abstract implementation of a linked list which provides numerous points for subclasses to override. |
| AbstractLinkedList.LinkedListIterator | org.apache.commons.collections.list | A list iterator over the linked list. |
| AbstractLinkedList.LinkedSubList | org.apache.commons.collections.list | The sublist implementation for AbstractLinkedList. |
| AbstractLinkedList.LinkedSubListIterator | org.apache.commons.collections.list | A list iterator over the linked sub list. |
| AbstractLinkedList.Node | org.apache.commons.collections.list | A node within the linked list. |
| AbstractLinkedMap | org.apache.commons.collections.map | An abstract implementation of a hash-based map that links entries to create an ordered map and which provides numerous points for subclasses to override. |
| AbstractLinkedMap.EntrySetIterator | org.apache.commons.collections.map | EntrySet iterator. |
| AbstractLinkedMap.KeySetIterator | org.apache.commons.collections.map | KeySet iterator. |
| AbstractLinkedMap.LinkEntry | org.apache.commons.collections.map | LinkEntry that stores the data. |
| AbstractLinkedMap.LinkIterator | org.apache.commons.collections.map | Base Iterator that iterates in link order. |
| AbstractLinkedMap.LinkMapIterator | org.apache.commons.collections.map | MapIterator implementation. |
| AbstractLinkedMap.ValuesIterator | org.apache.commons.collections.map | Values iterator. |
| AbstractListDecorator | org.apache.commons.collections.list | Decorates another List to provide additional behaviour. |
| AbstractListIteratorDecorator | org.apache.commons.collections.iterators | Provides basic behaviour for decorating a list iterator with extra functionality. |
| AbstractMapBag | org.apache.commons.collections.bag | Abstract implementation of the Bag interface to simplify the creation of subclass implementations. |
| AbstractMapBag.MutableInteger | org.apache.commons.collections.bag | Mutable integer class for storing the data. |
| AbstractMapDecorator | org.apache.commons.collections.map | Provides a base decorator that enables additional functionality to be added to a Map via decoration. |
| AbstractMapEntry | org.apache.commons.collections.keyvalue | Abstract Pair class to assist with creating correct Map.Entry implementations. |
| AbstractMapEntryDecorator | org.apache.commons.collections.keyvalue | Provides a base decorator that allows additional functionality to be added to a Map.Entry . |
| AbstractMapIteratorDecorator | org.apache.commons.collections.iterators | Provides basic behaviour for decorating a map iterator with extra functionality. |
| AbstractOrderedBidiMapDecorator | org.apache.commons.collections.bidimap | Provides a base decorator that enables additional functionality to be added to an OrderedBidiMap via decoration. |
| AbstractOrderedMapDecorator | org.apache.commons.collections.map | Provides a base decorator that enables additional functionality to be added to an OrderedMap via decoration. |
| AbstractOrderedMapIteratorDecorator | org.apache.commons.collections.iterators | Provides basic behaviour for decorating an ordered map iterator with extra functionality. |
| AbstractReferenceMap | org.apache.commons.collections.map | An abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector. |
| AbstractReferenceMap.ReferenceEntry | org.apache.commons.collections.map | A MapEntry implementation for the map. |
| AbstractSerializableCollectionDecorator | org.apache.commons.collections.collection | Serializable subclass of AbstractCollectionDecorator. |
| AbstractSerializableListDecorator | org.apache.commons.collections.list | Serializable subclass of AbstractListDecorator. |
| AbstractSerializableSetDecorator | org.apache.commons.collections.set | Serializable subclass of AbstractSetDecorator. |
| AbstractSetDecorator | org.apache.commons.collections.set | Decorates another Set to provide additional behaviour. |
| AbstractSortedBagDecorator | org.apache.commons.collections.bag | Decorates another SortedBag to provide additional behaviour. |
| AbstractSortedBidiMapDecorator | org.apache.commons.collections.bidimap | Provides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration. |
| AbstractSortedMapDecorator | org.apache.commons.collections.map | Provides a base decorator that enables additional functionality to be added to a Map via decoration. |
| AbstractSortedSetDecorator | org.apache.commons.collections.set | Decorates another SortedSet to provide additional behaviour. |
| AllPredicate | org.apache.commons.collections.functors | Predicate implementation that returns true if all the predicates return true. |
| AndPredicate | org.apache.commons.collections.functors | Predicate implementation that returns true if both the predicates return true. |
| AnyPredicate | org.apache.commons.collections.functors | Predicate implementation that returns true if any of the predicates return true. |
| ArrayIterator | org.apache.commons.collections.iterators | Implements an Iterator over any array. |
| ArrayListIterator | org.apache.commons.collections.iterators | Implements a ListIterator over an array. |
| ArrayStack | org.apache.commons.collections | An implementation of the Stack API that is based on an
ArrayList instead of a Vector, so it is not
synchronized to protect against multi-threaded access. |
| BagUtils | org.apache.commons.collections | Provides utility methods and decorators for Bag and SortedBag instances. |
| BeanMap | org.apache.commons.collections | An implementation of Map for JavaBeans which uses introspection to get and put properties in the bean. |
| BeanMap.MyMapEntry | org.apache.commons.collections | Map entry used by BeanMap . |
| BinaryHeap | org.apache.commons.collections | Binary heap implementation of PriorityQueue. |
| BlockingBuffer | org.apache.commons.collections.buffer | Decorates another Buffer to make get() and
remove() block when the Buffer is empty. |
| BooleanComparator | org.apache.commons.collections.comparators | A Comparator for Boolean objects that can sort either true or false first. |
| BoundedBuffer | org.apache.commons.collections.buffer | Decorates another Buffer to ensure a fixed maximum size. |
| BoundedFifoBuffer | org.apache.commons.collections | The BoundedFifoBuffer is a very efficient implementation of Buffer that does not alter the size of the buffer at runtime. |
| BoundedFifoBuffer | org.apache.commons.collections.buffer | The BoundedFifoBuffer is a very efficient implementation of
Buffer that is of a fixed size. |
| BufferUtils | org.apache.commons.collections | Provides utility methods and decorators for Buffer instances. |
| CaseInsensitiveMap | org.apache.commons.collections.map | A case-insensitive Map. |
| ChainedClosure | org.apache.commons.collections.functors | Closure implementation that chains the specified closures together. |
| ChainedTransformer | org.apache.commons.collections.functors | Transformer implementation that chains the specified transformers together. |
| CircularFifoBuffer | org.apache.commons.collections.buffer | CircularFifoBuffer is a first in first out buffer with a fixed size that replaces its oldest element if full. |
| CloneTransformer | org.apache.commons.collections.functors | Transformer implementation that returns a clone of the input object. |
| ClosureTransformer | org.apache.commons.collections.functors | Transformer implementation that calls a Closure using the input object and then returns the input. |
| ClosureUtils | org.apache.commons.collections | ClosureUtils provides reference implementations and utilities
for the Closure functor interface. |
| CollatingIterator | org.apache.commons.collections.iterators | Provides an ordered iteration over the elements contained in a collection of ordered Iterators. |
| CollectionUtils | org.apache.commons.collections | Provides utility methods and decorators for Collection instances. |
| ComparableComparator | org.apache.commons.collections.comparators | A Comparator that compares Comparable objects. |
| ComparatorChain | org.apache.commons.collections.comparators | A ComparatorChain is a Comparator that wraps one or more Comparators in sequence. |
| ComparatorUtils | org.apache.commons.collections | Provides convenient static utility methods for Comparator
objects. |
| CompositeCollection | org.apache.commons.collections.collection | Decorates a collection of other collections to provide a single unified view. |
| CompositeMap | org.apache.commons.collections.map | Decorates a map of other maps to provide a single unified view. |
| CompositeSet | org.apache.commons.collections.set | Decorates a set of other sets to provide a single unified view. |
| ConstantFactory | org.apache.commons.collections.functors | Factory implementation that returns the same constant each time. |
| ConstantTransformer | org.apache.commons.collections.functors | Transformer implementation that returns the same constant each time. |
| CursorableLinkedList | org.apache.commons.collections | A doubly-linked list implementation of the List interface, supporting a ListIterator that allows concurrent modifications to the underlying list. |
| CursorableLinkedList | org.apache.commons.collections.list | A List implementation with a ListIterator that
allows concurrent modifications to the underlying list. |
| CursorableLinkedList.Cursor | org.apache.commons.collections | No description provided. |
| CursorableLinkedList.Cursor | org.apache.commons.collections.list | An extended ListIterator that allows concurrent changes to
the underlying list. |
| CursorableLinkedList.SubCursor | org.apache.commons.collections.list | A cursor for the sublist based on LinkedSubListIterator. |
| DefaultedMap | org.apache.commons.collections.map | Decorates another Map returning a default value if the map
does not contain the requested key. |
| DefaultKeyValue | org.apache.commons.collections.keyvalue | A mutable KeyValue pair that does not implement
Map.Entry . |
| DefaultMapBag | org.apache.commons.collections | A skeletal implementation of the Bag interface to minimize the effort required for target implementations. |
| DefaultMapEntry | org.apache.commons.collections | A default implementation of Map.Entry |
| DefaultMapEntry | org.apache.commons.collections.keyvalue | A restricted implementation of Map.Entry that prevents
the Map.Entry contract from being broken. |
| DoubleOrderedMap | org.apache.commons.collections | Red-Black tree-based implementation of Map. |
| DualHashBidiMap | org.apache.commons.collections.bidimap | Implementation of BidiMap that uses two HashMap instances. |
| DualTreeBidiMap | org.apache.commons.collections.bidimap | Implementation of BidiMap that uses two TreeMap instances. |
| DualTreeBidiMap.BidiOrderedMapIterator | org.apache.commons.collections.bidimap | Inner class MapIterator. |
| DualTreeBidiMap.ViewMap | org.apache.commons.collections.bidimap | Internal sorted map view. |
| EmptyIterator | org.apache.commons.collections.iterators | Provides an implementation of an empty iterator. |
| EmptyListIterator | org.apache.commons.collections.iterators | Provides an implementation of an empty list iterator. |
| EmptyMapIterator | org.apache.commons.collections.iterators | Provides an implementation of an empty map iterator. |
| EmptyOrderedIterator | org.apache.commons.collections.iterators | Provides an implementation of an empty ordered iterator. |
| EmptyOrderedMapIterator | org.apache.commons.collections.iterators | Provides an implementation of an empty ordered map iterator. |
| EntrySetMapIterator | org.apache.commons.collections.iterators | Implements a MapIterator using a Map entrySet. |
| EnumerationIterator | org.apache.commons.collections.iterators | Adapter to make Enumeration instances appear to be Iterator instances. |
| EnumerationUtils | org.apache.commons.collections | Provides utility methods for Enumeration instances. |
| EqualPredicate | org.apache.commons.collections.functors | Predicate implementation that returns true if the input is the same object as the one stored in this predicate by equals. |
| ExceptionClosure | org.apache.commons.collections.functors | Closure implementation that always throws an exception. |
| ExceptionFactory | org.apache.commons.collections.functors | Factory implementation that always throws an exception. |
| ExceptionPredicate | org.apache.commons.collections.functors | Predicate implementation that always throws an exception. |
| ExceptionTransformer | org.apache.commons.collections.functors | Transformer implementation that always throws an exception. |
| ExtendedProperties | org.apache.commons.collections | This class extends normal Java properties by adding the possibility to use the same key many times concatenating the value strings instead of overwriting them. |
| FactoryTransformer | org.apache.commons.collections.functors | Transformer implementation that calls a Factory and returns the result. |
| FactoryUtils | org.apache.commons.collections | FactoryUtils provides reference implementations and utilities
for the Factory functor interface. |
| FalsePredicate | org.apache.commons.collections.functors | Predicate implementation that always returns false. |
| FastArrayList | org.apache.commons.collections | A customized implementation of |
| FastHashMap | org.apache.commons.collections | A customized implementation of |
| FastTreeMap | org.apache.commons.collections | A customized implementation of |
| FilterIterator | org.apache.commons.collections.iterators | Decorates another Iterator using a predicate to filter elements. |
| FilterListIterator | org.apache.commons.collections.iterators | Decorates another ListIterator using a predicate to filter elements. |
| FixedOrderComparator | org.apache.commons.collections.comparators | A Comparator which imposes a specific order on a specific set of Objects. |
| FixedSizeList | org.apache.commons.collections.list | Decorates another List to fix the size preventing add/remove. |
| FixedSizeMap | org.apache.commons.collections.map | Decorates another Map to fix the size, preventing add/remove. |
| FixedSizeSortedMap | org.apache.commons.collections.map | Decorates another SortedMap to fix the size blocking add/remove. |
| Flat3Map | org.apache.commons.collections.map | A Map implementation that stores data in simple fields until
the size is greater than 3. |
| ForClosure | org.apache.commons.collections.functors | Closure implementation that calls another closure n times, like a for loop. |
| GrowthList | org.apache.commons.collections.list | Decorates another List to make it seamlessly grow when
indices larger than the list size are used on add and set,
avoiding most IndexOutOfBoundsExceptions. |
| HashBag | org.apache.commons.collections | A Bag that is backed by a HashMap . |
| HashBag | org.apache.commons.collections.bag | Implements Bag, using a HashMap to provide the
data storage. |
| HashedMap | org.apache.commons.collections.map | A Map implementation that is a general purpose alternative
to HashMap. |
| IdentityMap | org.apache.commons.collections.map | A Map implementation that matches keys and values based
on == not equals(). |
| IdentityMap.IdentityEntry | org.apache.commons.collections.map | HashEntry |
| IdentityPredicate | org.apache.commons.collections.functors | Predicate implementation that returns true if the input is the same object as the one stored in this predicate. |
| IfClosure | org.apache.commons.collections.functors | Closure implementation acts as an if statement calling one or other closure based on a predicate. |
| InstanceofPredicate | org.apache.commons.collections.functors | Predicate implementation that returns true if the input is an instanceof the type stored in this predicate. |
| InstantiateFactory | org.apache.commons.collections.functors | Factory implementation that creates a new object instance by reflection. |
| InstantiateTransformer | org.apache.commons.collections.functors | Transformer implementation that creates a new object instance by reflection. |
| InvokerTransformer | org.apache.commons.collections.functors | Transformer implementation that creates a new object instance by reflection. |
| IteratorChain | org.apache.commons.collections.iterators | An IteratorChain is an Iterator that wraps a number of Iterators. |
| IteratorEnumeration | org.apache.commons.collections.iterators | Adapter to make an Iterator instance appear to be an Enumeration instance. |
| IteratorUtils | org.apache.commons.collections | Provides static utility methods and decorators for Iterator instances. |
| LazyList | org.apache.commons.collections.list | Decorates another List to create objects in the list on demand. |
| LazyMap | org.apache.commons.collections.map | Decorates another Map to create objects in the map on demand. |
| LazySortedMap | org.apache.commons.collections.map | Decorates another SortedMap to create objects in the map on demand. |
| LinkedMap | org.apache.commons.collections.map | A Map implementation that maintains the order of the entries. |
| ListIteratorWrapper | org.apache.commons.collections.iterators | Converts an iterator into a list iterator by caching the returned entries. |
| ListOrderedMap | org.apache.commons.collections.map | Decorates a Map to ensure that the order of addition is retained
using a List to maintain order. |
| ListOrderedSet | org.apache.commons.collections.set | Decorates another Set to ensure that the order of addition
is retained and used by the iterator. |
| ListUtils | org.apache.commons.collections | Provides utility methods and decorators for List instances. |
| LoopingIterator | org.apache.commons.collections.iterators | An Iterator that restarts when it reaches the end. |
| LoopingListIterator | org.apache.commons.collections.iterators | A ListIterator that restarts when it reaches the end or when it reaches the beginning. |
| LRUMap | org.apache.commons.collections | An implementation of a Map which has a maximum size and uses a Least Recently Used algorithm to remove items from the Map when the maximum size is reached and new items are added. |
| LRUMap | org.apache.commons.collections.map | A Map implementation with a fixed maximum size which removes
the least recently used entry if an entry is added when full. |
| MapBackedSet | org.apache.commons.collections.set | Decorates a Map to obtain Set behaviour. |
| MapTransformer | org.apache.commons.collections.functors | Transformer implementation that returns the value held in a specified map using the input parameter as a key. |
| MapUtils | org.apache.commons.collections | Provides utility methods and decorators for Map and SortedMap instances. |
| MultiHashMap | org.apache.commons.collections | MultiHashMap is the default implementation of the
MultiMap interface. |
| MultiKey | org.apache.commons.collections.keyvalue | A MultiKey allows multiple map keys to be merged together. |
| MultiKeyMap | org.apache.commons.collections.map | A Map implementation that uses multiple keys to map the value. |
| MultiValueMap | org.apache.commons.collections.map | A MultiValueMap decorates another map, allowing it to have more than one value for a key. |
| NodeCachingLinkedList | org.apache.commons.collections.list | A List implementation that stores a cache of internal Node objects
in an effort to reduce wasteful object creation. |
| NonePredicate | org.apache.commons.collections.functors | Predicate implementation that returns true if none of the predicates return true. |
| NOPClosure | org.apache.commons.collections.functors | Closure implementation that does nothing. |
| NOPTransformer | org.apache.commons.collections.functors | Transformer implementation that does nothing. |
| NotNullPredicate | org.apache.commons.collections.functors | Predicate implementation that returns true if the input is not null. |
| NotPredicate | org.apache.commons.collections.functors | Predicate implementation that returns the opposite of the decorated predicate. |
| NullComparator | org.apache.commons.collections.comparators | A Comparator that will compare nulls to be either lower or higher than other objects. |
| NullIsExceptionPredicate | org.apache.commons.collections.functors | Predicate implementation that throws an exception if the input is null. |
| NullIsFalsePredicate | org.apache.commons.collections.functors | Predicate implementation that returns false if the input is null. |
| NullIsTruePredicate | org.apache.commons.collections.functors | Predicate implementation that returns true if the input is null. |
| NullPredicate | org.apache.commons.collections.functors | Predicate implementation that returns true if the input is null. |
| ObjectArrayIterator | org.apache.commons.collections.iterators | An Iterator over an array of objects. |
| ObjectArrayListIterator | org.apache.commons.collections.iterators | Implements a ListIterator over an array of objects. |
| ObjectGraphIterator | org.apache.commons.collections.iterators | An Iterator that can traverse multiple iterators down an object graph. |
| OnePredicate | org.apache.commons.collections.functors | Predicate implementation that returns true if only one of the predicates return true. |
| OrPredicate | org.apache.commons.collections.functors | Predicate implementation that returns true if either of the predicates return true. |
| PredicatedBag | org.apache.commons.collections.bag | Decorates another Bag to validate that additions
match a specified predicate. |
| PredicatedBuffer | org.apache.commons.collections.buffer | Decorates another Buffer to validate that additions
match a specified predicate. |
| PredicatedCollection | org.apache.commons.collections.collection | Decorates another Collection to validate that additions
match a specified predicate. |
| PredicatedList | org.apache.commons.collections.list | Decorates another List to validate that all additions
match a specified predicate. |
| PredicatedList.PredicatedListIterator | org.apache.commons.collections.list | Inner class Iterator for the PredicatedList |
| PredicatedMap | org.apache.commons.collections.map | Decorates another Map to validate that additions
match a specified predicate. |
| PredicatedSet | org.apache.commons.collections.set | Decorates another Set to validate that all additions
match a specified predicate. |
| PredicatedSortedBag | org.apache.commons.collections.bag | Decorates another SortedBag to validate that additions
match a specified predicate. |
| PredicatedSortedMap | org.apache.commons.collections.map | Decorates another SortedMap to validate that additions
match a specified predicate. |
| PredicatedSortedSet | org.apache.commons.collections.set | Decorates another SortedSet to validate that all additions
match a specified predicate. |
| PredicateTransformer | org.apache.commons.collections.functors | Transformer implementation that calls a Predicate using the input object and then returns the input. |
| PredicateUtils | org.apache.commons.collections | PredicateUtils provides reference implementations and utilities
for the Predicate functor interface. |
| PriorityBuffer | org.apache.commons.collections.buffer | Binary heap implementation of Buffer that provides for
removal based on Comparator ordering. |
| PrototypeFactory | org.apache.commons.collections.functors | Factory implementation that creates a new instance each time based on a prototype. |
| ProxyIterator | org.apache.commons.collections.iterators | A Proxy Iterator which delegates its methods to a proxy instance. |
| ProxyListIterator | org.apache.commons.collections.iterators | A proxy ListIterator which delegates its methods to a proxy instance. |
| ProxyMap | org.apache.commons.collections | This |
| ReferenceIdentityMap | org.apache.commons.collections.map | A Map implementation that allows mappings to be
removed by the garbage collector and matches keys and values based
on == not equals(). |
| ReferenceMap | org.apache.commons.collections | Hash-based Map implementation that allows mappings to be removed by the garbage collector. |
| ReferenceMap | org.apache.commons.collections.map | A Map implementation that allows mappings to be
removed by the garbage collector. |
| ReverseComparator | org.apache.commons.collections.comparators | Reverses the order of another comparator by reversing the arguments to its compare method. |
| ReverseListIterator | org.apache.commons.collections.iterators | Iterates backwards through a List, starting with the last element and continuing to the first. |
| SequencedHashMap | org.apache.commons.collections | A map of objects whose mapping entries are sequenced based on the order in which they were added. |
| SetUniqueList | org.apache.commons.collections.list | Decorates a List to ensure that no duplicates are present
much like a Set. |
| SetUtils | org.apache.commons.collections | Provides utility methods and decorators for Set and SortedSet instances. |
| SingletonIterator | org.apache.commons.collections.iterators | SingletonIterator is an Iterator over a single
object instance. |
| SingletonListIterator | org.apache.commons.collections.iterators | SingletonIterator is an ListIterator over a single
object instance. |
| SingletonMap | org.apache.commons.collections.map | A Map implementation that holds a single item and is fixed size. |
| StaticBucketMap | org.apache.commons.collections | A StaticBucketMap is an efficient, thread-safe implementation of
java.util.Map that performs well in in a highly
thread-contentious environment. |
| StaticBucketMap | org.apache.commons.collections.map | A StaticBucketMap is an efficient, thread-safe implementation of
java.util.Map that performs well in in a highly
thread-contentious environment. |
| StringValueTransformer | org.apache.commons.collections.functors | Transformer implementation that returns the result of calling
String.valueOf on the input object. |
| SwitchClosure | org.apache.commons.collections.functors | Closure implementation calls the closure whose predicate returns true, like a switch statement. |
| SwitchTransformer | org.apache.commons.collections.functors | Transformer implementation calls the transformer whose predicate returns true, like a switch statement. |
| SynchronizedBag | org.apache.commons.collections.bag | Decorates another Bag to synchronize its behaviour
for a multi-threaded environment. |
| SynchronizedBuffer | org.apache.commons.collections.buffer | Decorates another Buffer to synchronize its behaviour
for a multi-threaded environment. |
| SynchronizedCollection | org.apache.commons.collections.collection | Decorates another Collection to synchronize its behaviour
for a multi-threaded environment. |
| SynchronizedList | org.apache.commons.collections.list | Decorates another List to synchronize its behaviour
for a multi-threaded environment. |
| SynchronizedPriorityQueue | org.apache.commons.collections | A thread safe version of the PriorityQueue. |
| SynchronizedSet | org.apache.commons.collections.set | Decorates another Set to synchronize its behaviour for a
multi-threaded environment. |
| SynchronizedSortedBag | org.apache.commons.collections.bag | Decorates another SortedBag to synchronize its behaviour
for a multi-threaded environment. |
| SynchronizedSortedSet | org.apache.commons.collections.set | Decorates another SortedSet to synchronize its behaviour
for a multi-threaded environment. |
| TiedMapEntry | org.apache.commons.collections.keyvalue | A Map.Entry tied to a map underneath. |
| TransformedBag | org.apache.commons.collections.bag | Decorates another Bag to transform objects that are added. |
| TransformedBuffer | org.apache.commons.collections.buffer | Decorates another Buffer to transform objects that are added. |
| TransformedCollection | org.apache.commons.collections.collection | Decorates another Collection to transform objects that are added. |
| TransformedList | org.apache.commons.collections.list | Decorates another List to transform objects that are added. |
| TransformedList.TransformedListIterator | org.apache.commons.collections.list | Inner class Iterator for the TransformedList |
| TransformedMap | org.apache.commons.collections.map | Decorates another Map to transform objects that are added. |
| TransformedPredicate | org.apache.commons.collections.functors | Predicate implementation that transforms the given object before invoking
another Predicate. |
| TransformedSet | org.apache.commons.collections.set | Decorates another Set to transform objects that are added. |
| TransformedSortedBag | org.apache.commons.collections.bag | Decorates another SortedBag to transform objects that are added. |
| TransformedSortedMap | org.apache.commons.collections.map | Decorates another SortedMap to transform objects that are added. |
| TransformedSortedSet | org.apache.commons.collections.set | Decorates another SortedSet to transform objects that are added. |
| TransformerClosure | org.apache.commons.collections.functors | Closure implementation that calls a Transformer using the input object and ignore the result. |
| TransformerPredicate | org.apache.commons.collections.functors | Predicate implementation that returns the result of a transformer. |
| TransformerUtils | org.apache.commons.collections | TransformerUtils provides reference implementations and
utilities for the Transformer functor interface. |
| TransformingComparator | org.apache.commons.collections.comparators | Decorates another Comparator with transformation behavior. |
| TransformIterator | org.apache.commons.collections.iterators | Decorates an iterator such that each element returned is transformed. |
| TreeBag | org.apache.commons.collections | A Bag that is backed by a TreeMap . |
| TreeBag | org.apache.commons.collections.bag | Implements SortedBag, using a TreeMap to provide
the data storage. |
| TreeBidiMap | org.apache.commons.collections.bidimap | Red-Black tree-based implementation of BidiMap where all objects added
implement the Comparable interface. |
| TreeList | org.apache.commons.collections.list | A List implementation that is optimised for fast insertions and
removals at any index in the list. |
| TruePredicate | org.apache.commons.collections.functors | Predicate implementation that always returns true. |
| TypedBag | org.apache.commons.collections.bag | Decorates another Bag to validate that elements added
are of a specific type. |
| TypedBuffer | org.apache.commons.collections.buffer | Decorates another Buffer to validate that elements added
are of a specific type. |
| TypedCollection | org.apache.commons.collections.collection | Decorates a Collection to validate that elements added are of a specific type. |
| TypedList | org.apache.commons.collections.list | Decorates another List to validate that elements
added are of a specific type. |
| TypedMap | org.apache.commons.collections.map | Decorates another Map to validate that elements added
are of a specific type. |
| TypedSet | org.apache.commons.collections.set | Decorates another Set to validate that elements
added are of a specific type. |
| TypedSortedBag | org.apache.commons.collections.bag | Decorates another SortedBag to validate that elements added
are of a specific type. |
| TypedSortedMap | org.apache.commons.collections.map | Decorates another SortedMap to validate that elements added
are of a specific type. |
| TypedSortedSet | org.apache.commons.collections.set | Decorates another SortedSet to validate that elements
added are of a specific type. |
| UnboundedFifoBuffer | org.apache.commons.collections | UnboundedFifoBuffer is a very efficient buffer implementation. |
| UnboundedFifoBuffer | org.apache.commons.collections.buffer | UnboundedFifoBuffer is a very efficient implementation of
Buffer that can grow to any size. |
| UniqueFilterIterator | org.apache.commons.collections.iterators | A FilterIterator which only returns "unique" Objects. |
| UniquePredicate | org.apache.commons.collections.functors | Predicate implementation that returns true the first time an object is passed into the predicate. |
| UnmodifiableBag | org.apache.commons.collections.bag | Decorates another Bag to ensure it can't be altered. |
| UnmodifiableBidiMap | org.apache.commons.collections.bidimap | Decorates another BidiMap to ensure it can't be altered. |
| UnmodifiableBoundedCollection | org.apache.commons.collections.collection | UnmodifiableBoundedCollection decorates another
BoundedCollection to ensure it can't be altered. |
| UnmodifiableBuffer | org.apache.commons.collections.buffer | Decorates another Buffer to ensure it can't be altered. |
| UnmodifiableCollection | org.apache.commons.collections.collection | Decorates another Collection to ensure it can't be altered. |
| UnmodifiableEntrySet | org.apache.commons.collections.map | Decorates a map entry Set to ensure it can't be altered. |
| UnmodifiableIterator | org.apache.commons.collections.iterators | Decorates an iterator such that it cannot be modified. |
| UnmodifiableList | org.apache.commons.collections.list | Decorates another List to ensure it can't be altered. |
| UnmodifiableListIterator | org.apache.commons.collections.iterators | Decorates a list iterator such that it cannot be modified. |
| UnmodifiableMap | org.apache.commons.collections.map | Decorates another Map to ensure it can't be altered. |
| UnmodifiableMapEntry | org.apache.commons.collections.keyvalue | A Map.Entry that throws
UnsupportedOperationException when setValue is called. |
| UnmodifiableMapIterator | org.apache.commons.collections.iterators | Decorates a map iterator such that it cannot be modified. |
| UnmodifiableOrderedBidiMap | org.apache.commons.collections.bidimap | Decorates another OrderedBidiMap to ensure it can't be altered. |
| UnmodifiableOrderedMap | org.apache.commons.collections.map | Decorates another OrderedMap to ensure it can't be altered. |
| UnmodifiableOrderedMapIterator | org.apache.commons.collections.iterators | Decorates an ordered map iterator such that it cannot be modified. |
| UnmodifiableSet | org.apache.commons.collections.set | Decorates another Set to ensure it can't be altered. |
| UnmodifiableSortedBag | org.apache.commons.collections.bag | Decorates another SortedBag to ensure it can't be altered. |
| UnmodifiableSortedBidiMap | org.apache.commons.collections.bidimap | Decorates another SortedBidiMap to ensure it can't be altered. |
| UnmodifiableSortedMap | org.apache.commons.collections.map | Decorates another SortedMap to ensure it can't be altered. |
| UnmodifiableSortedSet | org.apache.commons.collections.set | Decorates another SortedSet to ensure it can't be altered. |
| WhileClosure | org.apache.commons.collections.functors | Closure implementation that executes a closure repeatedly until a condition is met, like a do-while or while loop. |
| Search |




