Class ImmutableSetWithHashingStrategySerializationProxy<T>
java.lang.Object
org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy<T>
- All Implemented Interfaces:
Externalizable, Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate HashingStrategy<? super T> private static final longprivate ImmutableSet<T> -
Constructor Summary
ConstructorsConstructorDescriptionImmutableSetWithHashingStrategySerializationProxy(ImmutableSet<T> set, HashingStrategy<? super T> hashingStrategy) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
set
-
hashingStrategy
-
-
Constructor Details
-
ImmutableSetWithHashingStrategySerializationProxy
public ImmutableSetWithHashingStrategySerializationProxy() -
ImmutableSetWithHashingStrategySerializationProxy
ImmutableSetWithHashingStrategySerializationProxy(ImmutableSet<T> set, HashingStrategy<? super T> hashingStrategy)
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
readResolve
-