Serialized Form
|
Class java.util.AbstractMap.SimpleEntry extends java.lang.Object implements Serializable |
serialVersionUID: -8499721149061103585L
key
java.lang.Object key
value
java.lang.Object value
|
Class java.util.AbstractMap.SimpleImmutableEntry extends java.lang.Object implements Serializable |
serialVersionUID: 7138329143949025153L
key
java.lang.Object key
value
java.lang.Object value
serialVersionUID: 2340985798034038923L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserialize this deque.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Serialize this deque.
- Serial Data:
- The current size (int) of the deque,
followed by all of its elements (each an object reference) in
first-to-last order.
- Throws:
java.io.IOException
|
Class java.util.ArrayList extends java.util.AbstractList<E> implements Serializable |
serialVersionUID: 8683452581122892189L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
size
int size
|
Class java.util.BitSet extends java.lang.Object implements Serializable |
serialVersionUID: 7997698588986878753L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
|
Class java.util.Calendar extends java.lang.Object implements Serializable |
serialVersionUID: -1807547505821590642L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
fields
int[] fields
isSet
boolean[] isSet
time
long time
isTimeSet
boolean isTimeSet
areFieldsSet
boolean areFieldsSet
lenient
boolean lenient
zone
java.util.TimeZone zone
firstDayOfWeek
int firstDayOfWeek
minimalDaysInFirstWeek
int minimalDaysInFirstWeek
nextStamp
int nextStamp
serialVersionOnStream
int serialVersionOnStream
|
Class java.util.ConcurrentModificationException extends java.lang.RuntimeException implements Serializable |
|
Class java.util.Currency extends java.lang.Object implements Serializable |
serialVersionUID: -158308464356906721L
readResolve
private java.lang.Object readResolve()
currencyCode
java.lang.String currencyCode
|
Class java.util.Date extends java.lang.Object implements Serializable |
serialVersionUID: 7523967970034938905L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
|
Class java.util.DuplicateFormatFlagsException extends java.util.IllegalFormatException implements Serializable |
serialVersionUID: 18890531L
flags
java.lang.String flags
|
Class java.util.EmptyStackException extends java.lang.RuntimeException implements Serializable |
|
Class java.util.EnumMap extends java.util.AbstractMap<K extends java.lang.Enum<K>,V> implements Serializable |
serialVersionUID: 458661240069192865L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
keyType
java.lang.Class<T> keyType
|
Class java.util.EnumSet extends java.util.AbstractSet<E extends java.lang.Enum<E>> implements Serializable |
writeReplace
java.lang.Object writeReplace()
elementType
java.lang.Class<T> elementType
universe
java.lang.Enum<E extends java.lang.Enum<E>>[] universe
|
Class java.util.EventObject extends java.lang.Object implements Serializable |
serialVersionUID: 5516075349620653480L
|
Class java.util.FormatFlagsConversionMismatchException extends java.util.IllegalFormatException implements Serializable |
serialVersionUID: 19120414L
f
java.lang.String f
c
char c
|
Class java.util.FormatterClosedException extends java.lang.IllegalStateException implements Serializable |
serialVersionUID: 18111216L
|
Class java.util.GregorianCalendar extends java.util.Calendar implements Serializable |
serialVersionUID: -8125100834729963327L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
gregorianCutover
long gregorianCutover
|
Class java.util.HashMap extends java.util.AbstractMap<K,V> implements Serializable |
serialVersionUID: 362498820763181265L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
threshold
int threshold
loadFactor
float loadFactor
|
Class java.util.HashSet extends java.util.AbstractSet<E> implements Serializable |
serialVersionUID: -5024744406713321676L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
|
Class java.util.Hashtable extends java.util.Dictionary<K,V> implements Serializable |
serialVersionUID: 1421746759512286392L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
threshold
int threshold
loadFactor
float loadFactor
|
Class java.util.IdentityHashMap extends java.util.AbstractMap<K,V> implements Serializable |
serialVersionUID: 8188218128353913216L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
size
int size
|
Class java.util.IllegalFormatCodePointException extends java.util.IllegalFormatException implements Serializable |
serialVersionUID: 19080630L
c
int c
|
Class java.util.IllegalFormatConversionException extends java.util.IllegalFormatException implements Serializable |
serialVersionUID: 17000126L
c
char c
arg
java.lang.Class<T> arg
|
Class java.util.IllegalFormatException extends java.lang.IllegalArgumentException implements Serializable |
serialVersionUID: 18830826L
|
Class java.util.IllegalFormatFlagsException extends java.util.IllegalFormatException implements Serializable |
serialVersionUID: 790824L
flags
java.lang.String flags
|
Class java.util.IllegalFormatPrecisionException extends java.util.IllegalFormatException implements Serializable |
serialVersionUID: 18711008L
p
int p
|
Class java.util.IllegalFormatWidthException extends java.util.IllegalFormatException implements Serializable |
serialVersionUID: 16660902L
w
int w
|
Class java.util.InputMismatchException extends java.util.NoSuchElementException implements Serializable |
|
Class java.util.InvalidPropertiesFormatException extends java.io.IOException implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.NotSerializableException
- Throws:
java.io.NotSerializableException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.NotSerializableException
- Throws:
java.io.NotSerializableException
|
Class java.util.LinkedHashMap extends java.util.HashMap<K,V> implements Serializable |
serialVersionUID: 3801124242820219131L
accessOrder
boolean accessOrder
|
Class java.util.LinkedHashSet extends java.util.HashSet<E> implements Serializable |
serialVersionUID: -2851667679971038690L
|
Class java.util.LinkedList extends java.util.AbstractSequentialList<E> implements Serializable |
serialVersionUID: 876323262645176354L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
|
Class java.util.Locale extends java.lang.Object implements Serializable |
serialVersionUID: 9149081749638150636L
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
language
java.lang.String language
country
java.lang.String country
variant
java.lang.String variant
hashcode
int hashcode
|
Class java.util.MissingFormatArgumentException extends java.util.IllegalFormatException implements Serializable |
serialVersionUID: 19190115L
s
java.lang.String s
|
Class java.util.MissingFormatWidthException extends java.util.IllegalFormatException implements Serializable |
serialVersionUID: 15560123L
s
java.lang.String s
|
Class java.util.MissingResourceException extends java.lang.RuntimeException implements Serializable |
serialVersionUID: -4876345176062000401L
className
java.lang.String className
key
java.lang.String key
|
Class java.util.NoSuchElementException extends java.lang.RuntimeException implements Serializable |
serialVersionUID: -7720805057305804111L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitutes the
PriorityQueue instance from a stream
(that is, deserializes it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Saves the state of the instance to a stream (that
is, serializes it).
- Serial Data:
- The length of the array backing the instance is
emitted (int), followed by all of its elements
(each an
Object) in the proper order.
- Throws:
java.io.IOException
size
int size
- The number of elements in the priority queue.
comparator
java.util.Comparator<T> comparator
- The comparator, or null if priority queue uses elements'
natural ordering.
|
Class java.util.Properties extends java.util.Hashtable<java.lang.Object,java.lang.Object> implements Serializable |
serialVersionUID: 4112578634029874840L
defaults
java.util.Properties defaults
|
Class java.util.PropertyPermission extends java.security.BasicPermission implements Serializable |
serialVersionUID: 885438825399942851L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
actions
java.lang.String actions
|
Class java.util.Random extends java.lang.Object implements Serializable |
serialVersionUID: 3905348978240129619L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
|
Class java.util.ServiceConfigurationError extends java.lang.Error implements Serializable |
serialVersionUID: 74132770414881L
|
Class java.util.SimpleTimeZone extends java.util.TimeZone implements Serializable |
serialVersionUID: -403250971215465050L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
startMonth
int startMonth
startDay
int startDay
startDayOfWeek
int startDayOfWeek
startTime
int startTime
startTimeMode
int startTimeMode
endMonth
int endMonth
endDay
int endDay
endDayOfWeek
int endDayOfWeek
endTime
int endTime
endTimeMode
int endTimeMode
startYear
int startYear
rawOffset
int rawOffset
useDaylight
boolean useDaylight
monthLength
byte[] monthLength
startMode
int startMode
endMode
int endMode
dstSavings
int dstSavings
serialVersionOnStream
int serialVersionOnStream
|
Class java.util.Stack extends java.util.Vector<E> implements Serializable |
serialVersionUID: 1224463164541339165L
|
Class java.util.TimeZone extends java.lang.Object implements Serializable |
serialVersionUID: 3581463369166924961L
ID
java.lang.String ID
|
Class java.util.TooManyListenersException extends java.lang.Exception implements Serializable |
|
Class java.util.TreeMap extends java.util.AbstractMap<K,V> implements Serializable |
serialVersionUID: 919286545866124006L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
comparator
java.util.Comparator<T> comparator
|
Class java.util.TreeSet extends java.util.AbstractSet<E> implements Serializable |
serialVersionUID: -2479143000061671589L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
|
Class java.util.UnknownFormatConversionException extends java.util.IllegalFormatException implements Serializable |
serialVersionUID: 19060418L
s
java.lang.String s
|
Class java.util.UnknownFormatFlagsException extends java.util.IllegalFormatException implements Serializable |
serialVersionUID: 19370506L
flags
java.lang.String flags
|
Class java.util.UUID extends java.lang.Object implements Serializable |
serialVersionUID: -4856846361193249489L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
mostSigBits
long mostSigBits
leastSigBits
long leastSigBits
|
Class java.util.Vector extends java.util.AbstractList<E> implements Serializable |
serialVersionUID: -2767605614048989439L
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
elementData
java.lang.Object[] elementData
elementCount
int elementCount
capacityIncrement
int capacityIncrement
|
Package java.util.concurrent |
serialVersionUID: -817911632652898426L
items
java.lang.Object[] items
- The queued items
takeIndex
int takeIndex
- items index for next take, poll, peek or remove
putIndex
int putIndex
- items index for next put, offer, or add
count
int count
- Number of elements in the queue
lock
ReentrantLock lock
- Main lock guarding all access
notEmpty
Condition notEmpty
- Condition for waiting takes
notFull
Condition notFull
- Condition for waiting puts
serialVersionUID: 7117394618823254244L
serialVersionUID: -9202173006928992231L
serialVersionUID: 7249069246763182397L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitutes the ConcurrentHashMap instance from a
stream (i.e., deserializes it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Saves the state of the ConcurrentHashMap instance to a
stream (i.e., serializes 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:
java.io.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
java.util.concurrent.ConcurrentHashMap.Segment<K,V>[] segments
- The segments, each of which is a specialized hash table.
serialVersionUID: 876323262645176354L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitutes the instance from a stream (that is, deserializes it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Saves the state to a stream (that is, serializes it).
- Serial Data:
- All of the elements (each an
E) in
the proper order, followed by a null
- Throws:
java.io.IOException
serialVersionUID: 196745693267521676L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitutes the instance from a stream (that is, deserializes it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Saves the state to a stream (that is, serializes it).
- Serial Data:
- All of the elements (each an
E) in
the proper order, followed by a null
- Throws:
java.io.IOException
serialVersionUID: -8627078645895051609L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the map from a stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of this map to a stream.
- Serial Data:
- The key (Object) and value (Object) for each
key-value mapping represented by the map, followed by
null. The key-value mappings are emitted in key-order
(as determined by the Comparator, or by the keys' natural
ordering if no Comparator).
- Throws:
java.io.IOException
comparator
java.util.Comparator<T> comparator
- The comparator used to maintain order in this map, or null
if using natural ordering.
-
|
Class java.util.concurrent.ConcurrentSkipListMap.SubMap extends java.util.AbstractMap<K,V> implements Serializable |
serialVersionUID: -7647078645895051609L
m
ConcurrentSkipListMap<K,V> m
- Underlying map
lo
java.lang.Object lo
- lower bound key, or null if from start
hi
java.lang.Object hi
- upper bound key, or null if to end
loInclusive
boolean loInclusive
- inclusion flag for lo
hiInclusive
boolean hiInclusive
- inclusion flag for hi
isDescending
boolean isDescending
- direction
serialVersionUID: -2479143111061671589L
m
ConcurrentNavigableMap<K,V> m
- The underlying map. Uses Boolean.TRUE as value for each
element. This field is declared final for the sake of thread
safety, which entails some ugliness in clone()
serialVersionUID: 8673264195747942595L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitutes the list from a stream (that is, deserializes it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Saves the state of the list to a stream (that is, serializes it).
- Serial Data:
- The length of the array backing the list is emitted
(int), followed by all of its elements (each an Object)
in the proper order.
- Throws:
java.io.IOException
serialVersionUID: 5457747651344034263L
al
CopyOnWriteArrayList<E> al
serialVersionUID: 7830266012832686185L
serialVersionUID: -7721805057305804111L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitutes the instance from a stream (that is, deserializes it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Saves the state to a stream (that is, serializes it).
- Serial Data:
- the current run status and the exception thrown
during execution, or
null if none
- Throws:
java.io.IOException
status
int status
- The run status of this task
serialVersionUID: -387911632671998426L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute this deque from a stream (that is,
deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state of this deque to a stream (that is, serialize it).
- Serial Data:
- The capacity (int), followed by elements (each an
Object) in the proper order, followed by a null
- Throws:
java.io.IOException
capacity
int capacity
- Maximum number of items in the deque
lock
ReentrantLock lock
- Main lock guarding all access
notEmpty
Condition notEmpty
- Condition for waiting takes
notFull
Condition notFull
- Condition for waiting puts
serialVersionUID: -6903933977591709194L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute this queue instance from a stream (that is,
deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state to a stream (that is, serialize it).
- Serial Data:
- The capacity is emitted (int), followed by all of
its elements (each an
Object) in the proper order,
followed by a null
- Throws:
java.io.IOException
capacity
int capacity
- The capacity bound, or Integer.MAX_VALUE if none
count
AtomicInteger count
- Current number of elements
takeLock
ReentrantLock takeLock
- Lock held by take, poll, etc
notEmpty
Condition notEmpty
- Wait queue for waiting takes
putLock
ReentrantLock putLock
- Lock held by put, offer, etc
notFull
Condition notFull
- Wait queue for waiting puts
serialVersionUID: -3223113410248163686L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitutes the Queue instance from a stream (that is,
deserializes it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Saves the state to a stream (that is, serializes it).
- Serial Data:
- All of the elements (each an
E) in
the proper order, followed by a null
- Throws:
java.io.IOException
serialVersionUID: 5595510919245408276L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitutes the
PriorityBlockingQueue instance from a stream
(that is, deserializes it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Saves the state to a stream (that is, serializes it). For
compatibility with previous version of this class,
elements are first copied to a java.util.PriorityQueue,
which is then serialized.
- Throws:
java.io.IOException
lock
ReentrantLock lock
- Lock used for all public operations
notEmpty
Condition notEmpty
- Condition for blocking when empty
q
PriorityQueue<E> q
- A plain PriorityQueue used only for serialization,
to maintain compatibility with previous versions
of this class. Non-null only during serialization/deserialization.
serialVersionUID: 5232453952276485070L
serialVersionUID: 5232453952276485270L
result
java.lang.Object result
- The result of the computation.
serialVersionUID: -375805702767069545L
serialVersionUID: -3222578661600680210L
sync
java.util.concurrent.Semaphore.Sync sync
- All mechanics via AbstractQueuedSynchronizer subclass
serialVersionUID: -3223113410248163686L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Save the state to a stream (that is, serialize it).
- Throws:
java.io.IOException
qlock
ReentrantLock qlock
waitingProducers
java.util.concurrent.SynchronousQueue.WaitQueue waitingProducers
waitingConsumers
java.util.concurrent.SynchronousQueue.WaitQueue waitingConsumers
serialVersionUID: -5851777807851030925L
rnd
long rnd
- The random seed. We can't use super.seed.
initialized
boolean initialized
- Initialization flag to permit calls to setSeed to succeed only
while executing the Random constructor. We can't allow others
since it would cause setting seed in one part of a program to
unintentionally impact other usages by the thread.
pad0
long pad0
pad1
long pad1
pad2
long pad2
pad3
long pad3
pad4
long pad4
pad5
long pad5
pad6
long pad6
pad7
long pad7
serialVersionUID: 1900926677490660714L
|
Package java.util.concurrent.atomic |
serialVersionUID: 4654671469794556979L
value
int value
serialVersionUID: 6214790243416807050L
value
int value
serialVersionUID: 2862133569453604235L
array
int[] array
serialVersionUID: 1927816293512124184L
value
long value
serialVersionUID: -2308431214976778248L
array
long[] array
serialVersionUID: -1848883965231344442L
value
java.lang.Object value
serialVersionUID: -6209656149925076980L
array
java.lang.Object[] array
|
Package java.util.concurrent.locks |
serialVersionUID: 3737899427754241961L
serialVersionUID: 7373984972572414692L
state
long state
- The synchronization state.
serialVersionUID: 1173984872572414699L
serialVersionUID: 7373984972572414691L
state
int state
- The synchronization state.
serialVersionUID: 1173984872572414699L
serialVersionUID: 7373984872572414699L
sync
java.util.concurrent.locks.ReentrantLock.Sync sync
- Synchronizer providing all implementation mechanics
serialVersionUID: -6992448646407690164L
readerLock
ReentrantReadWriteLock.ReadLock readerLock
- Inner class providing readlock
writerLock
ReentrantReadWriteLock.WriteLock writerLock
- Inner class providing writelock
sync
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
- Performs all synchronization mechanics
serialVersionUID: -5992448646407690164L
sync
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
serialVersionUID: -4992448646407690164L
sync
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync