Class ImmutableSortedMapSerializationProxy<K,V>
java.lang.Object
org.eclipse.collections.impl.map.sorted.immutable.ImmutableSortedMapSerializationProxy<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:
-
map
-
-
Constructor Details
-
ImmutableSortedMapSerializationProxy
public ImmutableSortedMapSerializationProxy() -
ImmutableSortedMapSerializationProxy
ImmutableSortedMapSerializationProxy(ImmutableSortedMap<K, V> map)
-
-
Method Details
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
readResolve
-