Module xl.core

Class IntHashMap.Entry<V>

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

public static class IntHashMap.Entry<V> extends Object
  • Method Details

    • next

      public IntHashMap.Entry<V> next()
    • getKey

      public int getKey()
    • getValue

      public V getValue()
    • setValue

      public V setValue(V newValue)
    • toString

      public String toString()
      Overrides:
      toString in class Object