Class ConcurrentHashMapV8.Node<K,​V>

    • Method Detail

      • getKey

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

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

        public final int hashCode()
        Specified by:
        hashCode in interface java.util.Map.Entry<K,​V>
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • setValue

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

        public final boolean equals​(java.lang.Object o)
        Specified by:
        equals in interface java.util.Map.Entry<K,​V>
        Overrides:
        equals in class java.lang.Object
      • find

        ConcurrentHashMapV8.Node<K,​V> find​(int h,
                                                 java.lang.Object k)
        Virtualized support for map.get(); overridden in subclasses.