Class ImmutableMapWithHashingStrategySerializationProxy<K,V>
- java.lang.Object
-
- org.eclipse.collections.impl.map.strategy.immutable.ImmutableMapWithHashingStrategySerializationProxy<K,V>
-
- All Implemented Interfaces:
java.io.Externalizable
,java.io.Serializable
class ImmutableMapWithHashingStrategySerializationProxy<K,V> extends java.lang.Object implements java.io.Externalizable
-
-
Field Summary
Fields Modifier and Type Field Description private HashingStrategy<? super K>
hashingStrategy
private ImmutableMap<K,V>
map
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ImmutableMapWithHashingStrategySerializationProxy()
ImmutableMapWithHashingStrategySerializationProxy(ImmutableMap<K,V> map, HashingStrategy<? super K> hashingStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
readExternal(java.io.ObjectInput in)
protected java.lang.Object
readResolve()
void
writeExternal(java.io.ObjectOutput out)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
map
private ImmutableMap<K,V> map
-
hashingStrategy
private HashingStrategy<? super K> hashingStrategy
-
-
Constructor Detail
-
ImmutableMapWithHashingStrategySerializationProxy
public ImmutableMapWithHashingStrategySerializationProxy()
-
ImmutableMapWithHashingStrategySerializationProxy
ImmutableMapWithHashingStrategySerializationProxy(ImmutableMap<K,V> map, HashingStrategy<? super K> hashingStrategy)
-
-
Method Detail
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Specified by:
writeExternal
in interfacejava.io.Externalizable
- Throws:
java.io.IOException
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Specified by:
readExternal
in interfacejava.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
readResolve
protected java.lang.Object readResolve()
-
-