Class SynchronizedBiMapSerializationProxy<K,V>
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.SynchronizedBiMapSerializationProxy<K,V>
-
- All Implemented Interfaces:
Externalizable,Serializable
public class SynchronizedBiMapSerializationProxy<K,V> extends Object implements Externalizable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SynchronizedBiMapSerializationProxy()SynchronizedBiMapSerializationProxy(MutableBiMap<K,V> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
-
-
-
Constructor Detail
-
SynchronizedBiMapSerializationProxy
public SynchronizedBiMapSerializationProxy()
-
SynchronizedBiMapSerializationProxy
public SynchronizedBiMapSerializationProxy(MutableBiMap<K,V> map)
-
-
Method Detail
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
-