| Package | Description |
|---|---|
| org.magicwerk.brownies.collections |
Brownies Collections complements the Java Collections Framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Key1List<E,K>
Key1List implements a key list with 1 key.
|
class |
Key2List<E,K1,K2>
Key2List implements a key list with 2 keys.
|
class |
KeyList<E>
KeyList implements a list.
|
| Modifier and Type | Method and Description |
|---|---|
KeyListImpl<E> |
KeyListImpl.copy() |
KeyListImpl<E> |
KeyListImpl.crop()
Returns a copy this list but without elements.
|
| Constructor and Description |
|---|
KeyCollectionAsMap(KeyListImpl<E> list,
int keyIndex,
boolean immutable) |