Package com.pnfsoftware.jeb.util.collect
Class SynchronizedIdentityMap<K,V>
java.lang.Object
com.pnfsoftware.jeb.util.collect.SynchronizedIdentityMap<K,V>
- Type Parameters:
K
-V
-
A serializable, inefficient, fully synchronized, identity pseudo-map.
See SynchronizedLinkedMap
for details and caveats.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SynchronizedIdentityMap
public SynchronizedIdentityMap()
-
-
Method Details
-
size
public int size() -
clear
public void clear() -
isEmpty
public boolean isEmpty() -
containsKey
-
containsValue
-
get
-
put
-
remove
-
copyOfKeys
-
firstKey
- Returns:
- Throws:
NoSuchElementException
- if the map is empty
-
toString
-