Uses of Class
org.apache.commons.collections4.collection.IndexedCollection
-
Uses of IndexedCollection in org.apache.commons.collections4.collection
Modifier and TypeMethodDescriptionstatic <K,
C> IndexedCollection <K, C> IndexedCollection.nonUniqueIndexedCollection
(Collection<C> coll, Transformer<C, K> keyTransformer) Create anIndexedCollection
for a non-unique index.static <K,
C> IndexedCollection <K, C> IndexedCollection.uniqueIndexedCollection
(Collection<C> coll, Transformer<C, K> keyTransformer) Create anIndexedCollection
for a unique index.