Serialized Form
serialVersionUID: 7249069246763182397L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the ConcurrentReferenceHashMap instance from a
stream (i.e., deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of the ConcurrentReferenceHashMap 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.
- Throws:
IOException
segmentMask
int segmentMask
- Mask value for indexing into segments. The upper bits of a
key's hash code are used to choose the segment.
segmentShift
int segmentShift
- Shift value for indexing within segments.
segments
jsr166y.ConcurrentReferenceHashMap.Segment<K,V>[] segments
- The segments, each of which is a specialized hash table
identityComparisons
boolean identityComparisons
|
Package org.ops4j.peaberry |
serialVersionUID: -1744260261446638374L
serialVersionUID: 9207041522801931804L
|
Package org.ops4j.peaberry.internal |
|
Class org.ops4j.peaberry.internal.ConcurrentReferenceHashMap extends AbstractMap<K,V> implements Serializable |
serialVersionUID: 7249069246763182397L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
segmentMask
int segmentMask
segmentShift
int segmentShift
segments
org.ops4j.peaberry.internal.ConcurrentReferenceHashMap.Segment<K,V>[] segments
identityComparisons
boolean identityComparisons
|
Class org.ops4j.peaberry.internal.InvalidSyntaxException extends Exception implements Serializable |
serialVersionUID: -4295194420816491875L
filter
String filter
Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.