public final class AugmentedMap<K,V>
extends com.google.common.collect.ForwardingMap<K,V>
| Constructor and Description |
|---|
AugmentedMap(Map<K,V> base,
Set<? extends K> keys,
java.util.function.Function<K,V> augmentation)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<K,V> |
delegate() |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © 2012–2015 jcabi.com. All rights reserved.