Class ImmutableFloatArrayStack.ImmutableFloatStackSerializationProxy
java.lang.Object
org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatArrayStack.ImmutableFloatStackSerializationProxy
- All Implemented Interfaces:
Externalizable, Serializable
- Enclosing class:
ImmutableFloatArrayStack
private static class ImmutableFloatArrayStack.ImmutableFloatStackSerializationProxy
extends Object
implements Externalizable
- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
stack
-
-
Constructor Details
-
ImmutableFloatStackSerializationProxy
public ImmutableFloatStackSerializationProxy() -
ImmutableFloatStackSerializationProxy
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
readResolve
-