| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<K,V> |
_r() |
|
V |
computeIfAbsent_(K key,
de.pfabulist.roast.types.functiontypes.Function_<? super K,? extends V> mappingFunction) |
|
boolean |
containsKey_(K key) |
|
boolean |
containsValue_(V value) |
|
void |
forEach_(java.util.function.BiConsumer<? super K,? super V> action) |
|
java.util.Optional<V> |
get_o(K key) |
|
java.util.Set<K> |
keySet_() |
|
java.util.Optional<V> |
put_o(K key,
V value) |
|
java.util.Optional<V> |
remove_o(K id) |
|
int |
size_() |
|
java.util.Collection<V> |
values_() |
public boolean containsKey_(K key)
containsKey_ in interface Map_<K,V>public boolean containsValue_(V value)
containsValue_ in interface Map_<K,V>public V computeIfAbsent_(K key, de.pfabulist.roast.types.functiontypes.Function_<? super K,? extends V> mappingFunction)
computeIfAbsent_ in interface Map_<K,V>Copyright © 2018. All rights reserved.