| Interface | Description |
|---|---|
| ZCollection<T> |
Custom alternative to a Collection.
|
| ZList<T> |
Custom alternative to the standard java List.
|
| Class | Description |
|---|---|
| MapBuilder<K,V> |
Allows maps to be constructed more fluidly.
|
| Maps |
Map utility functions.
|
| Sets |
Set utility functions.
|
| ZArrayList<T> |
ArrayList variant of a ZList.
|
| ZFixedList<T> |
Immutable implementation of a ZList, backed by an array.
|
| ZMappedCollection<T,U> |
Represents an unidirectionally or bidirectionally mapped collection.
|