Class AbstractWeakConcurrentMap.SimpleEntry

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

    private class AbstractWeakConcurrentMap.SimpleEntry
    extends java.lang.Object
    implements java.util.Map.Entry<K,​V>
    • Method Detail

      • getKey

        public K getKey()
        Specified by:
        getKey in interface java.util.Map.Entry<K,​V>
      • 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>