Serialized Form
mImpl
IdentityHashMap mImpl
path
String path
|
Class java.io.FilePermission extends Permission implements Serializable |
serialVersionUID: 7930732926638008763L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
actions
String actions
|
Class java.io.ObjectStreamClass extends Object implements Serializable |
serialVersionUID: -6120832682080437368L
|
Class java.io.SerializablePermission extends BasicPermission implements Serializable |
actions
String actions
value
boolean value
value
byte value
value
char value
- character value of the instance; note that the serialized form
demands this field name
value
double value
|
Class java.lang.Enum extends Object implements Serializable |
name
String name
ordinal
int ordinal
mValue
float mValue
value
int value
- the value of this instance; note: name is required by serialization
spec
value
long value
- the value of this instance; note: name is required by serialization
spec
value
short value
|
Class java.lang.StackTraceElement extends Object implements Serializable |
serialVersionUID: 6992337162326171013L
declaringClass
String declaringClass
methodName
String methodName
fileName
String fileName
lineNumber
int lineNumber
chars
char[] chars
- non-null; array containing the characters of this instance
offset
int offset
length
int length
- length of this string in characters
hash
int hash
- the hashcode or
0 if not yet calculated
value
char[] value
- non-null; array containing the character data; note: serialization
spec demands this name
count
int count
- number of characters in the buffer; note: serialization spec demands
this name
shared
boolean shared
|
Class java.lang.StringBuilder extends java.lang.AbstractStringBuilder implements Serializable |
serialVersionUID: 4383685877147921099L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
|
Package java.lang.reflect |
|
Class java.lang.reflect.Proxy extends Object implements Serializable |
serialVersionUID: -2222568056686623797L
h
InvocationHandler h
serialVersionUID: 8245355804974198832L
ind
byte ind
- The indicator. This may take the values:
- ispos -- the number is positive
- iszero -- the number is zero
- isneg -- the number is negative
-
form
byte form
- The formatting style. This may take the values:
- MathContext.PLAIN -- no exponent needed
- MathContext.SCIENTIFIC -- scientific notation required
- MathContext.ENGINEERING -- engineering notation required
This property is an optimization; it allows us to defer number
layout until it is actually needed as a string, hence avoiding
unnecessary formatting.
-
mant
byte[] mant
- The value of the mantissa.
Once constructed, this may become shared between several BigDecimal
objects, so must not be altered.
For efficiency (speed), this is a byte array, with each byte
taking a value of 0 -> 9.
If the first byte is 0 then the value of the number is zero (and
mant.length=1, except when constructed from a plain number, for
example, 0.000).
-
exp
int exp
- The exponent.
For fixed point arithmetic, scale is -exp, and can
apply to zero.
Note that this property can have a value less than MinExp when
the mantissa has more than one digit.
-
sign
int sign
magnitude
int[] magnitude
nBits
int nBits
nBitLength
int nBitLength
mQuote
long mQuote
|
Class java.net.SocketPermission extends Permission implements Serializable |
serialVersionUID: -7204263841984476862L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
actions
String actions
|
Class java.net.URI extends Object implements Serializable |
serialVersionUID: -6052424284110960213L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
string
String string
protocol
String protocol
host
String host
port
int port
file
String file
authority
String authority
ref
String ref
hashCode
int hashCode
|
Class java.security.AllPermission extends Permission implements Serializable |
serialVersionUID: -2916474571451318075L
|
Class java.security.AuthProvider extends java.security.Provider implements Serializable |
|
Class java.security.CodeSigner extends Object implements Serializable |
serialVersionUID: 6819288105193937581L
signerCertPath
java.security.cert.CertPath signerCertPath
timestamp
java.security.Timestamp timestamp
|
Class java.security.CodeSource extends Object implements Serializable |
serialVersionUID: 4977541819976013951L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
location
URL location
|
Class java.security.GuardedObject extends Object implements Serializable |
serialVersionUID: -5240450096227834308L
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
object
Object object
guard
Guard guard
|
Class java.security.Identity extends Object implements Serializable |
serialVersionUID: 3609922007826600659L
name
String name
- Deprecated.
publicKey
PublicKey publicKey
- Deprecated.
info
String info
- Deprecated.
scope
java.security.IdentityScope scope
- Deprecated.
certificates
Vector certificates
- Deprecated.
|
Class java.security.IdentityScope extends java.security.Identity implements Serializable |
serialVersionUID: -2337346281189773310L
|
Class java.security.KeyPair extends Object implements Serializable |
serialVersionUID: -7565189502268009837L
privateKey
java.security.PrivateKey privateKey
publicKey
PublicKey publicKey
|
Class java.security.KeyRep extends Object implements Serializable |
serialVersionUID: -4757683898830641853L
readResolve
protected Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
type
java.security.KeyRep.Type type
algorithm
String algorithm
format
String format
encoded
byte[] encoded
name
String name
- non-null; name of the instance; note: field name demanded by
serialization spec
|
Class java.security.PermissionCollection extends Object implements Serializable |
serialVersionUID: -6727011328946861783L
readOnly
boolean readOnly
|
Class java.security.Permissions extends java.security.PermissionCollection implements Serializable |
serialVersionUID: 4858622370623524688L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
|
Class java.security.Provider extends java.util.Properties implements Serializable |
serialVersionUID: -4298000515446427739L
name
String name
info
String info
version
double version
|
Class java.security.SecureRandom extends Random implements Serializable |
serialVersionUID: 4940670005562187L
provider
java.security.Provider provider
secureRandomSpi
java.security.SecureRandomSpi secureRandomSpi
algorithm
String algorithm
state
byte[] state
digest
java.security.MessageDigest digest
randomBytes
byte[] randomBytes
randomBytesUsed
int randomBytesUsed
counter
long counter
|
Class java.security.SecureRandomSpi extends Object implements Serializable |
serialVersionUID: -2991854161009191830L
|
Class java.security.SecurityPermission extends BasicPermission implements Serializable |
serialVersionUID: 5236109936224050470L
|
Class java.security.SignedObject extends Object implements Serializable |
serialVersionUID: 720502720485447167L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
content
byte[] content
signature
byte[] signature
thealgorithm
String thealgorithm
|
Class java.security.Signer extends java.security.Identity implements Serializable |
serialVersionUID: -1763464102261361480L
privateKey
java.security.PrivateKey privateKey
- Deprecated.
|
Class java.security.Timestamp extends Object implements Serializable |
serialVersionUID: -5502683707821851294L
timestamp
Date timestamp
signerCertPath
java.security.cert.CertPath signerCertPath
|
Class java.security.UnresolvedPermission extends Permission implements Serializable |
serialVersionUID: -4821973115467008846L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
type
String type
name
String name
actions
String actions
|
Package java.security.cert |
|
Class java.security.cert.CertPath extends Object implements Serializable |
serialVersionUID: 6068470306649138683L
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
type
String type
|
Class java.security.cert.CertPath.CertPathRep extends Object implements Serializable |
serialVersionUID: 3015633072427920915L
readResolve
protected Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
type
String type
data
byte[] data
|
Class java.text.AttributedCharacterIterator.Attribute extends Object implements Serializable |
serialVersionUID: -9142742483513960612L
readResolve
protected Object readResolve()
throws InvalidObjectException
- Throws:
InvalidObjectException
name
String name
|
Class java.text.ChoiceFormat extends java.text.NumberFormat implements Serializable |
serialVersionUID: 1795184449645032964L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
choiceLimits
double[] choiceLimits
choiceFormats
String[] choiceFormats
|
Class java.text.DateFormat extends java.text.Format implements Serializable |
serialVersionUID: 7218322306649953788L
calendar
Calendar calendar
numberFormat
java.text.NumberFormat numberFormat
|
Class java.text.DateFormat.Field extends java.text.Format.Field implements Serializable |
serialVersionUID: 7441350119349544720L
readResolve
protected Object readResolve()
throws InvalidObjectException
- Throws:
InvalidObjectException
calendarField
int calendarField
|
Class java.text.DateFormatSymbols extends Object implements Serializable |
serialVersionUID: -5987973545549424702L
eras
String[] eras
months
String[] months
shortMonths
String[] shortMonths
weekdays
String[] weekdays
shortWeekdays
String[] shortWeekdays
ampms
String[] ampms
zoneStrings
String[][] zoneStrings
localPatternChars
String localPatternChars
|
Class java.text.DecimalFormat extends java.text.NumberFormat implements Serializable |
serialVersionUID: 864413376551465018L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
positivePrefix
String positivePrefix
positiveSuffix
String positiveSuffix
negativePrefix
String negativePrefix
negativeSuffix
String negativeSuffix
posPrefixPattern
String posPrefixPattern
posSuffixPattern
String posSuffixPattern
negPrefixPattern
String negPrefixPattern
negSuffixPattern
String negSuffixPattern
multiplier
int multiplier
groupingSize
byte groupingSize
decimalSeparatorAlwaysShown
boolean decimalSeparatorAlwaysShown
parseBigDecimal
boolean parseBigDecimal
symbols
java.text.DecimalFormatSymbols symbols
useExponentialNotation
boolean useExponentialNotation
minExponentDigits
byte minExponentDigits
maximumIntegerDigits
int maximumIntegerDigits
minimumIntegerDigits
int minimumIntegerDigits
maximumFractionDigits
int maximumFractionDigits
minimumFractionDigits
int minimumFractionDigits
serialVersionOnStream
int serialVersionOnStream
|
Class java.text.DecimalFormatSymbols extends Object implements Serializable |
serialVersionUID: 5772796243397350300L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
zeroDigit
char zeroDigit
groupingSeparator
char groupingSeparator
decimalSeparator
char decimalSeparator
perMill
char perMill
percent
char percent
digit
char digit
patternSeparator
char patternSeparator
infinity
String infinity
NaN
String NaN
minusSign
char minusSign
currencySymbol
String currencySymbol
intlCurrencySymbol
String intlCurrencySymbol
monetarySeparator
char monetarySeparator
exponential
char exponential
locale
Locale locale
serialVersionOnStream
int serialVersionOnStream
|
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
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
locale
Locale locale
pattern
String pattern
formats
java.text.Format[] formats
offsets
int[] offsets
argumentNumbers
int[] argumentNumbers
maxOffset
int maxOffset
|
Class java.text.MessageFormat.Field extends java.text.Format.Field implements Serializable |
serialVersionUID: 7899943957617360810L
readResolve
protected Object readResolve()
throws InvalidObjectException
- Throws:
InvalidObjectException
|
Class java.text.NumberFormat extends java.text.Format implements Serializable |
serialVersionUID: -2308460125733713944L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
groupingUsed
boolean groupingUsed
maxIntegerDigits
byte maxIntegerDigits
minIntegerDigits
byte minIntegerDigits
maxFractionDigits
byte maxFractionDigits
minFractionDigits
byte minFractionDigits
parseIntegerOnly
boolean parseIntegerOnly
maximumIntegerDigits
int maximumIntegerDigits
minimumIntegerDigits
int minimumIntegerDigits
maximumFractionDigits
int maximumFractionDigits
minimumFractionDigits
int minimumFractionDigits
serialVersionOnStream
int serialVersionOnStream
|
Class java.text.NumberFormat.Field extends java.text.Format.Field implements Serializable |
serialVersionUID: 7494728892700160890L
readResolve
protected Object readResolve()
throws InvalidObjectException
- Throws:
InvalidObjectException
|
Class java.text.SimpleDateFormat extends java.text.DateFormat implements Serializable |
serialVersionUID: 4774881970558875024L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
serialVersionOnStream
int serialVersionOnStream
pattern
String pattern
formatData
java.text.DateFormatSymbols formatData
defaultCenturyStart
Date defaultCenturyStart
|
Class java.util.AbstractList$Itr extends Object implements Serializable |
|
Class java.util.AbstractList$ListItr extends Object implements Serializable |
|
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 |
mElements
Object[] mElements
mSize
int mSize
bits
long[] bits
- the bits; note: the serialized form demands this name and type
|
Class java.util.Collections$CheckedCollection$1 extends Object implements Serializable |
|
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.Currency extends Object implements Serializable |
serialVersionUID: -158308464356906721L
readResolve
private Object readResolve()
currencyCode
String currencyCode
mTime
long mTime
|
Class java.util.EnumMap extends AbstractMap implements Serializable |
serialVersionUID: 458661240069192865L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
keyType
Class keyType
|
Class java.util.EnumSet extends AbstractSet implements Serializable |
writeReplace
Object writeReplace()
elementType
Class elementType
universe
java.lang.Enum<E extends java.lang.Enum<E>>[] universe
source
Object source
mMaxElements
int mMaxElements
- maximum elements before a rehash is needed
mBuckets
java.util.HashMap.Element[] mBuckets
- non-null; array of element buckets
mSize
int mSize
- size of table in elements
mLoadFactor
float mLoadFactor
- load factor
mHashtableFacade
Hashtable mHashtableFacade
- Hashtable we are backing, if any
|
Class java.util.HashMap$EntryIterator extends Object implements Serializable |
|
Class java.util.HashMap$KeyIterator extends Object implements Serializable |
|
Class java.util.HashMap$KeySet extends Object implements Serializable |
|
Class java.util.HashMap$ValueIterator extends Object implements Serializable |
|
Class java.util.HashMap$Values extends Object implements Serializable |
mBackingMap
HashMap mBackingMap
mImpl
HashMap mImpl
|
Class java.util.Hashtable$KeySet extends Object implements Serializable |
|
Class java.util.Hashtable$ValueCollection extends Object implements Serializable |
mIdentityKeyHashToVal
HashMap mIdentityKeyHashToVal
mIdentityKeyHashToKey
HashMap mIdentityKeyHashToKey
|
Class java.util.IdentityHashMap$EntryIterator extends Object implements Serializable |
|
Class java.util.IdentityHashMap$EntrySet extends Object implements Serializable |
|
Class java.util.IdentityHashMap$KeyIterator extends Object implements Serializable |
|
Class java.util.IdentityHashMap$KeySet extends Object implements Serializable |
|
Class java.util.IdentityHashMap$ValueIterator extends Object implements Serializable |
|
Class java.util.IdentityHashMap$Values extends Object implements Serializable |
mAccessOrder
boolean mAccessOrder
mEntries
LinkedList mEntries
|
Class java.util.LinkedHashMap$EntryIterator extends Object implements Serializable |
|
Class java.util.LinkedHashMap$KeyIterator extends Object implements Serializable |
|
Class java.util.LinkedHashMap$ValueIterator extends Object implements Serializable |
mHead
java.util.LinkedList.Node mHead
mTail
java.util.LinkedList.Node mTail
mSize
int mSize
|
Class java.util.LinkedList$ListItr extends Object implements Serializable |
|
Class java.util.PriorityQueue extends java.util.AbstractQueue<E> implements Serializable |
serialVersionUID: -7720805057305804111L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
size
int size
comparator
Comparator comparator
|
Class java.util.Properties extends Hashtable implements Serializable |
serialVersionUID: 4112578634029874840L
defaults
java.util.Properties defaults
|
Class java.util.PropertyPermission extends BasicPermission implements Serializable |
serialVersionUID: 885438825399942851L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
actions
String actions
haveNextNextGaussian
boolean haveNextNextGaussian
nextNextGaussian
double nextNextGaussian
seed
long seed
|
Class java.util.SubList$1 extends Object implements Serializable |
NIL
java.util.TreeMap.Node NIL
- We use a sentinel to mark leaves of the tree instead of 'null'.
The CLR red-black algorithms require this. We can share one
sentinel for the entire tree, but not across multiple trees.
This is because during deletion, the parent field of the sentinel
might be temporarily used to store a crucial value.
The observant eye will notice out that the 'left' and 'right'
fields of NIL (but no other Node) will be 'null', not NIL. This
is okay.
mComparator
Comparator mComparator
mRoot
java.util.TreeMap.Node mRoot
mSize
int mSize
|
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$EntryIterator extends Object implements Serializable |
|
Class java.util.TreeMap$KeyIterator extends Object implements Serializable |
|
Class java.util.TreeMap$SubMap extends Object implements Serializable |
|
Class java.util.TreeMap$SubMap$EntrySetView extends Object implements Serializable |
|
Class java.util.TreeMap$SubMapEntryIterator extends Object implements Serializable |
|
Class java.util.TreeMap$ValueIterator extends Object implements Serializable |
mBackingMap
SortedMap mBackingMap
|
Class java.util.UUID extends Object implements Serializable |
serialVersionUID: -4856846361193249489L