Serialized Form
-
Package android.content
-
Class android.content.OperationApplicationException extends Exception implements Serializable
-
Serialized Fields
-
mNumSuccessfulYieldPoints
int mNumSuccessfulYieldPoints
-
-
-
-
Package android.content.pm
-
Class android.content.pm.PackageManager.NameNotFoundException extends AndroidException implements Serializable
-
-
Package android.content.res
-
Class android.content.res.Resources.NotFoundException extends RuntimeException implements Serializable
-
-
Package android.database
-
Class android.database.CursorIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable
-
Class android.database.CursorWindowAllocationException extends RuntimeException implements Serializable
-
Class android.database.SQLException extends RuntimeException implements Serializable
-
Class android.database.StaleDataException extends RuntimeException implements Serializable
-
-
Package android.database.sqlite
-
Class android.database.sqlite.DatabaseObjectNotClosedException extends RuntimeException implements Serializable
-
Class android.database.sqlite.SQLiteAbortException extends SQLiteException implements Serializable
-
Class android.database.sqlite.SQLiteAccessPermException extends SQLiteException implements Serializable
-
Class android.database.sqlite.SQLiteBindOrColumnIndexOutOfRangeException extends SQLiteException implements Serializable
-
Class android.database.sqlite.SQLiteBlobTooBigException extends SQLiteException implements Serializable
-
Class android.database.sqlite.SQLiteCantOpenDatabaseException extends SQLiteException implements Serializable
-
Class android.database.sqlite.SQLiteConstraintException extends SQLiteException implements Serializable
-
Class android.database.sqlite.SQLiteDatabaseCorruptException extends SQLiteException implements Serializable
-
Class android.database.sqlite.SQLiteDatabaseLockedException extends SQLiteException implements Serializable
-
Class android.database.sqlite.SQLiteDatatypeMismatchException extends SQLiteException implements Serializable
-
Class android.database.sqlite.SQLiteDiskIOException extends SQLiteException implements Serializable
-
Class android.database.sqlite.SQLiteDoneException extends SQLiteException implements Serializable
-
Class android.database.sqlite.SQLiteException extends SQLException implements Serializable
-
Class android.database.sqlite.SQLiteFullException extends SQLiteException implements Serializable
-
Class android.database.sqlite.SQLiteMisuseException extends SQLiteException implements Serializable
-
Class android.database.sqlite.SQLiteOutOfMemoryException extends SQLiteException implements Serializable
-
Class android.database.sqlite.SQLiteReadOnlyDatabaseException extends SQLiteException implements Serializable
-
Class android.database.sqlite.SQLiteTableLockedException extends SQLiteException implements Serializable
-
-
Package android.os
-
Class android.os.BadParcelableException extends AndroidRuntimeException implements Serializable
-
Class android.os.NetworkOnMainThreadException extends RuntimeException implements Serializable
-
Class android.os.OperationCanceledException extends RuntimeException implements Serializable
-
Class android.os.ParcelFileDescriptor.FileDescriptorDetachedException extends IOException implements Serializable
- serialVersionUID:
- 955542466045L
-
Class android.os.RemoteException extends AndroidException implements Serializable
-
-
Package android.system
-
Class android.system.ErrnoException extends Exception implements Serializable
-
Serialized Fields
-
errno
int errno
The errno value, for comparison with theEconstants inOsConstants. -
functionName
String functionName
-
-
-
Class android.system.GaiException extends RuntimeException implements Serializable
-
Serialized Fields
-
error
int error
The native error value, for comparison with theGAI_constants inOsConstants. -
functionName
String functionName
-
-
-
Class android.system.NetlinkSocketAddress extends SocketAddress implements Serializable
-
Serialized Fields
-
nlGroupsMask
int nlGroupsMask
multicast groups mask -
nlPortId
int nlPortId
port ID
-
-
-
Class android.system.PacketSocketAddress extends SocketAddress implements Serializable
-
Serialized Fields
-
sll_addr
byte[] sll_addr
Hardware address. -
sll_hatype
short sll_hatype
ARP hardware type. One of theARPHRD_*constants. -
sll_ifindex
int sll_ifindex
Interface index. -
sll_pkttype
byte sll_pkttype
Packet type. One of thePACKET_*constants, such asPACKET_OTHERHOST. -
sll_protocol
short sll_protocol
Protocol. An Ethernet protocol type, e.g.,ETH_P_IPV6.
-
-
-
Class android.system.UnixSocketAddress extends SocketAddress implements Serializable
-
Serialized Fields
-
sun_path
byte[] sun_path
-
-
-
-
Package android.util
-
Class android.util.AndroidException extends Exception implements Serializable
-
Class android.util.AndroidRuntimeException extends RuntimeException implements Serializable
-
-
Package com.android.dex
-
Class com.android.dex.DexException extends ExceptionWithContext implements Serializable
-
Class com.android.dex.DexIndexOverflowException extends DexException implements Serializable
-
-
Package com.android.dex.util
-
Class com.android.dex.util.ExceptionWithContext extends RuntimeException implements Serializable
-
Serialized Fields
-
context
StringBuffer context
non-null;human-oriented context of the exception
-
-
-
-
Package com.ibm.icu.impl
-
Class com.ibm.icu.impl.DateNumberFormat extends NumberFormat implements Serializable
- serialVersionUID:
- -6315692826916346953L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
digits
char[] digits
-
maxIntDigits
int maxIntDigits
-
minIntDigits
int minIntDigits
-
minusSign
char minusSign
-
positiveOnly
boolean positiveOnly
-
zeroDigit
char zeroDigit
-
-
Class com.ibm.icu.impl.IllegalIcuArgumentException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 3789261542830211225L
-
Class com.ibm.icu.impl.InvalidFormatException extends Exception implements Serializable
- serialVersionUID:
- 8883328905089345791L
-
Class com.ibm.icu.impl.JavaTimeZone extends TimeZone implements Serializable
- serialVersionUID:
- 6977448185543929364L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
javatz
TimeZone javatz
-
-
Class com.ibm.icu.impl.OlsonTimeZone extends BasicTimeZone implements Serializable
- serialVersionUID:
- -6281977362477515376L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
canonicalID
String canonicalID
The canonical ID of this zone. Initialized whenOlsonTimeZone.getCanonicalID()is invoked first time, orOlsonTimeZone.setID(String)is called. -
finalStartMillis
double finalStartMillis
For date >= finalStartMillis, the finalZone will be used. -
finalStartYear
int finalStartYear
For year >= finalStartYear, the finalZone will be used. -
finalZone
SimpleTimeZone finalZone
A SimpleTimeZone that governs the behavior for years >= finalYear. If and only if finalYear == INT32_MAX then finalZone == 0. -
serialVersionOnStream
int serialVersionOnStream
-
transitionCount
int transitionCount
Number of transitions, 0..~370 -
transitionTimes64
long[] transitionTimes64
Time of each transition in seconds from 1970 epoch. -
typeCount
int typeCount
Number of types, 1..255 -
typeMapData
byte[] typeMapData
Type description data, consisting of transitionCount uint8_t type indices (from 0..typeCount-1). Length is equal to transitionCount -
typeOffsets
int[] typeOffsets
Offset from GMT in seconds for each type. Length is equal to typeCount
-
-
Class com.ibm.icu.impl.RelativeDateFormat extends DateFormat implements Serializable
- serialVersionUID:
- 1131984966440549435L
-
Serialized Fields
-
capitalizationInfoIsSet
boolean capitalizationInfoIsSet
-
capitalizationOfRelativeUnitsForListOrMenu
boolean capitalizationOfRelativeUnitsForListOrMenu
-
capitalizationOfRelativeUnitsForStandAlone
boolean capitalizationOfRelativeUnitsForStandAlone
-
combinedFormatHasDateAtStart
boolean combinedFormatHasDateAtStart
-
fCombinedFormat
MessageFormat fCombinedFormat
-
fDateFormat
DateFormat fDateFormat
-
fDatePattern
String fDatePattern
-
fDateStyle
int fDateStyle
-
fDateTimeFormat
SimpleDateFormat fDateTimeFormat
-
fLocale
ULocale fLocale
-
fTimeFormat
DateFormat fTimeFormat
-
fTimePattern
String fTimePattern
-
fTimeStyle
int fTimeStyle
-
-
Class com.ibm.icu.impl.TimeZoneAdapter extends TimeZone implements Serializable
- serialVersionUID:
- -2040072218820018557L
-
Serialized Fields
-
zone
TimeZone zone
The contained com.ibm.icu.util.TimeZone object. Must not be null. We delegate all methods to this object.
-
-
Class com.ibm.icu.impl.TimeZoneGenericNames extends Object implements Serializable
- serialVersionUID:
- 2729910342063468417L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
_locale
ULocale _locale
-
_tznames
TimeZoneNames _tznames
-
-
Class com.ibm.icu.impl.TimeZoneNamesImpl extends TimeZoneNames implements Serializable
- serialVersionUID:
- -2179814848495897472L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class com.ibm.icu.impl.TZDBTimeZoneNames extends TimeZoneNames implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_locale
ULocale _locale
-
-
-
Package com.ibm.icu.impl.duration
-
Class com.ibm.icu.impl.duration.BasicDurationFormat extends DurationFormat implements Serializable
- serialVersionUID:
- -3146984141909457700L
-
-
Package com.ibm.icu.impl.locale
-
Class com.ibm.icu.impl.locale.LocaleSyntaxException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_index
int _index
-
-
-
Package com.ibm.icu.math
-
Class com.ibm.icu.math.BigDecimal extends Number implements Serializable
- serialVersionUID:
- 8245355804974198832L
-
Serialized Fields
-
exp
int exp
The exponent.For fixed point arithmetic, scale is
-exp, and can apply to zero. Note that this property can have a value less than MinExp when the mantissa has more than one digit. -
form
byte form
The formatting style. This may take the values:- MathContext.PLAIN -- no exponent needed
- MathContext.SCIENTIFIC -- scientific notation required
- MathContext.ENGINEERING -- engineering notation required
This property is an optimization; it allows us to defer number layout until it is actually needed as a string, hence avoiding unnecessary formatting.
-
ind
byte ind
The indicator. This may take the values:- ispos -- the number is positive
- iszero -- the number is zero
- isneg -- the number is negative
-
mant
byte[] mant
The value of the mantissa.Once constructed, this may become shared between several BigDecimal objects, so must not be altered.
For efficiency (speed), this is a byte array, with each byte taking a value of 0 -> 9.
If the first byte is 0 then the value of the number is zero (and mant.length=1, except when constructed from a plain number, for example, 0.000).
-
-
Class com.ibm.icu.math.MathContext extends Object implements Serializable
- serialVersionUID:
- 7163376998892515376L
-
Serialized Fields
-
digits
int digits
The number of digits (precision) to be used for an operation. A value of 0 indicates that unlimited precision (as many digits as are required) will be used.The
BigDecimaloperator methods use this value to determine the precision of results. Note that leading zeros (in the integer part of a number) are never significant.digitswill always be non-negative. -
form
int form
The form of results from an operation.The
BigDecimaloperator methods use this value to determine the form of results, in particular whether and how exponential notation should be used. -
lostDigits
boolean lostDigits
Controls whether lost digits checking is enabled for an operation. Set totrueto enable checking, or tofalseto disable checking.When enabled, the
BigDecimaloperator methods check the precision of their operand or operands, and throw anArithmeticExceptionif an operand is more precise than the digits setting (that is, digits would be lost). When disabled, operands are rounded to the specified digits. -
roundingMode
int roundingMode
The rounding algorithm to be used for an operation.The
BigDecimaloperator methods use this value to determine the algorithm to be used when non-zero digits have to be discarded in order to reduce the precision of a result. The value must be one of the public constants whose name starts withROUND_.
-
-
-
Package com.ibm.icu.text
-
Class com.ibm.icu.text.ArabicShapingException extends Exception implements Serializable
- serialVersionUID:
- 5261531805497260490L
-
Class com.ibm.icu.text.ChineseDateFormat extends SimpleDateFormat implements Serializable
- serialVersionUID:
- -4610300753104099899L
-
Class com.ibm.icu.text.ChineseDateFormat.Field extends DateFormat.Field implements Serializable
- serialVersionUID:
- -5102130532751400330L
-
Serialization Methods
-
readResolve
@Deprecated protected Object readResolve() throws InvalidObjectException
Deprecated.ICU 50Resolves instances being deserialized to the predefined constants.- Throws:
InvalidObjectException- if the constant could not be resolved.
-
-
Class com.ibm.icu.text.ChineseDateFormatSymbols extends DateFormatSymbols implements Serializable
- serialVersionUID:
- 6827816119783952890L
-
Serialized Fields
-
isLeapMonth
String[] isLeapMonth
Deprecated.
-
-
Class com.ibm.icu.text.CompactDecimalFormat extends DecimalFormat implements Serializable
- serialVersionUID:
- 4716293295276629682L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
divisor
long[] divisor
-
pluralRules
PluralRules pluralRules
-
pluralToCurrencyAffixes
Map<String,com.ibm.icu.text.DecimalFormat.Unit> pluralToCurrencyAffixes
-
units
Map<String,com.ibm.icu.text.DecimalFormat.Unit[]> units
-
-
Class com.ibm.icu.text.CurrencyPluralInfo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
pluralCountToCurrencyUnitPattern
Map<String,String> pluralCountToCurrencyUnitPattern
-
pluralRules
PluralRules pluralRules
-
ulocale
ULocale ulocale
-
-
Class com.ibm.icu.text.DateFormat extends UFormat implements Serializable
- serialVersionUID:
- 7218322306649953788L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
First, read in the default serializable data. Then, ifserialVersionOnStreamis less than 1, indicating that the stream was written by a pre-ICU-53 version, set capitalizationSetting to a default value. Finally, set serialVersionOnStream back to the maximum allowed value so that default serialization will work properly if this object is streamed out again.- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
booleanAttributes
EnumSet<DateFormat.BooleanAttribute> booleanAttributes
boolean attributes for this instance. Inclusion in this is indicates a true condition. -
calendar
Calendar calendar
The calendar thatDateFormatuses to produce the time field values needed to implement date and time formatting. Subclasses should initialize this to a calendar appropriate for the locale associated with thisDateFormat. -
capitalizationSetting
DisplayContext capitalizationSetting
-
numberFormat
NumberFormat numberFormat
The number formatter thatDateFormatuses to format numbers in dates and times. Subclasses should initialize this to a number format appropriate for the locale associated with thisDateFormat. -
serialVersionOnStream
int serialVersionOnStream
Describes the version ofDateFormatpresent on the stream. Possible values are:- 0 (or uninitialized): the pre-ICU-53 version
- 1: ICU 53, adds serialVersionOnStream and capitalizationSetting
DateFormat, the most recent format (corresponding to the highest allowableserialVersionOnStream) is always written.
-
-
Class com.ibm.icu.text.DateFormat.Field extends Format.Field implements Serializable
- serialVersionUID:
- -3627456821000730829L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws InvalidObjectException
Resolves instances being deserialized to the predefined constants.- Throws:
InvalidObjectException- if the constant could not be resolved.
-
-
Serialized Fields
-
calendarField
int calendarField
-
-
Class com.ibm.icu.text.DateFormatSymbols extends Object implements Serializable
- serialVersionUID:
- -5987973545549424702L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
3.8 or older version did not have localized GMT format patterns.- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
actualLocale
ULocale actualLocale
The locale containing data used to construct this object, or null.- See Also:
ULocale
-
ampms
String[] ampms
AM and PM strings. For example: "AM" and "PM". An array of 2 strings, indexed byCalendar.AMandCalendar.PM. -
ampmsNarrow
String[] ampmsNarrow
narrow AM and PM strings. For example: "a" and "p". An array of 2 strings, indexed byCalendar.AMandCalendar.PM. -
capitalization
Map<com.ibm.icu.text.DateFormatSymbols.CapitalizationContextUsage,boolean[]> capitalization
Capitalization transforms. For each usage type, the first array element indicates whether to titlecase for uiListOrMenu context, the second indicates whether to titlecase for stand-alone context. -
eraNames
String[] eraNames
Era name strings. For example: "Anno Domini" and "Before Christ". An array of 2 strings, indexed byCalendar.BCandCalendar.AD. -
eras
String[] eras
Era strings. For example: "AD" and "BC". An array of 2 strings, indexed byCalendar.BCandCalendar.AD. -
leapMonthPatterns
String[] leapMonthPatterns
All leap month patterns, for example "{0}bis". An array of DT_MONTH_PATTERN_COUNT strings, indexed by the DT_LEAP_MONTH_PATTERN_XXX value. -
localPatternChars
String localPatternChars
Localized date-time pattern characters. For example, a locale may wish to use 'u' rather than 'y' to represent years in its date format pattern strings. This string must be exactly 18 characters long, with the index of the characters described byDateFormat.ERA_FIELD,DateFormat.YEAR_FIELD, etc. Thus, if the string were "Xz...", then localized patterns would use 'X' for era and 'z' for year. -
months
String[] months
Month strings. For example: "January", "February", etc. An array of 13 strings (some calendars have 13 months), indexed byCalendar.JANUARY,Calendar.FEBRUARY, etc. -
narrowEras
String[] narrowEras
Narrow era names. For example: "A" and "B". An array of 2 strings, indexed byCalendar.BCandCalendar.AD. -
narrowMonths
String[] narrowMonths
Narrow month strings. For example: "J", "F", etc. An array of 13 strings (some calendars have 13 months), indexed byCalendar.JANUARY,Calendar.FEBRUARY, etc. -
narrowWeekdays
String[] narrowWeekdays
CLDR-style format narrow weekday strings, for example: "S", "M", etc. An array of 8 strings, indexed byCalendar.SUNDAY,Calendar.MONDAY, etc. The elementnarrowWeekdays[0]is ignored. -
quarters
String[] quarters
Full quarter names. For example: "1st Quarter", "2nd Quarter", "3rd Quarter", "4th Quarter". An array of 4 strings, indexed by the month divided by 3. -
requestedLocale
ULocale requestedLocale
-
shorterWeekdays
String[] shorterWeekdays
CLDR-style format short weekday strings, for example: "Su", "Mo", etc. An array of 8 strings, indexed byCalendar.SUNDAY,Calendar.MONDAY, etc. The elementshorterWeekdays[0]is ignored. -
shortMonths
String[] shortMonths
Short month strings. For example: "Jan", "Feb", etc. An array of 13 strings (some calendars have 13 months), indexed byCalendar.JANUARY,Calendar.FEBRUARY, etc. -
shortQuarters
String[] shortQuarters
Abbreviated quarter names. For example: "Q1", "Q2", "Q3", "Q4". An array of 4 strings indexed by the month divided by 3. -
shortWeekdays
String[] shortWeekdays
CLDR-style format abbreviated (not short) weekday strings, for example: "Sun", "Mon", etc. An array of 8 strings, indexed byCalendar.SUNDAY,Calendar.MONDAY, etc. The elementshortWeekdays[0]is ignored. -
shortYearNames
String[] shortYearNames
Cyclic year names, for example: "jia-zi", "yi-chou", ... "gui-hai". An array of (normally) 60 strings, corresponding to cyclic years 1-60 (in Calendar YEAR field). Currently we only have data for format/abbreviated. For the others, just get from format/abbreviated, ignore set. -
shortZodiacNames
String[] shortZodiacNames
Cyclic zodiac names, for example: "Rat", "Ox", "Tiger", etc. An array of (normally) 12 strings. Currently we only have data for format/abbreviated. For the others, just get from format/abbreviated, ignore set. -
standaloneMonths
String[] standaloneMonths
Standalone month strings. For example: "January", "February", etc. An array of 13 strings (some calendars have 13 months), indexed byCalendar.JANUARY,Calendar.FEBRUARY, etc. -
standaloneNarrowMonths
String[] standaloneNarrowMonths
Standalone narrow month strings. For example: "J", "F", etc. An array of 13 strings (some calendars have 13 months), indexed byCalendar.JANUARY,Calendar.FEBRUARY, etc. -
standaloneNarrowWeekdays
String[] standaloneNarrowWeekdays
Standalone narrow weekday strings. For example: "S", "M", etc. An array of 8 strings, indexed byCalendar.SUNDAY,Calendar.MONDAY, etc. The elementstandaloneNarrowWeekdays[0]is ignored. -
standaloneQuarters
String[] standaloneQuarters
Standalone full quarter names. For example: "1st Quarter", "2nd Quarter", "3rd Quarter", "4th Quarter". An array of 4 strings, indexed by the month divided by 3. -
standaloneShorterWeekdays
String[] standaloneShorterWeekdays
CLDR-style standalone short weekday strings, for example: "Sun", "Mon", etc. An array of 8 strings, indexed byCalendar.SUNDAY,Calendar.MONDAY, etc. The elementstandaloneShorterWeekdays[0]is ignored. -
standaloneShortMonths
String[] standaloneShortMonths
Standalone short month strings. For example: "Jan", "Feb", etc. An array of 13 strings (some calendars have 13 months), indexed byCalendar.JANUARY,Calendar.FEBRUARY, etc. -
standaloneShortQuarters
String[] standaloneShortQuarters
Standalone abbreviated quarter names. For example: "Q1", "Q2", "Q3", "Q4". An array of 4 strings indexed by the month divided by 3. -
standaloneShortWeekdays
String[] standaloneShortWeekdays
CLDR-style standalone abbreviated (not short) weekday strings, for example: "Sun", "Mon", etc. An array of 8 strings, indexed byCalendar.SUNDAY,Calendar.MONDAY, etc. The elementstandaloneShortWeekdays[0]is ignored. -
standaloneWeekdays
String[] standaloneWeekdays
Standalone wide weekday strings. For example: "Sunday", "Monday", etc. An array of 8 strings, indexed byCalendar.SUNDAY,Calendar.MONDAY, etc. The elementstandaloneWeekdays[0]is ignored. -
timeSeparator
String timeSeparator
Time separator string. For example: ":". -
validLocale
ULocale validLocale
The most specific locale containing any resource data, or null.- See Also:
ULocale
-
weekdays
String[] weekdays
Format wide weekday strings, for example: "Sunday", "Monday", etc. An array of 8 strings, indexed byCalendar.SUNDAY,Calendar.MONDAY, etc. The elementweekdays[0]is ignored. -
zoneStrings
String[][] zoneStrings
Localized names of time zones in this locale. This is a two-dimensional array of strings of size n by m, where m is at least 5 and up to 7. Each of the n rows is an entry containing the localized names for a singleTimeZone. Each such row contains (withiranging from 0..n-1):zoneStrings[i][0]- time zone IDzoneStrings[i][1]- long name of zone in standard timezoneStrings[i][2]- short name of zone in standard timezoneStrings[i][3]- long name of zone in daylight savings timezoneStrings[i][4]- short name of zone in daylight savings timezoneStrings[i][5]- location name of zonezoneStrings[i][6]- long generic name of zonezoneStrings[i][7]- short generic of zone
The zone ID is not localized; it corresponds to the ID
value associated with a system time zone object. All other entries
are localized names. If a zone does not implement daylight savings
time, the daylight savings time names are ignored.
Note:CLDR 1.5 introduced metazone and its historical mappings.
This simple two-dimensional array is no longer sufficient to represent
localized names and its historic changes. Since ICU 3.8.1, localized
zone names extracted from ICU locale data is stored in a ZoneStringFormat
instance. But we still need to support the old way of customizing
localized zone names, so we keep this field for the purpose.
- See Also:
TimeZone
-
-
Class com.ibm.icu.text.DateIntervalFormat extends UFormat implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
fDateFormat
SimpleDateFormat fDateFormat
-
fDatePattern
String fDatePattern
-
fDateTimeFormat
String fDateTimeFormat
-
fFromCalendar
Calendar fFromCalendar
-
fInfo
DateIntervalInfo fInfo
-
fSkeleton
String fSkeleton
-
fTimePattern
String fTimePattern
-
fToCalendar
Calendar fToCalendar
-
isDateIntervalInfoDefault
boolean isDateIntervalInfoDefault
-
-
Class com.ibm.icu.text.DateIntervalInfo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.icu.text.DateIntervalInfo.PatternInfo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.ibm.icu.text.DecimalFormat extends NumberFormat implements Serializable
- serialVersionUID:
- 864413376551465018L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
First, read the default serializable fields from the stream. Then ifserialVersionOnStreamis less than 1, indicating that the stream was written by JDK 1.1, initializeuseExponentialNotationto false, since it was not present in JDK 1.1. Finally, set serialVersionOnStream back to the maximum allowed value so that default serialization will work properly if this object is streamed out again.- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
attributes
ArrayList<FieldPosition> attributes
-
currencyChoice
ChoiceFormat currencyChoice
Formatter for ChoiceFormat-based currency names. If this field is not null, then delegate to it to format currency symbols.- Since:
- ICU 2.6
-
currencyPluralInfo
CurrencyPluralInfo currencyPluralInfo
-
currencySignCount
int currencySignCount
Represents whether this is a currency format, and which currency format style. 0: not currency format type; 1: currency style -- symbol name, such as "$" for US dollar. 2: currency style -- ISO name, such as USD for US dollar. 3: currency style -- plural long name, such as "US Dollar" for "1.00 US Dollar", or "US Dollars" for "3.00 US Dollars". -
currencyUsage
Currency.CurrencyUsage currencyUsage
The currency usage for the NumberFormat(standard or cash usage). It is used as STANDARD by default- Since:
- ICU 54
-
decimalSeparatorAlwaysShown
boolean decimalSeparatorAlwaysShown
If true, forces the decimal separator to always appear in a formatted number, even if the fractional part of the number is zero. -
exponentSignAlwaysShown
boolean exponentSignAlwaysShown
If true, the exponent is always prefixed with either the plus sign or the minus sign. Otherwise, only negative exponents are prefixed with the minus sign. This has no effect unlessuseExponentialNotationis true.- Since:
- AlphaWorks NumberFormat
-
formatPattern
String formatPattern
-
formatWidth
int formatWidth
The padded format width, or zero if there is no padding. Must be >= 0. Default value zero.- Since:
- AlphaWorks NumberFormat
-
groupingSize
byte groupingSize
The number of digits between grouping separators in the integer portion of a number. Must be greater than 0 ifNumberFormat.groupingUsedis true. -
groupingSize2
byte groupingSize2
The secondary grouping size. This is only used for Hindi numerals, which use a primary grouping of 3 and a secondary grouping of 2, e.g., "12,34,567". If this value is less than 1, then secondary grouping is equal to the primary grouping. -
mathContext
MathContext mathContext
Operations onBigDecimalnumbers are controlled by aMathContextobject, which provides the context (precision and other information) for the operation. The defaultMathContextsettings aredigits=0, form=PLAIN, lostDigits=false, roundingMode=ROUND_HALF_UP; these settings perform fixed point arithmetic with unlimited precision, as defined for the original BigDecimal class in Java 1.1 and Java 1.2 -
maxSignificantDigits
int maxSignificantDigits
The maximum number of significant digits to show. Must be >= minSignficantDigits. Ignored unless useSignificantDigits == true.- Since:
- ICU 3.0
-
minExponentDigits
byte minExponentDigits
The minimum number of digits used to display the exponent when a number is formatted in exponential notation. This field is ignored ifuseExponentialNotationis not true.Note that the JDK 1.2 public API provides no way to set this field, even though it is supported by the implementation and the stream format. The intent is that this will be added to the API in the future.
-
minSignificantDigits
int minSignificantDigits
The minimum number of significant digits to show. Must be >= 1 and <= maxSignificantDigits. Ignored unless useSignificantDigits == true.- Since:
- ICU 3.0
-
multiplier
int multiplier
The multiplier for use in percent, permill, etc.- See Also:
DecimalFormat.getMultiplier()
-
negativePrefix
String negativePrefix
The symbol used as a prefix when formatting negative numbers, e.g. "-".- See Also:
DecimalFormat.getNegativePrefix()
-
negativeSuffix
String negativeSuffix
The symbol used as a suffix when formatting negative numbers. This is often an empty string.- See Also:
DecimalFormat.getNegativeSuffix()
-
negPrefixPattern
String negPrefixPattern
The prefix pattern for negative numbers. This variable corresponds tonegativePrefix. This variable is analogous toposPrefixPattern; see that variable for further documentation. -
negSuffixPattern
String negSuffixPattern
The suffix pattern for negative numbers. This variable corresponds tonegativeSuffix. This variable is analogous toposPrefixPattern; see that variable for further documentation. -
pad
char pad
The character used to pad the result of format toformatWidth, if padding is in effect. Default value ' '.- Since:
- AlphaWorks NumberFormat
-
padPosition
int padPosition
The position in the string at which thepadcharacter will be inserted, if padding is in effect. Must have a value fromPAD_BEFORE_PREFIXtoPAD_AFTER_SUFFIX. Default valuePAD_BEFORE_PREFIX.- Since:
- AlphaWorks NumberFormat
-
PARSE_MAX_EXPONENT
int PARSE_MAX_EXPONENT
-
parseBigDecimal
boolean parseBigDecimal
True ifDecimalFormat.parse(String, ParsePosition)to return BigDecimal rather than Long, Double or BigDecimal except special values. This property is introduced for J2SE 5 compatibility support.- Since:
- ICU 3.6
- See Also:
DecimalFormat.setParseBigDecimal(boolean),DecimalFormat.isParseBigDecimal()
-
parseRequireDecimalPoint
boolean parseRequireDecimalPoint
-
positivePrefix
String positivePrefix
The symbol used as a prefix when formatting positive numbers, e.g. "+".- See Also:
DecimalFormat.getPositivePrefix()
-
positiveSuffix
String positiveSuffix
The symbol used as a suffix when formatting positive numbers. This is often an empty string.- See Also:
DecimalFormat.getPositiveSuffix()
-
posPrefixPattern
String posPrefixPattern
The prefix pattern for non-negative numbers. This variable corresponds topositivePrefix.This pattern is expanded by the method
expandAffix()topositivePrefixto update the latter to reflect changes insymbols. If this variable isnullthenpositivePrefixis taken as a literal value that does not change whensymbolschanges. This variable is alwaysnullforDecimalFormatobjects older than stream version 2 restored from stream. -
posSuffixPattern
String posSuffixPattern
The suffix pattern for non-negative numbers. This variable corresponds topositiveSuffix. This variable is analogous toposPrefixPattern; see that variable for further documentation. -
roundingIncrement
BigDecimal roundingIncrement
The value to which numbers are rounded during formatting. For example, if the rounding increment is 0.05, then 13.371 would be formatted as 13.350, assuming 3 fraction digits. Has the valuenullif rounding is not in effect, or a positive value if rounding is in effect. Default valuenull.- Since:
- AlphaWorks NumberFormat
-
roundingMode
int roundingMode
The rounding mode. This value controls any rounding operations which occur when applying a rounding increment or when reducing the number of fraction digits to satisfy a maximum fraction digits limit. The value may assume any of theBigDecimalrounding mode values. Default valueBigDecimal.ROUND_HALF_EVEN.- Since:
- AlphaWorks NumberFormat
-
serialVersionOnStream
int serialVersionOnStream
The internal serial version which says which version was written Possible values are:- 0 (default): versions before JDK 1.2
- 1: version from JDK 1.2 and later, which includes the two new fields
useExponentialNotationandminExponentDigits. - 2: version on AlphaWorks, which adds roundingMode, formatWidth, pad, padPosition, exponentSignAlwaysShown, roundingIncrement.
- 3: ICU 2.2. Adds currency object.
- 4: ICU 54. Adds currency usage(standard vs cash)
-
style
int style
-
symbols
DecimalFormatSymbols symbols
TheDecimalFormatSymbolsobject used by this format. It contains the symbols used to format numbers, e.g. the grouping separator, decimal separator, and so on. -
useExponentialNotation
boolean useExponentialNotation
True to force the use of exponential (i.e. scientific) notation when formatting numbers.Note that the JDK 1.2 public API provides no way to set this field, even though it is supported by the implementation and the stream format. The intent is that this will be added to the API in the future.
-
useSignificantDigits
boolean useSignificantDigits
True to use significant digits rather than integer and fraction digit counts.- Since:
- ICU 3.0
-
-
Class com.ibm.icu.text.DecimalFormatSymbols extends Object implements Serializable
- serialVersionUID:
- 5772796243397350300L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Reads the default serializable fields, then ifserialVersionOnStreamis less than 1, initializemonetarySeparatorto be the same asdecimalSeparatorandexponentialto be 'E'. Finally, sets serialVersionOnStream back to the maximum allowed value so that default serialization will work properly if this object is streamed out again.- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
actualLocale
ULocale actualLocale
The locale containing data used to construct this object, or null.- See Also:
ULocale
-
currencyPattern
String currencyPattern
-
currencySpcAfterSym
String[] currencySpcAfterSym
-
currencySpcBeforeSym
String[] currencySpcBeforeSym
-
currencySymbol
String currencySymbol
String denoting the local currency, e.g. "$".- See Also:
DecimalFormatSymbols.getCurrencySymbol()
-
decimalSeparator
char decimalSeparator
Character used for decimal sign. -
digit
char digit
Character used for a digit in a pattern.- See Also:
DecimalFormatSymbols.getDigit()
-
digits
char[] digits
Array of characters used for the digits 0-9 in order. -
exponential
char exponential
The character used to distinguish the exponent in a number formatted in exponential notation, e.g. 'E' for a number such as "1.23E45".Note that this field has been superseded by
exponentSeparator. It is retained for backward compatibility. -
exponentMultiplicationSign
String exponentMultiplicationSign
Exponent multiplication sign. e.g "x"- Since:
- ICU 54
-
exponentSeparator
String exponentSeparator
The string used to separate the mantissa from the exponent. Examples: "x10^" for 1.23x10^4, "E" for 1.23E4.Note that this supersedes the
exponentialfield.- Since:
- AlphaWorks
-
groupingSeparator
char groupingSeparator
Character used for thousands separator. -
infinity
String infinity
Character used to represent infinity.- See Also:
DecimalFormatSymbols.getInfinity()
-
intlCurrencySymbol
String intlCurrencySymbol
International string denoting the local currency, e.g. "USD". -
minusSign
char minusSign
Character used to represent minus sign.- See Also:
DecimalFormatSymbols.getMinusSign()
-
minusString
String minusString
String versions of some number symbols.- Since:
- ICU 52
-
monetaryGroupingSeparator
char monetaryGroupingSeparator
The decimal separator used when formatting currency values. -
monetarySeparator
char monetarySeparator
The decimal separator used when formatting currency values. -
NaN
String NaN
Character used to represent NaN.- See Also:
DecimalFormatSymbols.getNaN()
-
padEscape
char padEscape
The character used to indicate a padding character in a format, e.g., '*' in a pattern such as "$*_#,##0.00".- Since:
- AlphaWorks
-
patternSeparator
char patternSeparator
Character used to separate positive and negative subpatterns in a pattern. -
percent
char percent
Character used for percent sign.- See Also:
DecimalFormatSymbols.getPercent()
-
perMill
char perMill
Character used for mille percent sign.- See Also:
DecimalFormatSymbols.getPerMill()
-
plusSign
char plusSign
The character used to indicate a plus sign.- Since:
- AlphaWorks
-
plusString
String plusString
-
requestedLocale
Locale requestedLocale
The locale for which this object was constructed. Set to the default locale for objects resurrected from old streams.- Since:
- ICU 2.2
-
serialVersionOnStream
int serialVersionOnStream
Describes the version ofDecimalFormatSymbolspresent on the stream. Possible values are:- 0 (or uninitialized): versions prior to JDK 1.1.6.
- 1: Versions written by JDK 1.1.6 or later, which includes
two new fields:
monetarySeparatorandexponential. - 2: Version for AlphaWorks. Adds padEscape, exponentSeparator, and plusSign.
- 3: Version for ICU 2.2, which adds locale.
- 4: Version for ICU 3.2, which adds ulocale.
- 5: Version for ICU 3.6, which adds monetaryGroupingSeparator.
- 6: Version for ICU 4.2, which adds currencySpcBeforeSym and currencySpcAfterSym.
- 7: Version for ICU 52, which adds minusString and plusString.
DecimalFormatSymbols, the most recent format (corresponding to the highest allowableserialVersionOnStream) is always written. -
sigDigit
char sigDigit
Character used for a significant digit in a pattern. -
ulocale
ULocale ulocale
The requested ULocale. We keep the old locale for serialization compatibility.- Since:
- ICU 3.2
-
validLocale
ULocale validLocale
The most specific locale containing any resource data, or null.- See Also:
ULocale
-
zeroDigit
char zeroDigit
Character used for zero. This remains only for backward compatibility purposes. The digits array below is now used to actively store the digits.- See Also:
DecimalFormatSymbols.getZeroDigit()
-
-
Class com.ibm.icu.text.DurationFormat extends UFormat implements Serializable
- serialVersionUID:
- -2076961954727774282L
-
Class com.ibm.icu.text.MeasureFormat extends UFormat implements Serializable
- serialVersionUID:
- -7182021401701778240L
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Class com.ibm.icu.text.MessageFormat extends UFormat implements Serializable
- serialVersionUID:
- 7136212545847378652L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Custom deserialization, new in ICU 4.8. See comments on writeObject().- Throws:
InvalidObjectException- if the objects read from the stream is invalid.IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Custom serialization, new in ICU 4.8. We do not want to use default serialization because we only have a small amount of persistent state which is better expressed explicitly rather than via writing field objects.- Serial Data:
- Writes the locale as a BCP 47 language tag string, the MessagePattern.ApostropheMode as an object, and the pattern string (null if none was applied). Followed by an int with the number of (int formatIndex, Object formatter) pairs, and that many such pairs, corresponding to previous setFormat() calls for custom formats. Followed by an int with the number of (int, Object) pairs, and that many such pairs, for future (post-ICU 4.8) extension of the serialization format.
- Throws:
IOException
-
-
Class com.ibm.icu.text.MessageFormat.Field extends Format.Field implements Serializable
- serialVersionUID:
- 7510380454602616157L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws InvalidObjectException
Resolves instances being deserialized to the predefined constants.- Throws:
InvalidObjectException- if the constant could not be resolved.
-
-
Class com.ibm.icu.text.NumberFormat extends UFormat implements Serializable
- serialVersionUID:
- -2308460125733713944L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
First, read in the default serializable data. Then, ifserialVersionOnStreamis less than 1, indicating that the stream was written by JDK 1.1, set theintfields such asmaximumIntegerDigitsto be equal to thebytefields such asmaxIntegerDigits, since theintfields were not present in JDK 1.1. Finally, set serialVersionOnStream back to the maximum allowed value so that default serialization will work properly if this object is streamed out again.- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
Write out the default serializable data, after first setting thebytefields such asmaxIntegerDigitsto be equal to theintfields such asmaximumIntegerDigits(or toByte.MAX_VALUE, whichever is smaller), for compatibility with the JDK 1.1 version of the stream format.- Throws:
IOException
-
-
Serialized Fields
-
capitalizationSetting
DisplayContext capitalizationSetting
-
currency
Currency currency
Currency object used to format currencies. Subclasses may ignore this if they are not currency formats. This will be null unless a subclass sets it to a non-null value.- Since:
- ICU 2.6
-
groupingUsed
boolean groupingUsed
True if the the grouping (i.e. thousands) separator is used when formatting and parsing numbers.- See Also:
NumberFormat.isGroupingUsed()
-
maxFractionDigits
byte maxFractionDigits
The maximum number of digits allowed in the fractional portion of a number.maximumFractionDigitsmust be greater than or equal tominimumFractionDigits.Note: This field exists only for serialization compatibility with JDK 1.1. In JDK 1.2 and higher, the new
intfieldmaximumFractionDigitsis used instead. When writing to a stream,maxFractionDigitsis set tomaximumFractionDigitsorByte.MAX_VALUE, whichever is smaller. When reading from a stream, this field is used only ifserialVersionOnStreamis less than 1.- See Also:
NumberFormat.getMaximumFractionDigits()
-
maximumFractionDigits
int maximumFractionDigits
The maximum number of digits allowed in the fractional portion of a number.maximumFractionDigitsmust be greater than or equal tominimumFractionDigits.- See Also:
NumberFormat.getMaximumFractionDigits()
-
maximumIntegerDigits
int maximumIntegerDigits
The maximum number of digits allowed in the integer portion of a number.maximumIntegerDigitsmust be greater than or equal tominimumIntegerDigits.- See Also:
NumberFormat.getMaximumIntegerDigits()
-
maxIntegerDigits
byte maxIntegerDigits
The maximum number of digits allowed in the integer portion of a number.maxIntegerDigitsmust be greater than or equal tominIntegerDigits.Note: This field exists only for serialization compatibility with JDK 1.1. In JDK 1.2 and higher, the new
intfieldmaximumIntegerDigitsis used instead. When writing to a stream,maxIntegerDigitsis set tomaximumIntegerDigitsorByte.MAX_VALUE, whichever is smaller. When reading from a stream, this field is used only ifserialVersionOnStreamis less than 1.- See Also:
NumberFormat.getMaximumIntegerDigits()
-
minFractionDigits
byte minFractionDigits
The minimum number of digits allowed in the fractional portion of a number.minimumFractionDigitsmust be less than or equal tomaximumFractionDigits.Note: This field exists only for serialization compatibility with JDK 1.1. In JDK 1.2 and higher, the new
intfieldminimumFractionDigitsis used instead. When writing to a stream,minFractionDigitsis set tominimumFractionDigitsorByte.MAX_VALUE, whichever is smaller. When reading from a stream, this field is used only ifserialVersionOnStreamis less than 1.- See Also:
NumberFormat.getMinimumFractionDigits()
-
minimumFractionDigits
int minimumFractionDigits
The minimum number of digits allowed in the fractional portion of a number.minimumFractionDigitsmust be less than or equal tomaximumFractionDigits.- See Also:
NumberFormat.getMinimumFractionDigits()
-
minimumIntegerDigits
int minimumIntegerDigits
The minimum number of digits allowed in the integer portion of a number.minimumIntegerDigitsmust be less than or equal tomaximumIntegerDigits.- See Also:
NumberFormat.getMinimumIntegerDigits()
-
minIntegerDigits
byte minIntegerDigits
The minimum number of digits allowed in the integer portion of a number.minimumIntegerDigitsmust be less than or equal tomaximumIntegerDigits.Note: This field exists only for serialization compatibility with JDK 1.1. In JDK 1.2 and higher, the new
intfieldminimumIntegerDigitsis used instead. When writing to a stream,minIntegerDigitsis set tominimumIntegerDigitsorByte.MAX_VALUE, whichever is smaller. When reading from a stream, this field is used only ifserialVersionOnStreamis less than 1.- See Also:
NumberFormat.getMinimumIntegerDigits()
-
parseIntegerOnly
boolean parseIntegerOnly
True if this format will parse numbers as integers only.- See Also:
NumberFormat.isParseIntegerOnly()
-
parseStrict
boolean parseStrict
-
serialVersionOnStream
int serialVersionOnStream
Describes the version ofNumberFormatpresent on the stream. Possible values are:- 0 (or uninitialized): the JDK 1.1 version of the stream format.
In this version, the
intfields such asmaximumIntegerDigitswere not present, and thebytefields such asmaxIntegerDigitsare used instead. - 1: the JDK 1.2 version of the stream format. The values of the
bytefields such asmaxIntegerDigitsare ignored, and theintfields such asmaximumIntegerDigitsare used instead. - 2: adds capitalizationSetting.
NumberFormat, the most recent format (corresponding to the highest allowableserialVersionOnStream) is always written. - 0 (or uninitialized): the JDK 1.1 version of the stream format.
In this version, the
-
-
Class com.ibm.icu.text.NumberFormat.Field extends Format.Field implements Serializable
- serialVersionUID:
- -4516273749929385842L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws InvalidObjectException
serizalization method resolve instances to the constant NumberFormat.Field values- Throws:
InvalidObjectException- if this instance is not of typeAttribute.classor if it is not a knownAttribute.
-
-
Class com.ibm.icu.text.PluralFormat extends UFormat implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
numberFormat
NumberFormat numberFormat
ThisNumberFormatis used for the standard formatting of the number inserted into the message. -
parsedValues
Map<String,String> parsedValues
Obsolete with use of MessagePattern since ICU 4.8. Used to be: The format messages for each plural case. It is a mapping:String(plural case keyword) -->String(message for this plural case). -
pattern
String pattern
The applied pattern string. -
pluralRules
PluralRules pluralRules
The plural rules used for plural selection. -
ulocale
ULocale ulocale
The locale used for standard number formatting and getting the predefined plural rules (if they were not defined explicitely).
-
-
Class com.ibm.icu.text.PluralRules extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
rules
com.ibm.icu.text.PluralRules.RuleList rules
-
-
Class com.ibm.icu.text.PluralRules.FixedDecimal extends Number implements Serializable
- serialVersionUID:
- -4756200506571685661L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Deprecated.- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Deprecated.- Throws:
IOException
-
-
Serialized Fields
-
baseFactor
int baseFactor
Deprecated. -
decimalDigits
long decimalDigits
Deprecated.This API is ICU internal only. -
decimalDigitsWithoutTrailingZeros
long decimalDigitsWithoutTrailingZeros
Deprecated.This API is ICU internal only. -
hasIntegerValue
boolean hasIntegerValue
Deprecated.This API is ICU internal only. -
integerValue
long integerValue
Deprecated.This API is ICU internal only. -
isNegative
boolean isNegative
Deprecated.This API is ICU internal only. -
source
double source
Deprecated.This API is ICU internal only. -
visibleDecimalDigitCount
int visibleDecimalDigitCount
Deprecated.This API is ICU internal only. -
visibleDecimalDigitCountWithoutTrailingZeros
int visibleDecimalDigitCountWithoutTrailingZeros
Deprecated.This API is ICU internal only.
-
-
Class com.ibm.icu.text.RuleBasedNumberFormat extends NumberFormat implements Serializable
- serialVersionUID:
- -7664252765575395068L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException
Reads this object in from a stream.- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Writes this object to a stream.- Throws:
IOException
-
-
Serialized Fields
-
capitalizationForListOrMenu
boolean capitalizationForListOrMenu
-
capitalizationForStandAlone
boolean capitalizationForStandAlone
-
capitalizationInfoIsSet
boolean capitalizationInfoIsSet
Data for handling context-based capitalization -
lenientParse
boolean lenientParse
Flag specifying whether lenient parse mode is on or off. Off by default. -
locale
ULocale locale
The formatter's locale. This is used to create DecimalFormatSymbols and Collator objects. -
publicRuleSetNames
String[] publicRuleSetNames
The public rule set names; -
roundingMode
int roundingMode
The formatter's rounding mode. -
ruleSetDisplayNames
Map<String,String[]> ruleSetDisplayNames
Localizations for rule set names.
-
-
Class com.ibm.icu.text.SelectFormat extends Format implements Serializable
- serialVersionUID:
- 2993154333257524984L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
pattern
String pattern
-
-
Class com.ibm.icu.text.SimpleDateFormat extends DateFormat implements Serializable
- serialVersionUID:
- 4774881970558875024L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Override readObject. See http://docs.oracle.com/javase/6/docs/api/java/io/ObjectInputStream.html- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
Override writeObject. See http://docs.oracle.com/javase/6/docs/api/java/io/ObjectOutputStream.html- Throws:
IOException
-
-
Serialized Fields
-
defaultCenturyStart
Date defaultCenturyStart
We map dates with two-digit years into the century starting atdefaultCenturyStart, which may be any date. May not be null.- Since:
- JDK1.1.4
-
formatData
DateFormatSymbols formatData
The symbols used by this formatter for week names, month names, etc. May not be null.- See Also:
DateFormatSymbols
-
numberFormatters
HashMap<String,NumberFormat> numberFormatters
The hash map used for number format overrides. -
override
String override
The override string of this formatter. Used to override the numbering system for one or more fields. -
overrideMap
HashMap<Character,String> overrideMap
The hash map used for number format overrides. -
pattern
String pattern
The pattern string of this formatter. This is always a non-localized pattern. May not be null. See class documentation for details. -
serialVersionOnStream
int serialVersionOnStream
The version of the serialized data on the stream. Possible values:- 0 or not present on stream: JDK 1.1.3. This version
has no
defaultCenturyStarton stream. - 1 JDK 1.1.4 or later. This version adds
defaultCenturyStart. - 2 This version writes an additional int for
capitalizationSetting.
serialVersionOnStreamis written. - 0 or not present on stream: JDK 1.1.3. This version
has no
-
tzFormat
TimeZoneFormat tzFormat
-
-
Class com.ibm.icu.text.StringPrepParseException extends ParseException implements Serializable
- serialVersionUID:
- 7160264827701651255L
-
Serialized Fields
-
error
int error
-
line
int line
The line on which the error occurred. If the parse engine is not using this field, it should set it to zero. Otherwise it should be a positive integer. The default value of this field is -1. It will be set to 0 if the code populating this struct is not using line numbers. -
postContext
StringBuffer postContext
Textual context after the error. Null-terminated. May be the empty string if not implemented by parser. -
preContext
StringBuffer preContext
Textual context before the error. Null-terminated. May be the empty string if not implemented by parser.
-
-
Class com.ibm.icu.text.TimeUnitFormat extends MeasureFormat implements Serializable
- serialVersionUID:
- -3707773153184971529L
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Deprecated.- Throws:
ObjectStreamException
-
writeReplace
private Object writeReplace() throws ObjectStreamException
Deprecated.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
format
NumberFormat format
Deprecated. -
locale
ULocale locale
Deprecated. -
style
int style
Deprecated.
-
-
Class com.ibm.icu.text.TimeZoneFormat extends UFormat implements Serializable
- serialVersionUID:
- 2281246852693575022L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundExceptionIOException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
_gmtOffsetDigits
String[] _gmtOffsetDigits
The array of decimal digits used by localized GMT format (the size of array is 10). -
_gmtOffsetPatterns
Stirng[] _gmtOffsetPatterns
The array of GMT offset patterns used by localized GMT format (positive hour-min, positive hour-min-sec, negative hour-min, negative hour-min-sec). -
_gmtPattern
String _gmtPattern
The pattern string for localized GMT format. -
_gmtZeroFormat
String _gmtZeroFormat
The localized GMT string used for GMT(UTC). -
_locale
ULocale _locale
The locale of this TimeZoneFormat object. -
_parseAllStyles
boolean _parseAllStyles
trueif this TimeZoneFormat object is configure for parsing all available names. -
_tznames
TimeZoneNames _tznames
The time zone name data.
-
-
Class com.ibm.icu.text.TimeZoneNames extends Object implements Serializable
- serialVersionUID:
- -9180227029248969153L
-
Class com.ibm.icu.text.UFormat extends Format implements Serializable
- serialVersionUID:
- -4964390515840164416L
-
-
Package com.ibm.icu.util
-
Class com.ibm.icu.util.AnnualTimeZoneRule extends TimeZoneRule implements Serializable
- serialVersionUID:
- -8870666707791230688L
-
Serialized Fields
-
dateTimeRule
DateTimeRule dateTimeRule
-
endYear
int endYear
-
startYear
int startYear
-
-
Class com.ibm.icu.util.BasicTimeZone extends TimeZone implements Serializable
- serialVersionUID:
- -3204278532246180932L
-
Class com.ibm.icu.util.BuddhistCalendar extends GregorianCalendar implements Serializable
- serialVersionUID:
- 2583005278132380631L
-
Class com.ibm.icu.util.Calendar extends Object implements Serializable
- serialVersionUID:
- 6222646104888790989L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Reconstitute this object from a stream (i.e., deserialize it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
Save the state of this object to a stream (i.e., serialize it).- Throws:
IOException
-
-
Serialized Fields
-
actualLocale
ULocale actualLocale
The locale containing data used to construct this object, or null.- See Also:
ULocale
-
firstDayOfWeek
int firstDayOfWeek
The first day of the week, with possible valuesCalendar.SUNDAY,Calendar.MONDAY, etc. This is a locale-dependent value. -
lenient
boolean lenient
True if this calendar allows out-of-range field values during computation oftimefromfields[].- See Also:
Calendar.setLenient(boolean)
-
minimalDaysInFirstWeek
int minimalDaysInFirstWeek
The number of days required for the first week in a month or year, with possible values from 1 to 7. This is a locale-dependent value. -
repeatedWallTime
int repeatedWallTime
Option used when the specified wall time occurs multiple times. -
skippedWallTime
int skippedWallTime
Option used when the specified wall time does not exist. -
time
long time
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT. -
validLocale
ULocale validLocale
The most specific locale containing any resource data, or null.- See Also:
ULocale
-
weekendCease
int weekendCease
Day of the week when the weekend stops in this calendar's locale. Must be in the range SUNDAY...SATURDAY (1..7). The weekend stops at weekendCeaseMillis milliseconds after midnight on that day of the week. This value is taken from locale resource data. -
weekendCeaseMillis
int weekendCeaseMillis
Milliseconds after midnight at which the weekend stops on the day of the week weekendCease. Times that are greater than or equal to weekendCeaseMillis are considered not to be the weekend. Must be in the range 0..24*60*60*1000-1. This value is taken from locale resource data. -
weekendOnset
int weekendOnset
First day of the weekend in this calendar's locale. Must be in the range SUNDAY...SATURDAY (1..7). The weekend starts at weekendOnsetMillis milliseconds after midnight on that day of the week. This value is taken from locale resource data. -
weekendOnsetMillis
int weekendOnsetMillis
Milliseconds after midnight at which the weekend starts on the day of the week weekendOnset. Times that are greater than or equal to weekendOnsetMillis are considered part of the weekend. Must be in the range 0..24*60*60*1000-1. This value is taken from locale resource data. -
zone
TimeZone zone
-
-
Class com.ibm.icu.util.ChineseCalendar extends Calendar implements Serializable
- serialVersionUID:
- 7312110751940929420L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Override readObject.- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
epochYear
int epochYear
The start year of this Chinese calendar instance. -
zoneAstro
TimeZone zoneAstro
The zone used for the astronomical calculation of this Chinese calendar instance.
-
-
Class com.ibm.icu.util.CopticCalendar extends com.ibm.icu.util.CECalendar implements Serializable
- serialVersionUID:
- 5903818751846742911L
-
Class com.ibm.icu.util.Currency extends MeasureUnit implements Serializable
- serialVersionUID:
- -5839973855554750484L
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
isoCode
String isoCode
ISO 4217 3-letter code.
-
-
Class com.ibm.icu.util.DangiCalendar extends ChineseCalendar implements Serializable
- serialVersionUID:
- 8156297445349501985L
-
Class com.ibm.icu.util.DateInterval extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fromDate
long fromDate
-
toDate
long toDate
-
-
Class com.ibm.icu.util.DateTimeRule extends Object implements Serializable
- serialVersionUID:
- 2183055795738051443L
-
Serialized Fields
-
dateRuleType
int dateRuleType
-
dayOfMonth
int dayOfMonth
-
dayOfWeek
int dayOfWeek
-
millisInDay
int millisInDay
-
month
int month
-
timeRuleType
int timeRuleType
-
weekInMonth
int weekInMonth
-
-
Class com.ibm.icu.util.EthiopicCalendar extends com.ibm.icu.util.CECalendar implements Serializable
- serialVersionUID:
- -2438495771339315608L
-
Serialized Fields
-
eraType
int eraType
-
-
Class com.ibm.icu.util.GregorianCalendar extends Calendar implements Serializable
- serialVersionUID:
- 9199388694351062137L
-
Serialized Fields
-
gregorianCutover
long gregorianCutover
The point at which the Gregorian calendar rules are used, measured in milliseconds from the standard epoch. Default is October 15, 1582 (Gregorian) 00:00:00 UTC or -12219292800000L. For this value, October 4, 1582 (Julian) is followed by October 15, 1582 (Gregorian). This corresponds to Julian day number 2299161.
-
-
Class com.ibm.icu.util.HebrewCalendar extends Calendar implements Serializable
- serialVersionUID:
- -1952524560588825816L
-
Class com.ibm.icu.util.ICUCloneNotSupportedException extends ICUException implements Serializable
- serialVersionUID:
- -4824446458488194964L
-
Class com.ibm.icu.util.ICUException extends RuntimeException implements Serializable
- serialVersionUID:
- -3067399656455755650L
-
Class com.ibm.icu.util.ICUUncheckedIOException extends RuntimeException implements Serializable
- serialVersionUID:
- 1210263498513384449L
-
Class com.ibm.icu.util.IllformedLocaleException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_errIdx
int _errIdx
-
-
Class com.ibm.icu.util.IndianCalendar extends Calendar implements Serializable
- serialVersionUID:
- 3617859668165014834L
-
Class com.ibm.icu.util.InitialTimeZoneRule extends TimeZoneRule implements Serializable
- serialVersionUID:
- 1876594993064051206L
-
Class com.ibm.icu.util.IslamicCalendar extends Calendar implements Serializable
- serialVersionUID:
- -6253365474073869325L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
civil
boolean civil
trueif this object uses the fixed-cycle Islamic civil calendar, andfalseif it approximates the true religious calendar using astronomical calculations for the time of the new moon. -
cType
IslamicCalendar.CalculationType cType
determines the type of calculation to use for this instance
-
-
Class com.ibm.icu.util.JapaneseCalendar extends GregorianCalendar implements Serializable
- serialVersionUID:
- -2977189902603704691L
-
Class com.ibm.icu.util.MeasureUnit extends Object implements Serializable
- serialVersionUID:
- -1839973855554750484L
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
Class com.ibm.icu.util.PersianCalendar extends Calendar implements Serializable
- serialVersionUID:
- -6727306982975111643L
-
Class com.ibm.icu.util.RuleBasedTimeZone extends BasicTimeZone implements Serializable
- serialVersionUID:
- 7580833058949327935L
-
Serialized Fields
-
finalRules
AnnualTimeZoneRule[] finalRules
-
historicRules
List<TimeZoneRule> historicRules
-
initialRule
InitialTimeZoneRule initialRule
-
-
Class com.ibm.icu.util.SimpleTimeZone extends BasicTimeZone implements Serializable
- serialVersionUID:
- -7034676239311322769L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Returns the java.util.SimpleTimeZone that this class wraps. java.util.SimpleTimeZone unwrapSTZ() { return (java.util.SimpleTimeZone) unwrap(); }- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
dst
int dst
-
endDay
int endDay
-
endDayOfWeek
int endDayOfWeek
-
endMode
int endMode
-
endMonth
int endMonth
-
endTime
int endTime
-
endTimeMode
int endTimeMode
-
raw
int raw
-
startDay
int startDay
-
startDayOfWeek
int startDayOfWeek
-
startMode
int startMode
-
startMonth
int startMonth
-
startTime
int startTime
-
startTimeMode
int startTimeMode
-
startYear
int startYear
-
useDaylight
boolean useDaylight
-
xinfo
com.ibm.icu.util.STZInfo xinfo
-
-
Class com.ibm.icu.util.TaiwanCalendar extends GregorianCalendar implements Serializable
- serialVersionUID:
- 2583005278132380631L
-
Class com.ibm.icu.util.TimeArrayTimeZoneRule extends TimeZoneRule implements Serializable
- serialVersionUID:
- -1117109130077415245L
-
Serialized Fields
-
startTimes
long[] startTimes
-
timeType
int timeType
-
-
Class com.ibm.icu.util.TimeUnit extends MeasureUnit implements Serializable
- serialVersionUID:
- -2839973855554750484L
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
index
int index
Here for serialization backward compatibility only.
-
-
Class com.ibm.icu.util.TimeZone extends Object implements Serializable
- serialVersionUID:
- -744942128318337471L
-
Serialized Fields
-
ID
String ID
The string identifier of thisTimeZone. This is a programmatic identifier used internally to look upTimeZoneobjects from the system table and also to map them to their localized display names.IDvalues are unique in the system table but may not be for dynamically created zones.
-
-
Class com.ibm.icu.util.TimeZoneRule extends Object implements Serializable
- serialVersionUID:
- 6374143828553768100L
-
Serialized Fields
-
dstSavings
int dstSavings
-
name
String name
-
rawOffset
int rawOffset
-
-
Class com.ibm.icu.util.ULocale extends Object implements Serializable
- serialVersionUID:
- 3715177670352309217L
-
Serialized Fields
-
localeID
String localeID
The raw localeID that we were passed in.
-
-
Class com.ibm.icu.util.UResourceTypeMismatchException extends RuntimeException implements Serializable
- serialVersionUID:
- 1286569061095434541L
-
Class com.ibm.icu.util.VTimeZone extends BasicTimeZone implements Serializable
- serialVersionUID:
- -6851467294127795902L
-
-
Package com.squareup.okhttp.internal.http
-
Class com.squareup.okhttp.internal.http.RequestException extends Exception implements Serializable
-
Class com.squareup.okhttp.internal.http.RouteException extends Exception implements Serializable
-
Serialized Fields
-
lastException
IOException lastException
-
-
-
-
Package dalvik.system
-
Class dalvik.system.AllocationLimitError extends VirtualMachineError implements Serializable
-
Class dalvik.system.BlockGuard.BlockGuardPolicyException extends RuntimeException implements Serializable
-
Serialized Fields
-
mMessage
String mMessage
-
mPolicyState
int mPolicyState
-
mPolicyViolated
int mPolicyViolated
-
-
-
Class dalvik.system.PotentialDeadlockError extends VirtualMachineError implements Serializable
-
-
Package dalvik.system.profiler
-
Class dalvik.system.profiler.MalformedHprofException extends IOException implements Serializable
- serialVersionUID:
- 8558990237047894213L
-
-
Package java.awt.font
-
Class java.awt.font.NumericShaper extends Object implements Serializable
- serialVersionUID:
- -8022764705923730308L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read object.- Throws:
IOException- Signals that an I/O exception has occurred.ClassNotFoundException- the class not found exception
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write object.- Throws:
IOException- Signals that an I/O exception has occurred.
-
-
Serialized Fields
-
contexts
String[] contexts
The contexts. -
digitsLowRanges
int[] digitsLowRanges
The digits low ranges. -
fContextual
boolean fContextual
The contextual. -
fDefaultContextIndex
int fDefaultContextIndex
The default context index. -
fRanges
int fRanges
The ranges. -
fSingleRangeIndex
int fSingleRangeIndex
The single range index. -
key
int key
The key. -
mask
int mask
The mask. -
scriptsRanges
int[] scriptsRanges
The scripts ranges.
-
-
Class java.awt.font.TextAttribute extends AttributedCharacterIterator.Attribute implements Serializable
- serialVersionUID:
- 7744112784117861702L
-
Class java.awt.font.TransformAttribute extends Object implements Serializable
- serialVersionUID:
- 3356247357827709530L
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
writeObject
private void writeObject(ObjectOutputStream arg0) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundExceptionIOException
-
-
Serialized Fields
-
transform
java.awt.geom.AffineTransform transform
-
-
-
Package java.beans
-
Class java.beans.IndexedPropertyChangeEvent extends PropertyChangeEvent implements Serializable
- serialVersionUID:
- -320227448495806870L
-
Serialized Fields
-
index
int index
-
-
Class java.beans.IntrospectionException extends Exception implements Serializable
- serialVersionUID:
- -3728150539969542619L
-
Class java.beans.PropertyChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 7042693688939648123L
-
Class java.beans.PropertyChangeSupport extends Object implements Serializable
- serialVersionUID:
- 6401253773779951803L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class java.beans.PropertyVetoException extends Exception implements Serializable
- serialVersionUID:
- 129596057694162164L
-
Serialized Fields
-
evt
PropertyChangeEvent evt
-
-
Class java.beans.VetoableChangeSupport extends Object implements Serializable
- serialVersionUID:
- -5090210921595982017L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundExceptionIOException
-
writeObject
private void writeObject(ObjectOutputStream arg0) throws IOException
- Throws:
IOException
-
-
-
Package java.io
-
Class java.io.CharConversionException extends IOException implements Serializable
- serialVersionUID:
- -8680016352018427031L
-
Class java.io.EOFException extends IOException implements Serializable
- serialVersionUID:
- 6433858223774886977L
-
Class java.io.File extends Object implements Serializable
- serialVersionUID:
- 301077366599181567L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
path
String path
The path we return from getPath. This is almost the path we were given, but without duplicate adjacent slashes and without trailing slashes (except for the special case of the root directory). This path may be the empty string. This can't be final because we override readObject.
-
-
Class java.io.FileNotFoundException extends IOException implements Serializable
- serialVersionUID:
- -897856973823710492L
-
Class java.io.FilePermission extends Permission implements Serializable
-
Class java.io.InterruptedIOException extends IOException implements Serializable
- serialVersionUID:
- 4020568460727500567L
-
Serialized Fields
-
bytesTransferred
int bytesTransferred
The number of bytes transferred before the I/O interrupt occurred.
-
-
Class java.io.InvalidClassException extends ObjectStreamException implements Serializable
- serialVersionUID:
- -4333316296251054416L
-
Serialized Fields
-
classname
String classname
The fully qualified name of the class that caused the problem.
-
-
Class java.io.InvalidObjectException extends ObjectStreamException implements Serializable
- serialVersionUID:
- 3233174318281839583L
-
Class java.io.IOError extends Error implements Serializable
- serialVersionUID:
- 67100927991680413L
-
Class java.io.IOException extends Exception implements Serializable
- serialVersionUID:
- 7818375828146090155L
-
Class java.io.NotActiveException extends ObjectStreamException implements Serializable
- serialVersionUID:
- -3893467273049808895L
-
Class java.io.NotSerializableException extends ObjectStreamException implements Serializable
- serialVersionUID:
- 2906642554793891381L
-
Class java.io.ObjectStreamClass extends Object implements Serializable
- serialVersionUID:
- -6120832682080437368L
-
Class java.io.ObjectStreamException extends IOException implements Serializable
- serialVersionUID:
- 7260898174833392607L
-
Class java.io.OptionalDataException extends ObjectStreamException implements Serializable
- serialVersionUID:
- -8011121865681257820L
-
Serialized Fields
-
eof
boolean eof
trueindicates that there is no more primitive data available. -
length
int length
The number of bytes of primitive data (int, char, long etc.) that are available.
-
-
Class java.io.SerializablePermission extends BasicPermission implements Serializable
-
Class java.io.StreamCorruptedException extends ObjectStreamException implements Serializable
- serialVersionUID:
- 8983558202217591746L
-
Class java.io.SyncFailedException extends IOException implements Serializable
- serialVersionUID:
- -2353342684412443330L
-
Class java.io.UncheckedIOException extends RuntimeException implements Serializable
- serialVersionUID:
- -8134305061645241065L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Class java.io.UnsupportedEncodingException extends IOException implements Serializable
- serialVersionUID:
- -4274276298326136670L
-
Class java.io.UTFDataFormatException extends IOException implements Serializable
- serialVersionUID:
- 420743449228280612L
-
Class java.io.WriteAbortedException extends ObjectStreamException implements Serializable
- serialVersionUID:
- -3326426625597282442L
-
Serialized Fields
-
detail
Exception detail
The exception that occured when writeObject() was attempting to serialize the object.
-
-
-
Package java.lang
-
Class java.lang.AbstractMethodError extends IncompatibleClassChangeError implements Serializable
- serialVersionUID:
- -1654391082989018462L
-
Class java.lang.ArithmeticException extends RuntimeException implements Serializable
- serialVersionUID:
- 2256477558314496007L
-
Class java.lang.ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable
- serialVersionUID:
- -5116101128118950844L
-
Class java.lang.ArrayStoreException extends RuntimeException implements Serializable
- serialVersionUID:
- -4522193890499838241L
-
Class java.lang.AssertionError extends Error implements Serializable
- serialVersionUID:
- -5013299493970297370L
-
Class java.lang.Boolean extends Object implements Serializable
- serialVersionUID:
- -3665804199014368530L
-
Serialized Fields
-
value
boolean value
The boolean value of the receiver.
-
-
Class java.lang.BootstrapMethodError extends LinkageError implements Serializable
- serialVersionUID:
- 292L
-
Class java.lang.Byte extends Number implements Serializable
- serialVersionUID:
- -7183698231559129828L
-
Serialized Fields
-
value
byte value
The value which the receiver represents.
-
-
Class java.lang.Character extends Object implements Serializable
- serialVersionUID:
- 3786198910865385080L
-
Serialized Fields
-
value
char value
-
-
Class java.lang.Class extends Object implements Serializable
- serialVersionUID:
- 3206093459760846163L
-
Class java.lang.ClassCastException extends RuntimeException implements Serializable
- serialVersionUID:
- -9223365651070458532L
-
Class java.lang.ClassCircularityError extends LinkageError implements Serializable
- serialVersionUID:
- 1054362542914539689L
-
Class java.lang.ClassFormatError extends LinkageError implements Serializable
- serialVersionUID:
- -8420114879011949195L
-
Class java.lang.ClassNotFoundException extends ReflectiveOperationException implements Serializable
- serialVersionUID:
- 9176873029745254542L
-
Serialized Fields
-
ex
Throwable ex
-
-
Class java.lang.CloneNotSupportedException extends Exception implements Serializable
- serialVersionUID:
- 5195511250079656443L
-
Class java.lang.Double extends Number implements Serializable
- serialVersionUID:
- -9172774392245257468L
-
Serialized Fields
-
value
double value
The value which the receiver represents.
-
-
Class java.lang.Enum extends Object implements Serializable
- serialVersionUID:
- -4300926546619394005L
-
Serialized Fields
-
name
String name
-
ordinal
int ordinal
-
-
Class java.lang.EnumConstantNotPresentException extends RuntimeException implements Serializable
- serialVersionUID:
- -6046998521960521108L
-
Class java.lang.Error extends Throwable implements Serializable
- serialVersionUID:
- 4980196508277280342L
-
Class java.lang.Exception extends Throwable implements Serializable
- serialVersionUID:
- -3387516993124229948L
-
Class java.lang.ExceptionInInitializerError extends LinkageError implements Serializable
- serialVersionUID:
- 1521711792217232256L
-
Serialized Fields
-
exception
Throwable exception
-
-
Class java.lang.Float extends Number implements Serializable
- serialVersionUID:
- -2671257302660747028L
-
Serialized Fields
-
value
float value
The value which the receiver represents.
-
-
Class java.lang.IllegalAccessError extends IncompatibleClassChangeError implements Serializable
- serialVersionUID:
- -8988904074992417891L
-
Class java.lang.IllegalAccessException extends ReflectiveOperationException implements Serializable
- serialVersionUID:
- 6616958222490762034L
-
Class java.lang.IllegalArgumentException extends RuntimeException implements Serializable
- serialVersionUID:
- -5365630128856068164L
-
Class java.lang.IllegalCallerException extends RuntimeException implements Serializable
- serialVersionUID:
- -2349421918363102232L
-
Class java.lang.IllegalMonitorStateException extends RuntimeException implements Serializable
- serialVersionUID:
- 3713306369498869069L
-
Class java.lang.IllegalStateException extends RuntimeException implements Serializable
- serialVersionUID:
- -1848914673093119416L
-
Class java.lang.IllegalThreadStateException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -7626246362397460174L
-
Class java.lang.IncompatibleClassChangeError extends LinkageError implements Serializable
- serialVersionUID:
- -4914975503642802119L
-
Class java.lang.IndexOutOfBoundsException extends RuntimeException implements Serializable
- serialVersionUID:
- 234122996006267687L
-
Class java.lang.InstantiationError extends IncompatibleClassChangeError implements Serializable
- serialVersionUID:
- -4885810657349421204L
-
Class java.lang.InstantiationException extends ReflectiveOperationException implements Serializable
- serialVersionUID:
- -8441929162975509110L
-
Class java.lang.Integer extends Number implements Serializable
- serialVersionUID:
- 1360826667806852920L
-
Serialized Fields
-
value
int value
The int value represented by this Integer
-
-
Class java.lang.InternalError extends VirtualMachineError implements Serializable
- serialVersionUID:
- -9062593416125562365L
-
Class java.lang.InterruptedException extends Exception implements Serializable
- serialVersionUID:
- 6700697376100628473L
-
Class java.lang.LayerInstantiationException extends RuntimeException implements Serializable
- serialVersionUID:
- -906239691613568347L
-
Class java.lang.LinkageError extends Error implements Serializable
- serialVersionUID:
- 3579600108157160122L
-
Class java.lang.Long extends Number implements Serializable
- serialVersionUID:
- 4290774380558885855L
-
Serialized Fields
-
value
long value
The value which the receiver represents.
-
-
Class java.lang.NegativeArraySizeException extends RuntimeException implements Serializable
- serialVersionUID:
- -8960118058596991861L
-
Class java.lang.NoClassDefFoundError extends LinkageError implements Serializable
- serialVersionUID:
- 9095859863287012458L
-
Class java.lang.NoSuchFieldError extends IncompatibleClassChangeError implements Serializable
- serialVersionUID:
- -3456430195886129035L
-
Class java.lang.NoSuchFieldException extends ReflectiveOperationException implements Serializable
- serialVersionUID:
- -6143714805279938260L
-
Class java.lang.NoSuchMethodError extends IncompatibleClassChangeError implements Serializable
- serialVersionUID:
- -3765521442372831335L
-
Class java.lang.NoSuchMethodException extends ReflectiveOperationException implements Serializable
- serialVersionUID:
- 5034388446362600923L
-
Class java.lang.NullPointerException extends RuntimeException implements Serializable
- serialVersionUID:
- 5162710183389028792L
-
Class java.lang.Number extends Object implements Serializable
- serialVersionUID:
- -8742448824652078965L
-
Class java.lang.NumberFormatException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -2848938806368998894L
-
Class java.lang.OutOfMemoryError extends VirtualMachineError implements Serializable
- serialVersionUID:
- 8228564086184010517L
-
Class java.lang.ReflectiveOperationException extends Exception implements Serializable
-
Class java.lang.RuntimeException extends Exception implements Serializable
- serialVersionUID:
- -7034897190745766939L
-
Class java.lang.RuntimePermission extends BasicPermission implements Serializable
-
Class java.lang.SecurityException extends RuntimeException implements Serializable
- serialVersionUID:
- 6878364983674394167L
-
Class java.lang.Short extends Number implements Serializable
- serialVersionUID:
- 7515723908773894738L
-
Serialized Fields
-
value
short value
The value which the receiver represents.
-
-
Class java.lang.StackOverflowError extends VirtualMachineError implements Serializable
- serialVersionUID:
- 8609175038441759607L
-
Class java.lang.StackTraceElement extends Object implements Serializable
- serialVersionUID:
- 6992337162326171013L
-
Class java.lang.String extends Object implements Serializable
- serialVersionUID:
- -6849794470754667710L
-
Serialized Fields
-
count
int count
-
hashCode
int hashCode
-
-
Class java.lang.StringBuffer extends java.lang.AbstractStringBuilder implements Serializable
- serialVersionUID:
- 3388685877147921107L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class java.lang.StringBuilder extends java.lang.AbstractStringBuilder implements Serializable
- serialVersionUID:
- 4383685877147921099L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Reads the state of aStringBuilderfrom the passed stream and restores it to this instance.- Throws:
IOException- if the stream throws it during the read.ClassNotFoundException- if the stream throws it during the read.
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Writes the state of this object to the stream passed.- Serial Data:
int- the length of this object.char[]- the buffer from this object, which may be larger than the length field.- Throws:
IOException- if the stream throws it during the write.
-
-
Class java.lang.StringIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable
- serialVersionUID:
- -6762910422159637258L
-
Class java.lang.ThreadDeath extends Error implements Serializable
- serialVersionUID:
- -4417128565033088268L
-
Class java.lang.Throwable extends Object implements Serializable
- serialVersionUID:
- -3042686055658047285L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
cause
Throwable cause
The cause of this Throwable. Null when there is no cause. -
detailMessage
String detailMessage
The message provided when the exception was created. -
stackTrace
StackTraceElement[] stackTrace
A fully-expanded representation of the stack trace. -
suppressedExceptions
List<Throwable> suppressedExceptions
Throwables suppressed by this throwable. Null when suppressed exceptions are disabled.
-
-
Class java.lang.TypeNotPresentException extends RuntimeException implements Serializable
- serialVersionUID:
- -5101214195716534496L
-
Serialized Fields
-
typeName
String typeName
-
-
Class java.lang.UnknownError extends VirtualMachineError implements Serializable
- serialVersionUID:
- 2524784860676771849L
-
Class java.lang.UnsatisfiedLinkError extends LinkageError implements Serializable
- serialVersionUID:
- -4019343241616879428L
-
Class java.lang.UnsupportedClassVersionError extends ClassFormatError implements Serializable
- serialVersionUID:
- -7123279212883497373L
-
Class java.lang.UnsupportedOperationException extends RuntimeException implements Serializable
- serialVersionUID:
- -1242599979055084673L
-
Class java.lang.VerifyError extends LinkageError implements Serializable
- serialVersionUID:
- 7001962396098498785L
-
Class java.lang.VirtualMachineError extends Error implements Serializable
- serialVersionUID:
- 4161983926571568670L
-
-
Package java.lang.annotation
-
Class java.lang.annotation.AnnotationFormatError extends Error implements Serializable
- serialVersionUID:
- -4256701562333669892L
-
Class java.lang.annotation.AnnotationTypeMismatchException extends RuntimeException implements Serializable
- serialVersionUID:
- 8125925355765570191L
-
Class java.lang.annotation.IncompleteAnnotationException extends RuntimeException implements Serializable
- serialVersionUID:
- 8445097402741811912L
-
Serialized Fields
-
annotationType
Class<? extends Annotation> annotationType
-
elementName
String elementName
-
-
-
Package java.lang.reflect
-
Class java.lang.reflect.GenericSignatureFormatError extends ClassFormatError implements Serializable
- serialVersionUID:
- 6709919147137911034L
-
Class java.lang.reflect.InaccessibleObjectException extends RuntimeException implements Serializable
- serialVersionUID:
- 4158786093378140901L
-
Class java.lang.reflect.InvocationTargetException extends ReflectiveOperationException implements Serializable
- serialVersionUID:
- 4085088731926701167L
-
Serialized Fields
-
target
Throwable target
-
-
Class java.lang.reflect.MalformedParameterizedTypeException extends RuntimeException implements Serializable
- serialVersionUID:
- -5696557788586220964L
-
Class java.lang.reflect.MalformedParametersException extends RuntimeException implements Serializable
- serialVersionUID:
- 20130919L
-
Class java.lang.reflect.Proxy extends Object implements Serializable
- serialVersionUID:
- -2222568056686623797L
-
Serialized Fields
-
h
InvocationHandler h
The invocation handler on which the method calls are dispatched.
-
-
Class java.lang.reflect.ReflectPermission extends BasicPermission implements Serializable
-
Class java.lang.reflect.UndeclaredThrowableException extends RuntimeException implements Serializable
- serialVersionUID:
- 330127114055056639L
-
Serialized Fields
-
undeclaredThrowable
Throwable undeclaredThrowable
-
-
-
Package java.math
-
Class java.math.BigDecimal extends Number implements Serializable
- serialVersionUID:
- 6108874887143696463L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Assigns all transient fields upon deserialization of aBigDecimalinstance (bitLength and smallValue). The transient field precision is assigned lazily.- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Prepares thisBigDecimalfor serialization, i.e. the non-transient fieldintValis assigned.- Throws:
IOException
-
-
Serialized Fields
-
intVal
BigInteger intVal
The arbitrary precision integer (unscaled value) in the internal representation ofBigDecimal. -
scale
int scale
The 32-bit integer scale in the internal representation ofBigDecimal.
-
-
Class java.math.BigInteger extends Number implements Serializable
- serialVersionUID:
- -8287574255936472291L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Assigns all transient fields upon deserialization of aBigIntegerinstance.- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Prepares thisBigIntegerfor serialization, i.e. the non-transient fieldssignumandmagnitudeare assigned.- Throws:
IOException
-
-
Serialized Fields
-
magnitude
byte[] magnitude
absolute value field, used for serialization -
signum
int signum
sign field, used for serialization.
-
-
Class java.math.MathContext extends Object implements Serializable
- serialVersionUID:
- 5579720004786848255L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Makes checks upon deserialization of aMathContextinstance. Checks whetherprecision >= 0androundingMode != null- Throws:
StreamCorruptedException- ifprecision < 0StreamCorruptedException- ifroundingMode == nullIOExceptionClassNotFoundException
-
-
Serialized Fields
-
precision
int precision
The number of digits to be used for an operation; results are rounded to this precision. -
roundingMode
RoundingMode roundingMode
ARoundingModeobject which specifies the algorithm to be used for rounding.
-
-
-
Package java.net
-
Class java.net.BindException extends SocketException implements Serializable
- serialVersionUID:
- -5945005768251722951L
-
Class java.net.ConnectException extends SocketException implements Serializable
- serialVersionUID:
- 3831404271622369215L
-
Class java.net.HttpRetryException extends IOException implements Serializable
- serialVersionUID:
- -9186022286469111381L
-
Serialized Fields
-
location
String location
-
responseCode
int responseCode
-
-
Class java.net.Inet4Address extends InetAddress implements Serializable
- serialVersionUID:
- 3286316764910316507L
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Class java.net.Inet6Address extends InetAddress implements Serializable
- serialVersionUID:
- 6880410070516793377L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class java.net.InetAddress extends Object implements Serializable
- serialVersionUID:
- 3286316764910316507L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
readResolve
private Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class java.net.InetSocketAddress extends SocketAddress implements Serializable
- serialVersionUID:
- 5076001401234631237L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
addr
InetAddress addr
-
hostname
String hostname
-
port
int port
-
-
Class java.net.MalformedURLException extends IOException implements Serializable
- serialVersionUID:
- -182787522200415866L
-
Class java.net.NetPermission extends BasicPermission implements Serializable
-
Class java.net.NoRouteToHostException extends SocketException implements Serializable
- serialVersionUID:
- -1897550894873493790L
-
Class java.net.PortUnreachableException extends SocketException implements Serializable
- serialVersionUID:
- 8462541992376507323L
-
Class java.net.ProtocolException extends IOException implements Serializable
- serialVersionUID:
- -6098449442062388080L
-
Class java.net.SocketAddress extends Object implements Serializable
- serialVersionUID:
- 5215720748342549866L
-
Class java.net.SocketException extends IOException implements Serializable
- serialVersionUID:
- -5935874303556886934L
-
Class java.net.SocketPermission extends Permission implements Serializable
-
Class java.net.SocketTimeoutException extends InterruptedIOException implements Serializable
- serialVersionUID:
- -8846654841826352300L
-
Class java.net.UnknownHostException extends IOException implements Serializable
- serialVersionUID:
- -4639126076052875403L
-
Class java.net.UnknownServiceException extends IOException implements Serializable
- serialVersionUID:
- -4169033248853639508L
-
Class java.net.URI extends Object implements Serializable
- serialVersionUID:
- -6052424284110960213L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
string
String string
-
-
Class java.net.URISyntaxException extends Exception implements Serializable
- serialVersionUID:
- 2137979680897488891L
-
Serialized Fields
-
index
int index
-
input
String input
-
-
Class java.net.URL extends Object implements Serializable
- serialVersionUID:
- -7627629688361524110L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
Class java.net.URLPermission extends Permission implements Serializable
- serialVersionUID:
- -2702463814894478682L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
actions
String actions
-
-
-
Package java.nio
-
Class java.nio.BufferOverflowException extends RuntimeException implements Serializable
- serialVersionUID:
- -5484897634319144535L
-
Class java.nio.BufferUnderflowException extends RuntimeException implements Serializable
- serialVersionUID:
- -1713313658691622206L
-
Class java.nio.InvalidMarkException extends IllegalStateException implements Serializable
- serialVersionUID:
- 1698329710438510774L
-
Class java.nio.ReadOnlyBufferException extends UnsupportedOperationException implements Serializable
- serialVersionUID:
- -1210063976496234090L
-
-
Package java.nio.channels
-
Class java.nio.channels.AcceptPendingException extends IllegalStateException implements Serializable
- serialVersionUID:
- 2721339977965416421L
-
Class java.nio.channels.AlreadyBoundException extends IllegalStateException implements Serializable
- serialVersionUID:
- 6796072983322737592L
-
Class java.nio.channels.AlreadyConnectedException extends IllegalStateException implements Serializable
- serialVersionUID:
- -7331895245053773357L
-
Class java.nio.channels.AsynchronousCloseException extends ClosedChannelException implements Serializable
- serialVersionUID:
- 6891178312432313966L
-
Class java.nio.channels.CancelledKeyException extends IllegalStateException implements Serializable
- serialVersionUID:
- -8438032138028814268L
-
Class java.nio.channels.ClosedByInterruptException extends AsynchronousCloseException implements Serializable
- serialVersionUID:
- -4488191543534286750L
-
Class java.nio.channels.ClosedChannelException extends IOException implements Serializable
- serialVersionUID:
- 882777185433553857L
-
Class java.nio.channels.ClosedSelectorException extends IllegalStateException implements Serializable
- serialVersionUID:
- 6466297122317847835L
-
Class java.nio.channels.ConnectionPendingException extends IllegalStateException implements Serializable
- serialVersionUID:
- 2008393366501760879L
-
Class java.nio.channels.FileLockInterruptionException extends IOException implements Serializable
- serialVersionUID:
- 7104080643653532383L
-
Class java.nio.channels.IllegalBlockingModeException extends IllegalStateException implements Serializable
- serialVersionUID:
- -3335774961855590474L
-
Class java.nio.channels.IllegalChannelGroupException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -2495041211157744253L
-
Class java.nio.channels.IllegalSelectorException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -8406323347253320987L
-
Class java.nio.channels.InterruptedByTimeoutException extends IOException implements Serializable
- serialVersionUID:
- -4268008601014042947L
-
Class java.nio.channels.NoConnectionPendingException extends IllegalStateException implements Serializable
- serialVersionUID:
- -8296561183633134743L
-
Class java.nio.channels.NonReadableChannelException extends IllegalStateException implements Serializable
- serialVersionUID:
- -3200915679294993514L
-
Class java.nio.channels.NonWritableChannelException extends IllegalStateException implements Serializable
- serialVersionUID:
- -7071230488279011621L
-
Class java.nio.channels.NotYetBoundException extends IllegalStateException implements Serializable
- serialVersionUID:
- 4640999303950202242L
-
Class java.nio.channels.NotYetConnectedException extends IllegalStateException implements Serializable
- serialVersionUID:
- 4697316551909513464L
-
Class java.nio.channels.OverlappingFileLockException extends IllegalStateException implements Serializable
- serialVersionUID:
- 2047812138163068433L
-
Class java.nio.channels.ReadPendingException extends IllegalStateException implements Serializable
- serialVersionUID:
- 1986315242191227217L
-
Class java.nio.channels.ShutdownChannelGroupException extends IllegalStateException implements Serializable
- serialVersionUID:
- -3903801676350154157L
-
Class java.nio.channels.UnresolvedAddressException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 6136959093620794148L
-
Class java.nio.channels.UnsupportedAddressTypeException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -2964323842829700493L
-
Class java.nio.channels.WritePendingException extends IllegalStateException implements Serializable
- serialVersionUID:
- 7031871839266032276L
-
-
Package java.nio.charset
-
Class java.nio.charset.CharacterCodingException extends IOException implements Serializable
- serialVersionUID:
- 8421532232154627783L
-
Class java.nio.charset.CoderMalfunctionError extends Error implements Serializable
- serialVersionUID:
- -1151412348057794301L
-
Class java.nio.charset.IllegalCharsetNameException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 1457525358470002989L
-
Serialized Fields
-
charsetName
String charsetName
-
-
Class java.nio.charset.MalformedInputException extends CharacterCodingException implements Serializable
- serialVersionUID:
- -3438823399834806194L
-
Serialized Fields
-
inputLength
int inputLength
-
-
Class java.nio.charset.UnmappableCharacterException extends CharacterCodingException implements Serializable
- serialVersionUID:
- -7026962371537706123L
-
Serialized Fields
-
inputLength
int inputLength
-
-
Class java.nio.charset.UnsupportedCharsetException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 1490765524727386367L
-
Serialized Fields
-
charsetName
String charsetName
-
-
-
Package java.security
-
Class java.security.AccessControlException extends SecurityException implements Serializable
- serialVersionUID:
- 5138225684096988535L
-
Serialized Fields
-
perm
Permission perm
-
-
Class java.security.AllPermission extends Permission implements Serializable
-
Class java.security.AuthProvider extends Provider implements Serializable
-
Class java.security.BasicPermission extends Permission implements Serializable
-
Class java.security.CodeSigner extends Object implements Serializable
- serialVersionUID:
- 6819288105193937581L
-
Class java.security.CodeSource extends Object implements Serializable
-
Class java.security.DigestException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 5821450303093652515L
-
Class java.security.GeneralSecurityException extends Exception implements Serializable
- serialVersionUID:
- 894798122053539237L
-
Class java.security.GuardedObject extends Object implements Serializable
- serialVersionUID:
- -5240450096227834308L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Checks the guard (if there is one) before performing a default serialization.- Throws:
IOException
-
-
Serialized Fields
-
Class java.security.Identity extends Object implements Serializable
- serialVersionUID:
- 3609922007826600659L
-
Serialized Fields
-
certificates
Vector<Certificate> certificates
Deprecated. -
info
String info
Deprecated. -
name
String name
Deprecated. -
publicKey
PublicKey publicKey
Deprecated. -
scope
IdentityScope scope
Deprecated.
-
-
Class java.security.IdentityScope extends Identity implements Serializable
- serialVersionUID:
- -2337346281189773310L
-
Class java.security.InvalidAlgorithmParameterException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 2864672297499471472L
-
Class java.security.InvalidKeyException extends KeyException implements Serializable
- serialVersionUID:
- 5698479920593359816L
-
Class java.security.InvalidParameterException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -857968536935667808L
-
Class java.security.KeyException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -7483676942812432108L
-
Class java.security.KeyManagementException extends KeyException implements Serializable
- serialVersionUID:
- 947674216157062695L
-
Class java.security.KeyPair extends Object implements Serializable
- serialVersionUID:
- -7565189502268009837L
-
Serialized Fields
-
privateKey
PrivateKey privateKey
-
publicKey
PublicKey publicKey
-
-
Class java.security.KeyRep extends Object implements Serializable
- serialVersionUID:
- -4757683898830641853L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream is) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
readResolve
protected Object readResolve() throws ObjectStreamException
Resolves and returns theKeyobject. ThreeKeyRep.Type|format combinations are supported:-
Type.PRIVATE| "PKCS#8" : returns aPrivateKeyinstance, generated from a key factory (suitable for the algorithm) that is initialized with aPKCS8EncodedKeySpecusing the encoded key bytes. -
Type.SECRET| "RAW" : returns aSecretKeySpecinstance, created with the encoded key bytes and the algorithm. -
Type.PUBLIC| "X.509": returns aPublicKeyinstance, generated from a key factory (suitable for the algorithm) that is initialized with aX509EncodedKeySpecusing the encoded key bytes.
- Throws:
ObjectStreamException- if theType|format combination is not recognized, or the resolution of any key parameter fails.
-
-
-
Serialized Fields
-
algorithm
String algorithm
-
encoded
byte[] encoded
-
format
String format
-
type
KeyRep.Type type
-
-
Class java.security.KeyStoreException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -1119353179322377262L
-
Class java.security.NoSuchAlgorithmException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -7443947487218346562L
-
Class java.security.NoSuchProviderException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 8488111756688534474L
-
Class java.security.Permission extends Object implements Serializable
-
Class java.security.PermissionCollection extends Object implements Serializable
-
Class java.security.Permissions extends PermissionCollection implements Serializable
-
Class java.security.PrivilegedActionException extends Exception implements Serializable
- serialVersionUID:
- 4724086851538908602L
-
Class java.security.Provider extends Properties implements Serializable
- serialVersionUID:
- -4298000515446427739L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws NotActiveException, IOException, ClassNotFoundException
-
-
Serialized Fields
-
Class java.security.ProviderException extends RuntimeException implements Serializable
- serialVersionUID:
- 5256023526693665674L
-
Class java.security.SecureRandom extends Random implements Serializable
- serialVersionUID:
- 4940670005562187L
-
Serialized Fields
-
algorithm
String algorithm
-
provider
Provider provider
-
secureRandomSpi
SecureRandomSpi secureRandomSpi
-
-
Class java.security.SecureRandomSpi extends Object implements Serializable
- serialVersionUID:
- -2991854161009191830L
-
Class java.security.SecurityPermission extends BasicPermission implements Serializable
-
Class java.security.SignatureException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 7509989324975124438L
-
Class java.security.SignedObject extends Object implements Serializable
- serialVersionUID:
- 720502720485447167L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
content
byte[] content
-
signature
byte[] signature
-
thealgorithm
String thealgorithm
-
-
Class java.security.Signer extends Identity implements Serializable
- serialVersionUID:
- -1763464102261361480L
-
Serialized Fields
-
privateKey
PrivateKey privateKey
Deprecated.
-
-
Class java.security.Timestamp extends Object implements Serializable
- serialVersionUID:
- -5502683707821851294L
-
Class java.security.UnrecoverableEntryException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -4527142945246286535L
-
Class java.security.UnrecoverableKeyException extends UnrecoverableEntryException implements Serializable
- serialVersionUID:
- 7275063078190151277L
-
Class java.security.UnresolvedPermission extends Permission implements Serializable
-
-
Package java.security.acl
-
Class java.security.acl.AclNotFoundException extends Exception implements Serializable
- serialVersionUID:
- 5684295034092681791L
-
Class java.security.acl.LastOwnerException extends Exception implements Serializable
- serialVersionUID:
- -5141997548211140359L
-
Class java.security.acl.NotOwnerException extends Exception implements Serializable
- serialVersionUID:
- -5555597911163362399L
-
-
Package java.security.cert
-
Class java.security.cert.Certificate extends Object implements Serializable
- serialVersionUID:
- -3585440601605666277L
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
Returns an alternate object to be serialized.- Throws:
ObjectStreamException- if the creation of the alternate object fails.
-
-
Serialized Fields
-
type
String type
-
-
Class java.security.cert.Certificate.CertificateRep extends Object implements Serializable
- serialVersionUID:
- -8563758940495660020L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
Deserializes aCertificatefrom a serializedCertificateRepobject.- Throws:
ObjectStreamException- if deserialization fails.
-
-
Class java.security.cert.CertificateEncodingException extends CertificateException implements Serializable
- serialVersionUID:
- 6219492851589449162L
-
Class java.security.cert.CertificateException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 3192535253797119798L
-
Class java.security.cert.CertificateExpiredException extends CertificateException implements Serializable
- serialVersionUID:
- 9071001339691533771L
-
Class java.security.cert.CertificateNotYetValidException extends CertificateException implements Serializable
- serialVersionUID:
- 4355919900041064702L
-
Class java.security.cert.CertificateParsingException extends CertificateException implements Serializable
- serialVersionUID:
- -7989222416793322029L
-
Class java.security.cert.CertificateRevokedException extends CertificateException implements Serializable
- serialVersionUID:
- 7839996631571608627L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
authority
X500Principal authority
-
reason
CRLReason reason
-
revocationDate
Date revocationDate
-
-
Class java.security.cert.CertPath extends Object implements Serializable
- serialVersionUID:
- 6068470306649138683L
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
Returns an alternate object to be serialized.- Throws:
ObjectStreamException- if the creation of the alternate object fails.
-
-
Serialized Fields
-
type
String type
-
-
Class java.security.cert.CertPath.CertPathRep extends Object implements Serializable
- serialVersionUID:
- 3015633072427920915L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
Deserializes aCertPathfrom a serializedCertPathRepobject.- Throws:
ObjectStreamException- if deserialization fails.
-
-
Class java.security.cert.CertPathBuilderException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 5316471420178794402L
-
Class java.security.cert.CertPathValidatorException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -3083180014971893139L
-
Serialized Fields
-
certPath
CertPath certPath
the certification path. -
index
int index
the index of the certificate.
-
-
Class java.security.cert.CertStoreException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 2395296107471573245L
-
Class java.security.cert.CRLException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -6694728944094197147L
-
Class java.security.cert.X509Certificate extends Certificate implements Serializable
- serialVersionUID:
- -2491127588187038216L
-
-
Package java.security.interfaces
-
Package java.security.spec
-
Class java.security.spec.InvalidKeySpecException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 3546139293998810778L
-
Class java.security.spec.InvalidParameterSpecException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -970468769593399342L
-
-
Package java.sql
-
Class java.sql.BatchUpdateException extends SQLException implements Serializable
- serialVersionUID:
- 5977529877145521757L
-
Serialized Fields
-
updateCounts
int[] updateCounts
-
-
Class java.sql.DataTruncation extends SQLWarning implements Serializable
- serialVersionUID:
- 6464298989504059473L
-
Serialized Fields
-
dataSize
int dataSize
-
index
int index
-
parameter
boolean parameter
-
read
boolean read
-
transferSize
int transferSize
-
-
Class java.sql.Date extends Date implements Serializable
- serialVersionUID:
- 1511598038487230103L
-
Class java.sql.SQLClientInfoException extends SQLException implements Serializable
- serialVersionUID:
- -4319604256824655880L
-
Serialized Fields
-
failedProperties
Map<String,ClientInfoStatus> failedProperties
-
-
Class java.sql.SQLDataException extends SQLNonTransientException implements Serializable
- serialVersionUID:
- -6889123282670549800L
-
Class java.sql.SQLException extends Exception implements Serializable
- serialVersionUID:
- 2135244094396331484L
-
Serialized Fields
-
next
SQLException next
-
SQLState
String SQLState
-
vendorCode
int vendorCode
-
-
Class java.sql.SQLFeatureNotSupportedException extends SQLNonTransientException implements Serializable
- serialVersionUID:
- -1026510870282316051L
-
Class java.sql.SQLIntegrityConstraintViolationException extends SQLNonTransientException implements Serializable
- serialVersionUID:
- 8033405298774849169L
-
Class java.sql.SQLInvalidAuthorizationSpecException extends SQLNonTransientException implements Serializable
- serialVersionUID:
- -64105250450891498L
-
Class java.sql.SQLNonTransientConnectionException extends SQLNonTransientException implements Serializable
- serialVersionUID:
- -5852318857474782892L
-
Class java.sql.SQLNonTransientException extends SQLException implements Serializable
- serialVersionUID:
- -9104382843534716547L
-
Class java.sql.SQLPermission extends BasicPermission implements Serializable
-
Class java.sql.SQLRecoverableException extends SQLException implements Serializable
- serialVersionUID:
- -4144386502923131579L
-
Class java.sql.SQLSyntaxErrorException extends SQLNonTransientException implements Serializable
- serialVersionUID:
- -1843832610477496053L
-
Class java.sql.SQLTimeoutException extends SQLTransientException implements Serializable
- serialVersionUID:
- -4487171280562520262L
-
Class java.sql.SQLTransactionRollbackException extends SQLTransientException implements Serializable
- serialVersionUID:
- 5246680841170837229L
-
Class java.sql.SQLTransientConnectionException extends SQLTransientException implements Serializable
- serialVersionUID:
- -2520155553543391200L
-
Class java.sql.SQLTransientException extends SQLException implements Serializable
- serialVersionUID:
- -9042733978262274539L
-
Class java.sql.SQLWarning extends SQLException implements Serializable
- serialVersionUID:
- 3917336774604784856L
-
Class java.sql.Time extends Date implements Serializable
- serialVersionUID:
- 8397324403548013681L
-
Class java.sql.Timestamp extends Date implements Serializable
- serialVersionUID:
- 2745179027874758501L
-
Serialized Fields
-
nanos
int nanos
-
-
-
Package java.text
-
Class java.text.AttributedCharacterIterator.Attribute extends Object implements Serializable
- serialVersionUID:
- -9142742483513960612L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws InvalidObjectException
Resolves a deserialized instance to the correct constant attribute.- Throws:
InvalidObjectException- if this instance is not of typeAttribute.classor if it is not a knownAttribute.
-
-
Serialized Fields
-
name
String name
-
-
Class java.text.ChoiceFormat extends NumberFormat implements Serializable
- serialVersionUID:
- 1795184449645032964L
-
Serialized Fields
-
choiceFormats
String[] choiceFormats
-
choiceLimits
double[] choiceLimits
-
-
Class java.text.DateFormat extends Format implements Serializable
- serialVersionUID:
- 7218322306649953788L
-
Serialized Fields
-
calendar
Calendar calendar
The calendar that thisDateFormatuses to format a number representing a date. -
numberFormat
NumberFormat numberFormat
The number format used to format a number.
-
-
Class java.text.DateFormat.Field extends Format.Field implements Serializable
- serialVersionUID:
- 7441350119349544720L
-
Serialized Fields
-
calendarField
int calendarField
The calendar field that this field represents.
-
-
Class java.text.DateFormatSymbols extends Object implements Serializable
- serialVersionUID:
- -5987973545549424702L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
Class java.text.DecimalFormat extends NumberFormat implements Serializable
- serialVersionUID:
- 864413376551465018L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Reads serialized fields following serialized forms specified by Java specification.- Throws:
IOException- if some I/O error occursClassNotFoundException- if some class of serialized objects or fields cannot be found
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException, ClassNotFoundException
Writes serialized fields following serialized forms specified by Java specification.- Throws:
IOException- if some I/O error occursClassNotFoundException
-
-
Class java.text.DecimalFormatSymbols extends Object implements Serializable
- serialVersionUID:
- 5772796243397350300L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class java.text.Format extends Object implements Serializable
- serialVersionUID:
- -299282585814624189L
-
Class java.text.Format.Field extends AttributedCharacterIterator.Attribute implements Serializable
- serialVersionUID:
- 276966692217360283L
-
Class java.text.MessageFormat extends Format implements Serializable
- serialVersionUID:
- 6479157306784022952L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class java.text.MessageFormat.Field extends Format.Field implements Serializable
- serialVersionUID:
- 7899943957617360810L
-
Class java.text.NumberFormat extends Format implements Serializable
- serialVersionUID:
- -2308460125733713944L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class java.text.NumberFormat.Field extends Format.Field implements Serializable
- serialVersionUID:
- 7494728892700160890L
-
Class java.text.ParseException extends Exception implements Serializable
- serialVersionUID:
- 2703218443322787634L
-
Serialized Fields
-
errorOffset
int errorOffset
-
-
Class java.text.SimpleDateFormat extends DateFormat implements Serializable
- serialVersionUID:
- 4774881970558875024L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
-
Package java.util
-
Class java.util.AbstractMap.SimpleEntry extends Object implements Serializable
- serialVersionUID:
- -8499721149061103585L
-
Class java.util.AbstractMap.SimpleImmutableEntry extends Object implements Serializable
- serialVersionUID:
- 7138329143949025153L
-
Class java.util.ArrayDeque extends AbstractCollection<E> implements Serializable
- serialVersionUID:
- 2340985798034038923L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Deserialize this deque.- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws 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:
IOException
-
-
Class java.util.ArrayList extends AbstractList<E> implements Serializable
- serialVersionUID:
- 8683452581122892189L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
The number of elements in this list.
-
-
Class java.util.BitSet extends Object implements Serializable
- serialVersionUID:
- 7997698588986878753L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
bits
long[] bits
The bits. Access bit n thus: boolean bit = (bits[n / 64] | (1 << n)) != 0; Note that Java's shift operators truncate their rhs to the log2 size of the lhs. That is, there's no "% 64" needed because it's implicit in the shift. TODO: would int[] be significantly more efficient for Android at the moment?
-
-
Class java.util.Calendar extends Object implements Serializable
- serialVersionUID:
- -1807547505821590642L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class java.util.ConcurrentModificationException extends RuntimeException implements Serializable
- serialVersionUID:
- -3666751008965953603L
-
Class java.util.Currency extends Object implements Serializable
- serialVersionUID:
- -158308464356906721L
-
Class java.util.Date extends Object implements Serializable
- serialVersionUID:
- 7523967970034938905L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class java.util.DuplicateFormatFlagsException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 18890531L
-
Serialized Fields
-
flags
String flags
-
-
Class java.util.EmptyStackException extends RuntimeException implements Serializable
- serialVersionUID:
- 5084686378493302095L
-
Class java.util.EnumMap extends AbstractMap<K extends Enum<K>,V> implements Serializable
- serialVersionUID:
- 458661240069192865L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
Class java.util.EnumSet extends AbstractSet<E extends Enum<E>> implements Serializable
- serialVersionUID:
- 1009687484059888093L
-
Class java.util.EventObject extends Object implements Serializable
- serialVersionUID:
- 5516075349620653480L
-
Class java.util.FormatFlagsConversionMismatchException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 19120414L
-
Serialized Fields
-
c
char c
-
f
String f
-
-
Class java.util.FormatterClosedException extends IllegalStateException implements Serializable
- serialVersionUID:
- 18111216L
-
Class java.util.GregorianCalendar extends Calendar implements Serializable
- serialVersionUID:
- -8125100834729963327L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
currentYearSkew
int currentYearSkew
-
gregorianCutover
long gregorianCutover
-
lastYearSkew
int lastYearSkew
-
-
Class java.util.HashMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 362498820763181265L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class java.util.HashSet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- -5024744406713321676L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class java.util.Hashtable extends Dictionary<K,V> implements Serializable
- serialVersionUID:
- 1421746759512286392L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class java.util.IdentityHashMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 8188218128353913216L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
-
-
Class java.util.IllegalFormatCodePointException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 19080630L
-
Serialized Fields
-
c
int c
-
-
Class java.util.IllegalFormatConversionException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 17000126L
-
Serialized Fields
-
arg
Class<?> arg
-
c
char c
-
-
Class java.util.IllegalFormatException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 18830826L
-
Class java.util.IllegalFormatFlagsException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 790824L
-
Serialized Fields
-
flags
String flags
-
-
Class java.util.IllegalFormatPrecisionException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 18711008L
-
Serialized Fields
-
p
int p
-
-
Class java.util.IllegalFormatWidthException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 16660902L
-
Serialized Fields
-
w
int w
-
-
Class java.util.IllformedLocaleException extends RuntimeException implements Serializable
-
Serialized Fields
-
errorIndex
int errorIndex
-
-
-
Class java.util.InputMismatchException extends NoSuchElementException implements Serializable
- serialVersionUID:
- 8811230760997066428L
-
Class java.util.InvalidPropertiesFormatException extends IOException implements Serializable
- serialVersionUID:
- 7763056076009360219L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws NotSerializableException
- Throws:
NotSerializableException
-
writeObject
private void writeObject(ObjectOutputStream out) throws NotSerializableException
- Throws:
NotSerializableException
-
-
Class java.util.LinkedHashMap extends HashMap<K,V> implements Serializable
- serialVersionUID:
- 3801124242820219131L
-
Serialized Fields
-
accessOrder
boolean accessOrder
True if access ordered, false if insertion ordered.
-
-
Class java.util.LinkedHashSet extends HashSet<E> implements Serializable
- serialVersionUID:
- -2851667679971038690L
-
Class java.util.LinkedList extends AbstractSequentialList<E> implements Serializable
- serialVersionUID:
- 876323262645176354L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class java.util.Locale extends Object implements Serializable
- serialVersionUID:
- 9149081749638150636L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class java.util.MissingFormatArgumentException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 19190115L
-
Serialized Fields
-
s
String s
-
-
Class java.util.MissingFormatWidthException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 15560123L
-
Serialized Fields
-
s
String s
-
-
Class java.util.MissingResourceException extends RuntimeException implements Serializable
- serialVersionUID:
- -4876345176062000401L
-
Class java.util.NoSuchElementException extends RuntimeException implements Serializable
- serialVersionUID:
- 6769829250639411880L
-
Class java.util.PriorityQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- -7720805057305804111L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super E> comparator
-
size
int size
-
-
Class java.util.Properties extends Hashtable<Object,Object> implements Serializable
- serialVersionUID:
- 4112578634029874840L
-
Serialized Fields
-
defaults
Properties defaults
The default values for keys not found in thisPropertiesinstance.
-
-
Class java.util.PropertyPermission extends BasicPermission implements Serializable
-
Class java.util.Random extends Object implements Serializable
- serialVersionUID:
- 3905348978240129619L
-
Serialized Fields
-
haveNextNextGaussian
boolean haveNextNextGaussian
The boolean value indicating if the second Gaussian number is available. -
nextNextGaussian
double nextNextGaussian
The second Gaussian generated number. -
seed
long seed
It is associated with the internal state of this generator.
-
-
Class java.util.ServiceConfigurationError extends Error implements Serializable
- serialVersionUID:
- 74132770414881L
-
Class java.util.SimpleTimeZone extends TimeZone implements Serializable
- serialVersionUID:
- -403250971215465050L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class java.util.Stack extends Vector<E> implements Serializable
- serialVersionUID:
- 1224463164541339165L
-
Class java.util.TimeZone extends Object implements Serializable
- serialVersionUID:
- 3581463369166924961L
-
Serialized Fields
-
ID
String ID
-
-
Class java.util.TooManyListenersException extends Exception implements Serializable
- serialVersionUID:
- 5074640544770687831L
-
Class java.util.TreeMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 919286545866124006L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super K> comparator
-
entrySet
java.util.TreeMap.EntrySet entrySet
-
keySet
java.util.TreeMap.KeySet keySet
-
modCount
int modCount
-
root
java.util.TreeMap.Node<K,V> root
-
size
int size
-
-
Class java.util.TreeSet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- -2479143000061671589L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class java.util.UnknownFormatConversionException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 19060418L
-
Serialized Fields
-
s
String s
-
-
Class java.util.UnknownFormatFlagsException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 19370506L
-
Serialized Fields
-
flags
String flags
-
-
Class java.util.UUID extends Object implements Serializable
- serialVersionUID:
- -4856846361193249489L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Resets the transient fields to match the behavior of the constructor.
- Throws:
IOException- ifinthrows it.ClassNotFoundException- ifinthrows it.
-
-
Serialized Fields
-
leastSigBits
long leastSigBits
-
mostSigBits
long mostSigBits
-
-
Class java.util.Vector extends AbstractList<E> implements Serializable
- serialVersionUID:
- -2767605614048989439L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
capacityIncrement
int capacityIncrement
How many elements should be added to the vector when it is detected that it needs to grow to accommodate extra entries. If this value is zero or negative the size will be doubled if an increase is needed. -
elementCount
int elementCount
The number of elements or the size of the vector. -
elementData
Object[] elementData
The elements of the vector.
-
-
-
Package java.util.concurrent
-
Class java.util.concurrent.ArrayBlockingQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- -817911632652898426L
-
Serialized Fields
-
count
int count
Number of elements in the queue -
items
Object[] items
The queued items -
lock
ReentrantLock lock
Main lock guarding all access -
notEmpty
Condition notEmpty
Condition for waiting takes -
notFull
Condition notFull
Condition for waiting puts -
putIndex
int putIndex
items index for next put, offer, or add -
takeIndex
int takeIndex
items index for next take, poll, peek or remove
-
-
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.CompletionException extends RuntimeException implements Serializable
- serialVersionUID:
- 7830266012832686185L
-
Class java.util.concurrent.ConcurrentHashMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitutes the instance from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Saves the state of theConcurrentHashMapinstance 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:
IOException
-
-
Serialization Overview
-
For serialization compatibility.
-
-
Class java.util.concurrent.ConcurrentHashMap.KeySetView extends java.util.concurrent.ConcurrentHashMap.CollectionView<K,V,K> implements Serializable
- serialVersionUID:
- 7249069246763182397L
-
Serialized Fields
-
value
V value
-
-
Class java.util.concurrent.ConcurrentLinkedDeque extends AbstractCollection<E> implements Serializable
- serialVersionUID:
- 876323262645176354L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitutes this deque from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Saves this deque 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:
IOException
-
-
Class java.util.concurrent.ConcurrentLinkedQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- 196745693267521676L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitutes this queue from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Saves this queue 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:
IOException
-
-
Class java.util.concurrent.ConcurrentSkipListMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- -8627078645895051609L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitutes this map from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Saves this map to a stream (that is, serializes it).- 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:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super K> comparator
The comparator used to maintain order in this map, or null if using natural ordering.
-
-
Class java.util.concurrent.ConcurrentSkipListMap.SubMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- -7647078645895051609L
-
Serialized Fields
-
hi
K hi
upper bound key, or null if to end -
hiInclusive
boolean hiInclusive
inclusion flag for hi -
isDescending
boolean isDescending
direction -
lo
K lo
lower bound key, or null if from start -
loInclusive
boolean loInclusive
inclusion flag for lo -
m
ConcurrentSkipListMap<K,V> m
Underlying map
-
-
Class java.util.concurrent.ConcurrentSkipListSet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- -2479143111061671589L
-
Serialized Fields
-
m
ConcurrentNavigableMap<E,Object> 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().
-
-
Class java.util.concurrent.CopyOnWriteArrayList extends Object implements Serializable
- serialVersionUID:
- 8673264195747942595L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class java.util.concurrent.CopyOnWriteArraySet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- 5457747651344034263L
-
Serialized Fields
-
al
CopyOnWriteArrayList<E> al
-
-
Class java.util.concurrent.CountedCompleter extends ForkJoinTask<T> implements Serializable
- serialVersionUID:
- 5232453752276485070L
-
Serialized Fields
-
completer
CountedCompleter<?> completer
This task's completer, or null if none -
pending
int pending
The number of pending tasks until completion
-
-
Class java.util.concurrent.ExecutionException extends Exception implements Serializable
- serialVersionUID:
- 7830266012832686185L
-
Class java.util.concurrent.ForkJoinTask extends Object implements Serializable
- serialVersionUID:
- -7721805057305804111L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitutes this task from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Saves this task to a stream (that is, serializes it).- Serial Data:
- the current run status and the exception thrown
during execution, or
nullif none - Throws:
IOException
-
-
Serialized Fields
-
status
int status
The run status of this task
-
-
Class java.util.concurrent.LinkedBlockingDeque extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- -387911632671998426L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitutes this deque from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Saves this deque to a stream (that is, serializes it).- Serial Data:
- The capacity (int), followed by elements (each an
Object) in the proper order, followed by a null - Throws:
IOException
-
-
Serialized Fields
-
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
-
-
Class java.util.concurrent.LinkedBlockingQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- -6903933977591709194L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitutes this queue from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Saves this queue to a stream (that is, serializes 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:
IOException
-
-
Serialized Fields
-
capacity
int capacity
The capacity bound, or Integer.MAX_VALUE if none -
count
AtomicInteger count
Current number of elements -
notEmpty
Condition notEmpty
Wait queue for waiting takes -
notFull
Condition notFull
Wait queue for waiting puts -
putLock
ReentrantLock putLock
Lock held by put, offer, etc -
takeLock
ReentrantLock takeLock
Lock held by take, poll, etc
-
-
Class java.util.concurrent.LinkedTransferQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- -3223113410248163686L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitutes this queue from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Saves this queue 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:
IOException
-
-
Class java.util.concurrent.PriorityBlockingQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- 5595510919245408276L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitutes this queue from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Saves this queue 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:
IOException
-
-
Serialized Fields
-
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.
-
-
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
-
result
V result
The result of the computation.
-
-
Class java.util.concurrent.RejectedExecutionException extends RuntimeException implements Serializable
- serialVersionUID:
- -375805702767069545L
-
Class java.util.concurrent.Semaphore extends Object implements Serializable
- serialVersionUID:
- -3222578661600680210L
-
Serialized Fields
-
sync
java.util.concurrent.Semaphore.Sync sync
All mechanics via AbstractQueuedSynchronizer subclass
-
-
Class java.util.concurrent.SynchronousQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- -3223113410248163686L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitutes this queue from a stream (that is, deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Saves this queue to a stream (that is, serializes it).- Throws:
IOException
-
-
Serialized Fields
-
qlock
ReentrantLock qlock
-
waitingConsumers
java.util.concurrent.SynchronousQueue.WaitQueue waitingConsumers
-
waitingProducers
java.util.concurrent.SynchronousQueue.WaitQueue waitingProducers
-
-
Class java.util.concurrent.ThreadLocalRandom extends Random implements Serializable
- serialVersionUID:
- -5851777807851030925L
-
Serialized Fields
-
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
-
rnd
long rnd
The random seed. We can't use super.seed.
-
-
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
-
value
int value
-
-
Class java.util.concurrent.atomic.AtomicInteger extends Number implements Serializable
- serialVersionUID:
- 6214790243416807050L
-
Serialized Fields
-
value
int value
-
-
Class java.util.concurrent.atomic.AtomicIntegerArray extends Object implements Serializable
- serialVersionUID:
- 2862133569453604235L
-
Serialized Fields
-
array
int[] array
-
-
Class java.util.concurrent.atomic.AtomicLong extends Number implements Serializable
- serialVersionUID:
- 1927816293512124184L
-
Serialized Fields
-
value
long value
-
-
Class java.util.concurrent.atomic.AtomicLongArray extends Object implements Serializable
- serialVersionUID:
- -2308431214976778248L
-
Serialized Fields
-
array
long[] array
-
-
Class java.util.concurrent.atomic.AtomicReference extends Object implements Serializable
- serialVersionUID:
- -1848883965231344442L
-
Serialized Fields
-
value
V value
-
-
Class java.util.concurrent.atomic.AtomicReferenceArray extends Object implements Serializable
- serialVersionUID:
- -6209656149925076980L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException, InvalidObjectException
Reconstitutes the instance from a stream (that is, deserializes it).
-
-
Serialized Fields
-
array
Object[] array
-
-
Class java.util.concurrent.atomic.DoubleAccumulator extends java.util.concurrent.atomic.Striped64 implements Serializable
- serialVersionUID:
- 7249069246863182397L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws InvalidObjectException
- Throws:
InvalidObjectException
-
writeReplace
private Object writeReplace()
-
-
Serialized Fields
-
function
java.util.function.DoubleBinaryOperator function
-
identity
long identity
-
-
Class java.util.concurrent.atomic.DoubleAdder extends java.util.concurrent.atomic.Striped64 implements Serializable
- serialVersionUID:
- 7249069246863182397L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws InvalidObjectException
- Throws:
InvalidObjectException
-
writeReplace
private Object writeReplace()
-
-
Class java.util.concurrent.atomic.LongAccumulator extends java.util.concurrent.atomic.Striped64 implements Serializable
- serialVersionUID:
- 7249069246863182397L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws InvalidObjectException
- Throws:
InvalidObjectException
-
writeReplace
private Object writeReplace()
-
-
Serialized Fields
-
function
java.util.function.LongBinaryOperator function
-
identity
long identity
-
-
Class java.util.concurrent.atomic.LongAdder extends java.util.concurrent.atomic.Striped64 implements Serializable
- serialVersionUID:
- 7249069246863182397L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws InvalidObjectException
- Throws:
InvalidObjectException
-
writeReplace
private Object writeReplace()
-
-
-
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
-
state
long state
The synchronization 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
-
state
int state
The synchronization 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
-
sync
java.util.concurrent.locks.ReentrantLock.Sync sync
Synchronizer providing all implementation mechanics
-
-
Class java.util.concurrent.locks.ReentrantReadWriteLock extends Object implements Serializable
- serialVersionUID:
- -6992448646407690164L
-
Serialized Fields
-
readerLock
ReentrantReadWriteLock.ReadLock readerLock
Inner class providing readlock -
sync
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
Performs all synchronization mechanics -
writerLock
ReentrantReadWriteLock.WriteLock writerLock
Inner class providing writelock
-
-
Class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock extends Object implements Serializable
- serialVersionUID:
- -5992448646407690164L
-
Serialized Fields
-
sync
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
-
-
Class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock extends Object implements Serializable
- serialVersionUID:
- -4992448646407690164L
-
Serialized Fields
-
sync
java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync
-
-
Class java.util.concurrent.locks.StampedLock extends Object implements Serializable
- serialVersionUID:
- -6001602636862214147L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
-
Package java.util.jar
-
Class java.util.jar.JarException extends ZipException implements Serializable
- serialVersionUID:
- 7159778400963954473L
-
-
Package java.util.logging
-
Class java.util.logging.Level extends Object implements Serializable
- serialVersionUID:
- -8176160795706313070L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Serialization helper to setup transient resource bundle instance.- Throws:
IOException- if an IO error occurs.ClassNotFoundException- if a class is not found.
-
readResolve
private Object readResolve()
Serialization helper method to maintain singletons and add any new levels.
-
-
Serialized Fields
-
Class java.util.logging.LoggingPermission extends BasicPermission implements Serializable
-
Class java.util.logging.LogRecord extends Object implements Serializable
- serialVersionUID:
- 5372048053134512534L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
level
Level level
The logging level. -
loggerName
String loggerName
The name of the source logger. -
message
String message
The original message text. -
millis
long millis
The time that the event occurred, in milliseconds since 1970. -
resourceBundleName
String resourceBundleName
The name of the resource bundle used to localize the log message. -
sequenceNumber
long sequenceNumber
The sequence number. -
sourceClassName
String sourceClassName
The name of the class that issued the logging call. -
sourceMethodName
String sourceMethodName
The name of the method that issued the logging call. -
threadID
int threadID
The ID of the thread that issued the logging call. -
thrown
Throwable thrown
The associatedThrowableobject if any.
-
-
-
Package java.util.prefs
-
Class java.util.prefs.BackingStoreException extends Exception implements Serializable
- serialVersionUID:
- 859796500401108469L
-
Class java.util.prefs.InvalidPreferencesFormatException extends Exception implements Serializable
- serialVersionUID:
- -791715184232119669L
-
Class java.util.prefs.NodeChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 8068949086596572957L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
This method always throws aNotSerializableException, because this object cannot be serialized,- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
This method always throws aNotSerializableException, because this object cannot be serialized,- Throws:
IOException
-
-
Serialized Fields
-
child
Preferences child
-
parent
Preferences parent
-
-
Class java.util.prefs.PreferenceChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 793724513368024975L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException
This method always throws aNotSerializableException, because this object cannot be serialized,- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
This method always throws aNotSerializableException, because this object cannot be serialized,- Throws:
IOException
-
-
Serialized Fields
-
key
String key
-
node
Preferences node
-
value
String value
-
-
-
Package java.util.regex
-
Class java.util.regex.Pattern extends Object implements Serializable
- serialVersionUID:
- 5073258162644648461L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
flags
int flags
-
pattern
String pattern
-
-
Class java.util.regex.PatternSyntaxException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- -3864639126226059218L
-
Serialized Fields
-
desc
String desc
Holds the description of the syntax error, or null if the description is not known. -
index
int index
Holds the index around which the error occured, or -1, in case it is unknown. -
pattern
String pattern
Holds the syntactically incorrect regular expression, or null if the regular expression is not known.
-
-
-
Package java.util.zip
-
Class java.util.zip.DataFormatException extends Exception implements Serializable
- serialVersionUID:
- 2219632870893641452L
-
Class java.util.zip.ZipError extends InternalError implements Serializable
- serialVersionUID:
- 853973422266861979L
-
Class java.util.zip.ZipException extends IOException implements Serializable
- serialVersionUID:
- 8000196834066748623L
-
-
Package javax.crypto
-
Class javax.crypto.AEADBadTagException extends BadPaddingException implements Serializable
- serialVersionUID:
- -488059093241685509L
-
Class javax.crypto.BadPaddingException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -5315033893984728443L
-
Class javax.crypto.ExemptionMechanismException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 1572699429277957109L
-
Class javax.crypto.IllegalBlockSizeException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -1965144811953540392L
-
Class javax.crypto.NoSuchPaddingException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -4572885201200175466L
-
Class javax.crypto.SealedObject extends Object implements Serializable
- serialVersionUID:
- 4482838265551344752L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
encodedParams
byte[] encodedParams
The cipher'sAlgorithmParametersin encoded format. Equivalent tocipher.getParameters().getEncoded(), or null if the cipher did not use any parameters. -
encryptedContent
byte[] encryptedContent
-
paramsAlg
String paramsAlg
-
sealAlg
String sealAlg
-
-
Class javax.crypto.ShortBufferException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 8427718640832943747L
-
-
Package javax.crypto.interfaces
-
Package javax.crypto.spec
-
Class javax.crypto.spec.SecretKeySpec extends Object implements Serializable
- serialVersionUID:
- 6577238317307289933L
-
Serialized Fields
-
algorithm
String algorithm
-
key
byte[] key
-
-
-
Package javax.net.ssl
-
Class javax.net.ssl.HandshakeCompletedEvent extends EventObject implements Serializable
-
Class javax.net.ssl.SSLException extends IOException implements Serializable
- serialVersionUID:
- 4511006460650708967L
-
Class javax.net.ssl.SSLHandshakeException extends SSLException implements Serializable
- serialVersionUID:
- -5045881315018326890L
-
Class javax.net.ssl.SSLKeyException extends SSLException implements Serializable
- serialVersionUID:
- -8071664081941937874L
-
Class javax.net.ssl.SSLPeerUnverifiedException extends SSLException implements Serializable
- serialVersionUID:
- -8919512675000600547L
-
Class javax.net.ssl.SSLPermission extends BasicPermission implements Serializable
-
Class javax.net.ssl.SSLProtocolException extends SSLException implements Serializable
- serialVersionUID:
- 5445067063799134928L
-
Class javax.net.ssl.SSLSessionBindingEvent extends EventObject implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
-
Package javax.security.auth
-
Class javax.security.auth.AuthPermission extends BasicPermission implements Serializable
-
Class javax.security.auth.DestroyFailedException extends Exception implements Serializable
- serialVersionUID:
- -7790152857282749162L
-
Class javax.security.auth.PrivateCredentialPermission extends Permission implements Serializable
-
Class javax.security.auth.RefreshFailedException extends Exception implements Serializable
- serialVersionUID:
- 5058444488565265840L
-
Class javax.security.auth.Subject extends Object implements Serializable
- serialVersionUID:
- -8308522755600156056L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Package javax.security.auth.callback
-
Class javax.security.auth.callback.ChoiceCallback extends Object implements Serializable
- serialVersionUID:
- -3975664071579892167L
-
Class javax.security.auth.callback.ConfirmationCallback extends Object implements Serializable
- serialVersionUID:
- -9095656433782481624L
-
Class javax.security.auth.callback.LanguageCallback extends Object implements Serializable
- serialVersionUID:
- 2019050433478903213L
-
Serialized Fields
-
locale
Locale locale
-
-
Class javax.security.auth.callback.NameCallback extends Object implements Serializable
- serialVersionUID:
- 3770938795909392253L
-
Class javax.security.auth.callback.PasswordCallback extends Object implements Serializable
- serialVersionUID:
- 2267422647454909926L
-
Serialized Fields
-
echoOn
boolean echoOn
-
inputPassword
char[] inputPassword
-
prompt
String prompt
-
-
Class javax.security.auth.callback.TextInputCallback extends Object implements Serializable
- serialVersionUID:
- -8064222478852811804L
-
Class javax.security.auth.callback.TextOutputCallback extends Object implements Serializable
- serialVersionUID:
- 1689502495511663102L
-
Serialized Fields
-
message
String message
-
messageType
int messageType
-
-
Class javax.security.auth.callback.UnsupportedCallbackException extends Exception implements Serializable
- serialVersionUID:
- -6873556327655666839L
-
Serialized Fields
-
callback
Callback callback
-
-
-
Package javax.security.auth.login
-
Class javax.security.auth.login.AccountException extends LoginException implements Serializable
- serialVersionUID:
- -2112878680072211787L
-
Class javax.security.auth.login.AccountExpiredException extends javax.security.auth.login.AccountException implements Serializable
- serialVersionUID:
- -6064064890162661560L
-
Class javax.security.auth.login.AccountLockedException extends javax.security.auth.login.AccountException implements Serializable
- serialVersionUID:
- 8280345554014066334L
-
Class javax.security.auth.login.AccountNotFoundException extends javax.security.auth.login.AccountException implements Serializable
- serialVersionUID:
- 1498349563916294614L
-
Class javax.security.auth.login.CredentialException extends LoginException implements Serializable
- serialVersionUID:
- -4772893876810601859L
-
Class javax.security.auth.login.CredentialExpiredException extends javax.security.auth.login.CredentialException implements Serializable
- serialVersionUID:
- -5344739593859737937L
-
Class javax.security.auth.login.CredentialNotFoundException extends javax.security.auth.login.CredentialException implements Serializable
- serialVersionUID:
- -7779934467214319475L
-
Class javax.security.auth.login.FailedLoginException extends LoginException implements Serializable
- serialVersionUID:
- 802556922354616286L
-
Class javax.security.auth.login.LoginException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -4679091624035232488L
-
-
Package javax.security.auth.x500
-
Class javax.security.auth.x500.X500Principal extends Object implements Serializable
- serialVersionUID:
- -500463348111345721L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
-
Package javax.security.cert
-
Class javax.security.cert.CertificateEncodingException extends CertificateException implements Serializable
- serialVersionUID:
- -8187642723048403470L
-
Class javax.security.cert.CertificateException extends Exception implements Serializable
- serialVersionUID:
- -5757213374030785290L
-
Class javax.security.cert.CertificateExpiredException extends CertificateException implements Serializable
- serialVersionUID:
- 5091601212177261883L
-
Class javax.security.cert.CertificateNotYetValidException extends CertificateException implements Serializable
- serialVersionUID:
- -8976172474266822818L
-
Class javax.security.cert.CertificateParsingException extends CertificateException implements Serializable
- serialVersionUID:
- -8449352422951136229L
-
-
Package javax.sql
-
Class javax.sql.ConnectionEvent extends EventObject implements Serializable
- serialVersionUID:
- -4843217645290030002L
-
Serialized Fields
-
ex
SQLException ex
-
-
Class javax.sql.RowSetEvent extends EventObject implements Serializable
- serialVersionUID:
- -1875450876546332005L
-
Class javax.sql.StatementEvent extends EventObject implements Serializable
- serialVersionUID:
- -8089573731826608315L
-
Serialized Fields
-
exception
SQLException exception
-
statement
PreparedStatement statement
-
-
-
Package javax.xml.datatype
-
Class javax.xml.datatype.DatatypeConfigurationException extends Exception implements Serializable
- serialVersionUID:
- -1699373159027047238L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
causeOnJDK13OrBelow
Throwable causeOnJDK13OrBelow
This field is required to store the cause on JDK 1.3 and below.
-
-
-
Package javax.xml.namespace
-
Class javax.xml.namespace.QName extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
-
-
Package javax.xml.parsers
-
Class javax.xml.parsers.FactoryConfigurationError extends Error implements Serializable
-
Serialized Fields
-
exception
Exception exception
Exceptionthat represents the error.
-
-
-
Class javax.xml.parsers.ParserConfigurationException extends Exception implements Serializable
-
-
Package javax.xml.transform
-
Class javax.xml.transform.TransformerConfigurationException extends TransformerException implements Serializable
-
Class javax.xml.transform.TransformerException extends Exception implements Serializable
- serialVersionUID:
- 975798773772956428L
-
Serialized Fields
-
containedException
Throwable containedException
Field containedException specifies a wrapped exception. May be null. -
locator
SourceLocator locator
Field locator specifies where the error occurred
-
-
Class javax.xml.transform.TransformerFactoryConfigurationError extends Error implements Serializable
-
Serialized Fields
-
exception
Exception exception
Exceptionfor theTransformerFactoryConfigurationError.
-
-
-
-
Package javax.xml.validation
-
Class javax.xml.validation.SchemaFactoryConfigurationError extends Error implements Serializable
- serialVersionUID:
- 3531438703147750126L
-
-
Package javax.xml.xpath
-
Class javax.xml.xpath.XPathException extends Exception implements Serializable
- serialVersionUID:
- -1837080260374986980L
-
Serialized Fields
-
cause
Throwable cause
-
-
Class javax.xml.xpath.XPathExpressionException extends XPathException implements Serializable
- serialVersionUID:
- -1837080260374986980L
-
Class javax.xml.xpath.XPathFactoryConfigurationException extends XPathException implements Serializable
- serialVersionUID:
- -1837080260374986980L
-
Class javax.xml.xpath.XPathFunctionException extends XPathExpressionException implements Serializable
- serialVersionUID:
- -1837080260374986980L
-
-
Package libcore.reflect
-
Class libcore.reflect.AnnotationFactory extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream os) throws IOException, ClassNotFoundException
Reads the object, obtains actual member definitions for the annotation type, and merges deserialized values with the new definitions.- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
elements
AnnotationMember[] elements
-
klazz
Class<? extends Annotation> klazz
-
-
-
Class libcore.reflect.AnnotationMember extends Object implements Serializable
-
-
Package libcore.util
-
Class libcore.util.ZoneInfo extends TimeZone implements Serializable
-
Serialized Fields
-
mDstSavings
int mDstSavings
-
mEarliestRawOffset
int mEarliestRawOffset
-
mIsDsts
byte[] mIsDsts
-
mOffsets
int[] mOffsets
-
mRawOffset
int mRawOffset
-
mTransitions
long[] mTransitions
-
mTypes
byte[] mTypes
-
mUseDst
boolean mUseDst
-
-
-
-
Package okio
-
Class okio.ByteString extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
data
byte[] data
-
-
-
Package org.apache.harmony.security
-
Class org.apache.harmony.security.SystemScope extends IdentityScope implements Serializable
- serialVersionUID:
- -4810285697932522607L
-
-
Package org.apache.harmony.security.asn1
-
Class org.apache.harmony.security.asn1.ASN1Exception extends IOException implements Serializable
- serialVersionUID:
- -3561981263989123987L
-
-
Package org.apache.harmony.security.utils
-
Class org.apache.harmony.security.utils.WrappedX509Certificate extends X509Certificate implements Serializable
-
Serialized Fields
-
wrapped
X509Certificate wrapped
-
-
-
-
Package org.apache.harmony.security.x501
-
Class org.apache.harmony.security.x501.AttributeTypeAndValueComparator extends Object implements Serializable
- serialVersionUID:
- -1286471842007103132L
-
-
Package org.apache.harmony.security.x509
-
Class org.apache.harmony.security.x509.X509PublicKey extends Object implements Serializable
-
Serialized Fields
-
algorithm
String algorithm
-
encoded
byte[] encoded
-
keyBytes
byte[] keyBytes
-
-
-
-
Package org.bouncycastle.asn1
-
Class org.bouncycastle.asn1.ASN1Exception extends IOException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.asn1.ASN1ParsingException extends IllegalStateException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.crypto
-
Class org.bouncycastle.crypto.CryptoException extends Exception implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.crypto.DataLengthException extends RuntimeCryptoException implements Serializable
-
Class org.bouncycastle.crypto.InvalidCipherTextException extends CryptoException implements Serializable
-
Class org.bouncycastle.crypto.OutputLengthException extends DataLengthException implements Serializable
-
Class org.bouncycastle.crypto.RuntimeCryptoException extends RuntimeException implements Serializable
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.dh
-
Class org.bouncycastle.jcajce.provider.asymmetric.dh.BCDHPrivateKey extends Object implements Serializable
- serialVersionUID:
- 311058815616901812L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.dh.BCDHPublicKey extends Object implements Serializable
- serialVersionUID:
- -216691575254424324L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.dsa
-
Class org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPrivateKey extends Object implements Serializable
- serialVersionUID:
- -4677259546958385734L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
x
BigInteger x
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 1752452449903495175L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
y
BigInteger y
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.ec
-
Class org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPrivateKey extends Object implements Serializable
- serialVersionUID:
- 994553197664784084L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.ec.BCECPublicKey extends Object implements Serializable
- serialVersionUID:
- 2422789860422731812L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
withCompression
boolean withCompression
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.rsa
-
Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPrivateCrtKey extends BCRSAPrivateKey implements Serializable
- serialVersionUID:
- 7834723820638524718L
-
Serialized Fields
-
crtCoefficient
BigInteger crtCoefficient
-
primeExponentP
BigInteger primeExponentP
-
primeExponentQ
BigInteger primeExponentQ
-
primeP
BigInteger primeP
-
primeQ
BigInteger primeQ
-
publicExponent
BigInteger publicExponent
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPrivateKey extends Object implements Serializable
- serialVersionUID:
- 5110188922551353628L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
modulus
BigInteger modulus
-
privateExponent
BigInteger privateExponent
-
-
Class org.bouncycastle.jcajce.provider.asymmetric.rsa.BCRSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 2675817738516720772L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
modulus
BigInteger modulus
-
publicExponent
BigInteger publicExponent
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.util
-
Class org.bouncycastle.jcajce.provider.asymmetric.util.ExtendedInvalidKeySpecException extends InvalidKeySpecException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.jcajce.provider.asymmetric.x509
-
Class org.bouncycastle.jcajce.provider.asymmetric.x509.PKIXCertPath extends CertPath implements Serializable
-
Serialized Fields
-
certificates
List certificates
-
helper
JcaJceHelper helper
-
-
-
-
Package org.bouncycastle.jcajce.provider.config
-
Class org.bouncycastle.jcajce.provider.config.ProviderConfigurationPermission extends BasicPermission implements Serializable
-
Serialized Fields
-
actions
String actions
-
permissionMask
int permissionMask
-
-
-
-
Package org.bouncycastle.jcajce.provider.symmetric.util
-
Class org.bouncycastle.jcajce.provider.symmetric.util.BCPBEKey extends Object implements Serializable
-
Serialized Fields
-
algorithm
String algorithm
-
digest
int digest
-
ivSize
int ivSize
-
keySize
int keySize
-
oid
ASN1ObjectIdentifier oid
-
param
CipherParameters param
-
pbeKeySpec
PBEKeySpec pbeKeySpec
-
tryWrong
boolean tryWrong
-
type
int type
-
-
-
-
Package org.bouncycastle.jce.exception
-
Class org.bouncycastle.jce.exception.ExtCertPathBuilderException extends CertPathBuilderException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.jce.exception.ExtCertPathValidatorException extends CertPathValidatorException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.jce.interfaces
-
Package org.bouncycastle.jce.provider
-
Class org.bouncycastle.jce.provider.AnnotatedException extends Exception implements Serializable
-
Serialized Fields
-
_underlyingException
Throwable _underlyingException
-
-
-
Class org.bouncycastle.jce.provider.BouncyCastleProvider extends Provider implements Serializable
-
Class org.bouncycastle.jce.provider.JCEDHPrivateKey extends Object implements Serializable
- serialVersionUID:
- 311058815616901812L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrier attrCarrier
-
dhSpec
DHParameterSpec dhSpec
-
info
PrivateKeyInfo info
-
x
BigInteger x
-
-
Class org.bouncycastle.jce.provider.JCEDHPublicKey extends Object implements Serializable
- serialVersionUID:
- -216691575254424324L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
dhSpec
DHParameterSpec dhSpec
-
info
SubjectPublicKeyInfo info
-
y
BigInteger y
-
-
Class org.bouncycastle.jce.provider.JCEECPrivateKey extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
attrCarrier
PKCS12BagAttributeCarrierImpl attrCarrier
-
d
BigInteger d
-
ecSpec
ECParameterSpec ecSpec
-
publicKey
DERBitString publicKey
-
withCompression
boolean withCompression
-
-
-
Class org.bouncycastle.jce.provider.JCEECPublicKey extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
algorithm
String algorithm
-
ecSpec
ECParameterSpec ecSpec
-
q
ECPoint q
-
withCompression
boolean withCompression
-
-
-
Class org.bouncycastle.jce.provider.JCERSAPrivateCrtKey extends JCERSAPrivateKey implements Serializable
- serialVersionUID:
- 7834723820638524718L
-
Serialized Fields
-
crtCoefficient
BigInteger crtCoefficient
-
primeExponentP
BigInteger primeExponentP
-
primeExponentQ
BigInteger primeExponentQ
-
primeP
BigInteger primeP
-
primeQ
BigInteger primeQ
-
publicExponent
BigInteger publicExponent
-
-
Class org.bouncycastle.jce.provider.JCERSAPrivateKey extends Object implements Serializable
- serialVersionUID:
- 5110188922551353628L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrierImpl attrCarrier
-
modulus
BigInteger modulus
-
privateExponent
BigInteger privateExponent
-
-
Class org.bouncycastle.jce.provider.JCERSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 2675817738516720772L
-
Serialized Fields
-
modulus
BigInteger modulus
-
publicExponent
BigInteger publicExponent
-
-
Class org.bouncycastle.jce.provider.JDKDSAPrivateKey extends Object implements Serializable
- serialVersionUID:
- -4677259546958385734L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrierImpl attrCarrier
-
dsaSpec
DSAParams dsaSpec
-
x
BigInteger x
-
-
Class org.bouncycastle.jce.provider.JDKDSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 1752452449903495175L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
dsaSpec
DSAParams dsaSpec
-
y
BigInteger y
-
-
Class org.bouncycastle.jce.provider.PKIXNameConstraintValidatorException extends Exception implements Serializable
-
Class org.bouncycastle.jce.provider.X509CertificateObject extends X509Certificate implements Serializable
-
Serialized Fields
-
attrCarrier
PKCS12BagAttributeCarrier attrCarrier
-
basicConstraints
BasicConstraints basicConstraints
-
c
Certificate c
-
encoded
byte[] encoded
-
hashValue
int hashValue
-
hashValueSet
boolean hashValueSet
-
keyUsage
boolean[] keyUsage
-
-
-
-
Package org.bouncycastle.util
-
Class org.bouncycastle.util.StoreException extends RuntimeException implements Serializable
-
Serialized Fields
-
_e
Throwable _e
-
-
-
-
Package org.bouncycastle.util.encoders
-
Class org.bouncycastle.util.encoders.DecoderException extends IllegalStateException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
Class org.bouncycastle.util.encoders.EncoderException extends IllegalStateException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.util.io
-
Class org.bouncycastle.util.io.StreamOverflowException extends IOException implements Serializable
-
-
Package org.bouncycastle.util.io.pem
-
Class org.bouncycastle.util.io.pem.PemGenerationException extends IOException implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package org.bouncycastle.x509
-
Class org.bouncycastle.x509.NoSuchStoreException extends Exception implements Serializable
-
-
Package org.conscrypt
-
Class org.conscrypt.JSSEProvider extends Provider implements Serializable
- serialVersionUID:
- 3075686092260669675L
-
Class org.conscrypt.OpenSSLECPrivateKey extends Object implements Serializable
- serialVersionUID:
- -4036633595001083922L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class org.conscrypt.OpenSSLECPublicKey extends Object implements Serializable
- serialVersionUID:
- 3215842926808298020L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Class org.conscrypt.OpenSSLProvider extends Provider implements Serializable
- serialVersionUID:
- 2996752495318905136L
-
Class org.conscrypt.OpenSSLRandom extends SecureRandomSpi implements Serializable
- serialVersionUID:
- 8506210602917522860L
-
Serialized Fields
-
mSeeded
boolean mSeeded
-
-
Class org.conscrypt.OpenSSLRSAPrivateCrtKey extends OpenSSLRSAPrivateKey implements Serializable
- serialVersionUID:
- 3785291944868707197L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
crtCoefficient
BigInteger crtCoefficient
-
primeExponentP
BigInteger primeExponentP
-
primeExponentQ
BigInteger primeExponentQ
-
primeP
BigInteger primeP
-
primeQ
BigInteger primeQ
-
publicExponent
BigInteger publicExponent
-
-
Class org.conscrypt.OpenSSLRSAPrivateKey extends Object implements Serializable
- serialVersionUID:
- 4872170254439578735L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
modulus
BigInteger modulus
-
privateExponent
BigInteger privateExponent
-
-
Class org.conscrypt.OpenSSLRSAPublicKey extends Object implements Serializable
- serialVersionUID:
- 123125005824688292L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
modulus
BigInteger modulus
-
publicExponent
BigInteger publicExponent
-
-
Class org.conscrypt.OpenSSLX509Certificate extends X509Certificate implements Serializable
-
Class org.conscrypt.OpenSSLX509CertPath extends CertPath implements Serializable
-
Serialized Fields
-
mCertificates
List<? extends X509Certificate> mCertificates
-
-
-
Class org.conscrypt.PinEntryException extends Exception implements Serializable
-
Class org.conscrypt.X509PublicKey extends Object implements Serializable
- serialVersionUID:
- -8610156854731664298L
-
Serialized Fields
-
algorithm
String algorithm
-
encoded
byte[] encoded
-
-
-
Package org.conscrypt.ct
-
Class org.conscrypt.ct.CTLogStoreImpl.InvalidLogFileException extends Exception implements Serializable
-
Class org.conscrypt.ct.SerializationException extends Exception implements Serializable
-
-
Package org.json
-
Class org.json.JSONException extends Exception implements Serializable
-
-
Package org.w3c.dom
-
Class org.w3c.dom.DOMException extends RuntimeException implements Serializable
-
Serialized Fields
-
code
short code
-
-
-
-
Package org.w3c.dom.ls
-
Class org.w3c.dom.ls.LSException extends RuntimeException implements Serializable
-
Serialized Fields
-
code
short code
-
-
-
-
Package org.xml.sax
-
Class org.xml.sax.SAXException extends Exception implements Serializable
-
Serialized Fields
-
exception
Exception exception
The embedded exception if tunnelling, or null.
-
-
-
Class org.xml.sax.SAXNotRecognizedException extends SAXException implements Serializable
-
Class org.xml.sax.SAXNotSupportedException extends SAXException implements Serializable
-
Class org.xml.sax.SAXParseException extends SAXException implements Serializable
-
Serialized Fields
-
columnNumber
int columnNumber
The column number, or -1.- See Also:
SAXParseException.getColumnNumber()
-
lineNumber
int lineNumber
The line number, or -1.- See Also:
SAXParseException.getLineNumber()
-
publicId
String publicId
The public identifier, or null.- See Also:
SAXParseException.getPublicId()
-
systemId
String systemId
The system identifier, or null.- See Also:
SAXParseException.getSystemId()
-
-
-
-
Package org.xmlpull.v1
-
Class org.xmlpull.v1.XmlPullParserException extends Exception implements Serializable
-
Serialized Fields
-
column
int column
-
detail
Throwable detail
-
row
int row
-
-
-
-
Package SQLite
-
Class SQLite.Exception extends Exception implements Serializable
-