| Package | Description |
|---|---|
| org.apache.commons.collections4.collection |
This package contains implementations of the
Collection interface.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
IndexedCollection.nonUniqueIndexedCollection(Collection
Create an
IndexedCollection for a non-unique index.
|
static <K |
IndexedCollection.uniqueIndexedCollection(Collection
Create an
IndexedCollection for a unique index.
|