Module xl.core

Class LongToIntHashMap.Entry

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

public static class LongToIntHashMap.Entry extends Object
  • Method Details

    • next

      public LongToIntHashMap.Entry next()
    • getKey

      public long getKey()
    • getValue

      public int getValue()
    • setValue

      public int setValue(int newValue)
    • toString

      public String toString()
      Overrides:
      toString in class Object