|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.xl.util.XHashMap.Entry<K,V>
public static class XHashMap.Entry<K,V>
Method Summary | |
---|---|
K |
getKey()
|
V |
getValue()
|
XHashMap.Entry<K,V> |
next()
|
void |
remove()
|
V |
setValue(V newValue)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public K getKey()
public V getValue()
public XHashMap.Entry<K,V> next()
public void remove()
public V setValue(V newValue)
public 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 |