Class PrivateMaxEntriesMap.WriteThroughEntry
java.lang.Object
java.util.AbstractMap.SimpleEntry<K,V>
tools.jackson.databind.util.internal.PrivateMaxEntriesMap.WriteThroughEntry
- All Implemented Interfaces:
Serializable, Map.Entry<K,V>
- Enclosing class:
PrivateMaxEntriesMap<K,V>
An entry that allows updates to write through to the map.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
-
Constructor Details
-
WriteThroughEntry
WriteThroughEntry(PrivateMaxEntriesMap.Node<K, V> node)
-
-
Method Details
-
setValue
-
writeReplace
Object writeReplace()
-