Class DataEntry<K,​V>


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

      • DataEntry

        public DataEntry​(K key,
                         DataHolder<K,​V> holder)
    • Method Detail

      • getKey

        public K getKey()
      • getValue

        public V getValue()
      • setValue

        public void setValue​(V value)
      • setValue

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object