Serialized Form
- 
Package org.apache.commons.collections4- 
Class org.apache.commons.collections4.ArrayStack- serialVersionUID:
- 2130079159931574599L
 
- 
Exception Class org.apache.commons.collections4.FunctorExceptionclass FunctorException extends RuntimeException implements Serializable- serialVersionUID:
- -4704772662059351193L
 
 
- 
- 
Package org.apache.commons.collections4.bag- 
Class org.apache.commons.collections4.bag.AbstractBagDecorator- serialVersionUID:
- -3768146017343785417L
 
- 
Class org.apache.commons.collections4.bag.AbstractSortedBagDecorator- serialVersionUID:
- -8223473624050467718L
 
- 
Class org.apache.commons.collections4.bag.CollectionBag- serialVersionUID:
- -2560033712679053143L
 - 
Serialization Methods- 
readObjectReads the collection in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
- ClassCastException- if deserialized object has wrong type
 
- 
writeObjectWrites the collection out using a custom routine.- Parameters:
- out- the output stream
- Throws:
- IOException- if an error occurs while writing to the stream
 
 
- 
 
- 
Class org.apache.commons.collections4.bag.CollectionSortedBag- serialVersionUID:
- -2560033712679053143L
 - 
Serialization Methods- 
readObjectDeserializes the collection in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
- ClassCastException- if deserialized object has wrong type
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.bag.HashBag- serialVersionUID:
- -6561115435802554013L
 - 
Serialization Methods- 
readObjectDeserializes the bag in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.bag.PredicatedBag- serialVersionUID:
- -2575833140344736876L
 
- 
Class org.apache.commons.collections4.bag.PredicatedSortedBag- serialVersionUID:
- 3448581314086406616L
 
- 
Class org.apache.commons.collections4.bag.SynchronizedBag- serialVersionUID:
- 8084674570753837109L
 
- 
Class org.apache.commons.collections4.bag.SynchronizedSortedBag- serialVersionUID:
- 722374056718497858L
 
- 
Class org.apache.commons.collections4.bag.TransformedBag- serialVersionUID:
- 5421170911299074185L
 
- 
Class org.apache.commons.collections4.bag.TransformedSortedBag- serialVersionUID:
- -251737742649401930L
 
- 
Class org.apache.commons.collections4.bag.TreeBag- serialVersionUID:
- -7740146511091606676L
 - 
Serialization Methods- 
readObjectDeserializes the bag in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.bag.UnmodifiableBag- serialVersionUID:
- -1873799975157099624L
 - 
Serialization Methods- 
readObjectDeserializes the collection in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
- ClassCastException- if deserialized object has wrong type
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.bag.UnmodifiableSortedBag- serialVersionUID:
- -3190437252665717841L
 - 
Serialization Methods- 
readObjectDeserializes the collection in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
- ClassCastException- if deserialized object has wrong type
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
 
- 
- 
Package org.apache.commons.collections4.bidimap- 
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySet- serialVersionUID:
- 4040410962603292348L
 
- 
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySet- serialVersionUID:
- -7107935777385040694L
 
- 
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Values- serialVersionUID:
- 4023777119829639864L
 
- 
Class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View- serialVersionUID:
- 4621510560119690639L
 - 
Serialized Fields- 
parentAbstractDualBidiMap<K, V> parent The parent map
 
- 
 
- 
Class org.apache.commons.collections4.bidimap.DualHashBidiMap- serialVersionUID:
- 721969328361808L
 - 
Serialization Methods- 
readObjectDeserializes an instance from an ObjectInputStream.- Parameters:
- in- The source ObjectInputStream.
- Throws:
- IOException- Any of the usual Input/Output related exceptions.
- ClassNotFoundException- A class of a serialized object cannot be found.
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.bidimap.DualLinkedHashBidiMap- serialVersionUID:
- 721969328361810L
 - 
Serialization Methods- 
readObjectDeserializes an instance from an ObjectInputStream.- Parameters:
- in- The source ObjectInputStream.
- Throws:
- IOException- Any of the usual Input/Output related exceptions.
- ClassNotFoundException- A class of a serialized object cannot be found.
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.bidimap.DualTreeBidiMap- serialVersionUID:
- 721969328361809L
 - 
Serialization Methods- 
readObjectDeserializes an instance from an ObjectInputStream.- Parameters:
- in- The source ObjectInputStream.
- Throws:
- IOException- Any of the usual Input/Output related exceptions.
- ClassNotFoundException- A class of a serialized object cannot be found.
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
- 
Serialized Fields- 
comparatorComparator<? super K> comparator The key comparator to use
- 
valueComparatorComparator<? super V> valueComparator The value comparator to use
 
- 
 
