Class ImmutableShortLongHashMap.ImmutableShortLongMapSerializationProxy
- java.lang.Object
-
- org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongHashMap.ImmutableShortLongMapSerializationProxy
-
- All Implemented Interfaces:
java.io.Externalizable
,java.io.Serializable
- Enclosing class:
- ImmutableShortLongHashMap
protected static class ImmutableShortLongHashMap.ImmutableShortLongMapSerializationProxy extends java.lang.Object implements java.io.Externalizable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private ShortLongMap
map
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description ImmutableShortLongMapSerializationProxy()
protected
ImmutableShortLongMapSerializationProxy(ShortLongMap 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 ShortLongMap map
-
-
Constructor Detail
-
ImmutableShortLongMapSerializationProxy
public ImmutableShortLongMapSerializationProxy()
-
ImmutableShortLongMapSerializationProxy
protected ImmutableShortLongMapSerializationProxy(ShortLongMap 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()
-
-