Package | Description |
---|---|
org.codefx.libfx.collection.transform |
Provides transforming collections.
|
Modifier and Type | Method and Description |
---|---|
<V> EqualityTransformingMap<E,V> |
EqualityTransformingCollectionBuilder.buildMap()
Creates a new
EqualityTransformingMap by decorating a HashMap . |
<V> EqualityTransformingMap<E,V> |
EqualityTransformingCollectionBuilder.buildMap(Map<Object,Object> emptyMap)
Creates a new
EqualityTransformingMap by decorating the specified map. |
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.