See: Description
| Interface | Description |
|---|---|
| Collecting.Setup<E,C extends Collection<E>,S extends Collecting.Setup<E,C,S>> |
Utility interface to set up a target instance of
Collection. |
| Mapping.Setup<K,V,M extends Map<K,V>,S extends Mapping.Setup<K,V,M,S>> |
Utility interface to set up a target instance of
Map. |
| Class | Description |
|---|---|
| Collecting |
Additional convenience methods to deal with Collections.
|
| Collecting.Builder<E,C extends Collection<E>> |
Builder implementation to build target instances of
Collection. |
| Collecting.Charger<E,C extends Collection<E>> |
Charger implementation to charge target instances of
Collection. |
| Mapping |
Some convenience methods to deal with
Maps. |
| Mapping.Builder<K,V,M extends Map<K,V>> |
Builder implementation to build target instances of
Map. |
| Mapping.Charger<K,V,M extends Map<K,V>> |
Charger implementation to charge target instances of
Map. |
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.