Serialized Form
|
Package com.im.commons.progress |
lockable
DFLockable lockable
lockedBy
Throwable lockedBy
reason
String reason
lockedForever
boolean lockedForever
serialVersionUID: 2771244778162322616L
|
Package com.im.commons.util |
serialVersionUID: 8683452581122892189L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the ArrayList instance from a stream (that is,
deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of the ArrayList instance to a stream (that
is, serialize it).
- Serial Data:
- The length of the array backing the ArrayList
instance is emitted (int), followed by all of its elements
(each an Object) in the proper order.
- Throws:
IOException
size
int size
- The size of the ArrayList (the number of elements it contains).
-
backing
Map<K,V> backing
keySet
Set<E> keySet
entrySet
Set<E> entrySet
serialVersionUID: -609342117993859505L