|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.datastructures.HashTableMap.HashEntry<K,V>
public static class HashTableMap.HashEntry<K,V>
Nested class for an entry in a hash table.
| Constructor Summary | |
|---|---|
HashTableMap.HashEntry(K k,
V v)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HashTableMap.HashEntry(K k,
V v)
| Method Detail |
|---|
public V getValue()
Entry
getValue in interface Entry<K,V>public K getKey()
Entry
getKey in interface Entry<K,V>public V setValue(V val)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||