Serialized Form


Package com.sentilla.measure

Class com.sentilla.measure.FloatMeasure extends Object implements Serializable

Serialized Fields

value

float value

Package com.sentilla.measure.unit

Class com.sentilla.measure.unit.FloatAmpere extends FloatMeasure<javax.measure.quantity.ElectricCurrent> implements Serializable

Class com.sentilla.measure.unit.FloatBit extends FloatMeasure<javax.measure.quantity.DataAmount> implements Serializable

Class com.sentilla.measure.unit.FloatCandela extends FloatMeasure<javax.measure.quantity.LuminousIntensity> implements Serializable

Class com.sentilla.measure.unit.FloatCelsius extends FloatMeasure<javax.measure.quantity.Temperature> implements Serializable

Class com.sentilla.measure.unit.FloatCoulomb extends FloatMeasure<javax.measure.quantity.ElectricCharge> implements Serializable

Class com.sentilla.measure.unit.FloatCubicMeter extends FloatMeasure<javax.measure.quantity.Volume> implements Serializable

Class com.sentilla.measure.unit.FloatFarad extends FloatMeasure<javax.measure.quantity.ElectricCapacitance> implements Serializable

Class com.sentilla.measure.unit.FloatGram extends FloatMeasure<javax.measure.quantity.Mass> implements Serializable

Class com.sentilla.measure.unit.FloatHenry extends FloatMeasure<javax.measure.quantity.ElectricInductance> implements Serializable

Class com.sentilla.measure.unit.FloatHertz extends FloatMeasure<javax.measure.quantity.Frequency> implements Serializable

Class com.sentilla.measure.unit.FloatJoule extends FloatMeasure<javax.measure.quantity.Energy> implements Serializable

Class com.sentilla.measure.unit.FloatKelvin extends FloatMeasure<javax.measure.quantity.Temperature> implements Serializable

Class com.sentilla.measure.unit.FloatKilogram extends FloatMeasure<javax.measure.quantity.Mass> implements Serializable

Class com.sentilla.measure.unit.FloatLumen extends FloatMeasure<javax.measure.quantity.LuminousFlux> implements Serializable

Class com.sentilla.measure.unit.FloatLux extends FloatMeasure<javax.measure.quantity.Illuminance> implements Serializable

Class com.sentilla.measure.unit.FloatMeter extends FloatMeasure<javax.measure.quantity.Length> implements Serializable

Class com.sentilla.measure.unit.FloatMeterPerSecond extends FloatMeasure<javax.measure.quantity.Velocity> implements Serializable

Class com.sentilla.measure.unit.FloatMeterPerSquareSecond extends FloatMeasure<javax.measure.quantity.Acceleration> implements Serializable

Class com.sentilla.measure.unit.FloatMole extends FloatMeasure<javax.measure.quantity.AmountOfSubstance> implements Serializable

Class com.sentilla.measure.unit.FloatNewton extends FloatMeasure<javax.measure.quantity.Force> implements Serializable

Class com.sentilla.measure.unit.FloatOhm extends FloatMeasure<javax.measure.quantity.ElectricResistance> implements Serializable

Class com.sentilla.measure.unit.FloatPascal extends FloatMeasure<javax.measure.quantity.Pressure> implements Serializable

Class com.sentilla.measure.unit.FloatRadian extends FloatMeasure<javax.measure.quantity.Angle> implements Serializable

Class com.sentilla.measure.unit.FloatRelativeHumidity extends FloatMeasure<javax.measure.quantity.Dimensionless> implements Serializable

Class com.sentilla.measure.unit.FloatSecond extends FloatMeasure<javax.measure.quantity.Duration> implements Serializable

Class com.sentilla.measure.unit.FloatSiemens extends FloatMeasure<javax.measure.quantity.ElectricConductance> implements Serializable

Class com.sentilla.measure.unit.FloatSquareMeter extends FloatMeasure<javax.measure.quantity.Area> implements Serializable

