Package | Description |
---|---|
eu.bandm.tools.ramus.runtime2 |
Modifier and Type | Method and Description |
---|---|
static <K,V> ReverseMap<K,V> |
ReverseMap.empty() |
ReverseMap<K,V> |
ReverseMap.putting(K key,
V value) |
ReverseMap<K,V> |
ReverseMap.removing(K key) |
ReverseMap<K,V> |
ReverseMap.updating(K key,
BiFunction<? super K,? super V,? extends V> fun) |
Modifier and Type | Method and Description |
---|---|
MapChange<K,V,ReverseMap<K,V>> |
ReverseMap.computeChange(K key,
BiFunction<? super K,? super V,? extends V> remappingFunction) |
see also the complete user documentation .