Uses of Class
org.apache.commons.collections4.collection.IndexedCollection
-
Packages that use IndexedCollection Package Description org.apache.commons.collections4.collection This package contains implementations of theCollectioninterface. -
-
Uses of IndexedCollection in org.apache.commons.collections4.collection
Methods in org.apache.commons.collections4.collection that return IndexedCollection Modifier and Type Method Description static <K,C>
IndexedCollection<K,C>IndexedCollection. nonUniqueIndexedCollection(java.util.Collection<C> coll, Transformer<C,K> keyTransformer)Create anIndexedCollectionfor a non-unique index.static <K,C>
IndexedCollection<K,C>IndexedCollection. uniqueIndexedCollection(java.util.Collection<C> coll, Transformer<C,K> keyTransformer)Create anIndexedCollectionfor a unique index.
-