| Package | Description |
|---|---|
| org.magicwerk.brownies.collections |
Brownies Collections complements the Java Collections Framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Key1Collection<E,K>
Key1Collection implements a collection with 1 key.
|
class |
Key2Collection<E,K1,K2>
Key2Collection implements a collection with 2 keys.
|
class |
KeyCollection<E>
KeyCollection implements a collection.
|
| Modifier and Type | Method and Description |
|---|---|
KeyCollectionImpl |
KeyCollectionImpl.copy()
Returns a copy of this collection with all its elements.
|
KeyCollectionImpl |
KeyCollectionImpl.crop()
Returns a copy of this collection but without elements.
|
| Constructor and Description |
|---|
KeyCollectionAsMap(KeyCollectionImpl<E> coll,
int keyIndex,
boolean immutable) |
KeyCollectionAsSet(KeyCollectionImpl<E> coll,
boolean immutable) |