Serialized Form


Package org.apache.commons.collections

Class org.apache.commons.collections.ArrayStack extends java.util.ArrayList implements Serializable

serialVersionUID: 2130079159931574599l

Class org.apache.commons.collections.BufferOverflowException extends java.lang.RuntimeException implements Serializable

Serialized Fields

m_throwable

java.lang.Throwable m_throwable

Class org.apache.commons.collections.BufferUnderflowException extends java.lang.RuntimeException implements Serializable

Serialized Fields

m_throwable

java.lang.Throwable m_throwable

Class org.apache.commons.collections.CursorableLinkedList extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

_modCount

int _modCount
Tracks the number of structural modifications to me.


_cursors

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

Class org.apache.commons.collections.ExtendedProperties extends java.util.Hashtable implements Serializable

Serialized Fields

defaults

ExtendedProperties defaults
Default configurations repository.


file

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

 

basePath

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


fileSeparator

java.lang.String fileSeparator
File separator.


isInitialized

boolean isInitialized
Has this configuration been intialized.


keysAsListed

java.util.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 extends java.util.ArrayList implements Serializable

Serialized Fields

list

java.util.ArrayList list
The underlying list we are managing.


fast

boolean fast
Are we operating in "fast" mode?

Class org.apache.commons.collections.FastHashMap extends java.util.HashMap implements Serializable

Serialized Fields

map

java.util.HashMap map
The underlying map we are managing.


fast

boolean fast
Are we operating in "fast" mode?

Class org.apache.commons.collections.FastTreeMap extends java.util.TreeMap implements Serializable

Serialized Fields

map

java.util.TreeMap map
The underlying map we are managing.


fast

boolean fast
Are we operating in "fast" mode?

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

serialVersionUID: 2197433140769957051l

Serialization Methods

readExternal

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


writeExternal

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

Class org.apache.commons.collections.MultiHashMap extends java.util.HashMap implements Serializable

Serialized Fields

mName

java.lang.String mName

Class org.apache.commons.collections.SequencedHashMap extends java.lang.Object implements Serializable

serialVersionUID: 3380552487888102930l

Serialization Methods

readExternal

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

Throws:
java.io.IOException - if the stream raises it
java.lang.ClassNotFoundException - if the stream raises it

writeExternal

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

Throws:
java.io.IOException - if the stream raises it

Class org.apache.commons.collections.StringStack extends java.lang.Object implements Serializable

Serialized Fields

stack

java.util.Stack stack
Deprecated. 
The stack of String objects.


Package org.apache.commons.collections.comparators

Class org.apache.commons.collections.comparators.ComparableComparator extends java.lang.Object implements Serializable

serialVersionUID: -291439688585137865l

Class org.apache.commons.collections.comparators.ComparatorChain extends java.lang.Object implements Serializable

Serialized Fields

comparatorChain

java.util.List comparatorChain

orderingBits

java.util.BitSet orderingBits

isLocked

boolean isLocked

Class org.apache.commons.collections.comparators.NullComparator extends java.lang.Object implements Serializable

serialVersionUID: -5820772575483504339l

Serialized Fields

nonNullComparator

java.util.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 extends java.lang.Object implements Serializable

Serialized Fields

comparator

java.util.Comparator comparator



Copyright © 2001-2002 Apache Software Foundation. Documenation generated July 6 2004.