Class ImmutableShortSetSerializationProxy
java.lang.Object
org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortSetSerializationProxy
- All Implemented Interfaces:
Externalizable
,Serializable
public final class ImmutableShortSetSerializationProxy extends Object implements Externalizable
This file was automatically generated from template file immutablePrimitiveSetSerializationProxy.stg.
- Since:
- 4.0.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ImmutableShortSetSerializationProxy()
ImmutableShortSetSerializationProxy(ShortSet set)
-
Method Summary
Modifier and Type Method Description void
readExternal(ObjectInput in)
void
writeExternal(ObjectOutput out)
-
Constructor Details
-
ImmutableShortSetSerializationProxy
public ImmutableShortSetSerializationProxy() -
ImmutableShortSetSerializationProxy
-
-
Method Details
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
-