Serialized Form


Package org.apache.commons.collections

Class org.apache.commons.collections.ArrayStack implements Serializable

Class org.apache.commons.collections.BufferOverflowException implements Serializable

Serialized Fields

m_throwable

Throwable m_throwable

Class org.apache.commons.collections.BufferUnderflowException implements Serializable

Serialized Fields

m_throwable

Throwable m_throwable

Class org.apache.commons.collections.CursorableLinkedList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

_cursors

List _cursors
A list of the currently CursorableLinkedList.Cursors currently open in this list.

_modCount

int _modCount
Tracks the number of structural modifications to me.

Class org.apache.commons.collections.ExtendedProperties implements Serializable

Serialized Fields

basePath

String basePath
Base path of the configuration file used to create this ExtendedProperties object.

defaults

ExtendedProperties defaults
Default configurations repository.

file

String file
The file connected to this repository (holding comments and such).
 

fileSeparator

String fileSeparator
File separator.

isInitialized

boolean isInitialized
Has this configuration been intialized.

keysAsListed

ArrayList keysAsListed
These are the keys in the order they listed in the configuration file. This is useful when you wish to perform operations with configuration information in a particular order.

Class org.apache.commons.collections.FastArrayList implements Serializable

Serialized Fields

fast

boolean fast
Are we operating in "fast" mode?

list

ArrayList list
The underlying list we are managing.

Class org.apache.commons.collections.FastHashMap implements Serializable

Serialized Fields

fast

boolean fast
Are we operating in "fast" mode?

map

HashMap map
The underlying map we are managing.

Class org.apache.commons.collections.FastTreeMap implements Serializable

Serialized Fields

fast

boolean fast
Are we operating in "fast" mode?

map

TreeMap map
The underlying map we are managing.

Class org.apache.commons.collections.LRUMap implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Description copied from class: SequencedHashMap
Deserializes this map from the given stream.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Description copied from class: SequencedHashMap
Serializes this map to the given stream.

Class org.apache.commons.collections.MultiHashMap implements Serializable

Serialized Fields

mName

String mName

Class org.apache.commons.collections.SequencedHashMap implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Deserializes this map from the given stream.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Serializes this map to the given stream.

Class org.apache.commons.collections.StringStack implements Serializable

Serialized Fields

stack

Stack stack
Deprecated. 
The stack of String objects.


Package org.apache.commons.collections.comparators

Class org.apache.commons.collections.comparators.ComparableComparator implements Serializable

Class org.apache.commons.collections.comparators.ComparatorChain implements Serializable

Serialized Fields

comparatorChain

List comparatorChain

isLocked

boolean isLocked

orderingBits

BitSet orderingBits

Class org.apache.commons.collections.comparators.NullComparator implements Serializable

Serialized Fields

nonNullComparator

Comparator nonNullComparator
The comparator to use when comparing two non-null objects.

nullsAreHigh

boolean nullsAreHigh
Specifies whether a null are compared as higher than non-null objects.

Class org.apache.commons.collections.comparators.ReverseComparator implements Serializable

Serialized Fields

comparator

Comparator comparator



Copyright © 2001-2002 Apache Software Foundation. Documenation generated October 21 2002.