public static class HashTableMap.HashEntry<K,V> extends java.lang.Object implements Entry<K,V>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
K |
getKey()
Returns the key stored in this entry.
|
V |
getValue()
Returns the value stored in this entry.
|
V |
setValue(V val) |
java.lang.String |
toString()
Entry visualization.
|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public K getKey()
Entry
public V getValue()
Entry
public java.lang.String toString()
toString
in class java.lang.Object