public class LRUMapEntry<K,V> extends Object implements Map.Entry<K,V>, Serializable
LRUMapEntry(K key, V value)
K
getKey()
V
getValue()
setValue(V valueArg)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode
public LRUMapEntry(K key, V value)
key
value
public K getKey()
getKey
Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V valueArg)
setValue
valueArg
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.