public static class PersistentHashMap.Entry<K,V> extends java.lang.Object
boolean
equals(java.lang.Object obj)
K
getKey()
V
getValue()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public boolean equals(java.lang.Object obj)
equals
java.lang.Object
public int hashCode()
hashCode
@NotNull public K getKey()
public V getValue()