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