Package gw.util.concurrent
Class Cache.ConcurrentLinkedHashMap.SimpleEntry<K,V>
java.lang.Object
gw.util.concurrent.Cache.ConcurrentLinkedHashMap.SimpleEntry<K,V>
- All Implemented Interfaces:
Map.Entry<K,
V>
- Enclosing class:
- Cache.ConcurrentLinkedHashMap<K,
V>
private static final class Cache.ConcurrentLinkedHashMap.SimpleEntry<K,V>
extends Object
implements Map.Entry<K,V>
This duplicates
AbstractMap.SimpleEntry
until the class is made accessible.
Update: SimpleEntry is public in JDK 6.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
-
Constructor Details
-
SimpleEntry
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-
eq
-