de.grogra.xl.util
Class XHashMap.Entry<K,V>

java.lang.Object
  extended by de.grogra.xl.util.XHashMap.Entry<K,V>
Enclosing class:
XHashMap<K,V>

public static class XHashMap.Entry<K,V>
extends java.lang.Object


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

getKey

public K getKey()

getValue

public V getValue()

next

public XHashMap.Entry<K,V> next()

remove

public void remove()

setValue

public V setValue(V newValue)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object