Class com.sentilla.measure.unit.FloatSteradian extends FloatMeasure<javax.measure.quantity.SolidAngle> implements Serializable

Class com.sentilla.measure.unit.FloatTesla extends FloatMeasure<javax.measure.quantity.MagneticFluxDensity> implements Serializable

Class com.sentilla.measure.unit.FloatVolt extends FloatMeasure<javax.measure.quantity.ElectricPotential> implements Serializable

Class com.sentilla.measure.unit.FloatWatt extends FloatMeasure<javax.measure.quantity.Power> implements Serializable

Class com.sentilla.measure.unit.FloatWeber extends FloatMeasure<javax.measure.quantity.MagneticFlux> implements Serializable


Package com.sentilla.net

Class com.sentilla.net.BroadcastAddress extends Object implements Serializable

Class com.sentilla.net.BroadcastSenderFactory extends Object implements Serializable

Class com.sentilla.net.CollectionProtocol.CollectionProtocolAck extends Object implements Serializable

Serialized Fields

senderID

long senderID

destinationID

long destinationID

seqID

byte seqID

fromHost

boolean fromHost

Class com.sentilla.net.CollectionProtocol.CollectionProtocolDataMessage extends Object implements Serializable

Serialized Fields

destinationID

short destinationID

senderID

long senderID

lastHop

short lastHop

seq

byte seq

TTL

byte TTL

data

Object data

Class com.sentilla.net.CollectionProtocol.CollectionProtocolHostMessage extends Object implements Serializable

Serialized Fields

senderID

long senderID

parentID

long parentID

hopCount

byte hopCount

cost

short cost

TTL

short TTL

seqID

int seqID

poison

long poison

Class com.sentilla.net.CollectionProtocol.DebugMessage extends Object implements Serializable

Serialized Fields

tableSize

int tableSize

ids

short[] ids

index

int index

fails

short fails

sent

int sent

exPathCost

short exPathCost

acPathCost

short acPathCost

Class com.sentilla.net.Mac64Address extends Object implements Serializable

Serialized Fields

mac64

long mac64

Class com.sentilla.net.ProtocolNotFoundException extends RuntimeException implements Serializable

Class com.sentilla.net.RadioMacAddressMessage extends Object implements Serializable

Serialized Fields

addr

long addr
Mote MAC address represented as a long.


data

Object data
Data to transmit.

Class com.sentilla.net.UnknownAddress extends Object implements Serializable

Class com.sentilla.net.UnsupportedAddressException extends RuntimeException implements Serializable


Package com.sentilla.net.mimeo

Class com.sentilla.net.mimeo.MimeoDataMessage extends Object implements Serializable

Serialized Fields

address

Addressable address

data

Object data

Package com.sentilla.net.rpc

Class com.sentilla.net.rpc.RemoteService.Call extends Object implements Serializable

Serialized Fields

transaction_id

int transaction_id

result_factory

SenderFactory result_factory

procedure

Procedure<T> procedure

Class com.sentilla.net.rpc.RemoteService.Return extends Object implements Serializable

Serialized Fields

transaction_id

int transaction_id

result

Object result

Package com.sentilla.net.rpc.procedures

Class com.sentilla.net.rpc.procedures.RemoteGetProperty extends Object implements Serializable

Serialized Fields

seek

byte seek

keybytes

byte[] keybytes

Class com.sentilla.net.rpc.procedures.RemoteGetProperty.Result extends Object implements Serializable

Serialized Fields

addr

Addressable addr

nread

int nread

Class com.sentilla.net.rpc.procedures.RemoteGetPropertyBytes extends RemoteGetProperty implements Serializable

Serialized Fields

len

byte len

Class com.sentilla.net.rpc.procedures.RemoteGetPropertyBytes.Result extends RemoteGetProperty.Result implements Serializable

Serialized Fields

value

byte[] value

Class com.sentilla.net.rpc.procedures.RemoteGetPropertyKeys extends Object implements Serializable

Serialized Fields

start

int start

atMost

int atMost

