Class RedBlackEntry<K,​V>

  • All Implemented Interfaces:
    java.util.Map.Entry<K,​V>

    public class RedBlackEntry<K,​V>
    extends java.lang.Object
    implements java.util.Map.Entry<K,​V>
    • Method Detail

      • getValue

        public V getValue()
        Specified by:
        getValue in interface java.util.Map.Entry<K,​V>
      • setValue

        public V setValue​(V value)
        Specified by:
        setValue in interface java.util.Map.Entry<K,​V>
      • getKey

        public K getKey()
        Specified by:
        getKey in interface java.util.Map.Entry<K,​V>
      • isDisposed

        public boolean isDisposed()