|
||||||
| PREV NEXT | FRAMES NO FRAMES | |||||
See:
Description
| Jakarta-commons Collections | |
| org.apache.commons.collections | Java Collections Framework extensions. |
| Other Packages | |
| org.apache.commons.collections.comparators | Contains concrete Comparator implementations. |
| org.apache.commons.collections.iterators | Contains concrete Iterator implementations and utilities. |
Java Collections Framework extensions.
See also the java.util package.
| Category | Classes | Comments |
|---|---|---|
| List Implementations |
CursorableLinkedListFastArrayList
|
Special-purpose implementations of the List interface.
|
| Map Implementations |
BeanMapDoubleOrderedMapExtendedPropertiesFastHashMapFastTreeMapLRUMapMultiHashMapProxyMapReferenceMapSequencedHashMapSoftRefHashMapStaticBucketMap |
Special-purpose implementations of the Map interface and associated classes.
|
| Buffer Interface and Implementations |
ArrayStackBinaryHeapBoundedFifoBufferBufferPriorityQueueSynchronizedPriorityQueue
UnboundedFifoBuffer
|
New collection interface that specifies a removal order for the collection, used to implement queues and queue-like things. | Bag Interface and Implementations |
BagDefaultMapBagHashBagSortedBagTreeBag
|
New collections interface that keeps a count of its members. |
| Utilities |
BagUtilsBufferUtilsCollectionUtilsComparatorUtilsListUtilsMapUtilsSetUtils
|
Manipulate collection objects, determine set theoretic properties, ensure type-safety, provide decorators, etc. |
| Functor Interfaces |
FactoryPredicateClosureTransformer |
Create views or functors on a collection. If your collection represents X, these allow you to define and look at f(X). |
| Miscellaneous |
StringStackDefaultMapEntry |
A stack of strings; and the trivial implementation of
Map.Entry.
|
|
||||||
| PREV NEXT | FRAMES NO FRAMES | |||||