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