Package | Description |
---|---|
eu.bandm.tools.ramus.runtime2 |
Modifier and Type | Method and Description |
---|---|
MapChange<K,V,ReverseMap<K,V>> |
ReverseMap.computeChange(K key,
BiFunction<? super K,? super V,? extends V> remappingFunction) |
MapChange<K,V,SimpleReverseMap<K,V>> |
SimpleReverseMap.computeChange(K key,
BiFunction<? super K,? super V,? extends V> remappingFunction) |
<N> MapChange<K,V,N> |
MapChange.withNewMap(Function<? super M,? extends N> fun) |
see also the complete user documentation .