static class ArrayMap.FastEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
(package private) K
key
(package private) V
value
FastEntry()
K
getKey()
V
getValue()
setValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
K key
V value
public K getKey()
getKey
java.util.Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V value)
setValue