|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package java.util |
|---|
| Class java.util.AbstractMap.SimpleEntry extends Object implements Serializable |
|---|
serialVersionUID: -8499721149061103585L
| Serialized Fields |
|---|
Object key
Object value
| Class java.util.AbstractMap.SimpleImmutableEntry extends Object implements Serializable |
|---|
serialVersionUID: 7138329143949025153L
| Serialized Fields |
|---|
Object key
Object value
| Class java.util.ArrayDeque extends AbstractCollection<E> implements Serializable |
|---|
serialVersionUID: 2340985798034038923L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Class java.util.ArrayList extends AbstractList<E> implements Serializable |
|---|
serialVersionUID: 8683452581122892189L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
int size
| Class java.util.Arrays.ArrayList extends AbstractList<E> implements Serializable |
|---|
serialVersionUID: -2764017481108945198L
| Serialized Fields |
|---|
Object[] a
| Class java.util.BitSet extends Object implements Serializable |
|---|
serialVersionUID: 7997698588986878753L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
long[] bits
| Class java.util.Calendar extends Object implements Serializable |
|---|
serialVersionUID: -1807547505821590642L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream)
throws IOException
Calendar would only write out its state data and
the current time, and not write any field data out, such as
fields[], isTimeSet, areFieldsSet,
and isSet[]. nextStamp also should not be part
of the persistent state. Unfortunately, this didn't happen before JDK 1.1
shipped. To be compatible with JDK 1.1, we will always have to write out
the field values and state flags. However, nextStamp can be
removed from the serialization stream; this will probably happen in the
near future.
IOException| Serialized Fields |
|---|
int[] fields
FIELD_COUNT integers, with index values
ERA through DST_OFFSET.
boolean[] isSet
FIELD_COUNT booleans, with index values
ERA through DST_OFFSET.
long time
Calendar.isTimeSetboolean isTimeSet
time is valid.
The time is made invalid by a change to an item of field[].
Calendar.timeboolean areFieldsSet
fields[] are in sync with the currently set time.
If false, then the next attempt to get the value of a field will
force a recomputation of all fields from the current value of
time.
boolean lenient
True if this calendar allows out-of-range field values during computation
of time from fields[].
Calendar.setLenient(boolean),
Calendar.isLenient()TimeZone zone
TimeZone used by this calendar. Calendar
uses the time zone data to translate between locale and GMT time.
int firstDayOfWeek
SUNDAY,
MONDAY, etc. This is a locale-dependent value.
int minimalDaysInFirstWeek
int nextStamp
stamp[], an internal array.
This actually should not be written out to the stream, and will probably
be removed from the stream in the near future. In the meantime,
a value of MINIMUM_USER_STAMP should be used.
int serialVersionOnStream
serialVersionOnStream
is written.
| Class java.util.Collections.AsLIFOQueue extends AbstractQueue<E> implements Serializable |
|---|
serialVersionUID: 1802017725587941708L
| Serialized Fields |
|---|
Deque<E> q
| Class java.util.Collections.CheckedCollection extends Object implements Serializable |
|---|
serialVersionUID: 1578914078182001775L
| Serialized Fields |
|---|
Collection<E> c
Class<T> type
Object[] zeroLengthElementArray
| Class java.util.Collections.CheckedList extends java.util.Collections.CheckedCollection<E> implements Serializable |
|---|
serialVersionUID: 65247728283967356L
| Serialized Fields |
|---|
List<E> list
| Class java.util.Collections.CheckedMap extends Object implements Serializable |
|---|
serialVersionUID: 5742860141034234728L
| Serialized Fields |
|---|
Map<K,V> m
Class<T> keyType
Class<T> valueType
| Class java.util.Collections.CheckedRandomAccessList extends java.util.Collections.CheckedList<E> implements Serializable |
|---|
serialVersionUID: 1638200125423088369L
| Class java.util.Collections.CheckedSet extends java.util.Collections.CheckedCollection<E> implements Serializable |
|---|
serialVersionUID: 4694047833775013803L
| Class java.util.Collections.CheckedSortedMap extends java.util.Collections.CheckedMap<K,V> implements Serializable |
|---|
serialVersionUID: 1599671320688067438L
| Serialized Fields |
|---|
SortedMap<K,V> sm
| Class java.util.Collections.CheckedSortedSet extends java.util.Collections.CheckedSet<E> implements Serializable |
|---|
serialVersionUID: 1599911165492914959L
| Serialized Fields |
|---|
SortedSet<E> ss
| Class java.util.Collections.CopiesList extends AbstractList<E> implements Serializable |
|---|
serialVersionUID: 2739099268398711800L
| Serialized Fields |
|---|
int n
Object element
| Class java.util.Collections.EmptyList extends AbstractList<E> implements Serializable |
|---|
serialVersionUID: 8842843931221139166L
| Serialization Methods |
|---|
private Object readResolve()
| Class java.util.Collections.EmptyMap extends AbstractMap<K,V> implements Serializable |
|---|
serialVersionUID: 6428348081105594320L
| Serialization Methods |
|---|
private Object readResolve()
| Class java.util.Collections.EmptySet extends AbstractSet<E> implements Serializable |
|---|
serialVersionUID: 1582296315990362920L
| Serialization Methods |
|---|
private Object readResolve()
| Class java.util.Collections.ReverseComparator extends Object implements Serializable |
|---|
serialVersionUID: 7207038068494060240L
| Serialization Methods |
|---|
private Object readResolve()
| Class java.util.Collections.ReverseComparator2 extends Object implements Serializable |
|---|
serialVersionUID: 4374092139857L
| Serialized Fields |
|---|
Comparator<T> cmp
| Class java.util.Collections.SetFromMap extends AbstractSet<E> implements Serializable |
|---|
serialVersionUID: 2454657854757543876L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
Map<K,V> m
| Class java.util.Collections.SingletonList extends AbstractList<E> implements Serializable |
|---|
serialVersionUID: 3093736618740652951L
| Serialized Fields |
|---|
Object element
| Class java.util.Collections.SingletonMap extends AbstractMap<K,V> implements Serializable |
|---|
serialVersionUID: -6979724477215052911L
| Serialized Fields |
|---|
Object k
Object v
| Class java.util.Collections.SingletonSet extends AbstractSet<E> implements Serializable |
|---|
serialVersionUID: 3193687207550431679L
| Serialized Fields |
|---|
Object element
| Class java.util.Collections.SynchronizedCollection extends Object implements Serializable |
|---|
serialVersionUID: 3053995032091335093L
| Serialization Methods |
|---|
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
Collection<E> c
Object mutex
| Class java.util.Collections.SynchronizedList extends java.util.Collections.SynchronizedCollection<E> implements Serializable |
|---|
serialVersionUID: -7754090372962971524L
| Serialization Methods |
|---|
private Object readResolve()
| Serialized Fields |
|---|
List<E> list
| Class java.util.Collections.SynchronizedMap extends Object implements Serializable |
|---|
serialVersionUID: 1978198479659022715L
| Serialization Methods |
|---|
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
Map<K,V> m
Object mutex
| Class java.util.Collections.SynchronizedRandomAccessList extends java.util.Collections.SynchronizedList<E> implements Serializable |
|---|
serialVersionUID: 1530674583602358482L
| Serialization Methods |
|---|
private Object writeReplace()
| Class java.util.Collections.SynchronizedSet extends java.util.Collections.SynchronizedCollection<E> implements Serializable |
|---|
serialVersionUID: 487447009682186044L
| Class java.util.Collections.SynchronizedSortedMap extends java.util.Collections.SynchronizedMap<K,V> implements Serializable |
|---|
serialVersionUID: -8798146769416483793L
| Serialized Fields |
|---|
SortedMap<K,V> sm
| Class java.util.Collections.SynchronizedSortedSet extends java.util.Collections.SynchronizedSet<E> implements Serializable |
|---|
serialVersionUID: 8695801310862127406L
| Serialized Fields |
|---|
SortedSet<E> ss
| Class java.util.Collections.UnmodifiableCollection extends Object implements Serializable |
|---|
serialVersionUID: 1820017752578914078L
| Serialized Fields |
|---|
Collection<E> c
| Class java.util.Collections.UnmodifiableList extends java.util.Collections.UnmodifiableCollection<E> implements Serializable |
|---|
serialVersionUID: -283967356065247728L
| Serialization Methods |
|---|
private Object readResolve()
| Serialized Fields |
|---|
List<E> list
| Class java.util.Collections.UnmodifiableMap extends Object implements Serializable |
|---|
serialVersionUID: -1034234728574286014L
| Serialized Fields |
|---|
Map<K,V> m
| Class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet extends java.util.Collections.UnmodifiableSet<Map.Entry<K,V>> implements Serializable |
|---|
serialVersionUID: 7854390611657943733L
| Class java.util.Collections.UnmodifiableRandomAccessList extends java.util.Collections.UnmodifiableList<E> implements Serializable |
|---|
serialVersionUID: -2542308836966382001L
| Serialization Methods |
|---|
private Object writeReplace()
| Class java.util.Collections.UnmodifiableSet extends java.util.Collections.UnmodifiableCollection<E> implements Serializable |
|---|
serialVersionUID: -9215047833775013803L
| Class java.util.Collections.UnmodifiableSortedMap extends java.util.Collections.UnmodifiableMap<K,V> implements Serializable |
|---|
serialVersionUID: -8806743815996713206L
| Serialized Fields |
|---|
SortedMap<K,V> sm
| Class java.util.Collections.UnmodifiableSortedSet extends java.util.Collections.UnmodifiableSet<E> implements Serializable |
|---|
serialVersionUID: -4929149591599911165L
| Serialized Fields |
|---|
SortedSet<E> ss
| Class java.util.ConcurrentModificationException extends RuntimeException implements Serializable |
|---|
| Class java.util.Currency extends Object implements Serializable |
|---|
serialVersionUID: -158308464356906721L
| Serialization Methods |
|---|
private Object readResolve()
| Serialized Fields |
|---|
String currencyCode
| Class java.util.Date extends Object implements Serializable |
|---|
serialVersionUID: 7523967970034938905L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
getTime()
is emitted (long). This represents the offset from
January 1, 1970, 00:00:00 GMT in milliseconds.IOException| Class java.util.DuplicateFormatFlagsException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 18890531L
| Serialized Fields |
|---|
String flags
| Class java.util.EmptyStackException extends RuntimeException implements Serializable |
|---|
| Class java.util.EnumMap extends AbstractMap<K extends Enum<K>,V> implements Serializable |
|---|
serialVersionUID: 458661240069192865L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
Class<T> keyType
| Class java.util.EnumSet.SerializationProxy extends Object implements Serializable |
|---|
serialVersionUID: 362491234563181265L
| Serialization Methods |
|---|
private Object readResolve()
| Serialized Fields |
|---|
Class<T> elementType
Enum<E extends Enum<E>>[] elements
| Class java.util.EventObject extends Object implements Serializable |
|---|
serialVersionUID: 5516075349620653480L
| Class java.util.FormatFlagsConversionMismatchException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 19120414L
| Serialized Fields |
|---|
String f
char c
| Class java.util.FormatterClosedException extends IllegalStateException implements Serializable |
|---|
serialVersionUID: 18111216L
| Class java.util.GregorianCalendar extends Calendar implements Serializable |
|---|
serialVersionUID: -8125100834729963327L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
long gregorianCutover
| Class java.util.HashMap extends AbstractMap<K,V> implements Serializable |
|---|
serialVersionUID: 362498820763181265L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
int threshold
float loadFactor
| Class java.util.HashSet extends AbstractSet<E> implements Serializable |
|---|
serialVersionUID: -5024744406713321676L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Class java.util.Hashtable extends Dictionary<K,V> implements Serializable |
|---|
serialVersionUID: 1421746759512286392L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
int threshold
float loadFactor
| Class java.util.IdentityHashMap extends AbstractMap<K,V> implements Serializable |
|---|
serialVersionUID: 8188218128353913216L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
int size
| Class java.util.IllegalFormatCodePointException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 19080630L
| Serialized Fields |
|---|
int c
| Class java.util.IllegalFormatConversionException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 17000126L
| Serialized Fields |
|---|
char c
Class<T> arg
| Class java.util.IllegalFormatException extends IllegalArgumentException implements Serializable |
|---|
serialVersionUID: 18830826L
| Class java.util.IllegalFormatFlagsException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 790824L
| Serialized Fields |
|---|
String flags
| Class java.util.IllegalFormatPrecisionException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 18711008L
| Serialized Fields |
|---|
int p
| Class java.util.IllegalFormatWidthException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 16660902L
| Serialized Fields |
|---|
int w
| Class java.util.InputMismatchException extends NoSuchElementException implements Serializable |
|---|
| Class java.util.LinkedHashMap extends HashMap<K,V> implements Serializable |
|---|
serialVersionUID: 3801124242820219131L
| Serialized Fields |
|---|
boolean accessOrder
| Class java.util.LinkedHashSet extends HashSet<E> implements Serializable |
|---|
serialVersionUID: -2851667679971038690L
| Class java.util.LinkedList extends AbstractSequentialList<E> implements Serializable |
|---|
serialVersionUID: 876323262645176354L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Class java.util.Locale extends Object implements Serializable |
|---|
serialVersionUID: 9149081749638150636L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
ObjectStreamException| Serialized Fields |
|---|
String language
Locale.getLanguage()String country
Locale.getCountry()String variant
Locale.getVariant()int hashcode
| Class java.util.MissingFormatArgumentException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 19190115L
| Serialized Fields |
|---|
String s
| Class java.util.MissingFormatWidthException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 15560123L
| Serialized Fields |
|---|
String s
| Class java.util.MissingResourceException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -4876345176062000401L
| Serialized Fields |
|---|
String className
String key
| Class java.util.NoSuchElementException extends RuntimeException implements Serializable |
|---|
| Class java.util.PriorityQueue extends AbstractQueue<E> implements Serializable |
|---|
serialVersionUID: -7720805057305804111L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
PriorityQueue instance from a stream
(that is, deserializes it).
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
Object) in the proper order.IOException| Serialized Fields |
|---|
int size
Comparator<T> comparator
| Class java.util.Properties extends Hashtable<Object,Object> implements Serializable |
|---|
serialVersionUID: 4112578634029874840L
| Serialized Fields |
|---|
Properties defaults
| Class java.util.PropertyPermissionCollection extends PermissionCollection implements Serializable |
|---|
serialVersionUID: 7015263904581634791L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
boolean all_allowed
Hashtable<K,V> permissions
| Class java.util.Random extends Object implements Serializable |
|---|
serialVersionUID: 3905348978240129619L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
Random instance from a stream (that is,
deserialize it).
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
Random instance to a stream.
IOException| Serialization Overview |
|---|
| Serialized Fields |
|---|
boolean haveNextNextGaussian
double nextNextGaussian
long seed
| Class java.util.ServiceConfigurationError extends Error implements Serializable |
|---|
serialVersionUID: 74132770414881L
| Class java.util.SimpleTimeZone extends TimeZone implements Serializable |
|---|
serialVersionUID: -403250971215465050L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream)
throws IOException
DOW_IN_MONTH_MODE rules, in the required section, followed
by the full rules, in packed format, in the optional section. The
optional section will be ignored by JDK 1.1 code upon stream in.
Contents of the optional section: The length of a byte array is
emitted (int); this is 4 as of this release. The byte array of the given
length is emitted. The contents of the byte array are the true values of
the fields startDay, startDayOfWeek,
endDay, and endDayOfWeek. The values of these
fields in the required section are approximate values suited to the rule
mode DOW_IN_MONTH_MODE, which is the only mode recognized by
JDK 1.1.
IOException| Serialized Fields |
|---|
int startMonth
Calendar.JANUARY and
Calendar.DECEMBER inclusive. This value must not equal
endMonth.
If useDaylight is false, this value is ignored.
int startDay
startMode == DOW_IN_MONTHstartDay indicates the day of the month of
startMonth on which daylight
saving time starts, from 1 to 28, 30, or 31, depending on the
startMonth.
startMode != DOW_IN_MONTHstartDay indicates which startDayOfWeek in th
month startMonth daylight
saving time starts on. For example, a value of +1 and a
startDayOfWeek of Calendar.SUNDAY indicates the
first Sunday of startMonth. Likewise, +2 would indicate the
second Sunday, and -1 the last Sunday. A value of 0 is illegal.
If useDaylight is false, this value is ignored.
int startDayOfWeek
Calendar.SUNDAY and
Calendar.SATURDAY inclusive.
If useDaylight is false or
startMode == DAY_OF_MONTH, this value is ignored.
int startTime
startTimeMode.
If useDaylight is false, this value is ignored.
int startTimeMode
int endMonth
Calendar.JANUARY and
Calendar.UNDECIMBER. This value must not equal
startMonth.
If useDaylight is false, this value is ignored.
int endDay
endMode == DOW_IN_MONTHendDay indicates the day of the month of
endMonth on which daylight
saving time ends, from 1 to 28, 30, or 31, depending on the
endMonth.
endMode != DOW_IN_MONTHendDay indicates which endDayOfWeek in th
month endMonth daylight
saving time ends on. For example, a value of +1 and a
endDayOfWeek of Calendar.SUNDAY indicates the
first Sunday of endMonth. Likewise, +2 would indicate the
second Sunday, and -1 the last Sunday. A value of 0 is illegal.
If useDaylight is false, this value is ignored.
int endDayOfWeek
Calendar.SUNDAY and
Calendar.SATURDAY inclusive.
If useDaylight is false or
endMode == DAY_OF_MONTH, this value is ignored.
int endTime
endTimeMode.
If useDaylight is false, this value is ignored.
int endTimeMode
WALL_TIME,
STANDARD_TIME, or UTC_TIME.
int startYear
AD
value. If this value is less than 1 then daylight saving time is observed
for all AD years.
If useDaylight is false, this value is ignored.
int rawOffset
dstSavings.
boolean useDaylight
byte[] monthLength
int startMode
DOM_MODEDOW_IN_MONTH_MODEDOW_GE_DOM_MODEDOW_LE_DOM_MODEstartDay field.
If useDaylight is false, this value is ignored.
int endMode
DOM_MODEDOW_IN_MONTH_MODEDOW_GE_DOM_MODEDOW_LE_DOM_MODEendDay field.
If useDaylight is false, this value is ignored.
int dstSavings
If useDaylight is false, this value is ignored.
int serialVersionOnStream
startMode,
endMode, and dstSavings.
startTimeMode
and endTimeMode.
serialVersionOnStream
is written.
| Class java.util.Stack extends Vector<E> implements Serializable |
|---|
serialVersionUID: 1224463164541339165L
| Class java.util.TimeZone extends Object implements Serializable |
|---|
serialVersionUID: 3581463369166924961L
| Serialized Fields |
|---|
String ID
TimeZone. This is a
programmatic identifier used internally to look up TimeZone
objects from the system table and also to map them to their localized
display names. ID values are unique in the system
table but may not be for dynamically created zones.
| Class java.util.TooManyListenersException extends Exception implements Serializable |
|---|
| Class java.util.TreeMap extends AbstractMap<K,V> implements Serializable |
|---|
serialVersionUID: 919286545866124006L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
Comparator<T> comparator
| Class java.util.TreeMap.AscendingSubMap extends java.util.TreeMap.NavigableSubMap<K,V> implements Serializable |
|---|
serialVersionUID: 912986545866124060L
| Class java.util.TreeMap.DescendingSubMap extends java.util.TreeMap.NavigableSubMap<K,V> implements Serializable |
|---|
serialVersionUID: 912986545866120460L
| Serialized Fields |
|---|
Comparator<T> reverseComparator
| Class java.util.TreeMap.NavigableSubMap extends AbstractMap<K,V> implements Serializable |
|---|
| Serialized Fields |
|---|
TreeMap<K,V> m
Object lo
Object hi
boolean fromStart
boolean toEnd
boolean loInclusive
boolean hiInclusive
| Class java.util.TreeMap.SubMap extends AbstractMap<K,V> implements Serializable |
|---|
serialVersionUID: -6520786458950516097L
| Serialization Methods |
|---|
private Object readResolve()
| Serialized Fields |
|---|
boolean fromStart
boolean toEnd
Object fromKey
Object toKey
| Class java.util.TreeSet extends AbstractSet<E> implements Serializable |
|---|
serialVersionUID: -2479143000061671589L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
TreeSet instance from a stream (that is,
deserialize it).
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
TreeSet instance to a stream (that is,
serialize it).
null if it obeys its elements' natural ordering
(Object), followed by the size of the set (the number of
elements it contains) (int), followed by all of its
elements (each an Object) in order (as determined by the
set's Comparator, or by the elements' natural ordering if
the set has no Comparator).IOException| Class java.util.UnknownFormatConversionException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 19060418L
| Serialized Fields |
|---|
String s
| Class java.util.UnknownFormatFlagsException extends IllegalFormatException implements Serializable |
|---|
serialVersionUID: 19370506L
| Serialized Fields |
|---|
String flags
| Class java.util.UUID extends Object implements Serializable |
|---|
serialVersionUID: -4856846361193249489L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
long mostSigBits
long leastSigBits
| Class java.util.Vector extends AbstractList<E> implements Serializable |
|---|
serialVersionUID: -2767605614048989439L
| Serialization Methods |
|---|
private void writeObject(ObjectOutputStream s)
throws IOException
Vector instance to a stream (that
is, serialize it). This method is present merely for synchronization.
It just calls the default writeObject method.
IOException| Serialized Fields |
|---|
Object[] elementData
Any array elements following the last element in the Vector are null.
int elementCount
Vector object.
Components elementData[0] through
elementData[elementCount-1] are the actual items.
int capacityIncrement
| Package java.util.concurrent |
|---|
| Class java.util.concurrent.ArrayBlockingQueue extends AbstractQueue<E> implements Serializable |
|---|
serialVersionUID: -817911632652898426L
| Serialized Fields |
|---|
Object[] items
int takeIndex
int putIndex
int count
ReentrantLock lock
Condition notEmpty
Condition notFull
| Class java.util.concurrent.BrokenBarrierException extends Exception implements Serializable |
|---|
serialVersionUID: 7117394618823254244L
| Class java.util.concurrent.CancellationException extends IllegalStateException implements Serializable |
|---|
serialVersionUID: -9202173006928992231L
| Class java.util.concurrent.ConcurrentHashMap extends AbstractMap<K,V> implements Serializable |
|---|
serialVersionUID: 7249069246763182397L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
int segmentMask
int segmentShift
java.util.concurrent.ConcurrentHashMap.Segment<K,V>[] segments
| Class java.util.concurrent.ConcurrentLinkedQueue extends AbstractQueue<E> implements Serializable |
|---|
serialVersionUID: 196745693267521676L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
E) in
the proper order, followed by a nullIOException| Class java.util.concurrent.ConcurrentSkipListMap extends AbstractMap<K,V> implements Serializable |
|---|
serialVersionUID: -8627078645895051609L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
Comparator<T> comparator
| Class java.util.concurrent.ConcurrentSkipListMap.SubMap extends AbstractMap<K,V> implements Serializable |
|---|
serialVersionUID: -7647078645895051609L
| Serialized Fields |
|---|
ConcurrentSkipListMap<K,V> m
Object lo
Object hi
boolean loInclusive
boolean hiInclusive
boolean isDescending
| Class java.util.concurrent.ConcurrentSkipListSet extends AbstractSet<E> implements Serializable |
|---|
serialVersionUID: -2479143111061671589L
| Serialized Fields |
|---|
ConcurrentNavigableMap<K,V> m
| Class java.util.concurrent.CopyOnWriteArrayList extends Object implements Serializable |
|---|
serialVersionUID: 8673264195747942595L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Class java.util.concurrent.CopyOnWriteArraySet extends AbstractSet<E> implements Serializable |
|---|
serialVersionUID: 5457747651344034263L
| Serialized Fields |
|---|
CopyOnWriteArrayList<E> al
| Class java.util.concurrent.ExecutionException extends Exception implements Serializable |
|---|
serialVersionUID: 7830266012832686185L
| Class java.util.concurrent.ForkJoinTask extends Object implements Serializable |
|---|
serialVersionUID: -7721805057305804111L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
null if noneIOException| Serialized Fields |
|---|
int status
| Class java.util.concurrent.LinkedBlockingDeque extends AbstractQueue<E> implements Serializable |
|---|
serialVersionUID: -387911632671998426L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
Object) in the proper order, followed by a nullIOException| Serialized Fields |
|---|
int capacity
ReentrantLock lock
Condition notEmpty
Condition notFull
| Class java.util.concurrent.LinkedBlockingQueue extends AbstractQueue<E> implements Serializable |
|---|
serialVersionUID: -6903933977591709194L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
Object) in the proper order,
followed by a nullIOException| Serialized Fields |
|---|
int capacity
AtomicInteger count
ReentrantLock takeLock
Condition notEmpty
ReentrantLock putLock
Condition notFull
| Class java.util.concurrent.LinkedTransferQueue extends AbstractQueue<E> implements Serializable |
|---|
serialVersionUID: -3223113410248163686L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
E) in
the proper order, followed by a nullIOException| Class java.util.concurrent.PriorityBlockingQueue extends AbstractQueue<E> implements Serializable |
|---|
serialVersionUID: 5595510919245408276L
| Serialization Methods |
|---|
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
PriorityQueue<E> q
ReentrantLock lock
Condition notEmpty
| Class java.util.concurrent.RecursiveAction extends ForkJoinTask<Void> implements Serializable |
|---|
serialVersionUID: 5232453952276485070L
| Class java.util.concurrent.RecursiveTask extends ForkJoinTask<V> implements Serializable |
|---|
serialVersionUID: 5232453952276485270L
| Serialized Fields |
|---|
Object result
| Class java.util.concurrent.RejectedExecutionException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -375805702767069545L
| Class java.util.concurrent.Semaphore extends Object implements Serializable |
|---|
serialVersionUID: -3222578661600680210L
| Serialized Fields |
|---|
java.util.concurrent.Semaphore.Sync sync
| Class java.util.concurrent.SynchronousQueue extends AbstractQueue<E> implements Serializable |
|---|
serialVersionUID: -3223113410248163686L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
ReentrantLock qlock
java.util.concurrent.SynchronousQueue.WaitQueue waitingProducers
java.util.concurrent.SynchronousQueue.WaitQueue waitingConsumers
| Class java.util.concurrent.ThreadLocalRandom extends Random implements Serializable |
|---|
serialVersionUID: -5851777807851030925L
| Serialized Fields |
|---|
long rnd
boolean initialized
long pad0
long pad1
long pad2
long pad3
long pad4
long pad5
long pad6
long pad7
| Class java.util.concurrent.TimeoutException extends Exception implements Serializable |
|---|
serialVersionUID: 1900926677490660714L
| Package java.util.concurrent.atomic |
|---|
| Class java.util.concurrent.atomic.AtomicBoolean extends Object implements Serializable |
|---|
serialVersionUID: 4654671469794556979L
| Serialized Fields |
|---|
int value
| Class java.util.concurrent.atomic.AtomicInteger extends Number implements Serializable |
|---|
serialVersionUID: 6214790243416807050L
| Serialized Fields |
|---|
int value
| Class java.util.concurrent.atomic.AtomicIntegerArray extends Object implements Serializable |
|---|
serialVersionUID: 2862133569453604235L
| Serialized Fields |
|---|
int[] array
| Class java.util.concurrent.atomic.AtomicLong extends Number implements Serializable |
|---|
serialVersionUID: 1927816293512124184L
| Serialized Fields |
|---|
long value
| Class java.util.concurrent.atomic.AtomicLongArray extends Object implements Serializable |
|---|
serialVersionUID: -2308431214976778248L
| Serialized Fields |
|---|
long[] array
| Class java.util.concurrent.atomic.AtomicReference extends Object implements Serializable |
|---|
serialVersionUID: -1848883965231344442L
| Serialized Fields |
|---|
Object value
| Class java.util.concurrent.atomic.AtomicReferenceArray extends Object implements Serializable |
|---|
serialVersionUID: -6209656149925076980L
| Serialized Fields |
|---|
Object[] array
| Package java.util.concurrent.locks |
|---|
| Class java.util.concurrent.locks.AbstractOwnableSynchronizer extends Object implements Serializable |
|---|
serialVersionUID: 3737899427754241961L
| Class java.util.concurrent.locks.AbstractQueuedLongSynchronizer extends AbstractOwnableSynchronizer implements Serializable |
|---|
serialVersionUID: 7373984972572414692L
| Serialized Fields |
|---|
long state
| Class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject extends Object implements Serializable |
|---|
serialVersionUID: 1173984872572414699L
| Class java.util.concurrent.locks.AbstractQueuedSynchronizer extends AbstractOwnableSynchronizer implements Serializable |
|---|
serialVersionUID: 7373984972572414691L
| Serialized Fields |
|---|
int state
| Class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject extends Object implements Serializable |
|---|
serialVersionUID: 1173984872572414699L
| Class java.util.concurrent.locks.ReentrantLock extends Object implements Serializable |
|---|
serialVersionUID: 7373984872572414699L
| Serialized Fields |
|---|
java.util.concurrent.locks.ReentrantLock.Sync sync
| Class java.util.concurrent.locks.ReentrantReadWriteLock extends Object implements Serializable |
|---|
serialVersionUID: -6992448646407690164L
| Serialized Fields |
|---|
ReentrantReadWriteLock.ReadLock readerLock
ReentrantReadWriteLock.WriteLock writerLock
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
| Class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock extends Object implements Serializable |
|---|
serialVersionUID: -5992448646407690164L
| Serialized Fields |
|---|
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
| Class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock extends Object implements Serializable |
|---|
serialVersionUID: -4992448646407690164L
| Serialized Fields |
|---|
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||