Serialized Form
mImpl
IdentityHashMap<K,V> 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
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
className
String className
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
mBuilder
StringBuilder mBuilder
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
|
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
serialVersionUID: 7163376998892515376L
digits
int digits
- The number of digits (precision) to be used for an operation.
A value of 0 indicates that unlimited precision (as many digits
as are required) will be used.
The
BigDecimal operator methods use this value to
determine the precision of results.
Note that leading zeros (in the integer part of a number) are
never significant.
digits will always be non-negative.
-
form
int form
- The form of results from an operation.
The
BigDecimal operator methods use this value to
determine the form of results, in particular whether and how
exponential notation should be used.
-
- See Also:
MathContext.ENGINEERING,
MathContext.PLAIN,
MathContext.SCIENTIFIC
lostDigits
boolean lostDigits
- Controls whether lost digits checking is enabled for an
operation.
Set to
true to enable checking, or
to false to disable checking.
When enabled, the BigDecimal operator methods check
the precision of their operand or operands, and throw an
ArithmeticException if an operand is more precise
than the digits setting (that is, digits would be lost).
When disabled, operands are rounded to the specified digits.
-
roundingMode
RoundingMode roundingMode
- The rounding algorithm to be used for an operation.
The
BigDecimal operator methods use this value to
determine the algorithm to be used when non-zero digits have to
be discarded in order to reduce the precision of a result.
The value must be one of the public constants whose name starts
with ROUND_.
-
- See Also:
MathContext.ROUND_CEILING,
MathContext.ROUND_DOWN,
MathContext.ROUND_FLOOR,
MathContext.ROUND_HALF_DOWN,
MathContext.ROUND_HALF_EVEN,
MathContext.ROUND_HALF_UP,
MathContext.ROUND_UNNECESSARY,
MathContext.ROUND_UP
|
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.rmi.MarshalledObject extends Object implements Serializable |
serialVersionUID: 8988374069173025854L
objBytes
byte[] objBytes
locBytes
byte[] locBytes
hash
int hash
|
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
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<E> certificates
- Deprecated.
|
Class java.security.IdentityScope extends java.security.Identity implements Serializable |
serialVersionUID: -2337346281189773310L
|
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 Properties implements Serializable |
serialVersionUID: -4298000515446427739L
name
String name
info
String info
version
double version
|
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
PrivateKey privateKey
- Deprecated.
|
Class java.security.Timestamp extends Object implements Serializable |
serialVersionUID: -5502683707821851294L
timestamp
Date timestamp
signerCertPath
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
|
Class java.sql.Date extends Date implements Serializable |
serialVersionUID: 1511598038487230103L
|
Class java.sql.Time extends Date implements Serializable |
serialVersionUID: 8397324403548013681L
|
Class java.sql.Timestamp extends Date implements Serializable |
serialVersionUID: 2745179027874758501L
nanos
int nanos
|
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
amPmStrings
String[] amPmStrings
eras
String[] eras
localPatternChars
String localPatternChars
months
String[] months
shortMonths
String[] shortMonths
shortWeekdays
String[] shortWeekdays
weekdays
String[] weekdays
zoneStrings
String[][] zoneStrings
|
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
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
mKeyType
Class<T> mKeyType
mElements
java.util.EnumMap.Elements<K,V>[] mElements
mSize
int mSize
|
Class java.util.EnumMap$EntryIterator extends Object implements Serializable |
|
Class java.util.EnumMap$EntrySet extends Object implements Serializable |
|
Class java.util.EnumMap$KeyIterator extends Object implements Serializable |
|
Class java.util.EnumMap$KeySet extends Object implements Serializable |
|
Class java.util.EnumMap$ValueIterator extends Object implements Serializable |
|
Class java.util.EnumMap$Values extends Object implements Serializable |
mElementType
Class<T> mElementType
mUniverse
Enum<E extends Enum<E>>[] mUniverse
mBits
long[] mBits
mBitsSize
int mBitsSize
source
Object source
mMaxElements
int mMaxElements
- maximum elements before a rehash is needed
mBuckets
java.util.HashMap.Element<K,V>[] mBuckets
- non-null; array of element buckets
mSize
int mSize
- size of table in elements
mLoadFactor
float mLoadFactor
- load factor
mHashtableFacade
Hashtable<K,V> 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<K,V> mBackingMap
mImpl
HashMap<K,V> mImpl
|
Class java.util.Hashtable$KeySet extends Object implements Serializable |
|
Class java.util.Hashtable$ValueCollection extends Object implements Serializable |
mIdentityKeyHashToVal
HashMap<K,V> mIdentityKeyHashToVal
mIdentityKeyHashToKey
HashMap<K,V> 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<E> mEntries
mKeysToNodes
HashMap<K,V> mKeysToNodes
|
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<E> mHead
mTail
java.util.LinkedList.Node<E> mTail
mSize
int mSize
|
Class java.util.LinkedList$ListItr extends Object implements Serializable |
mComparator
Comparator<T> mComparator
mSize
int mSize
mObjects
Object[] mObjects
|
Class java.util.PriorityQueue$Itr extends Object implements Serializable |
defaults
Properties defaults
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<T> 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<K,V> mBackingMap
|
Class java.util.UUID extends Object implements Serializable |
serialVersionUID: -4856846361193249489L
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
mostSigBits
long mostSigBits
leastSigBits
long leastSigBits
capacityIncrement
int capacityIncrement
elementCount
int elementCount
elementData
Object[] elementData
|
Class java.util.Vector$1 extends Object implements Serializable |
|
Class java.util.WeakHashMap$EntryIterator extends Object implements Serializable |
|
Class java.util.WeakHashMap$EntrySet extends Object implements Serializable |
|
Class java.util.WeakHashMap$KeyIterator extends Object implements Serializable |
|
Class java.util.WeakHashMap$KeySet extends Object implements Serializable |
|
Class java.util.WeakHashMap$ValueIterator extends Object implements Serializable |
|
Class java.util.WeakHashMap$Values extends Object implements Serializable |
|
Package java.util.concurrent |
|
Class java.util.concurrent.ArrayBlockingQueue extends AbstractQueue<E> implements Serializable |
serialVersionUID: -817911632652898426L
items
Object[] items
count
int count
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.ConcurrentHashMap extends AbstractMap<K,V> implements Serializable |
serialVersionUID: 7249069246763182397L
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
segmentMask
int segmentMask
segmentShift
int segmentShift
segments
java.util.concurrent.ConcurrentHashMap.Segment<K,V>[] segments
|
Class java.util.concurrent.ConcurrentLinkedQueue extends AbstractQueue<E> implements Serializable |
serialVersionUID: 196745693267521676L
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.util.concurrent.CopyOnWriteArrayList extends Object implements Serializable |
serialVersionUID: 8673264195747942595L
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.util.concurrent.CopyOnWriteArraySet extends AbstractSet<E> implements Serializable |
serialVersionUID: 5457747651344034263L
al
java.util.concurrent.CopyOnWriteArrayList<E> al
|
Class java.util.concurrent.LinkedBlockingQueue extends AbstractQueue<E> implements Serializable |
serialVersionUID: -6903933977591709194L
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
capacity
int capacity
count
java.util.concurrent.atomic.AtomicInteger count
takeLock
java.util.concurrent.locks.ReentrantLock takeLock
notEmpty
java.util.concurrent.locks.Condition notEmpty
putLock
java.util.concurrent.locks.ReentrantLock putLock
notFull
java.util.concurrent.locks.Condition notFull
|
Class java.util.concurrent.PriorityBlockingQueue extends AbstractQueue<E> implements Serializable |
serialVersionUID: 5595510919245408276L
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
q
PriorityQueue<E> q
lock
java.util.concurrent.locks.ReentrantLock lock
notEmpty
java.util.concurrent.locks.Condition notEmpty
|
Class java.util.concurrent.Semaphore extends Object implements Serializable |
serialVersionUID: -3222578661600680210L
sync
java.util.concurrent.Semaphore.Sync sync
|
Class java.util.concurrent.SynchronousQueue extends AbstractQueue<E> implements Serializable |
serialVersionUID: -3223113410248163686L
qlock
java.util.concurrent.locks.ReentrantLock qlock
waitingProducers
java.util.concurrent.SynchronousQueue.WaitQueue waitingProducers
waitingConsumers
java.util.concurrent.SynchronousQueue.WaitQueue waitingConsumers
serialVersionUID: 5073258162644648461L
flags
int flags
- Pattern compile flags;
pattern
String pattern
mSocket
SSLSocket mSocket
mSession
SSLSession mSession
|
Class javax.net.ssl.SSLPermission extends BasicPermission implements Serializable |
serialVersionUID: -3456898025505876775L
|
Class javax.net.ssl.SSLSessionBindingEvent extends EventObject implements Serializable |
serialVersionUID: 3989172637106345L
name
String name
|
Package javax.security.auth.x500 |
mName
String mName
|
Package org.apache.commons.httpclient |
cookieComment
String cookieComment
- Comment attribute.
cookieDomain
String cookieDomain
- Domain attribute.
cookieExpiryDate
Date cookieExpiryDate
- Expiration
Date.
cookiePath
String cookiePath
- Path attribute.
isSecure
boolean isSecure
- My secure flag.
hasPathAttribute
boolean hasPathAttribute
- Specifies if the set-cookie header included a Path attribute for this
cookie
hasDomainAttribute
boolean hasDomainAttribute
- Specifies if the set-cookie header included a Domain attribute for this
cookie
cookieVersion
int cookieVersion
- The version of the cookie specification I was created from.
parameters
NameValuePair[] parameters
- My parameters, if any.
serialVersionUID: 887844277028676648L
serialVersionUID: -7158031098595039459L
name
String name
- Name.
value
String value
- Value.
serialVersionUID: 604752400577948726L
hash
int hash
- Cache the hash code for this URI.
_uri
char[] _uri
- This Uniform Resource Identifier (URI).
The URI is always in an "escaped" form, since escaping or unescaping
a completed URI might change its semantics.
protocolCharset
String protocolCharset
- The charset of the protocol used by this URI instance.
_scheme
char[] _scheme
- The scheme.
_opaque
char[] _opaque
- The opaque.
_authority
char[] _authority
- The authority.
_userinfo
char[] _userinfo
- The userinfo.
_host
char[] _host
- The host.
_port
int _port
- The port.
_path
char[] _path
- The path.
_query
char[] _query
- The query.
_fragment
char[] _fragment
- The fragment.
_is_hier_part
boolean _is_hier_part
_is_opaque_part
boolean _is_opaque_part
_is_net_path
boolean _is_net_path
_is_abs_path
boolean _is_abs_path
_is_rel_path
boolean _is_rel_path
_is_reg_name
boolean _is_reg_name
_is_server
boolean _is_server
_is_hostname
boolean _is_hostname
_is_IPv4address
boolean _is_IPv4address
_is_IPv6reference
boolean _is_IPv6reference
|
Package org.apache.commons.httpclient.util |