Class com.sentilla.net.rpc.procedures.RemoteGetPropertyKeys.MoteKeyList extends Object implements Serializable

Serialized Fields

addr

Addressable addr

key

String[] key

keyIndex

byte keyIndex

totalKeys

byte totalKeys

Class com.sentilla.net.rpc.procedures.RemoteGetPropertyObject extends RemoteGetProperty implements Serializable

Class com.sentilla.net.rpc.procedures.RemoteGetPropertyObject.Result extends RemoteGetProperty.Result implements Serializable

Serialized Fields

value

Object value

Class com.sentilla.net.rpc.procedures.RemoteRemoveProperty extends Object implements Serializable

Serialized Fields

key

String key

Class com.sentilla.net.rpc.procedures.RemoteResetProperties extends Object implements Serializable

Class com.sentilla.net.rpc.procedures.RemoteSetProperty extends Object implements Serializable

Serialized Fields

seek

byte seek

keybytes

byte[] keybytes

len

byte len

Class com.sentilla.net.rpc.procedures.RemoteSetProperty.Result extends Object implements Serializable

Serialized Fields

addr

Addressable addr

nwritten

int nwritten

Class com.sentilla.net.rpc.procedures.RemoteSetPropertyBytes extends RemoteSetProperty implements Serializable

Serialized Fields

value

byte[] value
Byte array used for setting the property value.

Class com.sentilla.net.rpc.procedures.RemoteSetPropertyObject extends RemoteSetProperty implements Serializable

Serialized Fields

value

Object value

Package com.sentilla.platform.tmote

Class com.sentilla.platform.tmote.LowVoltageError extends RuntimeException implements Serializable

Class com.sentilla.platform.tmote.LowVoltageWarning extends RuntimeException implements Serializable


Package com.sentilla.system

Class com.sentilla.system.ActionException extends RuntimeException implements Serializable

Class com.sentilla.system.AppLoadingError extends Error implements Serializable

Class com.sentilla.system.BinarySlotAllocationError extends AppLoadingError implements Serializable

Class com.sentilla.system.InvalidEncryptionKeyException extends RuntimeException implements Serializable

Class com.sentilla.system.NoSuchDriverException extends RuntimeException implements Serializable

Class com.sentilla.system.OperationTimedOutException extends RuntimeException implements Serializable


Package java.io

Class java.io.CharConversionException extends IOException implements Serializable

Class java.io.EOFException extends IOException implements Serializable

Class java.io.File extends Object implements Serializable

serialVersionUID: 301077366599181567L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

path

String path

Class java.io.FileNotFoundException extends IOException implements Serializable

Class java.io.FilePermission extends Permission implements Serializable

serialVersionUID: 7930732926638008763L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions

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 ObjectStreamException implements Serializable

Serialized Fields

classname

String classname

Class java.io.InvalidObjectException extends ObjectStreamException implements Serializable

Class java.io.IOException extends Exception implements Serializable

Class java.io.NotActiveException extends ObjectStreamException implements Serializable

Class java.io.NotSerializableException extends ObjectStreamException implements Serializable

Class java.io.ObjectStreamClass extends Object implements Serializable

serialVersionUID: -6120832682080437368L

Serialized Fields

Class java.io.ObjectStreamException extends IOException implements Serializable

Class java.io.OptionalDataException extends ObjectStreamException implements Serializable

Serialized Fields

length

int length

eof

boolean eof

Class java.io.SerializablePermission extends BasicPermission implements Serializable

Serialized Fields

actions

String actions

Class java.io.StreamCorruptedException extends ObjectStreamException implements Serializable

Class java.io.SyncFailedException extends IOException implements Serializable

Class java.io.UnsupportedEncodingException extends IOException implements Serializable

Class java.io.UTFDataFormatException extends IOException implements Serializable

Class java.io.WriteAbortedException extends 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

Serialized Fields

value

boolean value
The value of the Boolean.

 

Class java.lang.Byte extends Number implements Serializable

Serialized Fields

value

byte value
The value of the Byte.

 

