| Package | Description |
|---|---|
| org.magicwerk.brownies.collections |
This packages contains collections extending the Java Collections Framework.
|
| Class and Description |
|---|
| GapList
GapList combines the strengths of both ArrayList and LinkedList.
|
| MapList
Think about MapList as of a Map where you can also access the
elements by index.
|
| MapList.Builder
Builder to construct MapList instances.
|
| Mapper
Interface to determine a map value out of a given value.
|
| MaxList
A MaxList is a list with a fixed size.
|