- 
Class org.apache.commons.collections4.bidimap.TreeBidiMapclass TreeBidiMap extends Object implements Serializable- serialVersionUID:
- 721969328361807L
 - 
Serialization Methods- 
readObjectDeserializes the content of the stream.- Parameters:
- stream- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
 
- 
- 
Package org.apache.commons.collections4.collection- 
Class org.apache.commons.collections4.collection.AbstractCollectionDecoratorclass AbstractCollectionDecorator extends Object implements Serializable- serialVersionUID:
- 6249888059822088500L
 - 
Serialized Fields- 
collectionCollection<E> collection The collection being decorated
 
- 
 
- 
Class org.apache.commons.collections4.collection.CompositeCollectionclass CompositeCollection extends Object implements Serializable- serialVersionUID:
- 8417515734108306801L
 - 
Serialized Fields- 
allList<Collection<E>> all Collections in the composite
- 
mutatorCompositeCollection.CollectionMutator<E> mutator CollectionMutator to handle changes to the collection
 
- 
 
- 
Class org.apache.commons.collections4.collection.IndexedCollection- serialVersionUID:
- -5512610452568370038L
 - 
Serialized Fields- 
indexMultiMap<K, C> index The map of indexes to collected objects.
- 
keyTransformerTransformer<C, K> keyTransformer TheTransformerfor generating index keys.
- 
uniqueIndexboolean uniqueIndex The uniqueness constraint for the index.
 
- 
 
- 
Class org.apache.commons.collections4.collection.PredicatedCollection- serialVersionUID:
- -5259182142076705162L
 
- 
Class org.apache.commons.collections4.collection.SynchronizedCollectionclass SynchronizedCollection extends Object implements Serializable- serialVersionUID:
- 2412805092710877986L
 - 
Serialized Fields- 
collectionCollection<E> collection The collection to decorate
- 
lockObject lock The object to lock on, needed for List/SortedSet views
 
- 
 
- 
Class org.apache.commons.collections4.collection.TransformedCollection- serialVersionUID:
- 8692300188161871514L
 - 
Serialized Fields- 
transformerTransformer<? super E, ? extends E> transformer The transformer to use
 
- 
 
- 
Class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection- serialVersionUID:
- -7112672385450340330L
 
- 
Class org.apache.commons.collections4.collection.UnmodifiableCollection- serialVersionUID:
- -239892006883819945L
 
 
- 
- 
Package org.apache.commons.collections4.comparators- 
Class org.apache.commons.collections4.comparators.BooleanComparatorclass BooleanComparator extends Object implements Serializable- serialVersionUID:
- 1830042991606340609L
 - 
Serialized Fields- 
trueFirstboolean trueFirst trueifftruevalues sort beforefalsevalues.
 
- 
 
- 
Class org.apache.commons.collections4.comparators.ComparableComparatorclass ComparableComparator extends Object implements Serializable- serialVersionUID:
- -291439688585137865L
 
- 
Class org.apache.commons.collections4.comparators.ComparatorChainclass ComparatorChain extends Object implements Serializable- serialVersionUID:
- -721644942746081630L
 - 
Serialized Fields- 
comparatorChainList<Comparator<E>> comparatorChain The list of comparators in the chain.
- 
isLockedboolean isLocked Whether the chain has been "locked".
- 
orderingBitsBitSet orderingBits Order - false (clear) = ascend; true (set) = descend.
 
- 
 
- 
Class org.apache.commons.collections4.comparators.FixedOrderComparatorclass FixedOrderComparator extends Object implements Serializable- serialVersionUID:
- 82794675842863201L
 - 
Serialized Fields- 
counterint counter Counter used in determining the position in the map
- 
isLockedboolean isLocked Is the comparator locked against further change
- 
mapMap<T, Integer> map Internal map of object to position
- 
unknownObjectBehaviorFixedOrderComparator.UnknownObjectBehavior unknownObjectBehavior The behavior in the case of an unknown object
 
- 
 
- 
Class org.apache.commons.collections4.comparators.NullComparatorclass NullComparator extends Object implements Serializable- serialVersionUID:
- -5820772575483504339L
 - 
Serialized Fields- 
nonNullComparatorComparator<? super E> nonNullComparator The comparator to use when comparing two non-nullobjects.
- 
nullsAreHighboolean nullsAreHigh Specifies whether anullare compared as higher than non-nullobjects.
 
- 
 
- 
Class org.apache.commons.collections4.comparators.ReverseComparatorclass ReverseComparator extends Object implements Serializable- serialVersionUID:
- 2858887242028539265L
 - 
Serialized Fields- 
comparatorComparator<? super E> comparator The comparator being decorated.
 
- 
 
