|
||||||
| 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 | |
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 |
BeanMapDefaultMapEntryExtendedPropertiesFastHashMapFastTreeMapLRUMapSoftRefHashMapDoubleOrderedMap
|
Special-purpose implementations of the Map interface.
|
| Stack and Queue Implementations |
ArrayStackBinaryHeapPriorityQueueSynchronizedPriorityQueue
|
Special-purpose implementations of the Stack interface, as well as similar PriorityQueue
interface.
|
Bag Interface and Implementations |
BagHashBagSortedBagTreeBag
|
New collections interface that keeps a count of its members. |
| Adapters |
ArrayEnumerationArrayIteratorEnumerationIteratorIteratorEnumeration
|
Access Java1-style containers as though they were Java2-style Collections and vice-versa. |
| Utilities |
ClosureCollectionUtilsMapUtils
|
Manipulate collection objects, determine set theoretic properties, ensure type-safety, etc. |
| Transformation Tools |
FilterIteratorPredicateProxyIteratorTransformerTransformIterator
|
Create views or functors on a collection. If your collection represents X, these allow you to define and look at f(X). |
|
||||||
| PREV NEXT | FRAMES NO FRAMES | |||||