Package eu.bandm.tools.util.java
Class IncrementalMap.Change<K,V,M>
java.lang.Object
eu.bandm.tools.util.java.IncrementalMap.Change<K,V,M>
- Type Parameters:
K- the type of map keysV- the type of map valuesM- the type of maps
- Enclosing class:
IncrementalMap<K,V>
A report on an incremental map update.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) IncrementalMap.Change<K, V, M> (package private) <N> IncrementalMap.Change<K, V, N> withNewMap(Function<? super M, ? extends N> fun)
-
Constructor Details
-
Change
-
-
Method Details
-
getNewValue
-
getNewMap
-
withNewMap
-
setNewMap
-