Class ImmutableMapWithHashingStrategySerializationProxy<K,V>
java.lang.Object
org.eclipse.collections.impl.map.strategy.immutable.ImmutableMapWithHashingStrategySerializationProxy<K,V>
- All Implemented Interfaces:
Externalizable
,Serializable
class ImmutableMapWithHashingStrategySerializationProxy<K,V>
extends Object
implements Externalizable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate HashingStrategy
<? super K> private ImmutableMap
<K, V> private static final long
-
Constructor Summary
ConstructorsConstructorDescriptionImmutableMapWithHashingStrategySerializationProxy
(ImmutableMap<K, V> map, HashingStrategy<? super K> hashingStrategy) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
map
-
hashingStrategy
-
-
Constructor Details
-
ImmutableMapWithHashingStrategySerializationProxy
public ImmutableMapWithHashingStrategySerializationProxy() -
ImmutableMapWithHashingStrategySerializationProxy
ImmutableMapWithHashingStrategySerializationProxy(ImmutableMap<K, V> map, HashingStrategy<? super K> hashingStrategy)
-
-
Method Details
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
readResolve
-