Module xl.core

Class LongHashMap.Entry<V>

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

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

    • next

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

      public long getKey()
    • getValue

      public V getValue()
    • setValue

      public V setValue(V newValue)
    • toString

      public String toString()
      Overrides:
      toString in class Object