public class KleinodMap<K,V> extends Object
| Constructor and Description |
|---|
KleinodMap() |
KleinodMap(ConcurrentMap<K,V> inner) |
| Modifier and Type | Method and Description |
|---|---|
V |
compteIfAbsent(K key,
Function<K,V> comp) |
boolean |
contains(K key) |
Optional<V> |
get(K key) |
V |
getOrThrow(K key) |
V |
getOrThrow(K key,
Exception ex) |
V |
getOrThrow(K key,
de.pfabulist.unchecked.functiontypes.SupplierE<Exception,Exception> ex) |
Set<K> |
keys() |
KleinodMap<K,V> |
put(K key,
V value) |
Collection<V> |
values() |
public KleinodMap(ConcurrentMap<K,V> inner)
public KleinodMap()
Copyright © 2016. All rights reserved.