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