Class ConcurrentLinkedHashMap.WriteThroughEntry

  • All Implemented Interfaces:
    java.io.Serializable, java.util.Map.Entry<K,​V>
    Enclosing class:
    ConcurrentLinkedHashMap<K,​V>

    final class ConcurrentLinkedHashMap.WriteThroughEntry
    extends java.util.AbstractMap.SimpleEntry<K,​V>
    An entry that allows updates to write through to the map.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V setValue​(V value)  
      (package private) java.lang.Object writeReplace()  
      • Methods inherited from class java.util.AbstractMap.SimpleEntry

        equals, getKey, getValue, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • setValue

        public V setValue​(V value)
        Specified by:
        setValue in interface java.util.Map.Entry<K,​V>
        Overrides:
        setValue in class java.util.AbstractMap.SimpleEntry<K,​V>
      • writeReplace

        java.lang.Object writeReplace()