- 
Class org.apache.commons.collections4.comparators.TransformingComparatorclass TransformingComparator extends Object implements Serializable- serialVersionUID:
- 3456940356043606220L
 - 
Serialized Fields- 
decoratedComparator<O> decorated The decorated comparator.
- 
transformerTransformer<? super I, ? extends O> transformer The transformer being used.
 
- 
 
 
- 
- 
Package org.apache.commons.collections4.functors- 
Class org.apache.commons.collections4.functors.AbstractQuantifierPredicate- serialVersionUID:
- -3094696765038308799L
 
- 
Class org.apache.commons.collections4.functors.AllPredicate- serialVersionUID:
- -3094696765038308799L
 
- 
Class org.apache.commons.collections4.functors.AndPredicate- serialVersionUID:
- 4189014213763186912L
 
- 
Class org.apache.commons.collections4.functors.AnyPredicate- serialVersionUID:
- 7429999530934647542L
 
- 
Class org.apache.commons.collections4.functors.ChainedClosureclass ChainedClosure extends Object implements Serializable- serialVersionUID:
- -3520677225766901240L
 
- 
Class org.apache.commons.collections4.functors.ChainedTransformerclass ChainedTransformer extends Object implements Serializable- serialVersionUID:
- 3514945074733160196L
 - 
Serialized Fields- 
iTransformersTransformer<? super T, ? extends T>[] iTransformers The transformers to call in turn
 
- 
 
- 
Class org.apache.commons.collections4.functors.ClosureTransformerclass ClosureTransformer extends Object implements Serializable- serialVersionUID:
- 478466901448617286L
 
- 
Class org.apache.commons.collections4.functors.ComparatorPredicate- serialVersionUID:
- -1863209236504077399L
 - 
Serialized Fields- 
comparatorComparator<T> comparator The comparator to use for comparison
- 
criterionComparatorPredicate.Criterion criterion The comparison evaluation criterion to use
- 
objectT object The internal object to compare with
 
- 
 
- 
Class org.apache.commons.collections4.functors.ConstantFactoryclass ConstantFactory extends Object implements Serializable- serialVersionUID:
- -3520677225766901240L
 - 
Serialized Fields- 
iConstantT iConstant The closures to call in turn
 
- 
 
- 
Class org.apache.commons.collections4.functors.ConstantTransformerclass ConstantTransformer extends Object implements Serializable- serialVersionUID:
- 6374440726369055124L
 - 
Serialized Fields- 
iConstantR iConstant The closures to call in turn
 
- 
 
- 
Class org.apache.commons.collections4.functors.DefaultEquatorclass DefaultEquator extends Object implements Serializable- serialVersionUID:
- 825802648423525485L
 - 
Serialization Methods- 
readResolveReturns the singleton instance.
 
- 
 
- 
Class org.apache.commons.collections4.functors.EqualPredicate- serialVersionUID:
- 5633766978029907089L
 
- 
Class org.apache.commons.collections4.functors.ExceptionClosureclass ExceptionClosure extends Object implements Serializable- serialVersionUID:
- 7179106032121985545L
 - 
Serialization Methods- 
readResolveReturns the singleton instance.
 
- 
 
- 
Class org.apache.commons.collections4.functors.ExceptionFactoryclass ExceptionFactory extends Object implements Serializable- serialVersionUID:
- 7179106032121985545L
 - 
Serialization Methods- 
readResolveReturns the singleton instance.
 
- 
 
- 
Class org.apache.commons.collections4.functors.ExceptionPredicate- serialVersionUID:
- 7179106032121985545L
 - 
Serialization Methods- 
readResolveReturns the singleton instance.
 
- 
 
- 
Class org.apache.commons.collections4.functors.ExceptionTransformerclass ExceptionTransformer extends Object implements Serializable- serialVersionUID:
- 7179106032121985545L
 - 
Serialization Methods- 
readResolveReturns the singleton instance.
 
- 
 
- 
Class org.apache.commons.collections4.functors.FactoryTransformerclass FactoryTransformer extends Object implements Serializable- serialVersionUID:
- -6817674502475353160L
 
- 
Class org.apache.commons.collections4.functors.FalsePredicate- serialVersionUID:
- 7533784454832764388L
 - 
Serialization Methods- 
readResolveReturns the singleton instance.
 
- 
 
- 
Class org.apache.commons.collections4.functors.IdentityPredicate- serialVersionUID:
- -89901658494523293L
 - 
Serialized Fields- 
iValueT iValue The value to compare to
 
- 
 
- 
Class org.apache.commons.collections4.functors.IfClosureclass IfClosure extends Object implements Serializable- serialVersionUID:
- 3518477308466486130L
 
- 
Class org.apache.commons.collections4.functors.IfTransformerclass IfTransformer extends Object implements Serializable- serialVersionUID:
- 8069309411242014252L
 - 
