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.