Class ImmutableCharShortHashMap.ImmutableCharShortMapSerializationProxy
- java.lang.Object
-
- org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortHashMap.ImmutableCharShortMapSerializationProxy
-
- All Implemented Interfaces:
java.io.Externalizable,java.io.Serializable
- Enclosing class:
- ImmutableCharShortHashMap
protected static class ImmutableCharShortHashMap.ImmutableCharShortMapSerializationProxy extends java.lang.Object implements java.io.Externalizable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private CharShortMapmapprivate static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description ImmutableCharShortMapSerializationProxy()protectedImmutableCharShortMapSerializationProxy(CharShortMap map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(java.io.ObjectInput in)protected java.lang.ObjectreadResolve()voidwriteExternal(java.io.ObjectOutput out)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
map
private CharShortMap map
-
-
Constructor Detail
-
ImmutableCharShortMapSerializationProxy
public ImmutableCharShortMapSerializationProxy()
-
ImmutableCharShortMapSerializationProxy
protected ImmutableCharShortMapSerializationProxy(CharShortMap map)
-
-
Method Detail
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Specified by:
writeExternalin interfacejava.io.Externalizable- Throws:
java.io.IOException
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Specified by:
readExternalin interfacejava.io.Externalizable- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
readResolve
protected java.lang.Object readResolve()
-
-