Serialized Form
-
Package com.google.flatbuffers
-
Class com.google.flatbuffers.FlexBuffers.FlexBufferException extends RuntimeException implements Serializable
-
-
Package com.google.protobuf
-
Class com.google.protobuf.CodedOutputStream.OutOfSpaceException extends IOException implements Serializable
- serialVersionUID:
- -6947486886997889499L
-
Class com.google.protobuf.InvalidProtocolBufferException extends IOException implements Serializable
-
Serialized Fields
-
unfinishedMessage
MessageLite unfinishedMessage
-
wasThrownFromInputStream
boolean wasThrownFromInputStream
-
-
-
Class com.google.protobuf.InvalidProtocolBufferException.InvalidWireTypeException extends InvalidProtocolBufferException implements Serializable
-
Class com.google.protobuf.MapFieldLite extends HashMap<K,V> implements Serializable
-
Serialized Fields
-
isMutable
boolean isMutable
-
-
-
Class com.google.protobuf.UninitializedMessageException extends RuntimeException implements Serializable
-
-
Package com.microej.crypto.internal
-
Class com.microej.crypto.internal.NativeKey extends Object implements Serializable
-
Serialized Fields
-
algorithm
String algorithm
-
nativeRef
NativeReference nativeRef
-
-
-
Class com.microej.crypto.internal.NativePrivateKey extends NativeKey implements Serializable
-
Serialized Fields
-
destroyed
boolean destroyed
trueonceNativePrivateKey.destroy()has been called. -
encoded
boolean encoded
trueonceNativePrivateKey.encodedDatahas been filled. -
encodedData
byte[] encodedData
Cached DER encoding, populated lazily byNativePrivateKey.getEncoded().
-
-
-
Class com.microej.crypto.internal.NativePublicKey extends NativeKey implements Serializable
-
Serialized Fields
-
encoded
boolean encoded
trueonceNativePublicKey.encodedDatahas been filled. -
encodedData
byte[] encodedData
Cached ASN.1 (X.509) encoding, populated lazily byNativePublicKey.getEncoded().
-
-
-
-
Package com.microej.crypto.internal.secretkey
-
Class com.microej.crypto.internal.secretkey.NativeSecretKey extends NativeKey implements Serializable
-
Serialized Fields
-
destroyed
boolean destroyed
trueonceNativeSecretKey.destroy()has been called. -
encoded
boolean encoded
trueonceNativeSecretKey.encodedDatahas been filled. -
encodedData
byte[] encodedData
Cached encoding, populated lazily byNativeSecretKey.getEncoded().
-
-
-
-
Package com.microej.crypto.internal.securerandom
-
Class com.microej.crypto.internal.securerandom.NativeSecureRandomSpi extends SecureRandomSpi implements Serializable
-
Serialized Fields
-
nativeId
int nativeId
Native identifier for the secure random engine. Initialized during engine init.
-
-
-
-
Package com.microej.crypto.internal.x509
-
Class com.microej.crypto.internal.x509.X509CertImpl extends X509Certificate implements Serializable
-
Serialized Fields
-
data
byte[] data
-
format
X509CertImpl.EncodedFormat format
-
-
-
Class com.microej.crypto.internal.x509.X509KeyImpl extends Object implements Serializable
-
Serialized Fields
-
key
byte[] key
-
-
-
-
Package com.microej.kf.util.control.fs
-
Class com.microej.kf.util.control.fs.OpenedFilesLimitException extends SecurityException implements Serializable
- serialVersionUID:
- -6852081546561586687L
-
Class com.microej.kf.util.control.fs.StorageLimitException extends SecurityException implements Serializable
- serialVersionUID:
- -6852081546561586687L
-
-
Package com.microej.kf.util.control.net
-
Class com.microej.kf.util.control.net.BandwidthLimitException extends SecurityException implements Serializable
- serialVersionUID:
- -6852081546561586687L
-
Serialized Fields
-
date
Date date
-
-
Class com.microej.kf.util.control.net.OpenedSocketsLimitException extends SecurityException implements Serializable
- serialVersionUID:
- -6852081546561586687L
-
-
Package com.microej.soar
-
Class com.microej.soar.FeatureOptimizerException extends Exception implements Serializable
-
-
Package ej.audio
-
Class ej.audio.AudioException extends RuntimeException implements Serializable
- serialVersionUID:
- -6970630047434666569L
-
Class ej.audio.AudioRecordPermission extends Permission implements Serializable
- serialVersionUID:
- 7255642980799924972L
-
Class ej.audio.AudioTrackPermission extends Permission implements Serializable
- serialVersionUID:
- -2610566751530645807L
-
-
Package ej.aws.iot
-
Class ej.aws.iot.AwsIotException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package ej.bluetooth.util
-
Class ej.bluetooth.util.AttributeNotFoundException extends Exception implements Serializable
- serialVersionUID:
- -2516583053635833253L
-
-
Package ej.bon
-
Class ej.bon.IllegalStateException extends RuntimeException implements Serializable
-
Class ej.bon.ImmutablesError extends VirtualMachineError implements Serializable
-
Class ej.bon.WeakHashtable extends Hashtable implements Serializable
-
-
Package ej.ecom
-
Class ej.ecom.DeviceManagerPermission extends Permission implements Serializable
-
-
Package ej.ecom.io
-
Class ej.ecom.io.ConnectionNotFoundException extends IOException implements Serializable
-
Class ej.ecom.io.ConnectionPermission extends Permission implements Serializable
-
-
Package ej.event
-
Class ej.event.EventQueueException extends RuntimeException implements Serializable
-
-
Package ej.hal
-
Class ej.hal.WatchdogTimerException extends RuntimeException implements Serializable
-
-
Package ej.hoka.http.encoding
-
Class ej.hoka.http.encoding.HttpUnsupportedEncodingException extends UnsupportedEncodingException implements Serializable
- serialVersionUID:
- 5909681010475316898L
-
-
Package ej.json
-
Class ej.json.JSONException extends Exception implements Serializable
-
-
Package ej.jsonpath.parser
-
Class ej.jsonpath.parser.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class ej.jsonpath.parser.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class ej.jsonpath.parser.TokenMgrError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package ej.kf
-
Class ej.kf.AlreadyLoadedFeatureException extends Exception implements Serializable
-
Class ej.kf.DeadFeatureException extends RuntimeException implements Serializable
-
Class ej.kf.IncompatibleFeatureException extends Exception implements Serializable
-
Class ej.kf.InvalidFormatException extends Exception implements Serializable
-
Class ej.kf.UnknownFeatureException extends Exception implements Serializable
-
-
Package ej.microui
-
Class ej.microui.MicroUIException extends RuntimeException implements Serializable
- serialVersionUID:
- -6786967399358365561L
-
Class ej.microui.MicroUIPermission extends Permission implements Serializable
-
-
Package ej.microui.display
-
Class ej.microui.display.DisplayPermission extends Permission implements Serializable
-
Class ej.microui.display.FontPermission extends Permission implements Serializable
-
Class ej.microui.display.ImagePermission extends Permission implements Serializable
-
-
Package ej.microui.event
-
Class ej.microui.event.EventPermission extends Permission implements Serializable
-
-
Package ej.microvg
-
Class ej.microvg.VectorGraphicsException extends RuntimeException implements Serializable
- serialVersionUID:
- -7336803064067237535L
-
-
Package ej.mwt.animation
-
Class ej.mwt.animation.AnimationBenchmark.AnimationTimeoutException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package ej.property
-
Class ej.property.PropertyPermission extends Permission implements Serializable
-
-
Package ej.serial
-
Class ej.serial.SerialConfigurationException extends IOException implements Serializable
- serialVersionUID:
- 1L
-
Class ej.serial.SerialConnectionPermission extends Permission implements Serializable
- serialVersionUID:
- 1L
-
-
Package ej.service
-
Class ej.service.MissingServiceException extends RuntimeException implements Serializable
- serialVersionUID:
- 1634308933004829177L
-
Class ej.service.ServiceLoadingException extends RuntimeException implements Serializable
- serialVersionUID:
- -4400917385298484484L
-
Class ej.service.ServicePermission extends Permission implements Serializable
- serialVersionUID:
- -4972653329773764089L
-
-
Package ej.sni
-
Class ej.sni.NativeException extends RuntimeException implements Serializable
-
Class ej.sni.NativeIOException extends IOException implements Serializable
-
-
Package ej.sp
-
Class ej.sp.EmptyBlockException extends Exception implements Serializable
-
Class ej.sp.TooManyWaitingThreadsException extends RuntimeException implements Serializable
-
-
Package ej.util.text
-
Class ej.util.text.ComputeShortFormatSymbols extends DateFormatSymbols implements Serializable
-
Class ej.util.text.EnglishDateFormatSymbols extends ComputeShortFormatSymbols implements Serializable
-
-
Package ej.websocket
-
Class ej.websocket.ServerException extends WebSocketException implements Serializable
- serialVersionUID:
- 6104834258602150240L
-
Serialized Fields
-
httpStatusCode
int httpStatusCode
-
-
Class ej.websocket.WebSocketException extends Exception implements Serializable
- serialVersionUID:
- 4400806274202577310L
-
-
Package java.io
-
Class java.io.CharConversionException extends IOException implements Serializable
- serialVersionUID:
- -8680016352018427031L
-
Class java.io.EOFException extends IOException implements Serializable
-
Class java.io.File extends Object implements Serializable
-
Class java.io.FileNotFoundException extends IOException implements Serializable
- serialVersionUID:
- -897856973823710492L
-
Class java.io.InterruptedIOException extends IOException implements Serializable
-
Serialized Fields
-
bytesTransferred
int bytesTransferred
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
-
-
-
Class java.io.InvalidClassException extends java.io.ObjectStreamException implements Serializable
- serialVersionUID:
- -4333316296251054416L
-
Serialized Fields
-
classname
String classname
-
-
Class java.io.InvalidObjectException extends java.io.ObjectStreamException implements Serializable
- serialVersionUID:
- 3233174318281839583L
-
Class java.io.IOError extends Error implements Serializable
- serialVersionUID:
- 67100927991680413L
-
Class java.io.IOException extends Exception implements Serializable
-
Class java.io.NotActiveException extends java.io.ObjectStreamException implements Serializable
- serialVersionUID:
- -3893467273049808895L
-
Class java.io.NotSerializableException extends java.io.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 java.io.ObjectStreamException implements Serializable
- serialVersionUID:
- -8011121865681257820L
-
Serialized Fields
-
eof
boolean eof
-
length
int length
-
-
Class java.io.SerializablePermission extends BasicPermission implements Serializable
- serialVersionUID:
- 8537212141160296410L
-
Serialized Fields
-
actions
String actions
-
-
Class java.io.StreamCorruptedException extends java.io.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(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-
Class java.io.UnsupportedEncodingException extends IOException implements Serializable
-
Class java.io.UTFDataFormatException extends IOException implements Serializable
-
Class java.io.WriteAbortedException extends java.io.ObjectStreamException implements Serializable
- serialVersionUID:
- -3326426625597282442L
-
Serialized Fields
-
detail
Exception detail
-
-
-
Package java.lang
-
Class java.lang.AbstractMethodError extends IncompatibleClassChangeError implements Serializable
-
Class java.lang.ArithmeticException extends RuntimeException implements Serializable
-
Class java.lang.ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable
-
Class java.lang.ArrayStoreException extends RuntimeException implements Serializable
-
Class java.lang.AssertionError extends Error implements Serializable
-
Class java.lang.Boolean extends Object implements Serializable
-
Class java.lang.BootstrapMethodError extends LinkageError implements Serializable
- serialVersionUID:
- 292L
-
Class java.lang.Byte extends Number implements Serializable
-
Class java.lang.Character extends Object implements Serializable
-
Class java.lang.Class extends Object implements Serializable
-
Class java.lang.ClassCastException extends RuntimeException implements Serializable
-
Class java.lang.ClassCircularityError extends LinkageError implements Serializable
-
Class java.lang.ClassFormatError extends LinkageError implements Serializable
-
Class java.lang.ClassNotFoundException extends ReflectiveOperationException implements Serializable
-
Class java.lang.CloneNotSupportedException extends Exception implements Serializable
-
Class java.lang.Double extends Number implements Serializable
-
Class java.lang.Enum extends Object implements Serializable
-
Class java.lang.EnumConstantNotPresentException extends RuntimeException implements Serializable
- serialVersionUID:
- -6046998521960521108L
-
Class java.lang.Error extends Throwable implements Serializable
-
Class java.lang.Exception extends Throwable implements Serializable
-
Class java.lang.ExceptionInInitializerError extends LinkageError implements Serializable
-
Class java.lang.Float extends Number implements Serializable
-
Class java.lang.IllegalAccessError extends IncompatibleClassChangeError implements Serializable
-
Class java.lang.IllegalAccessException extends ReflectiveOperationException implements Serializable
-
Class java.lang.IllegalArgumentException extends RuntimeException implements Serializable
-
Class java.lang.IllegalCallerException extends RuntimeException implements Serializable
- serialVersionUID:
- -2349421918363102232L
-
Class java.lang.IllegalMonitorStateException extends RuntimeException implements Serializable
-
Class java.lang.IllegalStateException extends RuntimeException implements Serializable
-
Class java.lang.IllegalThreadStateException extends IllegalArgumentException implements Serializable
-
Class java.lang.IncompatibleClassChangeError extends LinkageError implements Serializable
-
Class java.lang.IndexOutOfBoundsException extends RuntimeException implements Serializable
-
Class java.lang.InstantiationError extends IncompatibleClassChangeError implements Serializable
-
Class java.lang.InstantiationException extends ReflectiveOperationException implements Serializable
-
Class java.lang.Integer extends Number implements Serializable
-
Class java.lang.InternalError extends VirtualMachineError implements Serializable
-
Class java.lang.InterruptedException extends Exception implements Serializable
-
Class java.lang.LayerInstantiationException extends RuntimeException implements Serializable
- serialVersionUID:
- -906239691613568347L
-
Class java.lang.LinkageError extends Error implements Serializable
-
Class java.lang.Long extends Number implements Serializable
-
Class java.lang.NegativeArraySizeException extends RuntimeException implements Serializable
-
Class java.lang.NoClassDefFoundError extends LinkageError implements Serializable
-
Class java.lang.NoSuchFieldError extends IncompatibleClassChangeError implements Serializable
-
Class java.lang.NoSuchFieldException extends ReflectiveOperationException implements Serializable
-
Class java.lang.NoSuchMethodError extends IncompatibleClassChangeError implements Serializable
-
Class java.lang.NoSuchMethodException extends ReflectiveOperationException implements Serializable
-
Class java.lang.NullPointerException extends RuntimeException implements Serializable
-
Class java.lang.Number extends Object implements Serializable
-
Class java.lang.NumberFormatException extends IllegalArgumentException implements Serializable
-
Class java.lang.OutOfMemoryError extends VirtualMachineError implements Serializable
-
Class java.lang.ReflectiveOperationException extends Exception implements Serializable
-
Class java.lang.RuntimeException extends Exception implements Serializable
-
Class java.lang.RuntimePermission extends BasicPermission implements Serializable
-
Class java.lang.SecurityException extends RuntimeException implements Serializable
-
Class java.lang.Short extends Number implements Serializable
-
Class java.lang.StackOverflowError extends VirtualMachineError implements Serializable
-
Class java.lang.StackTraceElement extends Object implements Serializable
-
Class java.lang.String extends Object implements Serializable
-
Class java.lang.StringBuffer extends Object implements Serializable
-
Class java.lang.StringBuilder extends Object implements Serializable
-
Class java.lang.StringIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable
-
Class java.lang.ThreadDeath extends Error implements Serializable
- serialVersionUID:
- -4417128565033088268L
-
Class java.lang.Throwable extends Object implements Serializable
-
Class java.lang.TypeNotPresentException extends RuntimeException implements Serializable
- serialVersionUID:
- -5101214195716534496L
-
Serialized Fields
-
typeName
String typeName
-
-
Class java.lang.UnknownError extends VirtualMachineError implements Serializable
-
Class java.lang.UnsatisfiedLinkError extends LinkageError implements Serializable
-
Class java.lang.UnsupportedClassVersionError extends ClassFormatError implements Serializable
-
Class java.lang.UnsupportedOperationException extends RuntimeException implements Serializable
-
Class java.lang.VerifyError extends LinkageError implements Serializable
-
Class java.lang.VirtualMachineError extends Error implements Serializable
-
-
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
-
Serialized Fields
-
foundType
String foundType
-
-
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
java.lang.reflect.InvocationHandler h
-
-
Class java.lang.reflect.ReflectPermission extends BasicPermission implements Serializable
- serialVersionUID:
- 7412737110241507485L
-
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
-
Serialized Fields
-
intVal
BigInteger intVal
The unscaled value of this BigDecimal, as returned byBigDecimal.unscaledValue().- See Also:
BigDecimal.unscaledValue()
-
scale
int scale
The scale of this BigDecimal, as returned byBigDecimal.scale.- See Also:
BigDecimal.scale
-
-
Class java.math.BigInteger extends Number implements Serializable
- serialVersionUID:
- -8287574255936472291L
-
Serialized Fields
-
bitCount
int bitCount
Deprecated.Deprecated since logical value is offset from stored value and correction factor is applied in accessor method.One plus the bitCount of this BigInteger. Zeros means unitialized.- See Also:
BigInteger.bitCount
-
bitLength
int bitLength
Deprecated.Deprecated since logical value is offset from stored value and correction factor is applied in accessor method.One plus the bitLength of this BigInteger. Zeros means unitialized. (either value is acceptable).- See Also:
BigInteger.bitLength()
-
firstNonzeroIntNum
int firstNonzeroIntNum
Deprecated.Deprecated since logical value is offset from stored value and correction factor is applied in accessor method.Two plus the index of the lowest-order int in the magnitude of this BigInteger that contains a nonzero int, or -2 (either value is acceptable). The least significant int has int-number 0, the next int in order of increasing significance has int-number 1, and so forth. -
lowestSetBit
int lowestSetBit
Deprecated.Deprecated since logical value is offset from stored value and correction factor is applied in accessor method.Two plus the lowest set bit of this BigInteger, as returned by getLowestSetBit().- See Also:
BigInteger.getLowestSetBit()
-
mag
int[] mag
The magnitude of this BigInteger, in big-endian order: the zeroth element of this array is the most-significant int of the magnitude. The magnitude must be "minimal" in that the most-significant int (mag[0]) must be non-zero. This is necessary to ensure that there is exactly one representation for each BigInteger value. Note that this implies that the BigInteger zero has a zero-length mag array. -
signum
int signum
The signum of this BigInteger: -1 for negative, 0 for zero, or 1 for positive. Note that the BigInteger zero must have a signum of 0. This is necessary to ensures that there is exactly one representation for each BigInteger value.
-
-
Class java.math.MathContext extends Object implements Serializable
- serialVersionUID:
- 5579720004786848255L
-
Serialized Fields
-
precision
int precision
The number of digits to be used for an operation. A value of 0 indicates that unlimited precision (as many digits as are required) will be used. Note that leading zeros (in the coefficient of a number) are never significant.precisionwill always be non-negative. -
roundingMode
RoundingMode roundingMode
The rounding algorithm to be used for an operation.- See Also:
RoundingMode
-
-
-
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
-
Class java.net.Inet6Address extends InetAddress implements Serializable
-
Class java.net.InetAddress extends Object implements Serializable
-
Class java.net.InetSocketAddress extends SocketAddress implements Serializable
-
Class java.net.MalformedURLException extends IOException implements Serializable
- serialVersionUID:
- -182787522200415866L
-
Class java.net.NetPermission extends BasicPermission implements Serializable
- serialVersionUID:
- -8343910153355041693L
-
Class java.net.NoRouteToHostException extends SocketException implements Serializable
- serialVersionUID:
- -1897550894873493790L
-
Class java.net.PortUnreachableException extends SocketException implements Serializable
-
Class java.net.ProtocolException extends IOException implements Serializable
- serialVersionUID:
- -6098449442062388080L
-
Class java.net.SocketAddress extends Object implements Serializable
-
Class java.net.SocketException extends IOException implements Serializable
-
Class java.net.SocketTimeoutException extends InterruptedIOException implements Serializable
-
Class java.net.UnknownHostException extends IOException implements Serializable
-
Class java.net.UnknownServiceException extends IOException implements Serializable
- serialVersionUID:
- -4169033248853639508L
-
Class java.net.URI extends Object implements Serializable
- serialVersionUID:
- -6052424284110960213L
-
Serialized Fields
-
string
String string
The string form of this URI.
-
-
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
-
Serialized Fields
-
authority
String authority
The authority part of this URL. -
file
String file
The specified file name on that host.fileis defined aspath[?query] -
hashCode
int hashCode
-
host
String host
The host name to connect to. -
port
int port
The protocol port to connect to. -
protocol
String protocol
The protocol to use (ftp, http, nntp, ... etc.) . -
ref
String ref
# reference.
-
-
Class java.net.URLPermission extends Permission implements Serializable
- serialVersionUID:
- -2702463814894478682L
-
Serialization Methods
-
readObject
private void readObject(java.io.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.security
-
Class java.security.AccessControlException extends SecurityException implements Serializable
- serialVersionUID:
- 5138225684096988535L
-
Serialized Fields
-
perm
Permission perm
-
-
Class java.security.AllPermission extends Permission implements Serializable
- serialVersionUID:
- -2916474571451318075L
-
Class java.security.AuthProvider extends java.security.Provider implements Serializable
- serialVersionUID:
- 4197859053084546461L
-
Class java.security.BasicPermission extends Permission implements Serializable
-
Class java.security.CodeSigner extends Object implements Serializable
- serialVersionUID:
- 6819288105193937581L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
signerCertPath
CertPath signerCertPath
-
timestamp
java.security.Timestamp timestamp
-
-
Class java.security.CodeSource extends Object implements Serializable
- serialVersionUID:
- 4977541819976013951L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
location
URL location
-
-
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(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
Class java.security.Identity extends Object implements Serializable
- serialVersionUID:
- 3609922007826600659L
-
Serialized Fields
-
certificates
Vector<java.security.Certificate> certificates
Deprecated, for removal: This API element is subject to removal in a future version. -
info
String info
Deprecated, for removal: This API element is subject to removal in a future version. -
name
String name
Deprecated, for removal: This API element is subject to removal in a future version. -
publicKey
PublicKey publicKey
Deprecated, for removal: This API element is subject to removal in a future version. -
scope
java.security.IdentityScope scope
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Class java.security.IdentityScope extends java.security.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
-
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
- serialVersionUID:
- -6727011328946861783L
-
Serialized Fields
-
readOnly
boolean readOnly
-
-
Class java.security.Permissions extends java.security.PermissionCollection implements Serializable
- serialVersionUID:
- 4858622370623524688L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Class java.security.PrivilegedActionException extends Exception implements Serializable
- serialVersionUID:
- 4724086851538908602L
-
Serialized Fields
-
exception
Exception exception
-
-
Class java.security.Provider extends Properties implements Serializable
- serialVersionUID:
- -4298000515446427739L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
Class java.security.ProviderException extends RuntimeException implements Serializable
- serialVersionUID:
- 5256023526693665674L
-
Class java.security.SecureRandom extends Random implements Serializable
- serialVersionUID:
- 4940670005562187L
-
Serialized Fields
-
secureRandomSpi
SecureRandomSpi secureRandomSpi
The provider implementation.- Since:
- 1.2
-
-
Class java.security.SecureRandomSpi extends Object implements Serializable
- serialVersionUID:
- -2991854161009191830L
-
Class java.security.SecurityPermission extends BasicPermission implements Serializable
- serialVersionUID:
- 5236109936224050470L
-
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(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
content
byte[] content
-
signature
byte[] signature
-
thealgorithm
String thealgorithm
-
-
Class java.security.Signer extends java.security.Identity implements Serializable
- serialVersionUID:
- -1763464102261361480L
-
Serialized Fields
-
privateKey
PrivateKey privateKey
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Class java.security.Timestamp extends Object implements Serializable
- serialVersionUID:
- -5502683707821851294L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
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
- serialVersionUID:
- -4821973115467008846L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
-
Package java.security.cert
-
Class java.security.cert.Certificate extends Object implements Serializable
- serialVersionUID:
- -3585440601605666277L
-
Serialized Fields
-
hash
int hash
Cache the hash code for the certiticate -
type
String type
-
-
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
-
Serialized Fields
-
authority
X500Principal authority
theX500Principalthat represents the name of the authority that signed the certificate's revocation status information -
reason
CRLReason reason
the revocation reason -
revocationDate
Date revocationDate
the date on which the certificate was revoked
-
-
Class java.security.cert.CertPath extends Object implements Serializable
- serialVersionUID:
- 6068470306649138683L
-
Serialized Fields
-
type
String type
-
-
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
theCertPaththat was being validated when the exception was thrown -
index
int index
the index of the certificate in the certification path that caused the exception to be thrown -
reason
CertPathValidatorException.Reason reason
the reason the validation failed
-
-
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.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.text
-
Class java.text.AttributedCharacterIterator.Attribute extends Object implements Serializable
- serialVersionUID:
- -9142742483513960612L
-
Class java.text.ChoiceFormat extends java.text.NumberFormat implements Serializable
- serialVersionUID:
- 1795184449645032964L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
choiceFormats
String[] choiceFormats
-
choiceLimits
double[] choiceLimits
-
-
Class java.text.DateFormatSymbols extends Object implements Serializable
- serialVersionUID:
- -5987973545549424702L
-
Serialized Fields
-
ampms
String[] ampms
AM and PM strings. For example: "AM" and "PM". An array of 2 strings, indexed byCalendar.AMandCalendar.PM. -
eras
String[] eras
Era strings. For example: "AD" and "BC". An array of 2 strings, indexed byCalendar.BCandCalendar.AD. -
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. -
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. -
shortWeekdays
String[] shortWeekdays
Short weekday strings. For example: "Sun", "Mon", etc. An array of 8 strings, indexed byCalendar.SUNDAY,Calendar.MONDAY, etc. The elementshortWeekdays[0]is ignored. -
weekdays
String[] weekdays
Weekday strings. For example: "Sunday", "Monday", etc. An array of 8 strings, indexed byCalendar.SUNDAY,Calendar.MONDAY, etc. The elementweekdays[0]is ignored.
-
-
Class java.text.DecimalFormat extends java.text.NumberFormat implements Serializable
- serialVersionUID:
- 864413376551465018L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
decimalSeparatorAlwaysShown
boolean decimalSeparatorAlwaysShown
-
groupingSize
byte groupingSize
-
maximumFractionDigits
int maximumFractionDigits
-
maximumIntegerDigits
int maximumIntegerDigits
-
minExponentDigits
byte minExponentDigits
-
minimumFractionDigits
int minimumFractionDigits
-
minimumIntegerDigits
int minimumIntegerDigits
-
multiplier
int multiplier
-
negativePrefix
String negativePrefix
-
negativeSuffix
String negativeSuffix
-
negPrefixPattern
String negPrefixPattern
-
negSuffixPattern
String negSuffixPattern
-
parseBigDecimal
boolean parseBigDecimal
-
positivePrefix
String positivePrefix
-
positiveSuffix
String positiveSuffix
-
posPrefixPattern
String posPrefixPattern
-
posSuffixPattern
String posSuffixPattern
-
roundingMode
RoundingMode roundingMode
-
serialVersionOnStream
int serialVersionOnStream
-
symbols
java.text.DecimalFormatSymbols symbols
-
useExponentialNotation
boolean useExponentialNotation
-
-
Class java.text.DecimalFormatSymbols extends Object implements Serializable
- serialVersionUID:
- 5772796243397350300L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
currencySymbol
String currencySymbol
-
decimalSeparator
char decimalSeparator
-
digit
char digit
-
exponential
char exponential
-
exponentialSeparator
String exponentialSeparator
-
groupingSeparator
char groupingSeparator
-
infinity
String infinity
-
intlCurrencySymbol
String intlCurrencySymbol
-
locale
java.util.Locale locale
-
minusSign
char minusSign
-
monetarySeparator
char monetarySeparator
-
NaN
String NaN
-
patternSeparator
char patternSeparator
-
percent
char percent
-
perMill
char perMill
-
serialVersionOnStream
int serialVersionOnStream
-
zeroDigit
char zeroDigit
-
-
Class java.text.Format extends Object implements Serializable
- serialVersionUID:
- -299282585814624189L
-
Class java.text.Format.Field extends java.text.AttributedCharacterIterator.Attribute implements Serializable
- serialVersionUID:
- 276966692217360283L
-
Class java.text.MessageFormat extends java.text.Format implements Serializable
- serialVersionUID:
- 6479157306784022952L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
readObjectNoData
private void readObjectNoData() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
argumentNumbers
int[] argumentNumbers
-
formats
java.text.Format[] formats
-
locale
java.util.Locale locale
-
maxOffset
int maxOffset
-
offsets
int[] offsets
-
pattern
String pattern
-
-
Class java.text.MessageFormat.Field extends java.text.Format.Field implements Serializable
- serialVersionUID:
- 7899943957617360810L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws java.io.InvalidObjectException
- Throws:
java.io.InvalidObjectException
-
-
Class java.text.NumberFormat extends java.text.Format implements Serializable
- serialVersionUID:
- -2308460125733713944L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
groupingUsed
boolean groupingUsed
-
maxFractionDigits
byte maxFractionDigits
-
maximumFractionDigits
int maximumFractionDigits
-
maximumIntegerDigits
int maximumIntegerDigits
-
maxIntegerDigits
byte maxIntegerDigits
-
minFractionDigits
byte minFractionDigits
-
minimumFractionDigits
int minimumFractionDigits
-
minimumIntegerDigits
int minimumIntegerDigits
-
minIntegerDigits
byte minIntegerDigits
-
parseIntegerOnly
boolean parseIntegerOnly
-
serialVersionOnStream
int serialVersionOnStream
-
-
Class java.text.NumberFormat.Field extends java.text.Format.Field implements Serializable
- serialVersionUID:
- 7494728892700160890L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws java.io.InvalidObjectException
- Throws:
java.io.InvalidObjectException
-
-
Class java.text.ParseException extends Exception implements Serializable
- serialVersionUID:
- 2703218443322787634L
-
Serialized Fields
-
errorOffset
int errorOffset
-
-
-
Package java.time
-
Class java.time.DateTimeException extends RuntimeException implements Serializable
-
Class java.time.Duration extends Object implements Serializable
-
Serialized Fields
-
nanos
int nanos
The number of nanoseconds in the duration, expressed as a fraction of the number of seconds. This is always positive, and never exceeds 999,999,999. -
seconds
long seconds
The number of seconds in the duration.
-
-
-
Class java.time.Instant extends Object implements Serializable
-
Serialized Fields
-
nanos
int nanos
The number of nanoseconds, later along the time-line, from the seconds field. This is always positive, and never exceeds 999,999,999. -
seconds
long seconds
The number of seconds from the epoch of 1970-01-01T00:00:00Z.
-
-
-
Class java.time.LocalDate extends Object implements Serializable
-
Serialized Fields
-
day
short day
The day-of-month. -
month
short month
The month-of-year. -
year
int year
The year.
-
-
-
Class java.time.LocalDateTime extends Object implements Serializable
-
Class java.time.LocalTime extends Object implements Serializable
-
Serialized Fields
-
hour
byte hour
The hour. -
minute
byte minute
The minute. -
nano
int nano
The nanosecond. -
second
byte second
The second.
-
-
-
Class java.time.MonthDay extends Object implements Serializable
-
Serialized Fields
-
day
int day
The day-of-month. -
month
int month
The month-of-year, not null.
-
-
-
Class java.time.OffsetDateTime extends Object implements Serializable
-
Serialized Fields
-
dateTime
LocalDateTime dateTime
The local date-time. -
offset
ZoneOffset offset
The offset from UTC/Greenwich.
-
-
-
Class java.time.OffsetTime extends Object implements Serializable
-
Serialized Fields
-
offset
ZoneOffset offset
The offset from UTC/Greenwich. -
time
LocalTime time
The local date-time.
-
-
-
Class java.time.Period extends Object implements Serializable
-
Serialized Fields
-
days
int days
The number of days. -
months
int months
The number of months. -
years
int years
The number of years.
-
-
-
Class java.time.Year extends Object implements Serializable
-
Serialized Fields
-
year
int year
The year being represented.
-
-
-
Class java.time.YearMonth extends Object implements Serializable
-
Serialized Fields
-
month
int month
The month-of-year, not null. -
year
int year
The year.
-
-
-
Class java.time.ZonedDateTime extends Object implements Serializable
-
Serialized Fields
-
dateTime
LocalDateTime dateTime
The local date-time. -
offset
ZoneOffset offset
The offset from UTC/Greenwich. -
zone
ZoneId zone
The time-zone.
-
-
-
Class java.time.ZoneId extends Object implements Serializable
-
Class java.time.ZoneOffset extends ZoneId implements Serializable
-
Serialized Fields
-
totalSeconds
int totalSeconds
The total offset in seconds.
-
-
-
-
Package java.time.chrono
-
Class java.time.chrono.HijrahChronology extends AbstractChronology implements Serializable
- serialVersionUID:
- 3127340209035924785L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
Object writeReplace()
-
-
Class java.time.chrono.HijrahDate extends java.time.chrono.ChronoLocalDateImpl<java.time.chrono.HijrahDate> implements Serializable
- serialVersionUID:
- -5207853542612002020L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
private Object writeReplace()
-
-
Class java.time.chrono.IsoChronology extends AbstractChronology implements Serializable
-
Class java.time.chrono.JapaneseChronology extends AbstractChronology implements Serializable
- serialVersionUID:
- 459996390165777884L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
Object writeReplace()
-
-
Class java.time.chrono.JapaneseDate extends java.time.chrono.ChronoLocalDateImpl<java.time.chrono.JapaneseDate> implements Serializable
- serialVersionUID:
- -305327627230580483L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
private Object writeReplace()
-
-
Class java.time.chrono.JapaneseEra extends Object implements Serializable
- serialVersionUID:
- 1466499369062886794L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
private Object writeReplace()
-
-
Class java.time.chrono.MinguoChronology extends AbstractChronology implements Serializable
- serialVersionUID:
- 1039765215346859963L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
Object writeReplace()
-
-
Class java.time.chrono.MinguoDate extends java.time.chrono.ChronoLocalDateImpl<java.time.chrono.MinguoDate> implements Serializable
- serialVersionUID:
- 1300372329181994526L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
private Object writeReplace()
-
-
Class java.time.chrono.ThaiBuddhistChronology extends AbstractChronology implements Serializable
- serialVersionUID:
- 2775954514031616474L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
Object writeReplace()
-
-
Class java.time.chrono.ThaiBuddhistDate extends java.time.chrono.ChronoLocalDateImpl<java.time.chrono.ThaiBuddhistDate> implements Serializable
- serialVersionUID:
- -8722293800195731463L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
private Object writeReplace()
-
-
-
Package java.time.format
-
Class java.time.format.DateTimeParseException extends DateTimeException implements Serializable
- serialVersionUID:
- 4304633501674722597L
-
Serialized Fields
-
errorIndex
int errorIndex
-
parsedString
String parsedString
-
-
-
Package java.time.temporal
-
Class java.time.temporal.UnsupportedTemporalTypeException extends DateTimeException implements Serializable
-
Class java.time.temporal.ValueRange extends Object implements Serializable
-
Serialized Fields
-
maxLargest
long maxLargest
The largest maximum value. -
maxSmallest
long maxSmallest
The smallest maximum value. -
minLargest
long minLargest
The largest minimum value. -
minSmallest
long minSmallest
The smallest minimum value.
-
-
-
Class java.time.temporal.WeekFields extends Object implements Serializable
-
Serialized Fields
-
firstDayOfWeek
DayOfWeek firstDayOfWeek
The first day-of-week. -
minimalDays
int minimalDays
The minimal number of days in the first week.
-
-
-
-
Package java.time.zone
-
Class java.time.zone.ZoneOffsetTransition extends Object implements Serializable
-
Serialized Fields
-
offsetAfter
ZoneOffset offsetAfter
The offset after transition. -
offsetBefore
ZoneOffset offsetBefore
The offset before transition. -
transition
LocalDateTime transition
The local transition date-time at the transition.
-
-
-
Class java.time.zone.ZoneOffsetTransitionRule extends Object implements Serializable
-
Serialized Fields
-
dom
byte dom
The day-of-month of the month-day of the cutover week. If positive, it is the start of the week where the cutover can occur. If negative, it represents the end of the week where cutover can occur. The value is the number of days from the end of the month, such that-1is the last day of the month,-2is the second to last day, and so on. -
dow
DayOfWeek dow
The cutover day-of-week, null to retain the day-of-month. -
month
Month month
The month of the month-day of the first day of the cutover week. The actual date will be adjusted by the dowChange field. -
offsetAfter
ZoneOffset offsetAfter
The offset after the cutover. -
offsetBefore
ZoneOffset offsetBefore
The offset before the cutover. -
standardOffset
ZoneOffset standardOffset
The standard offset at the cutover. -
time
LocalTime time
The cutover time in the 'before' offset. -
timeDefinition
ZoneOffsetTransitionRule.TimeDefinition timeDefinition
The definition of how the local time should be interpreted. -
timeEndOfDay
boolean timeEndOfDay
Whether the cutover time is midnight at the end of day.
-
-
-
Class java.time.zone.ZoneRules extends Object implements Serializable
-
Serialized Fields
-
lastRules
ZoneOffsetTransitionRule[] lastRules
The last rule. -
savingsInstantTransitions
long[] savingsInstantTransitions
The transitions between instants (epoch seconds), sorted. -
savingsLocalTransitions
LocalDateTime[] savingsLocalTransitions
The transitions between local date-times, sorted. This is a paired array, where the first entry is the start of the transition and the second entry is the end of the transition. -
standardOffsets
ZoneOffset[] standardOffsets
The standard offsets. -
standardTransitions
long[] standardTransitions
The transitions between standard offsets (epoch seconds), sorted. -
wallOffsets
ZoneOffset[] wallOffsets
The wall offsets.
-
-
-
Class java.time.zone.ZoneRulesException extends DateTimeException implements Serializable
-
-
Package java.util
-
Class java.util.AbstractMap.SimpleEntry extends Object implements Serializable
-
Class java.util.AbstractMap.SimpleImmutableEntry extends Object implements Serializable
-
Class java.util.ArrayDeque extends AbstractCollection<E> implements Serializable
-
Class java.util.ArrayList extends AbstractList<E> implements Serializable
-
Class java.util.Arrays.ArrayList extends AbstractList<E> implements Serializable
- serialVersionUID:
- -2764017481108945198L
-
Serialized Fields
-
a
E[] a
-
-
Class java.util.BitSet extends Object implements Serializable
- serialVersionUID:
- 7997698588986878753L
-
Serialized Fields
-
words
long[] words
The internal field corresponding to the serialField "bits".
-
-
Class java.util.Calendar extends Object implements Serializable
-
Serialized Fields
-
areFieldsSet
boolean areFieldsSet
True iffields[]are in sync with the currently set time. If false, then the next attempt to get the value of a field will force a recomputation of all fields from the current value oftime. -
fields
int[] fields
The calendar field values for the currently set time for this calendar. This is an array ofFIELD_COUNTintegers, with index valuesERAthroughDST_OFFSET. -
time
long time
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT.
-
-
-
Class java.util.Collections.AsLIFOQueue extends AbstractQueue<E> implements Serializable
- serialVersionUID:
- 1802017725587941708L
-
Serialized Fields
-
q
Deque<E> q
-
-
Class java.util.Collections.CopiesList extends AbstractList<E> implements Serializable
- serialVersionUID:
- 2739099268398711800L
-
Serialized Fields
-
element
E element
-
n
int n
-
-
Class java.util.Collections.EmptyList extends AbstractList<E> implements Serializable
- serialVersionUID:
- 8842843931221139166L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class java.util.Collections.EmptyMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 6428348081105594320L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class java.util.Collections.EmptySet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- 1582296315990362920L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class java.util.Collections.ReverseComparator extends Object implements Serializable
- serialVersionUID:
- 7207038068494060240L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class java.util.Collections.ReverseComparator2 extends Object implements Serializable
- serialVersionUID:
- 4374092139857L
-
Serialized Fields
-
cmp
Comparator<T> cmp
The comparator specified in the static factory. This will never be null, as the static factory returns a ReverseComparator instance if its argument is null.
-
-
Class java.util.Collections.SetFromMap extends AbstractSet<E> implements Serializable
- serialVersionUID:
- 2454657854757543876L
-
Class java.util.Collections.SingletonList extends AbstractList<E> implements Serializable
- serialVersionUID:
- 3093736618740652951L
-
Serialized Fields
-
element
E element
-
-
Class java.util.Collections.SingletonMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- -6979724477215052911L
-
Serialized Fields
-
k
K k
-
v
V v
-
-
Class java.util.Collections.SingletonSet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- 3193687207550431679L
-
Serialized Fields
-
element
E element
-
-
Class java.util.Collections.SynchronizedCollection extends Object implements Serializable
- serialVersionUID:
- 3053995032091335093L
-
Serialized Fields
-
c
Collection<E> c
-
mutex
Object mutex
-
-
Class java.util.Collections.SynchronizedList extends java.util.Collections.SynchronizedCollection<E> implements Serializable
- serialVersionUID:
- -7754090372962971524L
-
Serialization Methods
-
readResolve
private Object readResolve()
SynchronizedRandomAccessList instances are serialized as SynchronizedList instances to allow them to be deserialized in pre-1.4 JREs (which do not have SynchronizedRandomAccessList). This method inverts the transformation. As a beneficial side-effect, it also grafts the RandomAccess marker onto SynchronizedList instances that were serialized in pre-1.4 JREs. Note: Unfortunately, SynchronizedRandomAccessList instances serialized in 1.4.1 and deserialized in 1.4 will become SynchronizedList instances, as this method was missing in 1.4.
-
-
Serialized Fields
-
list
List<E> list
-
-
Class java.util.Collections.SynchronizedMap extends Object implements Serializable
- serialVersionUID:
- 1978198479659022715L
-
Class java.util.Collections.SynchronizedRandomAccessList extends java.util.Collections.SynchronizedList<E> implements Serializable
- serialVersionUID:
- 1530674583602358482L
-
Serialization Methods
-
writeReplace
private Object writeReplace()
Allows instances to be deserialized in pre-1.4 JREs (which do not have SynchronizedRandomAccessList). SynchronizedList has a readResolve method that inverts this transformation upon deserialization.
-
-
Class java.util.Collections.SynchronizedSet extends java.util.Collections.SynchronizedCollection<E> implements Serializable
- serialVersionUID:
- 487447009682186044L
-
Class java.util.Collections.SynchronizedSortedMap extends java.util.Collections.SynchronizedMap<K,V> implements Serializable
- serialVersionUID:
- -8798146769416483793L
-
Serialized Fields
-
sm
SortedMap<K,V> sm
-
-
Class java.util.Collections.SynchronizedSortedSet extends java.util.Collections.SynchronizedSet<E> implements Serializable
- serialVersionUID:
- 8695801310862127406L
-
Serialized Fields
-
ss
SortedSet<E> ss
-
-
Class java.util.Collections.UnmodifiableCollection extends Object implements Serializable
- serialVersionUID:
- 1820017752578914078L
-
Serialized Fields
-
c
Collection<? extends E> c
-
-
Class java.util.Collections.UnmodifiableList extends java.util.Collections.UnmodifiableCollection<E> implements Serializable
- serialVersionUID:
- -283967356065247728L
-
Serialization Methods
-
readResolve
private Object readResolve()
UnmodifiableRandomAccessList instances are serialized as UnmodifiableList instances to allow them to be deserialized in pre-1.4 JREs (which do not have UnmodifiableRandomAccessList). This method inverts the transformation. As a beneficial side-effect, it also grafts the RandomAccess marker onto UnmodifiableList instances that were serialized in pre-1.4 JREs. Note: Unfortunately, UnmodifiableRandomAccessList instances serialized in 1.4.1 and deserialized in 1.4 will become UnmodifiableList instances, as this method was missing in 1.4.
-
-
Serialized Fields
-
list
List<? extends E> list
-
-
Class java.util.Collections.UnmodifiableMap extends Object implements Serializable
- serialVersionUID:
- -1034234728574286014L
-
Serialized Fields
-
m
Map<? extends K,? extends V> m
-
-
Class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet extends java.util.Collections.UnmodifiableSet<Map.Entry<K,V>> implements Serializable
- serialVersionUID:
- 7854390611657943733L
-
Class java.util.Collections.UnmodifiableRandomAccessList extends java.util.Collections.UnmodifiableList<E> implements Serializable
- serialVersionUID:
- -2542308836966382001L
-
Serialization Methods
-
writeReplace
private Object writeReplace()
Allows instances to be deserialized in pre-1.4 JREs (which do not have UnmodifiableRandomAccessList). UnmodifiableList has a readResolve method that inverts this transformation upon deserialization.
-
-
Class java.util.Collections.UnmodifiableSet extends java.util.Collections.UnmodifiableCollection<E> implements Serializable
- serialVersionUID:
- -9215047833775013803L
-
Class java.util.Collections.UnmodifiableSortedMap extends java.util.Collections.UnmodifiableMap<K,V> implements Serializable
- serialVersionUID:
- -8806743815996713206L
-
Serialized Fields
-
sm
SortedMap<K,? extends V> sm
-
-
Class java.util.Collections.UnmodifiableSortedSet extends java.util.Collections.UnmodifiableSet<E> implements Serializable
- serialVersionUID:
- -4929149591599911165L
-
Serialized Fields
-
ss
SortedSet<E> ss
-
-
Class java.util.ConcurrentModificationException extends RuntimeException implements Serializable
-
Class java.util.Currency extends Object implements Serializable
- serialVersionUID:
- -158308464356906721L
-
Class java.util.Date extends Object implements Serializable
-
Class java.util.DuplicateFormatFlagsException extends IllegalFormatException implements Serializable
- serialVersionUID:
- 18890531L
-
Serialized Fields
-
flags
String flags
-
-
Class java.util.EmptyStackException extends RuntimeException implements Serializable
-
Class java.util.EnumMap extends AbstractMap<K extends Enum<K>,V extends Object> implements Serializable
- serialVersionUID:
- 458661240069192865L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
Class java.util.EnumSet extends AbstractSet<E extends Enum<E>> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
Object writeReplace()
-
-
-
Class java.util.EventObject extends Object implements Serializable
-
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(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
gregorianCutover
long gregorianCutover
-
-
Class java.util.HashMap extends AbstractMap<K,V> implements Serializable
-
Class java.util.HashSet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- -5024744406713321676L
-
Class java.util.Hashtable extends Dictionary<K,V> implements Serializable
-
Class java.util.IdentityHashMap extends AbstractMap<K extends Object,V extends Object> implements Serializable
- serialVersionUID:
- 8188218128353913216L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) 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
- serialVersionUID:
- -5245986824925681401L
-
Serialized Fields
-
_errIdx
int _errIdx
-
-
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(java.io.ObjectInputStream arg0) throws java.io.NotSerializableException- Throws:
java.io.NotSerializableException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws java.io.NotSerializableException- Throws:
java.io.NotSerializableException
-
-
Class java.util.LinkedHashMap extends HashMap<K extends Object,V extends Object> implements Serializable
- serialVersionUID:
- 3801124242820219131L
-
Serialized Fields
-
accessOrder
boolean accessOrder
-
-
Class java.util.LinkedHashSet extends HashSet<E extends Object> implements Serializable
- serialVersionUID:
- -2851667679971038690L
-
Class java.util.LinkedList extends AbstractSequentialList<E> implements Serializable
- serialVersionUID:
- 876323262645176354L
-
Class java.util.Locale extends Object implements Serializable
- serialVersionUID:
- 9149081749638150636L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
readResolve
private Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) 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
-
Class java.util.PriorityQueue extends AbstractQueue<E extends Object> implements Serializable
- serialVersionUID:
- -7720805057305804111L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super E extends Object> comparator
-
size
int size
-
-
Class java.util.Properties extends Hashtable<Object,Object> implements Serializable
- serialVersionUID:
- 4112578634029874840L
-
Serialized Fields
-
defaults
Properties defaults
A property list that contains default values for any keys not found in this property list.
-
-
Class java.util.PropertyPermission extends BasicPermission implements Serializable
-
Class java.util.Random extends Object implements Serializable
-
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(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
dstSavings
int dstSavings
-
endDay
int endDay
-
endDayOfWeek
int endDayOfWeek
-
endMode
int endMode
-
endMonth
int endMonth
-
endTime
int endTime
-
endTimeMode
int endTimeMode
-
monthLength
byte[] monthLength
-
rawOffset
int rawOffset
-
serialVersionOnStream
int serialVersionOnStream
-
startDay
int startDay
-
startDayOfWeek
int startDayOfWeek
-
startMode
int startMode
-
startMonth
int startMonth
-
startTime
int startTime
-
startTimeMode
int startTimeMode
-
startYear
int startYear
-
useDaylight
boolean useDaylight
-
-
Class java.util.Stack extends Vector<E> implements Serializable
-
Class java.util.TimeZone extends Object implements Serializable
-
Class java.util.TooManyListenersException extends Exception implements Serializable
- serialVersionUID:
- 5074640544770687831L
-
Class java.util.TreeMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 919286545866124006L
-
Serialized Fields
-
comparator
Comparator<? super K> comparator
The comparator used to maintain order in this tree map, or null if it uses the natural ordering of its keys. -
values
Collection<V> values
-
-
Class java.util.TreeMap.AscendingSubMap extends java.util.TreeMap.NavigableSubMap<K,V> implements Serializable
- serialVersionUID:
- 912986545866124060L
-
Class java.util.TreeMap.DescendingSubMap extends java.util.TreeMap.NavigableSubMap<K,V> implements Serializable
- serialVersionUID:
- 912986545866120460L
-
Serialized Fields
-
reverseComparator
Comparator<? super K> reverseComparator
-
-
Class java.util.TreeMap.NavigableSubMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- -2102997345730753016L
-
Serialized Fields
-
fromStart
boolean fromStart
-
hi
K hi
Endpoints are represented as triples (fromStart, lo, loInclusive) and (toEnd, hi, hiInclusive). If fromStart is true, then the low (absolute) bound is the start of the backing map, and the other values are ignored. Otherwise, if loInclusive is true, lo is the inclusive bound, else lo is the exclusive bound. Similarly for the upper bound. -
hiInclusive
boolean hiInclusive
-
lo
K lo
Endpoints are represented as triples (fromStart, lo, loInclusive) and (toEnd, hi, hiInclusive). If fromStart is true, then the low (absolute) bound is the start of the backing map, and the other values are ignored. Otherwise, if loInclusive is true, lo is the inclusive bound, else lo is the exclusive bound. Similarly for the upper bound. -
loInclusive
boolean loInclusive
-
m
TreeMap<K,V> m
The backing map. -
toEnd
boolean toEnd
-
-
Class java.util.TreeSet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- -2479143000061671589L
-
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
-
Serialized Fields
-
leastSigBits
long leastSigBits
-
mostSigBits
long mostSigBits
-
-
Class java.util.Vector extends AbstractList<E> implements Serializable
-
Serialized Fields
-
capacityIncrement
int capacityIncrement
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity. If the capacity increment is less than or equal to zero, the capacity of the vector is doubled each time it needs to grow. -
elementCount
int elementCount
The number of valid components in thisVectorobject. ComponentselementData[0]throughelementData[elementCount-1]are the actual items. -
elementData
Object[] elementData
The array buffer into which the components of the vector are stored. The capacity of the vector is the length of this array buffer, and is at least large enough to contain all the vector's elements.Any array elements following the last element in the Vector are null.
-
-
-
-
Package java.util.concurrent
-
Class java.util.concurrent.ArrayBlockingQueue extends AbstractQueue<E extends Object> implements Serializable
- serialVersionUID:
- -817911632652898426L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
count
int count
-
items
Object[] items
-
lock
java.util.concurrent.locks.ReentrantLock lock
-
notEmpty
java.util.concurrent.locks.Condition notEmpty
-
notFull
java.util.concurrent.locks.Condition notFull
-
putIndex
int putIndex
-
takeIndex
int takeIndex
-
-
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 extends Object,V extends Object> implements Serializable
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Class java.util.concurrent.ConcurrentHashMap.KeySetView extends java.util.concurrent.ConcurrentHashMap.CollectionView<K extends Object,V extends Object,K extends Object> implements Serializable
- serialVersionUID:
- 7249069246763182397L
-
Serialized Fields
-
value
V extends Object value
-
-
Class java.util.concurrent.ConcurrentLinkedDeque extends AbstractCollection<E extends Object> implements Serializable
- serialVersionUID:
- 876323262645176354L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Class java.util.concurrent.ConcurrentLinkedQueue extends AbstractQueue<E extends Object> implements Serializable
- serialVersionUID:
- 196745693267521676L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Class java.util.concurrent.ConcurrentSkipListMap extends AbstractMap<K extends Object,V extends Object> implements Serializable
- serialVersionUID:
- -8627078645895051609L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super K extends Object> comparator
-
-
Class java.util.concurrent.ConcurrentSkipListSet extends AbstractSet<E extends Object> implements Serializable
- serialVersionUID:
- -2479143111061671589L
-
Class java.util.concurrent.CopyOnWriteArrayList extends Object implements Serializable
- serialVersionUID:
- 8673264195747942595L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Class java.util.concurrent.CopyOnWriteArraySet extends AbstractSet<E extends Object> implements Serializable
- serialVersionUID:
- 5457747651344034263L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
readObjectNoData
private void readObjectNoData() throws java.io.ObjectStreamException- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
al
java.util.concurrent.CopyOnWriteArrayList<E extends Object> al
-
-
Class java.util.concurrent.CountedCompleter extends java.util.concurrent.ForkJoinTask<T extends Object> implements Serializable
- serialVersionUID:
- 5232453752276485070L
-
Serialized Fields
-
completer
java.util.concurrent.CountedCompleter<?> completer
-
pending
int pending
-
-
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(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
status
int status
-
-
Class java.util.concurrent.LinkedBlockingDeque extends AbstractQueue<E extends Object> implements Serializable
- serialVersionUID:
- -387911632671998426L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
capacity
int capacity
-
lock
java.util.concurrent.locks.ReentrantLock lock
-
notEmpty
java.util.concurrent.locks.Condition notEmpty
-
notFull
java.util.concurrent.locks.Condition notFull
-
-
Class java.util.concurrent.LinkedBlockingQueue extends AbstractQueue<E extends Object> implements Serializable
- serialVersionUID:
- -6903933977591709194L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
capacity
int capacity
-
count
java.util.concurrent.atomic.AtomicInteger count
-
notEmpty
java.util.concurrent.locks.Condition notEmpty
-
notFull
java.util.concurrent.locks.Condition notFull
-
putLock
java.util.concurrent.locks.ReentrantLock putLock
-
takeLock
java.util.concurrent.locks.ReentrantLock takeLock
-
-
Class java.util.concurrent.LinkedTransferQueue extends AbstractQueue<E extends Object> implements Serializable
- serialVersionUID:
- -3223113410248163686L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Class java.util.concurrent.PriorityBlockingQueue extends AbstractQueue<E extends Object> implements Serializable
- serialVersionUID:
- 5595510919245408276L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
lock
java.util.concurrent.locks.ReentrantLock lock
-
notEmpty
java.util.concurrent.locks.Condition notEmpty
-
q
java.util.PriorityQueue<E extends Object> q
-
-
Class java.util.concurrent.RecursiveAction extends java.util.concurrent.ForkJoinTask<java.lang.Void> implements Serializable
- serialVersionUID:
- 5232453952276485070L
-
Class java.util.concurrent.RecursiveTask extends java.util.concurrent.ForkJoinTask<V extends Object> implements Serializable
- serialVersionUID:
- 5232453952276485270L
-
Serialized Fields
-
result
V extends Object result
-
-
Class java.util.concurrent.RejectedExecutionException extends RuntimeException implements Serializable
- serialVersionUID:
- -375805702767069545L
-
Class java.util.concurrent.Semaphore extends Object implements Serializable
- serialVersionUID:
- -3222578661600680210L
-
Serialized Fields
-
sync
java.util.concurrent.Semaphore.Sync sync
-
-
Class java.util.concurrent.SynchronousQueue extends AbstractQueue<E extends Object> implements Serializable
- serialVersionUID:
- -3223113410248163686L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
qlock
java.util.concurrent.locks.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
-
Serialization Methods
-
readResolve
private Object readResolve()
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Class java.util.concurrent.TimeoutException extends Exception implements Serializable
- serialVersionUID:
- 1900926677490660714L
-
-
Package java.util.logging
-
Class java.util.logging.LoggingPermission extends BasicPermission implements Serializable
- serialVersionUID:
- 63564341580231582L
-
-
Package java.util.regex
-
Class java.util.regex.Pattern extends Object implements Serializable
- serialVersionUID:
- 5073258162644648461L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
flags
int flags
-
pattern
String pattern
-
-
Class java.util.regex.PatternSyntaxException extends IllegalArgumentException implements Serializable
-
-
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(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
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
The name of the algorithm associated with this key. -
destroyed
boolean destroyed
Whether the key has been destroyed or not. -
key
byte[] key
The secret key.
-
-
-
Package javax.net.ssl
-
Class javax.net.ssl.HandshakeCompletedEvent extends EventObject implements Serializable
- serialVersionUID:
- 7914963744257769778L
-
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
- serialVersionUID:
- -3456898025505876775L
-
Class javax.net.ssl.SSLProtocolException extends SSLException implements Serializable
- serialVersionUID:
- 5445067063799134928L
-
Class javax.net.ssl.SSLSessionBindingEvent extends EventObject implements Serializable
- serialVersionUID:
- 3989172637106345L
-
Serialized Fields
-
name
String name
-
-
-
Package javax.security.auth
-
Class javax.security.auth.AuthPermission extends BasicPermission implements Serializable
- serialVersionUID:
- 5806031445061587174L
-
Class javax.security.auth.DestroyFailedException extends Exception implements Serializable
- serialVersionUID:
- -7790152857282749162L
-
Class javax.security.auth.PrivateCredentialPermission extends Permission implements Serializable
- serialVersionUID:
- 5284372143517237068L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
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(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
-
Package javax.security.auth.x500
-
Class javax.security.auth.x500.X500Principal extends Object implements Serializable
- serialVersionUID:
- -500463348111345721L
-
Serialized Fields
-
thisX500Name
byte[] thisX500Name
-
-
-
Package org.apache.regexp
-
Class org.apache.regexp.RE extends Object implements Serializable
-
Serialized Fields
-
matchFlags
int matchFlags
-
maxParen
int maxParen
-
program
REProgram program
-
-
-
Class org.apache.regexp.REProgram extends Object implements Serializable
-
Serialized Fields
-
flags
int flags
-
instruction
char[] instruction
-
lenInstruction
int lenInstruction
-
maxParens
int maxParens
-
prefix
char[] prefix
-
-
-
Class org.apache.regexp.RESyntaxException extends RuntimeException implements Serializable
-
-
Package org.eclipse.paho.client.mqttv3
-
Class org.eclipse.paho.client.mqttv3.MqttException extends RuntimeException implements Serializable
-
Serialized Fields
-
reasonCode
int reasonCode
-
-
-
-
Package org.json.me
-
Class org.json.me.JSONException extends Exception implements Serializable
- serialVersionUID:
- 0L
-
-
Package org.junit
-
Class org.junit.AssumptionViolatedException extends AssumptionViolatedException implements Serializable
- serialVersionUID:
- 1L
-
Class org.junit.ComparisonFailure extends AssertionError implements Serializable
- serialVersionUID:
- 1L
-
Class org.junit.Test.None extends Throwable implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.junit.internal
-
Class org.junit.internal.ArrayComparisonFailure extends AssertionError implements Serializable
- serialVersionUID:
- 1L
-
Class org.junit.internal.AssumptionViolatedException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
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 sun.net
-
Class sun.net.ConnectionResetException extends SocketException implements Serializable
- serialVersionUID:
- -7633185991801851556L
-
Class sun.net.ProgressEvent extends EventObject implements Serializable
-
Serialized Fields
-
contentType
String contentType
-
expected
long expected
-
method
String method
-
progress
long progress
-
state
ProgressSource.State state
-
url
URL url
-
-
-
Class sun.net.TelnetProtocolException extends IOException implements Serializable
- serialVersionUID:
- 8509127047257111343L
-
-
Package sun.net.www
-
Class sun.net.www.ApplicationLaunchException extends Exception implements Serializable
- serialVersionUID:
- -4782286141289536883L
-
-
Package sun.net.www.http
-
Class sun.net.www.http.KeepAliveCache extends HashMap<sun.net.www.http.KeepAliveKey,sun.net.www.http.ClientVector> implements Serializable
- serialVersionUID:
- -2937172892064557949L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
keepAliveTimer
Thread keepAliveTimer
-
-
-
Package sun.net.www.protocol.http
-
Class sun.net.www.protocol.http.AuthCacheValue extends Object implements Serializable
- serialVersionUID:
- 735249334068211611L
-
Class sun.net.www.protocol.http.AuthenticationInfo extends sun.net.www.protocol.http.AuthCacheValue implements Serializable
- serialVersionUID:
- -2588378268010453259L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
-
Package sun.security.util
-
Class sun.security.util.ChannelBindingException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -5021387249782788460L
-
Class sun.security.util.LazyCodeSourcePermissionCollection extends java.security.PermissionCollection implements Serializable
- serialVersionUID:
- -6727011328946861783L
-
Serialization Methods
-
writeReplace
private Object writeReplace()
-
-
Serialized Fields
-
cs
java.security.CodeSource cs
-
permissionAdded
boolean permissionAdded
-
perms
java.security.PermissionCollection perms
-
-
Class sun.security.util.ObjectIdentifier extends Object implements Serializable
- serialVersionUID:
- 8697030238860181294L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
componentLen
int componentLen
-
components
Object components
-
encoding
byte[] encoding
-
-
Class sun.security.util.PendingException extends RuntimeException implements Serializable
- serialVersionUID:
- -5201837247928788640L
-
Class sun.security.util.PropertyExpander.ExpandException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -7941948581406161702L
-
-
Package sun.security.x509
-
Class sun.security.x509.AlgIdDSA extends AlgorithmId implements Serializable
- serialVersionUID:
- 3437177836797504046L
-
Serialized Fields
-
g
BigInteger g
-
p
BigInteger p
-
q
BigInteger q
-
-
Class sun.security.x509.AlgorithmId extends Object implements Serializable
- serialVersionUID:
- 7205873507486557157L
-
Serialized Fields
-
algid
String algid
The object identitifer being used for this algorithm.
-
-
Class sun.security.x509.AttributeNameEnumeration extends Vector<String> implements Serializable
- serialVersionUID:
- -6067440240757099134L
-
Class sun.security.x509.CertException extends SecurityException implements Serializable
- serialVersionUID:
- 6930793039696446142L
-
Serialized Fields
-
moreData
String moreData
Deprecated. -
verfCode
int verfCode
Deprecated.
-
-
Class sun.security.x509.X509CertImpl extends X509Certificate implements Serializable
- serialVersionUID:
- -3457612960190864406L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException, ClassNotFoundException- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
algId
AlgorithmId algId
-
authInfoAccess
Set<sun.security.x509.AccessDescription> authInfoAccess
-
extKeyUsage
List<String> extKeyUsage
-
fingerprints
java.util.concurrent.ConcurrentHashMap<String,String> fingerprints
-
info
sun.security.x509.X509CertInfo info
-
issuerAlternativeNames
Collection<List<?>> issuerAlternativeNames
-
readOnly
boolean readOnly
-
signature
byte[] signature
-
signedCert
byte[] signedCert
-
subjectAlternativeNames
Collection<List<?>> subjectAlternativeNames
-
verificationResult
boolean verificationResult
-
verifiedProvider
String verifiedProvider
-
verifiedPublicKey
PublicKey verifiedPublicKey
-
-
Class sun.security.x509.X509Key extends Object implements Serializable
- serialVersionUID:
- -5359250853002055002L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws IOException- Throws:
IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws IOException- Throws:
IOException
-
-
Serialized Fields
-
algid
AlgorithmId algid
-
bitStringKey
sun.security.util.BitArray bitStringKey
-
encodedKey
byte[] encodedKey
-
key
byte[] key
Deprecated. -
unusedBits
int unusedBits
Deprecated.
-
-