public static class IsamMap.IsamEntry<EK,EV> extends java.lang.Object implements java.util.Map.Entry<EK,EV>
IsamEntry(EK key, EV value)
EK
getKey()
EV
getValue()
void
setKey(EK key)
setValue(EV value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
public IsamEntry(EK key, EV value)
public EK getKey()
getKey
java.util.Map.Entry<EK,EV>
public void setKey(EK key)
public EV getValue()
getValue
public EV setValue(EV value)
setValue