| Modifier and Type | Method and Description |
|---|---|
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) |
default V |
get_ot(K key) |
default V |
get_ot(K key,
Exception e) |
Set<K> |
keySet_() |
Optional<V> |
put_o(K key,
V value) |
static <A,B> Map_<A,B> |
r_(Map<A,B> map) |
Optional<V> |
remove_o(K id) |
int |
size_() |
static <A,B> Map_<A,B> |
std() |
Collection<V> |
values_() |
static <A,B> Map_<A,B> std()
boolean containsKey_(K key)
boolean containsValue_(V value)
Collection<V> values_()
V computeIfAbsent_(K key, de.pfabulist.roast.functiontypes.Function_<? super K,? extends V> mappingFunction)
void forEach_(BiConsumer<? super K,? super V> action)
int size_()
Copyright © 2017. All rights reserved.