Serialized Form
|
Package org.glassfish.jersey.internal |
messages
List<E> messages
serialVersionUID: -4473231199487742382L
serialVersionUID: -8532392338326428074L
|
Package org.glassfish.jersey.internal.inject |
serialVersionUID: -892565346695359346L
|
Package org.glassfish.jersey.internal.util |
serialVersionUID: 3000273665665137463L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the HashMap instance from a stream (i.e.,
deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of the HashMap instance to a stream (i.e.,
serialize it).
- Serial Data:
- The capacity of the HashMap (the length of the
bucket array) is emitted (int), followed by the
ss of the HashMap (the number of key-value
mappings), followed by the key (Object) and value (Object)
for each key-value mapping represented by the HashMap
The key-value mappings are emitted in the order that they
are returned by entrySet().iterator().
- Throws:
IOException
threshold
int threshold
- The next ss value at which to resize (capacity * load factor).
-
loadFactor
float loadFactor
- The load factor for the hash table.
-
keyComparator
KeyComparator<K> keyComparator
serialVersionUID: 3801124242820219131L
accessOrder
boolean accessOrder
- The iteration ordering method for this linked hash map: true
for access-order, false for insertion-order.
-
serialVersionUID: 4618609413877136867L
uid
AtomicReference<V> uid
serialVersionUID: 9106900325469360723L
|
Package org.glassfish.jersey.internal.util.collection |
serialVersionUID: -6052320403766368902L
|
Package org.glassfish.jersey.message.internal |
serialVersionUID: 981810773601231157L
serialVersionUID: 2093175681702118380L
serialVersionUID: 2093175681702118380L
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.