X
- Type of keyY
- Type of valuepublic class MapEnvelope<X,Y> extends Object implements Map<X,Y>
There is no thread-safety guarantee.
StickyMap
Constructor and Description |
---|
MapEnvelope(Scalar<Map<X,Y>> scalar)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<X,Y>> |
entrySet() |
Y |
get(Object key) |
boolean |
isEmpty() |
Set<X> |
keySet() |
Y |
put(X key,
Y value) |
void |
putAll(Map<? extends X,? extends Y> list) |
Y |
remove(Object key) |
int |
size() |
Collection<Y> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
Copyright © 2017 Cactoos. All rights reserved.