Serialized Fields- 
iFalseTransformerTransformer<? super T, ? extends R> iFalseTransformer The transformer to use if false
- 
iPredicatePredicate<? super T> iPredicate The test
- 
iTrueTransformerTransformer<? super T, ? extends R> iTrueTransformer The transformer to use if true
 
- 
 
- 
Class org.apache.commons.collections4.functors.InstanceofPredicate- serialVersionUID:
- -6682656911025165584L
 - 
Serialized Fields- 
iTypeClass<?> iType The type to compare to
 
- 
 
- 
Class org.apache.commons.collections4.functors.MapTransformerclass MapTransformer extends Object implements Serializable- serialVersionUID:
- 862391807045468939L
 
- 
Class org.apache.commons.collections4.functors.NonePredicate- serialVersionUID:
- 2007613066565892961L
 
- 
Class org.apache.commons.collections4.functors.NOPClosureclass NOPClosure extends Object implements Serializable- serialVersionUID:
- 3518477308466486130L
 - 
Serialization Methods- 
readResolveReturns the singleton instance.
 
- 
 
- 
Class org.apache.commons.collections4.functors.NOPTransformerclass NOPTransformer extends Object implements Serializable- serialVersionUID:
- 2133891748318574490L
 - 
Serialization Methods- 
readResolveReturns the singleton instance.
 
- 
 
- 
Class org.apache.commons.collections4.functors.NotNullPredicate- serialVersionUID:
- 7533784454832764388L
 - 
Serialization Methods- 
readResolveReturns the singleton instance.
 
- 
 
- 
Class org.apache.commons.collections4.functors.NotPredicate- serialVersionUID:
- -2654603322338049674L
 
- 
Class org.apache.commons.collections4.functors.NullIsExceptionPredicate- serialVersionUID:
- 3243449850504576071L
 
- 
Class org.apache.commons.collections4.functors.NullIsFalsePredicate- serialVersionUID:
- -2997501534564735525L
 
- 
Class org.apache.commons.collections4.functors.NullIsTruePredicate- serialVersionUID:
- -7625133768987126273L
 
- 
Class org.apache.commons.collections4.functors.NullPredicate- serialVersionUID:
- 7533784454832764388L
 - 
Serialization Methods- 
readResolveReturns the singleton instance.
 
- 
 
- 
Class org.apache.commons.collections4.functors.OnePredicate- serialVersionUID:
- -8125389089924745785L
 
- 
Class org.apache.commons.collections4.functors.OrPredicate- serialVersionUID:
- -8791518325735182855L
 
- 
Class org.apache.commons.collections4.functors.PredicateTransformerclass PredicateTransformer extends Object implements Serializable- serialVersionUID:
- 5278818408044349346L
 
- 
Class org.apache.commons.collections4.functors.StringValueTransformerclass StringValueTransformer extends Object implements Serializable- serialVersionUID:
- 7511110693171758606L
 - 
Serialization Methods- 
readResolveReturns the singleton instance.
 
- 
 
- 
Class org.apache.commons.collections4.functors.SwitchClosureclass SwitchClosure extends Object implements Serializable- serialVersionUID:
- 3518477308466486130L
 
- 
Class org.apache.commons.collections4.functors.SwitchTransformerclass SwitchTransformer extends Object implements Serializable- serialVersionUID:
- -6404460890903469332L
 - 
Serialized Fields- 
iDefaultTransformer<? super T, ? extends R> iDefault The default transformer to call if no tests match
- 
iPredicatesPredicate<? super T>[] iPredicates The tests to consider
- 
iTransformersTransformer<? super T, ? extends R>[] iTransformers The matching transformers to call
 
- 
 
- 
Class org.apache.commons.collections4.functors.TransformedPredicate- serialVersionUID:
- -5596090919668315834L
 - 
Serialized Fields- 
iPredicatePredicate<? super T> iPredicate The predicate to call
- 
iTransformerTransformer<? super T, ? extends T> iTransformer The transformer to call
 
- 
 
- 
Class org.apache.commons.collections4.functors.TransformerClosureclass TransformerClosure extends Object implements Serializable- serialVersionUID:
- -5194992589193388969L
 - 
Serialized Fields- 
iTransformerTransformer<? super T, ?> iTransformer The transformer to wrap
 
- 
 
- 
Class org.apache.commons.collections4.functors.TransformerPredicate- serialVersionUID:
- -2407966402920578741L
 - 
Serialized Fields- 
iTransformerTransformer<? super T, Boolean> iTransformer The transformer to call
 
- 
 
- 
Class org.apache.commons.collections4.functors.TruePredicate- serialVersionUID:
- 3374767158756189740L
 - 
