Class HashSetProxy
java.lang.Object
org.javimmutable.collections.serialization.HashSetProxy
- All Implemented Interfaces:
Externalizable,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected Objectprotected ISetreadSet(ObjectInput in) voidprotected voidwriteSet(ObjectOutput out)
-
Field Details
-
set
-
-
Constructor Details
-
HashSetProxy
public HashSetProxy() -
HashSetProxy
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
readResolve
-
readSet
- Throws:
IOExceptionClassNotFoundException
-
writeSet
- Throws:
IOException
-