de.grogra.xl.util
Class LongToIntHashMap.Entry

java.lang.Object
  extended by de.grogra.xl.util.LongToIntHashMap.Entry
Enclosing class:
LongToIntHashMap

public static class LongToIntHashMap.Entry
extends java.lang.Object


Method Summary
 long getKey()
           
 int getValue()
           
 LongToIntHashMap.Entry next()
           
 int setValue(int 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 int getValue()

next

public LongToIntHashMap.Entry next()

setValue

public int setValue(int newValue)

toString

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