Uses of Class
org.apache.commons.collections4.collection.IndexedCollection

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
<K,C> IndexedCollection<K,C>
IndexedCollection.nonUniqueIndexedCollection(Collection<C> coll, Transformer<C,K> keyTransformer)
          Create an IndexedCollection for a non-unique index.
static
<K,C> IndexedCollection<K,C>
IndexedCollection.uniqueIndexedCollection(Collection<C> coll, Transformer<C,K> keyTransformer)
          Create an IndexedCollection for a unique index.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.