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