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.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.PredicatedBag implements Serializable

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

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

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

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

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

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.

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

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException

writeObject

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

Throws:
IOException

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

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException

writeObject

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

Throws:
IOException


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


Package org.apache.commons.collections.buffer

Class org.apache.commons.collections.buffer.BlockingBuffer implements Serializable

Class org.apache.commons.collections.buffer.BoundedFifoBuffer implements Serializable

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException

writeObject

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

Throws:
IOException
Serialized Fields

maxElements

int maxElements

Class org.apache.commons.collections.buffer.CircularFifoBuffer implements Serializable

Class org.apache.commons.collections.buffer.PredicatedBuffer implements Serializable

Class org.apache.commons.collections.buffer.SynchronizedBuffer implements Serializable

Class org.apache.commons.collections.buffer.TransformedBuffer implements Serializable

Class org.apache.commons.collections.buffer.UnboundedFifoBuffer implements Serializable

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException

writeObject

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

Throws:
IOException

Class org.apache.commons.collections.buffer.UnmodifiableBuffer implements Serializable

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException

writeObject

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

Throws:
IOException


Package org.apache.commons.collections.collection

Class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator implements Serializable

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException

writeObject

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

Throws:
IOException

Class org.apache.commons.collections.collection.PredicatedCollection implements Serializable

Serialized Fields

predicate

Predicate predicate
The predicate to use

Class org.apache.commons.collections.collection.SynchronizedCollection implements Serializable

Serialized Fields

collection

Collection collection
The collection to decorate


lock

Object lock
The object to lock on, needed for List/SortedSet views

Class org.apache.commons.collections.collection.TransformedCollection implements Serializable

Serialized Fields

transformer

Transformer transformer
The transformer to use

Class org.apache.commons.collections.collection.UnmodifiableBoundedCollection implements Serializable

Class org.apache.commons.collections.collection.UnmodifiableCollection implements Serializable


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
The list of comparators in the chain.


orderingBits

BitSet orderingBits
Order - false (clear) = ascend; true (set) = descend.


isLocked

boolean isLocked
Whether the chain has been "locked".

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
The comparator being decorated.


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 factory 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.TransformedPredicate implements Serializable

Serialized Fields

iTransformer

Transformer iTransformer
The transformer to call


iPredicate

Predicate iPredicate
The predicate to call

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

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

Serialized Fields

map

Map map
The map underlying the entry/iterator


key

Object key
The key


Package org.apache.commons.collections.list

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

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException

writeObject

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

Throws:
IOException

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.FixedSizeList implements Serializable

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

Serialized Fields

factory

Factory factory
The factory to use to lazily instantiate the objects

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.

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

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

Serialized Fields

set

Set set
Internal Set to maintain uniqueness.

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

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

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


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.FixedSizeMap implements Serializable

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException
Since:
Commons Collections 3.1

writeObject

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

Throws:
IOException
Since:
Commons Collections 3.1

Class org.apache.commons.collections.map.FixedSizeSortedMap 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.Flat3Map 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.LazyMap implements Serializable

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException
Since:
Commons Collections 3.1

writeObject

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

Throws:
IOException
Since:
Commons Collections 3.1
Serialized Fields

factory

Transformer factory
The factory to use to construct elements

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

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.ListOrderedMap implements Serializable

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException
Since:
Commons Collections 3.1

writeObject

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

Throws:
IOException
Since:
Commons Collections 3.1
Serialized Fields

insertOrder

List insertOrder
Internal list to hold the sequence of objects

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.

Serialized Fields

scanUntilRemovable

boolean scanUntilRemovable
Scan behaviour

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

Serialized Fields

map

AbstractHashedMap map
The decorated map

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

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException
Since:
Commons Collections 3.1

writeObject

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

Throws:
IOException
Since:
Commons Collections 3.1
Serialized Fields

keyPredicate

Predicate keyPredicate
The key predicate to use


valuePredicate

Predicate valuePredicate
The value predicate to use

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

Class org.apache.commons.collections.map.ReferenceIdentityMap 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.ReferenceMap 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.SingletonMap implements Serializable

Serialized Fields

key

Object key
Singleton key


value

Object value
Singleton value

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

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException
Since:
Commons Collections 3.1

writeObject

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

Throws:
IOException
Since:
Commons Collections 3.1
Serialized Fields

keyTransformer

Transformer keyTransformer
The transformer to use for the key


valueTransformer

Transformer valueTransformer
The transformer to use for the value

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

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

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException
Since:
Commons Collections 3.1

writeObject

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

Throws:
IOException
Since:
Commons Collections 3.1

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

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException
Since:
Commons Collections 3.1

writeObject

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

Throws:
IOException
Since:
Commons Collections 3.1

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

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException
Since:
Commons Collections 3.1

writeObject

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

Throws:
IOException
Since:
Commons Collections 3.1


Package org.apache.commons.collections.set

Class org.apache.commons.collections.set.AbstractSerializableSetDecorator implements Serializable

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException

writeObject

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

Throws:
IOException

Class org.apache.commons.collections.set.ListOrderedSet implements Serializable

Serialized Fields

setOrder

List setOrder
Internal list to hold the sequence of objects

Class org.apache.commons.collections.set.MapBackedSet implements Serializable

Serialized Fields

map

Map map
The map being used as the backing store


dummyValue

Object dummyValue
The dummyValue to use

Class org.apache.commons.collections.set.PredicatedSet implements Serializable

Class org.apache.commons.collections.set.PredicatedSortedSet implements Serializable

Class org.apache.commons.collections.set.SynchronizedSet implements Serializable

Class org.apache.commons.collections.set.SynchronizedSortedSet implements Serializable

Class org.apache.commons.collections.set.TransformedSet implements Serializable

Class org.apache.commons.collections.set.TransformedSortedSet implements Serializable

Class org.apache.commons.collections.set.UnmodifiableSet implements Serializable

Class org.apache.commons.collections.set.UnmodifiableSortedSet implements Serializable

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException

writeObject

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

Throws:
IOException



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