Serialization Methods- 
readResolveReturns the singleton instance.
 
- 
 
- 
Class org.apache.commons.collections4.functors.UniquePredicate- serialVersionUID:
- -3319417438027438040L
 
 
- 
- 
Package org.apache.commons.collections4.keyvalue- 
Class org.apache.commons.collections4.keyvalue.MultiKeyclass MultiKey extends Object implements Serializable- serialVersionUID:
- 4465448607415788805L
 - 
Serialization Methods- 
readResolveRecalculate 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- 
keysK[] keys The individual keys
 
- 
 
- 
Class org.apache.commons.collections4.keyvalue.TiedMapEntryclass TiedMapEntry extends Object implements Serializable- serialVersionUID:
- -8453869361373831205L
 
 
- 
- 
Package org.apache.commons.collections4.list- 
Class org.apache.commons.collections4.list.AbstractListDecorator- serialVersionUID:
- 4500739654952315623L
 
- 
Class org.apache.commons.collections4.list.AbstractSerializableListDecorator- serialVersionUID:
- 2684959196747496299L
 - 
Serialization Methods- 
readObjectDeserializes the list in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.list.CursorableLinkedList- serialVersionUID:
- 8836393098519411393L
 - 
Serialization Methods- 
readObjectDeprecated.Deserializes the data held in this object to the stream specified.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectDeprecated.Serializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.list.FixedSizeList- serialVersionUID:
- -2218010673611160319L
 
- 
Class org.apache.commons.collections4.list.GrowthList- serialVersionUID:
- -3620001881672L
 
- 
Class org.apache.commons.collections4.list.LazyList- serialVersionUID:
- -3677737457567429713L
 - 
Serialized Fields- 
factoryFactory<? extends E> factory The factory to use to lazily instantiate the objects
- 
transformerTransformer<Integer, ? extends E> transformer The transformer to use to lazily instantiate the objects
 
- 
 
- 
Class org.apache.commons.collections4.list.NodeCachingLinkedList- serialVersionUID:
- 6897789178562232073L
 - 
Serialization Methods- 
readObjectDeprecated.Deserializes the data held in this object to the stream specified.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectDeprecated.Serializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
- 
Serialized Fields- 
maximumCacheSizeint maximumCacheSize Deprecated.The maximum size of the cache.
 
- 
 
- 
Class org.apache.commons.collections4.list.PredicatedList- serialVersionUID:
- -5722039223898659102L
 
- 
Class org.apache.commons.collections4.list.SetUniqueList- serialVersionUID:
- 7196982186153478694L
 
- 
Class org.apache.commons.collections4.list.TransformedList- serialVersionUID:
- 1077193035000013141L
 
- 
Class org.apache.commons.collections4.list.UnmodifiableList- serialVersionUID:
- 6595182819922443652L
 
 
- 
- 
Package org.apache.commons.collections4.map- 
Class org.apache.commons.collections4.map.CaseInsensitiveMap- serialVersionUID:
- -7074655917369299456L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.map.CompositeMap- serialVersionUID:
- -6096931280583808322L
 
- 
Class org.apache.commons.collections4.map.DefaultedMap- serialVersionUID:
- 19698628745827L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
- 
Serialized Fields- 
valueTransformer<? super K, ? extends V> value The transformer to use if the map does not contain a key
 
- 
 
- 
Class org.apache.commons.collections4.map.FixedSizeMap- serialVersionUID:
- 7450927208116179316L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
- Since:
- 3.1
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
- Since:
- 3.1
 
 
- 
 
- 
Class org.apache.commons.collections4.map.FixedSizeSortedMap- serialVersionUID:
- 3126019624511683653L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectWrites the map out using a custom routine.- Parameters:
- out- the output stream
- Throws:
- IOException- if an error occurs while writing to the stream
 
 
- 
 
- 
Class org.apache.commons.collections4.map.Flat3Mapclass Flat3Map extends Object implements Serializable- serialVersionUID:
- -6701087419741928296L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.map.HashedMap- serialVersionUID:
- -1788199231038721040L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.map.LazyMap- serialVersionUID:
- 7990956402564206740L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
- Since:
- 3.1
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
- Since:
- 3.1
 
 
- 
- 
Serialized Fields- 
factoryTransformer<? super K, ? extends V> factory The factory to use to construct elements
 
- 
 
- 
Class org.apache.commons.collections4.map.LazySortedMap- serialVersionUID:
- 2715322183617658933L
 
- 
Class org.apache.commons.collections4.map.LinkedMap- serialVersionUID:
- 9077234323521161066L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.map.ListOrderedMap- serialVersionUID:
- 2728177751851003750L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
- Since:
- 3.1
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
- Since:
- 3.1
 
 
- 
- 
Serialized Fields
 
