Class SynchronizedMapSerializationProxy<K,V>
java.lang.Object
org.eclipse.collections.impl.map.mutable.SynchronizedMapSerializationProxy<K,V>
- All Implemented Interfaces:
Externalizable
,Serializable
public class SynchronizedMapSerializationProxy<K,V> extends Object implements Externalizable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SynchronizedMapSerializationProxy()
SynchronizedMapSerializationProxy(MutableMapIterable<K,V> map)
-
Method Summary
Modifier and Type Method Description void
readExternal(ObjectInput in)
void
writeExternal(ObjectOutput out)
-
Constructor Details
-
SynchronizedMapSerializationProxy
public SynchronizedMapSerializationProxy() -
SynchronizedMapSerializationProxy
-
-
Method Details
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-