Uses of Class
eu.bandm.tools.util.java.IncrementalMap.Change
Packages that use IncrementalMap.Change
Package
Description
-
Uses of IncrementalMap.Change in eu.bandm.tools.util.java
Methods in eu.bandm.tools.util.java that return IncrementalMap.ChangeModifier and TypeMethodDescriptionIncrementalMap.computeChange(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) Attempts to compute a mapping for the specified key and its current mapped value, ornullif there is no current mapping.(package private) IncrementalMap.Change<K, V, M> (package private) <N> IncrementalMap.Change<K, V, N> IncrementalMap.Change.withNewMap(Function<? super M, ? extends N> fun)