Class java.lang.Character extends Object implements Serializable

Serialized Fields

value

char value
The value of the Character.

 

Class java.lang.Class extends Object implements Serializable

Serialized Fields

classnum

short classnum

nameConst

short nameConst

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 Exception implements Serializable

Class java.lang.CloneNotSupportedException extends Exception implements Serializable

Class java.lang.Double extends Number implements Serializable

Serialized Fields

value

double value
The value of the Double.

 

Class java.lang.Enum extends Object implements Serializable

Serialized Fields

name

String name

ordinal

int ordinal

Class java.lang.EnumConstantNotPresentException extends RuntimeException implements Serializable

Serialized Fields

enumType

Class<T> enumType

constantName

String constantName

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

Serialized Fields

value

float value
The value of the Float.

Class java.lang.IllegalAccessError extends IncompatibleClassChangeError implements Serializable

Class java.lang.IllegalAccessException extends Exception implements Serializable

Class java.lang.IllegalArgumentException extends RuntimeException implements Serializable

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 Exception implements Serializable

Class java.lang.Integer extends Number implements Serializable

Serialized Fields

value

int value
The value of the Integer.

 

Class java.lang.InternalError extends VirtualMachineError implements Serializable

Class java.lang.InterruptedException extends Exception implements Serializable

Class java.lang.LinkageError extends Error implements Serializable

Class java.lang.Long extends Number implements Serializable

Serialized Fields

value

long value
The value of the Long.

 

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 Exception implements Serializable

Class java.lang.NoSuchMethodError extends IncompatibleClassChangeError implements Serializable

Class java.lang.NoSuchMethodException extends Exception 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.RuntimeException extends Exception implements Serializable

Class java.lang.RuntimePermission extends BasicPermission implements Serializable

serialVersionUID: 7399184964622342223L

Class java.lang.SecurityException extends RuntimeException implements Serializable

Class java.lang.Short extends Number implements Serializable

Serialized Fields

value

short value
The value of the Short.

 

Class java.lang.StackOverflowError extends Error implements Serializable

Class java.lang.StackTraceElement extends Object implements Serializable

serialVersionUID: 6992337162326171013L

Serialized Fields

declaringClass

String declaringClass

methodName

String methodName

fileName

String fileName

lineNumber

int lineNumber

Class java.lang.String extends Object implements Serializable

Serialized Fields

characters

char[] characters

Class java.lang.StringBuffer extends Object implements Serializable

Serialized Fields

m_builder

StringBuilder m_builder

Class java.lang.StringIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable

Class java.lang.ThreadDeath extends Error implements Serializable

Class java.lang.Throwable extends Object implements Serializable

Serialized Fields

detailMessage

String detailMessage

Class java.lang.TypeNotPresentException extends RuntimeException implements Serializable

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.util

Class java.util.AbstractMap$1 extends Object implements Serializable

Class java.util.AbstractMap$1$1 extends Object implements Serializable

Class java.util.AbstractMap$2 extends Object implements Serializable

Class java.util.AbstractMap$2$1 extends Object implements Serializable

Class java.util.ArrayList extends AbstractList<E> implements Serializable

serialVersionUID: 8683452581122892189L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

size

int size

Class java.util.BitSet extends Object implements Serializable

serialVersionUID: 7997698588986878753L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

bits

long[] bits

Class java.util.Collections$CheckedList$1 extends Object implements Serializable

Class java.util.Collections$CheckedMap$CheckedEntrySet$1 extends Object implements Serializable

Class java.util.Collections$SingletonSet$1 extends Object implements Serializable

Class java.util.Collections$UnmodifiableCollection$1 extends Object implements Serializable

Class java.util.Collections$UnmodifiableList$1 extends Object implements Serializable

Class java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$1 extends Object implements Serializable

Class java.util.ConcurrentModificationException extends RuntimeException implements Serializable

Class java.util.Currency extends Object implements Serializable

serialVersionUID: -158308464356906721L

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

currencyCode

String currencyCode

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> implements Serializable

