Serialized Form
-
Package org.apache.commons.collections
-
Class org.apache.commons.collections.ArrayStack
class ArrayStack extends ArrayList implements Serializable- serialVersionUID:
- 2130079159931574599L
-
Exception org.apache.commons.collections.BufferOverflowException
class BufferOverflowException extends RuntimeException implements Serializable-
Serialized Fields
-
throwable
Throwable throwable
The root cause throwable
-
-
-
Exception org.apache.commons.collections.BufferUnderflowException
class BufferUnderflowException extends NoSuchElementException implements Serializable-
Serialized Fields
-
throwable
Throwable throwable
The root cause throwable
-
-
-
Class org.apache.commons.collections.CursorableLinkedList
class CursorableLinkedList extends Object implements Serializable- serialVersionUID:
- 8836393098519411393L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.- Throws:
IOException
-
-
Class org.apache.commons.collections.ExtendedProperties
class ExtendedProperties extends Hashtable 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 initialized. -
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
class FastArrayList extends ArrayList 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
class FastHashMap extends HashMap implements Serializable-
Serialized Fields
-
fast
boolean fast
Are we currently operating in "fast" mode? -
map
HashMap map
The underlying map we are managing.
-
-
-
Class org.apache.commons.collections.FastTreeMap
class FastTreeMap extends TreeMap implements Serializable-
Serialized Fields
-
fast
boolean fast
Are we operating in "fast" mode? -
map
TreeMap map
The underlying map we are managing.
-
-
-
Exception org.apache.commons.collections.FunctorException
class FunctorException extends RuntimeException implements Serializable-
Serialized Fields
-
rootCause
Throwable rootCause
Root cause of the exception
-
-
-
Class org.apache.commons.collections.LRUMap
class LRUMap extends SequencedHashMap implements Externalizable- serialVersionUID:
- 2197433140769957051L
-
Serialization Methods
-
readExternal
Deprecated.- Parameters:
in
- the stream to deserialize from- Throws:
IOException
- if the stream raises itClassNotFoundException
- if the stream raises it
-
writeExternal
Deprecated.- Parameters:
out
- the stream to serialize to- Throws:
IOException
- if the stream raises it
-
-
Class org.apache.commons.collections.MultiHashMap
class MultiHashMap extends HashMap implements Serializable- serialVersionUID:
- 1943563828307035349L
-
Serialization Methods
-
readObject
Deprecated.Read the object during deserialization.- Throws:
IOException
ClassNotFoundException
-
-
Class org.apache.commons.collections.SequencedHashMap
class SequencedHashMap extends Object implements Externalizable- serialVersionUID:
- 3380552487888102930L
-
Serialization Methods
-
readExternal
Deprecated.Deserializes this map from the given stream.- Parameters:
in
- the stream to deserialize from- Throws:
IOException
- if the stream raises itClassNotFoundException
- if the stream raises it
-
writeExternal
Deprecated.Serializes this map to the given stream.- Parameters:
out
- the stream to serialize to- Throws:
IOException
- if the stream raises it
-
-
-
Package org.apache.commons.collections.bag
-
Class org.apache.commons.collections.bag.HashBag
class HashBag extends AbstractMapBag implements Serializable- serialVersionUID:
- -6561115435802554013L
-
Serialization Methods
-
readObject
Read the bag in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the bag out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.bag.PredicatedBag
class PredicatedBag extends PredicatedCollection implements Serializable- serialVersionUID:
- -2575833140344736876L
-
Class org.apache.commons.collections.bag.PredicatedSortedBag
class PredicatedSortedBag extends PredicatedBag implements Serializable- serialVersionUID:
- 3448581314086406616L
-
Class org.apache.commons.collections.bag.SynchronizedBag
class SynchronizedBag extends SynchronizedCollection implements Serializable- serialVersionUID:
- 8084674570753837109L
-
Class org.apache.commons.collections.bag.SynchronizedSortedBag
class SynchronizedSortedBag extends SynchronizedBag implements Serializable- serialVersionUID:
- 722374056718497858L
-
Class org.apache.commons.collections.bag.TransformedBag
class TransformedBag extends TransformedCollection implements Serializable- serialVersionUID:
- 5421170911299074185L
-
Class org.apache.commons.collections.bag.TransformedSortedBag
class TransformedSortedBag extends TransformedBag implements Serializable- serialVersionUID:
- -251737742649401930L
-
Class org.apache.commons.collections.bag.TreeBag
class TreeBag extends AbstractMapBag implements Serializable- serialVersionUID:
- -7740146511091606676L
-
Serialization Methods
-
readObject
Read the bag in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the bag out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.bag.UnmodifiableBag
class UnmodifiableBag extends AbstractBagDecorator implements Serializable- serialVersionUID:
- -1873799975157099624L
-
Serialization Methods
-
readObject
Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
Class org.apache.commons.collections.bag.UnmodifiableSortedBag
class UnmodifiableSortedBag extends AbstractSortedBagDecorator implements Serializable- serialVersionUID:
- -3190437252665717841L
-
Serialization Methods
-
readObject
Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
-
Package org.apache.commons.collections.bidimap
-
Class org.apache.commons.collections.bidimap.DualHashBidiMap
class DualHashBidiMap extends AbstractDualBidiMap implements Serializable- serialVersionUID:
- 721969328361808L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.apache.commons.collections.bidimap.DualTreeBidiMap
class DualTreeBidiMap extends AbstractDualBidiMap implements Serializable- serialVersionUID:
- 721969328361809L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator comparator
The comparator to use
-
-
-
Package org.apache.commons.collections.buffer
-
Class org.apache.commons.collections.buffer.BlockingBuffer
class BlockingBuffer extends SynchronizedBuffer implements Serializable- serialVersionUID:
- 1719328905017860541L
-
Serialized Fields
-
timeout
long timeout
The timeout value in milliseconds.
-
-
Class org.apache.commons.collections.buffer.BoundedBuffer
class BoundedBuffer extends SynchronizedBuffer implements Serializable- serialVersionUID:
- 1536432911093974264L
-
Serialized Fields
-
maximumSize
int maximumSize
The maximum size. -
timeout
long timeout
The timeout milliseconds.
-
-
Class org.apache.commons.collections.buffer.BoundedFifoBuffer
class BoundedFifoBuffer extends AbstractCollection implements Serializable- serialVersionUID:
- 5603722811189451017L
-
Serialization Methods
-
readObject
Read the buffer in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the buffer out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
Serialized Fields
-
maxElements
int maxElements
Capacity of the buffer
-
-
Class org.apache.commons.collections.buffer.CircularFifoBuffer
class CircularFifoBuffer extends BoundedFifoBuffer implements Serializable- serialVersionUID:
- -8423413834657610406L
-
Class org.apache.commons.collections.buffer.PredicatedBuffer
class PredicatedBuffer extends PredicatedCollection implements Serializable- serialVersionUID:
- 2307609000539943581L
-
Class org.apache.commons.collections.buffer.PriorityBuffer
class PriorityBuffer extends AbstractCollection implements Serializable- serialVersionUID:
- 6891186490470027896L
-
Serialized Fields
-
ascendingOrder
boolean ascendingOrder
If true, the first element as determined by the sort order will be returned. If false, the last element as determined by the sort order will be returned. -
comparator
Comparator comparator
The comparator used to order the elements -
elements
Object[] elements
The elements in this buffer. -
size
int size
The number of elements currently in this buffer.
-
-
Class org.apache.commons.collections.buffer.SynchronizedBuffer
class SynchronizedBuffer extends SynchronizedCollection implements Serializable- serialVersionUID:
- -6859936183953626253L
-
Class org.apache.commons.collections.buffer.TransformedBuffer
class TransformedBuffer extends TransformedCollection implements Serializable- serialVersionUID:
- -7901091318986132033L
-
Class org.apache.commons.collections.buffer.UnboundedFifoBuffer
class UnboundedFifoBuffer extends AbstractCollection implements Serializable- serialVersionUID:
- -3482960336579541419L
-
Serialization Methods
-
readObject
Read the buffer in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the buffer out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
Class org.apache.commons.collections.buffer.UnmodifiableBuffer
class UnmodifiableBuffer extends AbstractBufferDecorator implements Serializable- serialVersionUID:
- 1832948656215393357L
-
Serialization Methods
-
readObject
Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
-
Package org.apache.commons.collections.collection
-
Class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
class AbstractSerializableCollectionDecorator extends AbstractCollectionDecorator implements Serializable- serialVersionUID:
- 6249888059822088500L
-
Serialization Methods
-
readObject
Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
Class org.apache.commons.collections.collection.PredicatedCollection
class PredicatedCollection extends AbstractSerializableCollectionDecorator implements Serializable- serialVersionUID:
- -5259182142076705162L
-
Serialized Fields
-
predicate
Predicate predicate
The predicate to use
-
-
Class org.apache.commons.collections.collection.SynchronizedCollection
class SynchronizedCollection extends Object implements Serializable- serialVersionUID:
- 2412805092710877986L
-
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
class TransformedCollection extends AbstractSerializableCollectionDecorator implements Serializable- serialVersionUID:
- 8692300188161871514L
-
Serialized Fields
-
transformer
Transformer transformer
The transformer to use
-
-
Class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
class UnmodifiableBoundedCollection extends AbstractSerializableCollectionDecorator implements Serializable- serialVersionUID:
- -7112672385450340330L
-
Class org.apache.commons.collections.collection.UnmodifiableCollection
class UnmodifiableCollection extends AbstractSerializableCollectionDecorator implements Serializable- serialVersionUID:
- -239892006883819945L
-
-
Package org.apache.commons.collections.comparators
-
Class org.apache.commons.collections.comparators.BooleanComparator
class BooleanComparator extends Object implements Serializable- serialVersionUID:
- 1830042991606340609L
-
Serialized Fields
-
trueFirst
boolean trueFirst
true
ifftrue
values sort beforefalse
values.
-
-
Class org.apache.commons.collections.comparators.ComparableComparator
class ComparableComparator extends Object implements Serializable- serialVersionUID:
- -291439688585137865L
-
Class org.apache.commons.collections.comparators.ComparatorChain
class ComparatorChain extends Object implements Serializable- serialVersionUID:
- -721644942746081630L
-
Class org.apache.commons.collections.comparators.NullComparator
class NullComparator extends Object implements Serializable- serialVersionUID:
- -5820772575483504339L
-
Serialized Fields
-
nonNullComparator
Comparator nonNullComparator
The comparator to use when comparing two non-null
objects. -
nullsAreHigh
boolean nullsAreHigh
Specifies whether anull
are compared as higher than non-null
objects.
-
-
Class org.apache.commons.collections.comparators.ReverseComparator
class ReverseComparator extends Object implements Serializable- serialVersionUID:
- 2858887242028539265L
-
Serialized Fields
-
comparator
Comparator comparator
The comparator being decorated.
-
-
-
Package org.apache.commons.collections.functors
-
Class org.apache.commons.collections.functors.AllPredicate
class AllPredicate extends Object implements Serializable- serialVersionUID:
- -3094696765038308799L
-
Serialized Fields
-
iPredicates
Predicate[] iPredicates
The array of predicates to call
-
-
Class org.apache.commons.collections.functors.AndPredicate
class AndPredicate extends Object implements Serializable- serialVersionUID:
- 4189014213763186912L
-
Class org.apache.commons.collections.functors.AnyPredicate
class AnyPredicate extends Object implements Serializable- serialVersionUID:
- 7429999530934647542L
-
Serialized Fields
-
iPredicates
Predicate[] iPredicates
The array of predicates to call
-
-
Class org.apache.commons.collections.functors.ChainedClosure
class ChainedClosure extends Object implements Serializable- serialVersionUID:
- -3520677225766901240L
-
Serialized Fields
-
iClosures
Closure[] iClosures
The closures to call in turn
-
-
Class org.apache.commons.collections.functors.ChainedTransformer
class ChainedTransformer extends Object implements Serializable- serialVersionUID:
- 3514945074733160196L
-
Serialized Fields
-
iTransformers
Transformer[] iTransformers
The transformers to call in turn
-
-
Class org.apache.commons.collections.functors.CloneTransformer
class CloneTransformer extends Object implements Serializable- serialVersionUID:
- -8188742709499652567L
-
Serialization Methods
-
readObject
Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
ClassNotFoundException
IOException
-
writeObject
Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
IOException
-
-
Class org.apache.commons.collections.functors.ClosureTransformer
class ClosureTransformer extends Object implements Serializable- serialVersionUID:
- 478466901448617286L
-
Serialized Fields
-
iClosure
Closure iClosure
The closure to wrap
-
-
Class org.apache.commons.collections.functors.ConstantFactory
class ConstantFactory extends Object implements Serializable- serialVersionUID:
- -3520677225766901240L
-
Serialized Fields
-
iConstant
Object iConstant
The closures to call in turn
-
-
Class org.apache.commons.collections.functors.ConstantTransformer
class ConstantTransformer extends Object implements Serializable- serialVersionUID:
- 6374440726369055124L
-
Serialized Fields
-
iConstant
Object iConstant
The closures to call in turn
-
-
Class org.apache.commons.collections.functors.EqualPredicate
class EqualPredicate extends Object implements Serializable- serialVersionUID:
- 5633766978029907089L
-
Serialized Fields
-
iValue
Object iValue
The value to compare to
-
-
Class org.apache.commons.collections.functors.ExceptionClosure
class ExceptionClosure extends Object implements Serializable- serialVersionUID:
- 7179106032121985545L
-
Class org.apache.commons.collections.functors.ExceptionFactory
class ExceptionFactory extends Object implements Serializable- serialVersionUID:
- 7179106032121985545L
-
Class org.apache.commons.collections.functors.ExceptionPredicate
class ExceptionPredicate extends Object implements Serializable- serialVersionUID:
- 7179106032121985545L
-
Class org.apache.commons.collections.functors.ExceptionTransformer
class ExceptionTransformer extends Object implements Serializable- serialVersionUID:
- 7179106032121985545L
-
Class org.apache.commons.collections.functors.FactoryTransformer
class FactoryTransformer extends Object implements Serializable- serialVersionUID:
- -6817674502475353160L
-
Serialized Fields
-
iFactory
Factory iFactory
The factory to wrap
-
-
Class org.apache.commons.collections.functors.FalsePredicate
class FalsePredicate extends Object implements Serializable- serialVersionUID:
- 7533784454832764388L
-
Class org.apache.commons.collections.functors.ForClosure
class ForClosure extends Object implements Serializable- serialVersionUID:
- -1190120533393621674L
-
Serialization Methods
-
readObject
Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
ClassNotFoundException
IOException
-
writeObject
Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
IOException
-
-
Serialized Fields
-
iClosure
Closure iClosure
The closure to call -
iCount
int iCount
The number of times to loop
-
-
Class org.apache.commons.collections.functors.IdentityPredicate
class IdentityPredicate extends Object implements Serializable- serialVersionUID:
- -89901658494523293L
-
Serialized Fields
-
iValue
Object iValue
The value to compare to
-
-
Class org.apache.commons.collections.functors.IfClosure
class IfClosure extends Object implements Serializable- serialVersionUID:
- 3518477308466486130L
-
Class org.apache.commons.collections.functors.InstanceofPredicate
class InstanceofPredicate extends Object implements Serializable- serialVersionUID:
- -6682656911025165584L
-
Serialized Fields
-
iType
Class iType
The type to compare to
-
-
Class org.apache.commons.collections.functors.InstantiateFactory
class InstantiateFactory extends Object implements Serializable- serialVersionUID:
- -7732226881069447957L
-
Serialization Methods
-
readObject
Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
ClassNotFoundException
IOException
-
writeObject
Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.commons.collections.functors.InstantiateTransformer
class InstantiateTransformer extends Object implements Serializable- serialVersionUID:
- 3786388740793356347L
-
Serialization Methods
-
readObject
Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
ClassNotFoundException
IOException
-
writeObject
Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.commons.collections.functors.InvokerTransformer
class InvokerTransformer extends Object implements Serializable- serialVersionUID:
- -8653385846894047688L
-
Serialization Methods
-
readObject
Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
ClassNotFoundException
IOException
-
writeObject
Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.commons.collections.functors.MapTransformer
class MapTransformer extends Object implements Serializable- serialVersionUID:
- 862391807045468939L
-
Serialized Fields
-
iMap
Map iMap
The map of data to lookup in
-
-
Class org.apache.commons.collections.functors.NonePredicate
class NonePredicate extends Object implements Serializable- serialVersionUID:
- 2007613066565892961L
-
Serialized Fields
-
iPredicates
Predicate[] iPredicates
The array of predicates to call
-
-
Class org.apache.commons.collections.functors.NOPClosure
class NOPClosure extends Object implements Serializable- serialVersionUID:
- 3518477308466486130L
-
Class org.apache.commons.collections.functors.NOPTransformer
class NOPTransformer extends Object implements Serializable- serialVersionUID:
- 2133891748318574490L
-
Class org.apache.commons.collections.functors.NotNullPredicate
class NotNullPredicate extends Object implements Serializable- serialVersionUID:
- 7533784454832764388L
-
Class org.apache.commons.collections.functors.NotPredicate
class NotPredicate extends Object implements Serializable- serialVersionUID:
- -2654603322338049674L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
The predicate to decorate
-
-
Class org.apache.commons.collections.functors.NullIsExceptionPredicate
class NullIsExceptionPredicate extends Object implements Serializable- serialVersionUID:
- 3243449850504576071L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
The predicate to decorate
-
-
Class org.apache.commons.collections.functors.NullIsFalsePredicate
class NullIsFalsePredicate extends Object implements Serializable- serialVersionUID:
- -2997501534564735525L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
The predicate to decorate
-
-
Class org.apache.commons.collections.functors.NullIsTruePredicate
class NullIsTruePredicate extends Object implements Serializable- serialVersionUID:
- -7625133768987126273L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
The predicate to decorate
-
-
Class org.apache.commons.collections.functors.NullPredicate
class NullPredicate extends Object implements Serializable- serialVersionUID:
- 7533784454832764388L
-
Class org.apache.commons.collections.functors.OnePredicate
class OnePredicate extends Object implements Serializable- serialVersionUID:
- -8125389089924745785L
-
Serialized Fields
-
iPredicates
Predicate[] iPredicates
The array of predicates to call
-
-
Class org.apache.commons.collections.functors.OrPredicate
class OrPredicate extends Object implements Serializable- serialVersionUID:
- -8791518325735182855L
-
Class org.apache.commons.collections.functors.PredicateTransformer
class PredicateTransformer extends Object implements Serializable- serialVersionUID:
- 5278818408044349346L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
The closure to wrap
-
-
Class org.apache.commons.collections.functors.StringValueTransformer
class StringValueTransformer extends Object implements Serializable- serialVersionUID:
- 7511110693171758606L
-
Class org.apache.commons.collections.functors.SwitchClosure
class SwitchClosure extends Object implements Serializable- serialVersionUID:
- 3518477308466486130L
-
Class org.apache.commons.collections.functors.SwitchTransformer
class SwitchTransformer extends Object implements Serializable- serialVersionUID:
- -6404460890903469332L
-
Serialized Fields
-
iDefault
Transformer iDefault
The default transformer to call if no tests match -
iPredicates
Predicate[] iPredicates
The tests to consider -
iTransformers
Transformer[] iTransformers
The matching transformers to call
-
-
Class org.apache.commons.collections.functors.TransformedPredicate
class TransformedPredicate extends Object implements Serializable- serialVersionUID:
- -5596090919668315834L
-
Serialized Fields
-
iPredicate
Predicate iPredicate
The predicate to call -
iTransformer
Transformer iTransformer
The transformer to call
-
-
Class org.apache.commons.collections.functors.TransformerClosure
class TransformerClosure extends Object implements Serializable- serialVersionUID:
- -5194992589193388969L
-
Serialized Fields
-
iTransformer
Transformer iTransformer
The transformer to wrap
-
-
Class org.apache.commons.collections.functors.TransformerPredicate
class TransformerPredicate extends Object implements Serializable- serialVersionUID:
- -2407966402920578741L
-
Serialized Fields
-
iTransformer
Transformer iTransformer
The transformer to call
-
-
Class org.apache.commons.collections.functors.TruePredicate
class TruePredicate extends Object implements Serializable- serialVersionUID:
- 3374767158756189740L
-
Class org.apache.commons.collections.functors.UniquePredicate
class UniquePredicate extends Object implements Serializable- serialVersionUID:
- -3319417438027438040L
-
Serialized Fields
-
iSet
Set iSet
The set of previously seen objects
-
-
Class org.apache.commons.collections.functors.WhileClosure
class WhileClosure extends Object implements Serializable- serialVersionUID:
- -3110538116913760108L
-
Serialization Methods
-
readObject
Overrides the default readObject implementation to prevent de-serialization (see COLLECTIONS-580).- Throws:
ClassNotFoundException
IOException
-
writeObject
Overrides the default writeObject implementation to prevent serialization (see COLLECTIONS-580).- Throws:
IOException
-
-
Serialized Fields
-
-
Package org.apache.commons.collections.keyvalue
-
Class org.apache.commons.collections.keyvalue.MultiKey
class MultiKey extends Object implements Serializable- serialVersionUID:
- 4465448607415788805L
-
Serialization Methods
-
readResolve
Recalculate the hash code after deserialization. The hash code of some keys might have change (hash codes based on the system hash code are only stable for the same process).
-
-
Serialized Fields
-
keys
Object[] keys
The individual keys
-
-
Class org.apache.commons.collections.keyvalue.TiedMapEntry
class TiedMapEntry extends Object implements Serializable- serialVersionUID:
- -8453869361373831205L
-
-
Package org.apache.commons.collections.list
-
Class org.apache.commons.collections.list.AbstractSerializableListDecorator
class AbstractSerializableListDecorator extends AbstractListDecorator implements Serializable- serialVersionUID:
- 2684959196747496299L
-
Serialization Methods
-
readObject
Read the list in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the list out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
Class org.apache.commons.collections.list.CursorableLinkedList
class CursorableLinkedList extends AbstractLinkedList implements Serializable- serialVersionUID:
- 8836393098519411393L
-
Serialization Methods
-
readObject
Deserializes the data held in this object to the stream specified.- Throws:
IOException
ClassNotFoundException
-
writeObject
Serializes the data held in this object to the stream specified.- Throws:
IOException
-
-
Class org.apache.commons.collections.list.FixedSizeList
class FixedSizeList extends AbstractSerializableListDecorator implements Serializable- serialVersionUID:
- -2218010673611160319L
-
Class org.apache.commons.collections.list.GrowthList
class GrowthList extends AbstractSerializableListDecorator implements Serializable- serialVersionUID:
- -3620001881672L
-
Class org.apache.commons.collections.list.LazyList
class LazyList extends AbstractSerializableListDecorator implements Serializable- serialVersionUID:
- -1708388017160694542L
-
Serialized Fields
-
factory
Factory factory
The factory to use to lazily instantiate the objects
-
-
Class org.apache.commons.collections.list.NodeCachingLinkedList
class NodeCachingLinkedList extends AbstractLinkedList implements Serializable- serialVersionUID:
- 6897789178562232073L
-
Serialization Methods
-
readObject
Deserializes the data held in this object to the stream specified.- Throws:
IOException
ClassNotFoundException
-
writeObject
Serializes the data held in this object to the stream specified.- Throws:
IOException
-
-
Serialized Fields
-
maximumCacheSize
int maximumCacheSize
The maximum size of the cache.
-
-
Class org.apache.commons.collections.list.PredicatedList
class PredicatedList extends PredicatedCollection implements Serializable- serialVersionUID:
- -5722039223898659102L
-
Class org.apache.commons.collections.list.SetUniqueList
class SetUniqueList extends AbstractSerializableListDecorator implements Serializable- serialVersionUID:
- 7196982186153478694L
-
Serialized Fields
-
set
Set set
Internal Set to maintain uniqueness.
-
-
Class org.apache.commons.collections.list.SynchronizedList
class SynchronizedList extends SynchronizedCollection implements Serializable- serialVersionUID:
- -1403835447328619437L
-
Class org.apache.commons.collections.list.TransformedList
class TransformedList extends TransformedCollection implements Serializable- serialVersionUID:
- 1077193035000013141L
-
Class org.apache.commons.collections.list.UnmodifiableList
class UnmodifiableList extends AbstractSerializableListDecorator implements Serializable- serialVersionUID:
- 6595182819922443652L
-
-
Package org.apache.commons.collections.map
-
Class org.apache.commons.collections.map.CaseInsensitiveMap
class CaseInsensitiveMap extends AbstractHashedMap implements Serializable- serialVersionUID:
- -7074655917369299456L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.DefaultedMap
class DefaultedMap extends AbstractMapDecorator implements Serializable- serialVersionUID:
- 19698628745827L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
Serialized Fields
-
value
Object value
The transformer to use if the map does not contain a key
-
-
Class org.apache.commons.collections.map.FixedSizeMap
class FixedSizeMap extends AbstractMapDecorator implements Serializable- serialVersionUID:
- 7450927208116179316L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- Since:
- Commons Collections 3.1
-
-
Class org.apache.commons.collections.map.FixedSizeSortedMap
class FixedSizeSortedMap extends AbstractSortedMapDecorator implements Serializable- serialVersionUID:
- 3126019624511683653L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.Flat3Map
class Flat3Map extends Object implements Serializable- serialVersionUID:
- -6701087419741928296L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.HashedMap
class HashedMap extends AbstractHashedMap implements Serializable- serialVersionUID:
- -1788199231038721040L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.IdentityMap
class IdentityMap extends AbstractHashedMap implements Serializable- serialVersionUID:
- 2028493495224302329L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.LazyMap
class LazyMap extends AbstractMapDecorator implements Serializable- serialVersionUID:
- 7990956402564206740L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- 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
class LazySortedMap extends LazyMap implements Serializable- serialVersionUID:
- 2715322183617658933L
-
Class org.apache.commons.collections.map.LinkedMap
class LinkedMap extends AbstractLinkedMap implements Serializable- serialVersionUID:
- 9077234323521161066L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.ListOrderedMap
class ListOrderedMap extends AbstractMapDecorator implements Serializable- serialVersionUID:
- 2728177751851003750L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- 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
class LRUMap extends AbstractLinkedMap implements Serializable- serialVersionUID:
- -612114643488955218L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the map out using a custom routine.- Throws:
IOException
-
-
Serialized Fields
-
scanUntilRemovable
boolean scanUntilRemovable
Scan behaviour
-
-
Class org.apache.commons.collections.map.MultiKeyMap
class MultiKeyMap extends Object implements Serializable- serialVersionUID:
- -1788199231038721040L
-
Serialized Fields
-
map
AbstractHashedMap map
The decorated map
-
-
Class org.apache.commons.collections.map.PredicatedMap
class PredicatedMap extends org.apache.commons.collections.map.AbstractInputCheckedMapDecorator implements Serializable- serialVersionUID:
- 7412622456128415156L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- Since:
- Commons Collections 3.1
-
-
Serialized Fields
-
Class org.apache.commons.collections.map.PredicatedSortedMap
class PredicatedSortedMap extends PredicatedMap implements Serializable- serialVersionUID:
- 3359846175935304332L
-
Class org.apache.commons.collections.map.ReferenceIdentityMap
class ReferenceIdentityMap extends AbstractReferenceMap implements Serializable- serialVersionUID:
- -1266190134568365852L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.ReferenceMap
class ReferenceMap extends AbstractReferenceMap implements Serializable- serialVersionUID:
- 1555089888138299607L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the map out using a custom routine.- Throws:
IOException
-
-
Class org.apache.commons.collections.map.SingletonMap
class SingletonMap extends Object implements Serializable- serialVersionUID:
- -8931271118676803261L
-
Class org.apache.commons.collections.map.TransformedMap
class TransformedMap extends org.apache.commons.collections.map.AbstractInputCheckedMapDecorator implements Serializable- serialVersionUID:
- 7023152376788900464L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- 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
class TransformedSortedMap extends TransformedMap implements Serializable- serialVersionUID:
- -8751771676410385778L
-
Class org.apache.commons.collections.map.UnmodifiableMap
class UnmodifiableMap extends AbstractMapDecorator implements Serializable- serialVersionUID:
- 2737023427269031941L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- Since:
- Commons Collections 3.1
-
-
Class org.apache.commons.collections.map.UnmodifiableOrderedMap
class UnmodifiableOrderedMap extends AbstractOrderedMapDecorator implements Serializable- serialVersionUID:
- 8136428161720526266L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- Since:
- Commons Collections 3.1
-
-
Class org.apache.commons.collections.map.UnmodifiableSortedMap
class UnmodifiableSortedMap extends AbstractSortedMapDecorator implements Serializable- serialVersionUID:
- 5805344239827376360L
-
Serialization Methods
-
readObject
Read the map in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
- Since:
- Commons Collections 3.1
-
writeObject
Write the map out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
- Since:
- Commons Collections 3.1
-
-
-
Package org.apache.commons.collections.set
-
Class org.apache.commons.collections.set.AbstractSerializableSetDecorator
class AbstractSerializableSetDecorator extends AbstractSetDecorator implements Serializable- serialVersionUID:
- 1229469966212206107L
-
Serialization Methods
-
readObject
Read the set in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the set out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-
Class org.apache.commons.collections.set.ListOrderedSet
class ListOrderedSet extends AbstractSerializableSetDecorator implements Serializable- serialVersionUID:
- -228664372470420141L
-
Serialized Fields
-
setOrder
List setOrder
Internal list to hold the sequence of objects
-
-
Class org.apache.commons.collections.set.MapBackedSet
class MapBackedSet extends Object implements Serializable- serialVersionUID:
- 6723912213766056587L
-
Class org.apache.commons.collections.set.PredicatedSet
class PredicatedSet extends PredicatedCollection implements Serializable- serialVersionUID:
- -684521469108685117L
-
Class org.apache.commons.collections.set.PredicatedSortedSet
class PredicatedSortedSet extends PredicatedSet implements Serializable- serialVersionUID:
- -9110948148132275052L
-
Class org.apache.commons.collections.set.SynchronizedSet
class SynchronizedSet extends SynchronizedCollection implements Serializable- serialVersionUID:
- -8304417378626543635L
-
Class org.apache.commons.collections.set.SynchronizedSortedSet
class SynchronizedSortedSet extends SynchronizedCollection implements Serializable- serialVersionUID:
- 2775582861954500111L
-
Class org.apache.commons.collections.set.TransformedSet
class TransformedSet extends TransformedCollection implements Serializable- serialVersionUID:
- 306127383500410386L
-
Class org.apache.commons.collections.set.TransformedSortedSet
class TransformedSortedSet extends TransformedSet implements Serializable- serialVersionUID:
- -1675486811351124386L
-
Class org.apache.commons.collections.set.UnmodifiableSet
class UnmodifiableSet extends AbstractSerializableSetDecorator implements Serializable- serialVersionUID:
- 6499119872185240161L
-
Class org.apache.commons.collections.set.UnmodifiableSortedSet
class UnmodifiableSortedSet extends AbstractSortedSetDecorator implements Serializable- serialVersionUID:
- -725356885467962424L
-
Serialization Methods
-
readObject
Read the collection in using a custom routine.- Parameters:
in
- the input stream- Throws:
IOException
ClassNotFoundException
-
writeObject
Write the collection out using a custom routine.- Parameters:
out
- the output stream- Throws:
IOException
-
-