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