Class DataEntry<K,V>

java.lang.Object
me.hsgamer.topper.core.DataEntry<K,V>

public final class DataEntry<K,V> extends Object
  • Constructor Details

  • Method Details

    • getKey

      public K getKey()
    • getValue

      public V getValue()
    • setValue

      public void setValue(V value)
    • setValue

      public void setValue(UnaryOperator<V> operator)
    • setValue

      public void setValue(V value, boolean notify)
    • setValue

      public void setValue(UnaryOperator<V> operator, boolean notify)
    • getHolder

      public DataHolder<K,V> getHolder()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object