| Package | Description |
|---|---|
| org.codefx.libfx.collection.transform |
Provides transforming collections.
|
| Class and Description |
|---|
| EqualityTransformingCollectionBuilder
Builds
EqualityTransformingSets and EqualityTransformingMaps. |
| EqualityTransformingMap |
| EqualityTransformingSet |
| TransformingCollection
A
Collection which decorates another collection and transforms the element type from the inner type I
to an outer type O. |
| TransformingCollectionBuilder |
| TransformingList
A
List which decorates another list and transforms the element type from the inner type I to an outer
type O. |
| TransformingMap
A
Map which decorates another map and transforms the key and value types from the inner types IK,
IV to outer types OK, OV. |
| TransformingMapBuilder
Builder for
TransformingMaps. |
| TransformingSet
A
Set which decorates another set and transforms the element type from the inner type I to an outer
type O. |
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.