com.im.commons 5.8

Serialized Form


Package com.im.commons.progress

Class com.im.commons.progress.AlreadyLockedException extends IllegalStateException implements Serializable

Serialized Fields

lockable

DFLockable lockable

lockedBy

Throwable lockedBy

reason

String reason

lockedForever

boolean lockedForever

Class com.im.commons.progress.CancelException extends RuntimeException implements Serializable

serialVersionUID: 2771244778162322616L


Package com.im.commons.util

Class com.im.commons.util.CaseInsensitiveList extends AbstractList<String> implements Serializable

serialVersionUID: 8683452581122892189L

Serialization Methods

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
Serialized Fields

size

int size
The size of the ArrayList (the number of elements it contains).

 

Class com.im.commons.util.CaseInsensitiveMap extends AbstractMap<String,V> implements Serializable

Serialized Fields

backing

Map<K,V> backing

keySet

Set<E> keySet

entrySet

Set<E> entrySet

Class com.im.commons.util.CaseInsensitiveSet extends AbstractSet<String> implements Serializable

Class com.im.commons.util.LicenseException extends RuntimeException implements Serializable

serialVersionUID: -609342117993859505L


com.im.commons 5.8