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 long
private 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:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
readResolve
-