| Package | Description |
|---|---|
| org.magicwerk.brownies.collections |
This packages contains collections extending the Java Collections Framework.
|
| org.magicwerk.brownies.collections.helper |
This packages contains helper classes for the package org.magicwerk.brownies.collections.
|
| Modifier and Type | Method and Description |
|---|---|
Key1List.Builder<E,K> |
Key1List.Builder.withKey1Map(Mapper<? super E,K> mapper)
Add key map.
|
Key1Collection.Builder<E,K> |
Key1Collection.Builder.withKey1Map(Mapper<? super E,K> mapper)
Add key map.
|
Key2List.Builder<E,K1,K2> |
Key2List.Builder.withKey1Map(Mapper<? super E,K1> mapper)
Add key map.
|
Key2Collection.Builder<E,K1,K2> |
Key2Collection.Builder.withKey1Map(Mapper<? super E,K1> mapper)
Add key map.
|
Key2List.Builder<E,K1,K2> |
Key2List.Builder.withKey2Map(Mapper<? super E,K1> mapper)
Add key map.
|
Key2Collection.Builder<E,K1,K2> |
Key2Collection.Builder.withKey2Map(Mapper<? super E,K2> mapper)
Add key map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentMapper<E>
Identity mapper.
|