private static final class MapMakerInternalMap.SerializationProxy<K,V> extends MapMakerInternalMap.AbstractSerializationProxy<K,V>
ForwardingMap.StandardEntrySet, ForwardingMap.StandardKeySet, ForwardingMap.StandardValues
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
concurrencyLevel, delegate, keyEquivalence, keyStrength, valueEquivalence, valueStrength
Constructor and Description |
---|
SerializationProxy(MapMakerInternalMap.Strength keyStrength,
MapMakerInternalMap.Strength valueStrength,
Equivalence<java.lang.Object> keyEquivalence,
Equivalence<java.lang.Object> valueEquivalence,
int concurrencyLevel,
java.util.concurrent.ConcurrentMap<K,V> delegate) |
Modifier and Type | Method and Description |
---|---|
private void |
readObject(java.io.ObjectInputStream in) |
private java.lang.Object |
readResolve() |
private void |
writeObject(java.io.ObjectOutputStream out) |
delegate, readEntries, readMapMaker, writeMapTo
putIfAbsent, remove, replace, replace
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
private static final long serialVersionUID
SerializationProxy(MapMakerInternalMap.Strength keyStrength, MapMakerInternalMap.Strength valueStrength, Equivalence<java.lang.Object> keyEquivalence, Equivalence<java.lang.Object> valueEquivalence, int concurrencyLevel, java.util.concurrent.ConcurrentMap<K,V> delegate)
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private java.lang.Object readResolve()