Package | Description |
---|---|
org.apache.commons.collections4.collection |
This package contains implementations of the
Collection interface. |
Modifier and Type | Method and Description |
---|---|
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–2018 The Apache Software Foundation. All rights reserved.