Package | Description |
---|---|
org.codefx.libfx.collection.transform |
Provides transforming collections.
|
Modifier and Type | Method and Description |
---|---|
EqualityTransformingSet<E> |
EqualityTransformingCollectionBuilder.buildSet()
Creates a new
EqualityTransformingSet by decorating a HashSet . |
EqualityTransformingSet<E> |
EqualityTransformingCollectionBuilder.buildSet(Set<Object> emptySet)
Creates a new
EqualityTransformingSet by decorating the specified set. |
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.