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

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

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


Method Summary
 long getKey()
           
 V getValue()
           
 LongHashMap.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 long getKey()

getValue

public V getValue()

next

public LongHashMap.Entry<V> next()

setValue

public V setValue(V newValue)

toString

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