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