|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexedCollection | |
---|---|
org.apache.commons.collections4.collection | This package contains implementations of the
Collection interface. |
Uses of IndexedCollection in org.apache.commons.collections4.collection |
---|
Methods in org.apache.commons.collections4.collection that return IndexedCollection | ||
---|---|---|
static
|
IndexedCollection.nonUniqueIndexedCollection(Collection<C> coll,
Transformer<C,K> keyTransformer)
Create an IndexedCollection for a non-unique index. |
|
static
|
IndexedCollection.uniqueIndexedCollection(Collection<C> coll,
Transformer<C,K> keyTransformer)
Create an IndexedCollection for a unique index. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |