Package | Description |
---|---|
org.apache.commons.collections4.collection |
This package contains implementations of the
Collection interface. |
Modifier and Type | Method | Description |
---|---|---|
static <K,C> IndexedCollection<K,C> |
IndexedCollection.nonUniqueIndexedCollection(java.util.Collection<C> coll,
Transformer<C,K> keyTransformer) |
Create an
IndexedCollection for a non-unique index. |
static <K,C> IndexedCollection<K,C> |
IndexedCollection.uniqueIndexedCollection(java.util.Collection<C> coll,
Transformer<C,K> keyTransformer) |
Create an
IndexedCollection for a unique index. |
Copyright © 2001-2019 - Apache Software Foundation