- 
Class org.apache.commons.collections4.map.LRUMap- serialVersionUID:
- -612114643488955218L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
- 
Serialized Fields- 
scanUntilRemovableboolean scanUntilRemovable Scan behavior
 
- 
 
- 
Class org.apache.commons.collections4.map.MultiKeyMap- serialVersionUID:
- -1788199231038721040L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.map.MultiValueMap- serialVersionUID:
- -2214159910087182007L
 - 
Serialization Methods- 
readObjectDeprecated.Deserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
- Since:
- 4.0
 
- 
writeObjectDeprecated.Serializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
- Since:
- 4.0
 
 
- 
- 
Serialized Fields- 
collectionFactoryFactory<? extends Collection<V>> collectionFactory Deprecated.The factory for creating value collections.
 
- 
 
- 
Class org.apache.commons.collections4.map.PassiveExpiringMap- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
- 
Serialized Fields
 
- 
Class org.apache.commons.collections4.map.PassiveExpiringMap.ConstantTimeToLiveExpirationPolicyclass ConstantTimeToLiveExpirationPolicy extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
timeToLiveMillislong timeToLiveMillis The constant time-to-live value measured in milliseconds.
 
- 
 
- 
Class org.apache.commons.collections4.map.PredicatedMapclass PredicatedMap extends org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator<K,V> implements Serializable - serialVersionUID:
- 7412622456128415156L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
- Since:
- 3.1
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
- Since:
- 3.1
 
 
- 
- 
Serialized Fields
 
- 
Class org.apache.commons.collections4.map.PredicatedSortedMap- serialVersionUID:
- 3359846175935304332L
 
- 
Class org.apache.commons.collections4.map.ReferenceIdentityMap- serialVersionUID:
- -1266190134568365852L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.map.ReferenceMap- serialVersionUID:
- 1555089888138299607L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.map.SingletonMapclass SingletonMap extends Object implements Serializable- serialVersionUID:
- -8931271118676803261L
 
- 
Class org.apache.commons.collections4.map.TransformedMapclass TransformedMap extends org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator<K,V> implements Serializable - serialVersionUID:
- 7023152376788900464L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
- Since:
- 3.1
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
- Since:
- 3.1
 
 
- 
- 
Serialized Fields- 
keyTransformerTransformer<? super K, ? extends K> keyTransformer The transformer to use for the key
- 
valueTransformerTransformer<? super V, ? extends V> valueTransformer The transformer to use for the value
 
- 
 
- 
Class org.apache.commons.collections4.map.TransformedSortedMap- serialVersionUID:
- -8751771676410385778L
 
- 
Class org.apache.commons.collections4.map.UnmodifiableEntrySet- serialVersionUID:
- 1678353579659253473L
 
- 
Class org.apache.commons.collections4.map.UnmodifiableMap- serialVersionUID:
- 2737023427269031941L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
- Since:
- 3.1
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
- Since:
- 3.1
 
 
- 
 
- 
Class org.apache.commons.collections4.map.UnmodifiableOrderedMap- serialVersionUID:
- 8136428161720526266L
 - 
Serialization Methods- 
readObjectDeseializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
- Since:
- 3.1
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
- Since:
- 3.1
 
 
- 
 
- 
Class org.apache.commons.collections4.map.UnmodifiableSortedMap- serialVersionUID:
- 5805344239827376360L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
- Since:
- 3.1
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
- Since:
- 3.1
 
 
- 
 
 
- 
- 
Package org.apache.commons.collections4.multimap- 
Class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecoratorclass AbstractMultiValuedMapDecorator extends Object implements Serializable- serialVersionUID:
- 20150612L
 - 
Serialized Fields- 
mapMultiValuedMap<K, V> map MultiValuedMap to decorate
 
- 
 
- 
Class org.apache.commons.collections4.multimap.ArrayListValuedHashMap- serialVersionUID:
- 20151118L
 - 
Serialization Methods- 
readObjectDeserializes an instance from an ObjectInputStream.- Parameters:
- in- The source ObjectInputStream.
- Throws:
- IOException- Any of the usual Input/Output related exceptions.
- ClassNotFoundException- A class of a serialized object cannot be found.
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
- 
Serialized Fields- 
initialListCapacityint initialListCapacity The initial list capacity when creating a new value collection.
 
- 
 
- 
Class org.apache.commons.collections4.multimap.ArrayListValuedLinkedHashMap- serialVersionUID:
- 20241014L
 - 
Serialization Methods- 
readObjectDeserializes an instance from an ObjectInputStream.- Parameters:
- in- The source ObjectInputStream.
- Throws:
- IOException- Any of the usual Input/Output related exceptions.
- ClassNotFoundException- A class of a serialized object cannot be found.
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
- 
Serialized Fields- 
initialListCapacityint initialListCapacity The initial list capacity when creating a new value collection.
 
