Serialized Form
-
Package extra166y
-
Class extra166y.CustomConcurrentHashMap
- serialVersionUID:
- 7249069246764182397L
-
Serialization Methods
-
readObject
Reconstitute the instance from a stream (i.e., deserialize it).- Parameters:
s
- the stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Save the state of the instance to a stream (i.e., serialize it).- Serial Data:
- the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
- Parameters:
s
- the stream- Throws:
IOException
-
-
Serialized Fields
-
factory
extra166y.CustomConcurrentHashMap.NodeFactory factory
The factory for this map -
initialSegmentCapacity
int initialSegmentCapacity
The initial size of Segment tables when they are first constructed -
keyEquivalence
CustomConcurrentHashMap.Equivalence<? super K> keyEquivalence
Equivalence object for keys -
valueEquivalence
CustomConcurrentHashMap.Equivalence<? super V> valueEquivalence
Equivalence object for values
-
-
Class extra166y.CustomConcurrentHashMap.KeySet
-
Serialized Fields
-
cchm
CustomConcurrentHashMap<K,
K> cchm
-
-
-