de.grogra.xl.util
Class IntHashMap.Entry<V>

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

public static class IntHashMap.Entry<V>
extends java.lang.Object


Method Summary
 int getKey()
           
 V getValue()
           
 IntHashMap.Entry<V> next()
           
 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 int getKey()

getValue

public V getValue()

next

public IntHashMap.Entry<V> next()

setValue

public V setValue(V newValue)

toString

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