Class SynchronizedMapSerializationProxy<K,V>
java.lang.Object
org.eclipse.collections.impl.map.mutable.SynchronizedMapSerializationProxy<K,V>
- All Implemented Interfaces:
Externalizable, Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
map
-
-
Constructor Details
-
SynchronizedMapSerializationProxy
public SynchronizedMapSerializationProxy() -
SynchronizedMapSerializationProxy
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
readResolve
-