- 
 
- 
Class org.apache.commons.collections4.multimap.HashSetValuedHashMap- serialVersionUID:
- 20151118L
 - 
Serialization Methods- 
readObjectDeserializes an instance from an ObjectInputStream.- Parameters:
- in- The source ObjectInputStream.
- Throws:
- IOException- Any of the usual Input/Output related exceptions.
- ClassNotFoundException- A class of a serialized object cannot be found.
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
- 
Serialized Fields- 
initialSetCapacityint initialSetCapacity The initial list capacity when creating a new value collection.
 
- 
 
- 
Class org.apache.commons.collections4.multimap.LinkedHashSetValuedLinkedHashMap- serialVersionUID:
- 20241020L
 - 
Serialization Methods- 
readObjectDeserializes an instance from an ObjectInputStream.- Parameters:
- in- The source ObjectInputStream.
- Throws:
- IOException- Any of the usual Input/Output related exceptions.
- ClassNotFoundException- A class of a serialized object cannot be found.
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
- 
Serialized Fields- 
initialSetCapacityint initialSetCapacity The initial list capacity when creating a new value collection.
 
- 
 
- 
Class org.apache.commons.collections4.multimap.TransformedMultiValuedMapclass TransformedMultiValuedMap extends AbstractMultiValuedMapDecorator<K,V> implements Serializable - serialVersionUID:
- 20150612L
 - 
Serialized Fields- 
keyTransformerTransformer<? super K, ? extends K> keyTransformer The key transformer
- 
valueTransformerTransformer<? super V, ? extends V> valueTransformer The value transformer
 
- 
 
- 
Class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMapclass UnmodifiableMultiValuedMap extends AbstractMultiValuedMapDecorator<K,V> implements Serializable - serialVersionUID:
- 20150612L
 
 
- 
- 
Package org.apache.commons.collections4.multiset- 
Class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator- serialVersionUID:
- 20150610L
 
- 
Class org.apache.commons.collections4.multiset.HashMultiSet- serialVersionUID:
- 20150610L
 - 
Serialization Methods- 
readObjectDeserializes the multiset in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.multiset.PredicatedMultiSet- serialVersionUID:
- 20150629L
 
- 
Class org.apache.commons.collections4.multiset.SynchronizedMultiSet- serialVersionUID:
- 20150629L
 
- 
Class org.apache.commons.collections4.multiset.UnmodifiableMultiSet- serialVersionUID:
- 20150611L
 - 
Serialization Methods- 
readObjectDeserializes the collection in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
- ClassCastException- if deserialized object has wrong type
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
 
- 
- 
Package org.apache.commons.collections4.properties- 
Class org.apache.commons.collections4.properties.OrderedPropertiesclass OrderedProperties extends Properties implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
orderedKeysLinkedHashSet<Object> orderedKeys Preserves the insertion order.
 
- 
 
- 
Class org.apache.commons.collections4.properties.SortedPropertiesclass SortedProperties extends Properties implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.commons.collections4.queue- 
Class org.apache.commons.collections4.queue.AbstractQueueDecorator- serialVersionUID:
- -2629815475789577029L
 
- 
Class org.apache.commons.collections4.queue.CircularFifoQueue- serialVersionUID:
- -8423413834657610406L
 - 
Serialization Methods- 
readObjectDeserializes the queue in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an I/O error occurs while writing to the output stream
- ClassNotFoundException- if the class of a serialized object cannot be found
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
- 
Serialized Fields- 
maxElementsint maxElements Capacity of the queue.
 
- 
 
- 
Class org.apache.commons.collections4.queue.PredicatedQueue- serialVersionUID:
- 2307609000539943581L
 
- 
Class org.apache.commons.collections4.queue.SynchronizedQueue- serialVersionUID:
- 1L
 
- 
Class org.apache.commons.collections4.queue.TransformedQueue- serialVersionUID:
- -7901091318986132033L
 
- 
Class org.apache.commons.collections4.queue.UnmodifiableQueue- serialVersionUID:
- 1832948656215393357L
 - 
Serialization Methods- 
readObjectDeserializes the collection in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an I/O error occurs while reading from the input stream
- ClassNotFoundException- if the class of a serialized object cannot be found
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
 
- 
- 
Package org.apache.commons.collections4.set
- 
Class org.apache.commons.collections4.set.AbstractSerializableSetDecorator- serialVersionUID:
- 1229469966212206107L
 - 
Serialization Methods- 
readObjectDeserializes the set in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.set.AbstractSetDecorator- serialVersionUID:
- -4678668309576958546L
 
