Class ImmutableSetSerializationProxy<T>
java.lang.Object
org.eclipse.collections.impl.set.immutable.ImmutableSetSerializationProxy<T>
- All Implemented Interfaces:
Externalizable
,Serializable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
set
-
-
Constructor Details
-
ImmutableSetSerializationProxy
public ImmutableSetSerializationProxy() -
ImmutableSetSerializationProxy
ImmutableSetSerializationProxy(ImmutableSet<T> set)
-
-
Method Details
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
readResolve
-