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