| Package | Description |
|---|---|
| org.magicwerk.brownies.collections |
This packages contains collections extending the Java Collections Framework.
|
| Modifier and Type | Method and Description |
|---|---|
Mapper<E,K> |
MapList.getMapper() |
| Modifier and Type | Method and Description |
|---|---|
MapList.Builder<E,K> |
MapList.Builder.withMapper(Mapper<E,K> mapper)
Note that a mapper must be set to construct a MapList.
|