Package gw.util.concurrent
Class Cache.ConcurrentLinkedHashMap.SimpleEntry<K,V>
- java.lang.Object
-
- gw.util.concurrent.Cache.ConcurrentLinkedHashMap.SimpleEntry<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- Cache.ConcurrentLinkedHashMap<K,V>
private static final class Cache.ConcurrentLinkedHashMap.SimpleEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>This duplicatesAbstractMap.SimpleEntryuntil the class is made accessible. Update: SimpleEntry is public in JDK 6.
-
-
Constructor Summary
Constructors Constructor Description SimpleEntry(K key, V value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static booleaneq(java.lang.Object o1, java.lang.Object o2)booleanequals(java.lang.Object obj)KgetKey()VgetValue()inthashCode()VsetValue(V value)java.lang.StringtoString()
-