java.lang.Object | |
↳ | com.pnfsoftware.jeb.util.collect.SynchronizedIdentityMap<K, V> |
A serializable, inefficient, fully synchronized, identity pseudo-map.
See SynchronizedLinkedMap
for details and caveats.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SynchronizedIdentityMap() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | clear() | ||||||||||
boolean | containsKey(K key) | ||||||||||
boolean | containsValue(V value) | ||||||||||
Set<K> | copyOfKeys() | ||||||||||
K |
firstKey()
@return
| ||||||||||
V | get(K key) | ||||||||||
boolean | isEmpty() | ||||||||||
V | put(K key, V value) | ||||||||||
V | remove(K key) | ||||||||||
int | size() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
@return
NoSuchElementException | if the map is empty |
---|