- 
Class org.apache.commons.collections4.set.AbstractSortedSetDecorator- serialVersionUID:
- -3462240946294214398L
 
- 
Class org.apache.commons.collections4.set.CompositeSetclass CompositeSet extends Object implements Serializable- serialVersionUID:
- 5185069727540378940L
 - 
Serialized Fields- 
allList<Set<E>> all Sets in the composite
- 
mutatorCompositeSet.SetMutator<E> mutator SetMutator to handle changes to the collection
 
- 
 
- 
Class org.apache.commons.collections4.set.ListOrderedSet- serialVersionUID:
- -228664372470420141L
 
- 
Class org.apache.commons.collections4.set.MapBackedSetclass MapBackedSet extends Object implements Serializable- serialVersionUID:
- 6723912213766056587L
 
- 
Class org.apache.commons.collections4.set.PredicatedSet- serialVersionUID:
- -684521469108685117L
 
- 
Class org.apache.commons.collections4.set.PredicatedSortedSet- serialVersionUID:
- -9110948148132275052L
 
- 
Class org.apache.commons.collections4.set.TransformedSet- serialVersionUID:
- 306127383500410386L
 
- 
Class org.apache.commons.collections4.set.TransformedSortedSet- serialVersionUID:
- -1675486811351124386L
 
- 
Class org.apache.commons.collections4.set.UnmodifiableSet- serialVersionUID:
- 6499119872185240161L
 
- 
Class org.apache.commons.collections4.set.UnmodifiableSortedSet- serialVersionUID:
- -725356885467962424L
 - 
Serialization Methods- 
readObjectDeserializes the collection in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
 
- 
Package org.apache.commons.collections4.splitmap- 
Class org.apache.commons.collections4.splitmap.TransformedSplitMap- serialVersionUID:
- 5966875321133456994L
 - 
Serialization Methods- 
readObjectDeserializes the map in using a custom routine.- Parameters:
- in- the input stream
- Throws:
- IOException- if an error occurs while reading from the stream
- ClassNotFoundException- if an object read from the stream cannot be loaded
- Since:
- 3.1
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
- 
Serialized Fields- 
keyTransformerTransformer<? super J, ? extends K> keyTransformer The transformer to use for the key
- 
valueTransformerTransformer<? super U, ? extends V> valueTransformer The transformer to use for the value
 
- 
 
 
- 
- 
Package org.apache.commons.collections4.trie- 
Class org.apache.commons.collections4.trie.AbstractBitwiseTrie- serialVersionUID:
- 5826987063535505652L
 - 
Serialized Fields- 
keyAnalyzerKeyAnalyzer<? super K> keyAnalyzer TheKeyAnalyzerthat's being used to build the PATRICIATrie.
 
- 
 
- 
Class org.apache.commons.collections4.trie.AbstractPatriciaTrie- serialVersionUID:
- 5155253417231339498L
 - 
Serialization Methods- 
readObjectDeserializes an instance from an ObjectInputStream.- Parameters:
- in- The source ObjectInputStream.
- Throws:
- IOException- Any of the usual Input/Output related exceptions.
- ClassNotFoundException- A class of a serialized object cannot be found.
 
- 
writeObjectSerializes this object to an ObjectOutputStream.- Parameters:
- out- the target ObjectOutputStream.
- Throws:
- IOException- thrown when an I/O errors occur writing to the target stream.
 
 
- 
 
- 
Class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntryclass TrieEntry extends org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry<K,V> implements Serializable - serialVersionUID:
- 4596023148184140013L
 - 
Serialized Fields- 
bitIndexint bitIndex The index this entry is comparing.
- 
leftAbstractPatriciaTrie.TrieEntry<K, V> left The left child of this entry.
- 
parentAbstractPatriciaTrie.TrieEntry<K, V> parent The parent of this entry.
- 
predecessorAbstractPatriciaTrie.TrieEntry<K, V> predecessor The entry who uplinks to this entry.
- 
rightAbstractPatriciaTrie.TrieEntry<K, V> right The right child of this entry.
 
- 
 
- 
Class org.apache.commons.collections4.trie.KeyAnalyzerclass KeyAnalyzer extends Object implements Serializable- serialVersionUID:
- -20497563720380683L
 
- 
Class org.apache.commons.collections4.trie.PatriciaTrie- serialVersionUID:
- 4446367780901817838L
 
- 
Class org.apache.commons.collections4.trie.UnmodifiableTrieclass UnmodifiableTrie extends Object implements Serializable- serialVersionUID:
- -7156426030315945159L
 
 
- 
- 
Package org.apache.commons.collections4.trie.analyzer- 
Class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer- serialVersionUID:
- -7032449491269434877L
 
 
-