Module xl.core

Class XHashMap.Entry<K,V>

java.lang.Object
de.grogra.xl.util.XHashMap.Entry<K,V>
Enclosing class:
XHashMap<K,V>

public static class XHashMap.Entry<K,V> extends Object
  • Method Details

    • remove

      public void remove()
    • next

      public XHashMap.Entry<K,V> next()
    • getKey

      public K getKey()
    • getValue

      public V getValue()
    • setValue

      public V setValue(V newValue)
    • toString

      public String toString()
      Overrides:
      toString in class Object