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

throwable

Throwable throwable
The root cause throwable

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

Serialized Fields

throwable

Throwable throwable
The root cause throwable

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Deprecated. 

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

Serialized Fields

defaults

ExtendedProperties defaults
Default configurations repository.


file

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

 

basePath

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


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

list

ArrayList list
The underlying list we are managing.


fast

boolean fast
Are we operating in "fast" mode?

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

Serialized Fields

map

HashMap map
The underlying map we are managing.


fast

boolean fast
Are we currently operating in "fast" mode?

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

Serialized Fields

map

TreeMap map
The underlying map we are managing.


fast

boolean fast
Are we operating in "fast" mode?

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

Serialized Fields

rootCause

Throwable rootCause
Root cause of the exception

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

Serialization Methods

readExternal

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


writeExternal

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

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

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Read the object during deserialization.

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

Serialization Methods

readExternal

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

Throws:
IOException - if the stream raises it
ClassNotFoundException - if the stream raises it

writeExternal

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

Throws:
IOException - if the stream raises it


Package org.apache.commons.collections.functors

Class org.apache.commons.collections.functors.AllPredicate implements Serializable

Serialized Fields

iPredicates

Predicate[] iPredicates
The array of predicates to call

Class org.apache.commons.collections.functors.AndPredicate implements Serializable

Serialized Fields

iPredicate1

Predicate iPredicate1
The array of predicates to call


iPredicate2

Predicate iPredicate2
The array of predicates to call

Class org.apache.commons.collections.functors.AnyPredicate implements Serializable

Serialized Fields

iPredicates

Predicate[] iPredicates
The array of predicates to call

Class org.apache.commons.collections.functors.ChainedClosure implements Serializable

Serialized Fields

iClosures

Closure[] iClosures
The closures to call in turn

Class org.apache.commons.collections.functors.ChainedTransformer implements Serializable

Serialized Fields

iTransformers

Transformer[] iTransformers
The transformers to call in turn

Class org.apache.commons.collections.functors.CloneTransformer implements Serializable

Class org.apache.commons.collections.functors.ClosureTransformer implements Serializable

Serialized Fields

iClosure

Closure iClosure
The closure to wrap

Class org.apache.commons.collections.functors.ConstantFactory implements Serializable

Serialized Fields

iConstant

Object iConstant
The closures to call in turn

Class org.apache.commons.collections.functors.ConstantTransformer implements Serializable

Serialized Fields

iConstant

Object iConstant
The closures to call in turn

Class org.apache.commons.collections.functors.EqualPredicate implements Serializable

Serialized Fields

iValue

Object iValue
The value to compare to

Class org.apache.commons.collections.functors.ExceptionClosure implements Serializable

Class org.apache.commons.collections.functors.ExceptionFactory implements Serializable

Class org.apache.commons.collections.functors.ExceptionPredicate implements Serializable

Class org.apache.commons.collections.functors.ExceptionTransformer implements Serializable

Class org.apache.commons.collections.functors.FactoryTransformer implements Serializable

Serialized Fields

iFactory

Factory iFactory
The closure to wrap

Class org.apache.commons.collections.functors.FalsePredicate implements Serializable

Class org.apache.commons.collections.functors.ForClosure implements Serializable

Serialized Fields

iCount

int iCount
The number of times to loop


iClosure

Closure iClosure
The closure to call

Class org.apache.commons.collections.functors.IdentityPredicate implements Serializable

Serialized Fields

iValue

Object iValue
The value to compare to

Class org.apache.commons.collections.functors.IfClosure implements Serializable

Serialized Fields

iPredicate

Predicate iPredicate
The test


iTrueClosure

Closure iTrueClosure
The closure to use if true


iFalseClosure

Closure iFalseClosure
The closure to use if false

Class org.apache.commons.collections.functors.InstanceofPredicate implements Serializable

Serialized Fields

iType

Class iType
The type to compare to

Class org.apache.commons.collections.functors.InstantiateFactory implements Serializable

Serialized Fields

iClassToInstantiate

Class iClassToInstantiate
The class to create


iParamTypes

Class[] iParamTypes
The constructor parameter types


iArgs

Object[] iArgs
The constructor arguments

Class org.apache.commons.collections.functors.InstantiateTransformer implements Serializable

Serialized Fields

iParamTypes

Class[] iParamTypes
The constructor parameter types


iArgs

Object[] iArgs
The constructor arguments

Class org.apache.commons.collections.functors.InvokerTransformer implements Serializable

Serialized Fields

iMethodName

String iMethodName
The method name to call


iParamTypes

Class[] iParamTypes
The array of reflection parameter types


iArgs

Object[] iArgs
The array of reflection arguments

Class org.apache.commons.collections.functors.MapTransformer implements Serializable

Serialized Fields

iMap

Map iMap
The map of data to lookup in

Class org.apache.commons.collections.functors.NonePredicate implements Serializable

Serialized Fields

iPredicates