serialVersionUID: 458661240069192865L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

keyType

Class<T> keyType

Class java.util.EnumSet extends AbstractSet<E extends Enum<E>> implements Serializable

Serialization Methods

writeReplace

Object writeReplace()
Serialized Fields

elementType

Class<T> elementType

universe

Enum<E extends Enum<E>>[] universe

Class java.util.EventObject extends Object implements Serializable

serialVersionUID: 5516075349620653480L

Class java.util.FormatFlagsConversionMismatchException extends IllegalFormatException implements Serializable

serialVersionUID: 19120414L

Serialized Fields

f

String f

c

char c

Class java.util.FormatterClosedException extends IllegalStateException implements Serializable

serialVersionUID: 18111216L

Class java.util.HashMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

threshold

int threshold

loadFactor

float loadFactor

Class java.util.HashSet extends AbstractSet<E> implements Serializable

serialVersionUID: -5024744406713321676L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.Hashtable$KeySet extends Object implements Serializable

Class java.util.Hashtable$ValueCollection extends Object implements Serializable

Class java.util.IdentityHashMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 8188218128353913216L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(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

c

char c

arg

Class<T> arg

Class java.util.IllegalFormatException extends IllegalArgumentException implements Serializable

serialVersionUID: 18830826L

Class java.util.IllegalFormatFlagsException extends IllegalFormatException implements Serializable

serialVersionUID: 790824L

Serialized Fields

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.InputMismatchException extends NoSuchElementException implements Serializable

Class java.util.InvalidPropertiesFormatException extends IOException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws NotSerializableException
Throws:
NotSerializableException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws NotSerializableException
Throws:
NotSerializableException

Class java.util.LinkedHashMap extends HashMap<K,V> implements Serializable

serialVersionUID: 3801124242820219131L

Serialized Fields

accessOrder

boolean accessOrder

Class java.util.LinkedHashSet extends HashSet<E> implements Serializable

serialVersionUID: -2851667679971038690L

Class java.util.LinkedList extends AbstractSequentialList<E> implements Serializable

serialVersionUID: 876323262645176354L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.Locale extends Object implements Serializable

serialVersionUID: 9149081749638150636L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

language

String language

country

String country

variant

String variant

hashcode

int hashcode

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

Serialized Fields

className

String className

key

String key

Class java.util.NoSuchElementException extends RuntimeException implements Serializable

Class java.util.PriorityQueue extends AbstractQueue<E> implements Serializable

serialVersionUID: -7720805057305804111L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

size

int size

comparator

Comparator<T> comparator

Class java.util.PropertyPermission extends BasicPermission implements Serializable

serialVersionUID: 885438825399942851L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions

Class java.util.SubList$1 extends Object implements Serializable

Class java.util.TooManyListenersException extends Exception implements Serializable

Class java.util.TreeMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 919286545866124006L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

comparator

Comparator<T> comparator

Class java.util.TreeMap$1 extends Object implements Serializable

Class java.util.TreeMap$2 extends Object implements Serializable

Class java.util.TreeMap$3 extends Object implements Serializable

Class java.util.TreeMap$SubMap$EntrySetView extends Object implements Serializable

Class java.util.TreeSet extends AbstractSet<E> implements Serializable

serialVersionUID: -2479143000061671589L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.UnknownFormatConversionException extends IllegalFormatException implements Serializable

serialVersionUID: 19060418L

Serialized Fields

s

String s

Class java.util.UnknownFormatFlagsException extends IllegalFormatException implements Serializable

serialVersionUID: 19370506L

Serialized Fields

flags

String flags

Class java.util.UUID extends Object implements Serializable

serialVersionUID: -4856846361193249489L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

mostSigBits

long mostSigBits

leastSigBits

long leastSigBits

Class java.util.Vector$1 extends Object implements Serializable


Package javax.microedition.io

Class javax.microedition.io.ConnectionNotFoundException extends IOException implements Serializable



Copyright © 2007 Sentilla Corporation. All Rights Reserved.