Predicate[] iPredicates
The array of predicates to call

Class org.apache.commons.collections.functors.NOPClosure implements Serializable

Class org.apache.commons.collections.functors.NOPTransformer implements Serializable

Class org.apache.commons.collections.functors.NotNullPredicate implements Serializable

Class org.apache.commons.collections.functors.NotPredicate implements Serializable

Serialized Fields

iPredicate

Predicate iPredicate
The predicate to decorate

Class org.apache.commons.collections.functors.NullIsExceptionPredicate implements Serializable

Serialized Fields

iPredicate

Predicate iPredicate
The predicate to decorate

Class org.apache.commons.collections.functors.NullIsFalsePredicate implements Serializable

Serialized Fields

iPredicate

Predicate iPredicate
The predicate to decorate

Class org.apache.commons.collections.functors.NullIsTruePredicate implements Serializable

Serialized Fields

iPredicate

Predicate iPredicate
The predicate to decorate

Class org.apache.commons.collections.functors.NullPredicate implements Serializable

Class org.apache.commons.collections.functors.OnePredicate implements Serializable

Serialized Fields

iPredicates

Predicate[] iPredicates
The array of predicates to call

Class org.apache.commons.collections.functors.OrPredicate implements Serializable

Serialized Fields

iPredicate1

Predicate iPredicate1
The array of predicates to call


iPredicate2

Predicate iPredicate2
The array of predicates to call

Class org.apache.commons.collections.functors.PredicateTransformer implements Serializable

Serialized Fields

iPredicate

Predicate iPredicate
The closure to wrap

Class org.apache.commons.collections.functors.StringValueTransformer implements Serializable

Class org.apache.commons.collections.functors.SwitchClosure implements Serializable

Serialized Fields

iPredicates

Predicate[] iPredicates
The tests to consider


iClosures

Closure[] iClosures
The matching closures to call


iDefault

Closure iDefault
The default closure to call if no tests match

Class org.apache.commons.collections.functors.SwitchTransformer implements Serializable

Serialized Fields

iPredicates

Predicate[] iPredicates
The tests to consider


iTransformers

Transformer[] iTransformers
The matching transformers to call


iDefault

Transformer iDefault
The default transformer to call if no tests match

Class org.apache.commons.collections.functors.TransformerClosure implements Serializable

Serialized Fields

iTransformer

Transformer iTransformer
The transformer to wrap

Class org.apache.commons.collections.functors.TransformerPredicate implements Serializable

Serialized Fields

iTransformer

Transformer iTransformer
The transformer to call

Class org.apache.commons.collections.functors.TruePredicate implements Serializable

Class org.apache.commons.collections.functors.UniquePredicate implements Serializable

Serialized Fields

iSet

Set iSet
The set of previously seen objects

Class org.apache.commons.collections.functors.WhileClosure implements Serializable

Serialized Fields

iPredicate

Predicate iPredicate
The test condition


iClosure

Closure iClosure
The closure to call


iDoLoop

boolean iDoLoop
The flag, true is a do loop, false is a while


Package org.apache.commons.collections.keyvalue

Class org.apache.commons.collections.keyvalue.MultiKey implements Serializable

Serialized Fields

keys

Object[] keys
The individual keys


hashCode

int hashCode
The cached hashCode


Package org.apache.commons.collections.comparators

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

Serialized Fields

trueFirst

boolean trueFirst
true iff true values sort before false values.

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

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

Serialized Fields

comparatorChain

List comparatorChain

orderingBits

BitSet orderingBits

isLocked

boolean isLocked

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


Package org.apache.commons.collections.list

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the data held in this object to the stream specified.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes the data held in this object to the stream specified.

Class org.apache.commons.collections.list.NodeCachingLinkedList implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the data held in this object to the stream specified.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes the data held in this object to the stream specified.

Serialized Fields

maximumCacheSize

int maximumCacheSize
The maximum size of the cache.


Package org.apache.commons.collections.bag

Class org.apache.commons.collections.bag.HashBag implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the bag in using a custom routine.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the bag out using a custom routine.

Class org.apache.commons.collections.bag.TreeBag implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the bag in using a custom routine.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the bag out using a custom routine.


Package org.apache.commons.collections.map

Class org.apache.commons.collections.map.CaseInsensitiveMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the map in using a custom routine.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the map out using a custom routine.

Class org.apache.commons.collections.map.HashedMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the map in using a custom routine.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the map out using a custom routine.

Class org.apache.commons.collections.map.IdentityMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the map in using a custom routine.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the map out using a custom routine.

Class org.apache.commons.collections.map.LinkedMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the map in using a custom routine.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the map out using a custom routine.

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the map in using a custom routine.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the map out using a custom routine.


Package org.apache.commons.collections.bidimap

Class org.apache.commons.collections.bidimap.DualHashBidiMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException

Class org.apache.commons.collections.bidimap.DualTreeBidiMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

comparator

Comparator comparator
The comparator to use



Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.