|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.apache.commons.collections |
---|
Class org.apache.commons.collections.ArrayStack extends ArrayList<E> implements Serializable |
---|
serialVersionUID: 2130079159931574599L
Class org.apache.commons.collections.BufferOverflowException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
Throwable throwable
Class org.apache.commons.collections.BufferUnderflowException extends NoSuchElementException implements Serializable |
---|
Serialized Fields |
---|
Throwable throwable
Class org.apache.commons.collections.ExtendedProperties extends Hashtable implements Serializable |
---|
Serialized Fields |
---|
ExtendedProperties defaults
String file
String basePath
String fileSeparator
boolean isInitialized
ArrayList<E> keysAsListed
Class org.apache.commons.collections.FastArrayList extends ArrayList<E> implements Serializable |
---|
Serialized Fields |
---|
ArrayList<E> list
boolean fast
Class org.apache.commons.collections.FastHashMap extends HashMap<K,V> implements Serializable |
---|
Serialized Fields |
---|
HashMap<K,V> map
boolean fast
Class org.apache.commons.collections.FastTreeMap extends TreeMap<K,V> implements Serializable |
---|
Serialized Fields |
---|
TreeMap<K,V> map
boolean fast
Class org.apache.commons.collections.FunctorException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
Throwable rootCause
Class org.apache.commons.collections.MultiHashMap extends HashMap implements Serializable |
---|
serialVersionUID: 1943563828307035349L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Package org.apache.commons.collections.bag |
---|
Class org.apache.commons.collections.bag.HashBag extends AbstractMapBag<E> implements Serializable |
---|
serialVersionUID: -6561115435802554013L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.bag.PredicatedBag extends PredicatedCollection<E> implements Serializable |
---|
serialVersionUID: -2575833140344736876L
Class org.apache.commons.collections.bag.PredicatedSortedBag extends PredicatedBag<E> implements Serializable |
---|
serialVersionUID: 3448581314086406616L
Class org.apache.commons.collections.bag.SynchronizedBag extends SynchronizedCollection<E> implements Serializable |
---|
serialVersionUID: 8084674570753837109L
Class org.apache.commons.collections.bag.SynchronizedSortedBag extends SynchronizedBag<E> implements Serializable |
---|
serialVersionUID: 722374056718497858L
Class org.apache.commons.collections.bag.TransformedBag extends TransformedCollection implements Serializable |
---|
serialVersionUID: 5421170911299074185L
Class org.apache.commons.collections.bag.TransformedSortedBag extends TransformedBag implements Serializable |
---|
serialVersionUID: -251737742649401930L
Class org.apache.commons.collections.bag.TreeBag extends AbstractMapBag<E> implements Serializable |
---|
serialVersionUID: -7740146511091606676L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.bag.UnmodifiableBag extends AbstractBagDecorator<E> implements Serializable |
---|
serialVersionUID: -1873799975157099624L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.bag.UnmodifiableSortedBag extends AbstractSortedBagDecorator<E> implements Serializable |
---|
serialVersionUID: -3190437252665717841L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Package org.apache.commons.collections.bidimap |
---|
Class org.apache.commons.collections.bidimap.DualHashBidiMap extends AbstractDualBidiMap<K,V> implements Serializable |
---|
serialVersionUID: 721969328361808L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.bidimap.DualTreeBidiMap extends AbstractDualBidiMap<K,V> implements Serializable |
---|
serialVersionUID: 721969328361809L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
Comparator<T> comparator
Package org.apache.commons.collections.buffer |
---|
Class org.apache.commons.collections.buffer.BlockingBuffer extends SynchronizedBuffer<E> implements Serializable |
---|
serialVersionUID: 1719328905017860541L
Class org.apache.commons.collections.buffer.BoundedFifoBuffer extends AbstractCollection<E> implements Serializable |
---|
serialVersionUID: 5603722811189451017L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
int maxElements
Class org.apache.commons.collections.buffer.CircularFifoBuffer extends BoundedFifoBuffer<E> implements Serializable |
---|
serialVersionUID: -8423413834657610406L
Class org.apache.commons.collections.buffer.PredicatedBuffer extends PredicatedCollection<E> implements Serializable |
---|
serialVersionUID: 2307609000539943581L
Class org.apache.commons.collections.buffer.SynchronizedBuffer extends SynchronizedCollection<E> implements Serializable |
---|
serialVersionUID: -6859936183953626253L
Class org.apache.commons.collections.buffer.TransformedBuffer extends TransformedCollection<I,O> implements Serializable |
---|
serialVersionUID: -7901091318986132033L
Class org.apache.commons.collections.buffer.UnboundedFifoBuffer extends AbstractCollection<E> implements Serializable |
---|
serialVersionUID: -3482960336579541419L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.buffer.UnmodifiableBuffer extends AbstractBufferDecorator<E> implements Serializable |
---|
serialVersionUID: 1832948656215393357L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Package org.apache.commons.collections.collection |
---|
Class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator extends AbstractCollectionDecorator<E> implements Serializable |
---|
serialVersionUID: 6249888059822088500L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.collection.PredicatedCollection extends AbstractSerializableCollectionDecorator<E> implements Serializable |
---|
serialVersionUID: -5259182142076705162L
Serialized Fields |
---|
Predicate<T> predicate
Class org.apache.commons.collections.collection.SynchronizedCollection extends Object implements Serializable |
---|
serialVersionUID: 2412805092710877986L
Serialized Fields |
---|
Collection<E> collection
Object lock
Class org.apache.commons.collections.collection.TransformedCollection extends AbstractSerializableCollectionDecorator implements Serializable |
---|
serialVersionUID: 8692300188161871514L
Serialized Fields |
---|
Transformer<I,O> transformer
Class org.apache.commons.collections.collection.UnmodifiableBoundedCollection extends AbstractSerializableCollectionDecorator<E> implements Serializable |
---|
serialVersionUID: -7112672385450340330L
Class org.apache.commons.collections.collection.UnmodifiableCollection extends AbstractSerializableCollectionDecorator<E> implements Serializable |
---|
serialVersionUID: -239892006883819945L
Package org.apache.commons.collections.comparators |
---|
Class org.apache.commons.collections.comparators.BooleanComparator extends Object implements Serializable |
---|
serialVersionUID: 1830042991606340609L
Serialized Fields |
---|
boolean trueFirst
true
iff true
values sort before false
values.
Class org.apache.commons.collections.comparators.ComparableComparator extends Object implements Serializable |
---|
serialVersionUID: -291439688585137865L
Class org.apache.commons.collections.comparators.ComparatorChain extends Object implements Serializable |
---|
serialVersionUID: -721644942746081630L
Serialized Fields |
---|
List<E> comparatorChain
BitSet orderingBits
boolean isLocked
Class org.apache.commons.collections.comparators.NullComparator extends Object implements Serializable |
---|
serialVersionUID: -5820772575483504339L
Serialized Fields |
---|
Comparator<T> nonNullComparator
null
objects.
boolean nullsAreHigh
null
are compared as higher than
non-null
objects.
Class org.apache.commons.collections.comparators.ReverseComparator extends Object implements Serializable |
---|
serialVersionUID: 2858887242028539265L
Serialized Fields |
---|
Comparator<T> comparator
Package org.apache.commons.collections.functors |
---|
Class org.apache.commons.collections.functors.AllPredicate extends Object implements Serializable |
---|
serialVersionUID: -3094696765038308799L
Serialized Fields |
---|
Predicate<T>[] iPredicates
Class org.apache.commons.collections.functors.AndPredicate extends Object implements Serializable |
---|
serialVersionUID: 4189014213763186912L
Serialized Fields |
---|
Predicate<T> iPredicate1
Predicate<T> iPredicate2
Class org.apache.commons.collections.functors.AnyPredicate extends Object implements Serializable |
---|
serialVersionUID: 7429999530934647542L
Serialized Fields |
---|
Predicate<T>[] iPredicates
Class org.apache.commons.collections.functors.ChainedClosure extends Object implements Serializable |
---|
serialVersionUID: -3520677225766901240L
Serialized Fields |
---|
Closure<T>[] iClosures
Class org.apache.commons.collections.functors.ChainedTransformer extends Object implements Serializable |
---|
serialVersionUID: 3514945074733160196L
Serialized Fields |
---|
Transformer<I,O>[] iTransformers
Class org.apache.commons.collections.functors.CloneTransformer extends Object implements Serializable |
---|
serialVersionUID: -8188742709499652567L
Class org.apache.commons.collections.functors.ClosureTransformer extends Object implements Serializable |
---|
serialVersionUID: 478466901448617286L
Serialized Fields |
---|
Closure<T> iClosure
Class org.apache.commons.collections.functors.ConstantFactory extends Object implements Serializable |
---|
serialVersionUID: -3520677225766901240L
Serialized Fields |
---|
Object iConstant
Class org.apache.commons.collections.functors.ConstantTransformer extends Object implements Serializable |
---|
serialVersionUID: 6374440726369055124L
Serialized Fields |
---|
Object iConstant
Class org.apache.commons.collections.functors.EqualPredicate extends Object implements Serializable |
---|
serialVersionUID: 5633766978029907089L
Serialized Fields |
---|
Object iValue
Class org.apache.commons.collections.functors.ExceptionClosure extends Object implements Serializable |
---|
serialVersionUID: 7179106032121985545L
Class org.apache.commons.collections.functors.ExceptionFactory extends Object implements Serializable |
---|
serialVersionUID: 7179106032121985545L
Class org.apache.commons.collections.functors.ExceptionPredicate extends Object implements Serializable |
---|
serialVersionUID: 7179106032121985545L
Class org.apache.commons.collections.functors.ExceptionTransformer extends Object implements Serializable |
---|
serialVersionUID: 7179106032121985545L
Class org.apache.commons.collections.functors.FactoryTransformer extends Object implements Serializable |
---|
serialVersionUID: -6817674502475353160L
Serialized Fields |
---|
Factory<T> iFactory
Class org.apache.commons.collections.functors.FalsePredicate extends Object implements Serializable |
---|
serialVersionUID: 7533784454832764388L
Class org.apache.commons.collections.functors.ForClosure extends Object implements Serializable |
---|
serialVersionUID: -1190120533393621674L
Serialized Fields |
---|
int iCount
Closure<T> iClosure
Class org.apache.commons.collections.functors.IdentityPredicate extends Object implements Serializable |
---|
serialVersionUID: -89901658494523293L
Serialized Fields |
---|
Object iValue
Class org.apache.commons.collections.functors.IfClosure extends Object implements Serializable |
---|
serialVersionUID: 3518477308466486130L
Serialized Fields |
---|
Predicate<T> iPredicate
Closure<T> iTrueClosure
Closure<T> iFalseClosure
Class org.apache.commons.collections.functors.InstanceofPredicate extends Object implements Serializable |
---|
serialVersionUID: -6682656911025165584L
Serialized Fields |
---|
Class<T> iType
Class org.apache.commons.collections.functors.InstantiateFactory extends Object implements Serializable |
---|
serialVersionUID: -7732226881069447957L
Serialized Fields |
---|
Class<T> iClassToInstantiate
Class<T>[] iParamTypes
Object[] iArgs
Class org.apache.commons.collections.functors.InstantiateTransformer extends Object implements Serializable |
---|
serialVersionUID: 3786388740793356347L
Serialized Fields |
---|
Class<T>[] iParamTypes
Object[] iArgs
Class org.apache.commons.collections.functors.InvokerTransformer extends Object implements Serializable |
---|
serialVersionUID: -8653385846894047688L
Serialized Fields |
---|
String iMethodName
Class<T>[] iParamTypes
Object[] iArgs
Class org.apache.commons.collections.functors.MapTransformer extends Object implements Serializable |
---|
serialVersionUID: 862391807045468939L
Serialized Fields |
---|
Map<K,V> iMap
Class org.apache.commons.collections.functors.NonePredicate extends Object implements Serializable |
---|
serialVersionUID: 2007613066565892961L
Serialized Fields |
---|
Predicate<T>[] iPredicates
Class org.apache.commons.collections.functors.NOPClosure extends Object implements Serializable |
---|
serialVersionUID: 3518477308466486130L
Class org.apache.commons.collections.functors.NOPTransformer extends Object implements Serializable |
---|
serialVersionUID: 2133891748318574490L
Class org.apache.commons.collections.functors.NotNullPredicate extends Object implements Serializable |
---|
serialVersionUID: 7533784454832764388L
Class org.apache.commons.collections.functors.NotPredicate extends Object implements Serializable |
---|
serialVersionUID: -2654603322338049674L
Serialized Fields |
---|
Predicate<T> iPredicate
Class org.apache.commons.collections.functors.NullIsExceptionPredicate extends Object implements Serializable |
---|
serialVersionUID: 3243449850504576071L
Serialized Fields |
---|
Predicate<T> iPredicate
Class org.apache.commons.collections.functors.NullIsFalsePredicate extends Object implements Serializable |
---|
serialVersionUID: -2997501534564735525L
Serialized Fields |
---|
Predicate<T> iPredicate
Class org.apache.commons.collections.functors.NullIsTruePredicate extends Object implements Serializable |
---|
serialVersionUID: -7625133768987126273L
Serialized Fields |
---|
Predicate<T> iPredicate
Class org.apache.commons.collections.functors.NullPredicate extends Object implements Serializable |
---|
serialVersionUID: 7533784454832764388L
Class org.apache.commons.collections.functors.OnePredicate extends Object implements Serializable |
---|
serialVersionUID: -8125389089924745785L
Serialized Fields |
---|
Predicate<T>[] iPredicates
Class org.apache.commons.collections.functors.OrPredicate extends Object implements Serializable |
---|
serialVersionUID: -8791518325735182855L
Serialized Fields |
---|
Predicate<T> iPredicate1
Predicate<T> iPredicate2
Class org.apache.commons.collections.functors.PredicateTransformer extends Object implements Serializable |
---|
serialVersionUID: 5278818408044349346L
Serialized Fields |
---|
Predicate<T> iPredicate
Class org.apache.commons.collections.functors.StringValueTransformer extends Object implements Serializable |
---|
serialVersionUID: 7511110693171758606L
Class org.apache.commons.collections.functors.SwitchClosure extends Object implements Serializable |
---|
serialVersionUID: 3518477308466486130L
Serialized Fields |
---|
Predicate<T>[] iPredicates
Closure<T>[] iClosures
Closure<T> iDefault
Class org.apache.commons.collections.functors.SwitchTransformer extends Object implements Serializable |
---|
serialVersionUID: -6404460890903469332L
Serialized Fields |
---|
Predicate<T>[] iPredicates
Transformer<I,O>[] iTransformers
Transformer<I,O> iDefault
Class org.apache.commons.collections.functors.TransformedPredicate extends Object implements Serializable |
---|
serialVersionUID: -5596090919668315834L
Serialized Fields |
---|
Transformer<I,O> iTransformer
Predicate<T> iPredicate
Class org.apache.commons.collections.functors.TransformerClosure extends Object implements Serializable |
---|
serialVersionUID: -5194992589193388969L
Serialized Fields |
---|
Transformer<I,O> iTransformer
Class org.apache.commons.collections.functors.TransformerPredicate extends Object implements Serializable |
---|
serialVersionUID: -2407966402920578741L
Serialized Fields |
---|
Transformer<I,O> iTransformer
Class org.apache.commons.collections.functors.TruePredicate extends Object implements Serializable |
---|
serialVersionUID: 3374767158756189740L
Class org.apache.commons.collections.functors.UniquePredicate extends Object implements Serializable |
---|
serialVersionUID: -3319417438027438040L
Serialized Fields |
---|
Set<E> iSet
Class org.apache.commons.collections.functors.WhileClosure extends Object implements Serializable |
---|
serialVersionUID: -3110538116913760108L
Serialized Fields |
---|
Predicate<T> iPredicate
Closure<T> iClosure
boolean iDoLoop
Package org.apache.commons.collections.keyvalue |
---|
Class org.apache.commons.collections.keyvalue.MultiKey extends Object implements Serializable |
---|
serialVersionUID: 4465448607415788805L
Serialized Fields |
---|
Object[] keys
int hashCode
Class org.apache.commons.collections.keyvalue.TiedMapEntry extends Object implements Serializable |
---|
serialVersionUID: -8453869361373831205L
Serialized Fields |
---|
Map<K,V> map
Object key
Package org.apache.commons.collections.list |
---|
Class org.apache.commons.collections.list.AbstractSerializableListDecorator extends AbstractListDecorator<E> implements Serializable |
---|
serialVersionUID: 2684959196747496299L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.list.CursorableLinkedList extends AbstractLinkedList<E> implements Serializable |
---|
serialVersionUID: 8836393098519411393L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.list.FixedSizeList extends AbstractSerializableListDecorator<E> implements Serializable |
---|
serialVersionUID: -2218010673611160319L
Class org.apache.commons.collections.list.LazyList extends AbstractSerializableListDecorator<E> implements Serializable |
---|
serialVersionUID: -1708388017160694542L
Serialized Fields |
---|
Factory<T> factory
Class org.apache.commons.collections.list.NodeCachingLinkedList extends AbstractLinkedList<E> implements Serializable |
---|
serialVersionUID: 6897789178562232073L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
int maximumCacheSize
Class org.apache.commons.collections.list.PredicatedList extends PredicatedCollection<E> implements Serializable |
---|
serialVersionUID: -5722039223898659102L
Class org.apache.commons.collections.list.SetUniqueList extends AbstractSerializableListDecorator<E> implements Serializable |
---|
serialVersionUID: 7196982186153478694L
Serialized Fields |
---|
Set<E> set
Class org.apache.commons.collections.list.SynchronizedList extends SynchronizedCollection<E> implements Serializable |
---|
serialVersionUID: -1403835447328619437L
Class org.apache.commons.collections.list.TransformedList extends TransformedCollection<I,O> implements Serializable |
---|
serialVersionUID: 1077193035000013141L
Class org.apache.commons.collections.list.UnmodifiableList extends AbstractSerializableListDecorator<E> implements Serializable |
---|
serialVersionUID: 6595182819922443652L
Package org.apache.commons.collections.map |
---|
Class org.apache.commons.collections.map.CaseInsensitiveMap extends AbstractHashedMap<String,V> implements Serializable |
---|
serialVersionUID: -7074655917369299456L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.map.FixedSizeMap extends AbstractMapDecorator<K,V> implements Serializable |
---|
serialVersionUID: 7450927208116179316L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.map.FixedSizeSortedMap extends AbstractSortedMapDecorator<K,V> implements Serializable |
---|
serialVersionUID: 3126019624511683653L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.map.Flat3Map extends Object implements Serializable |
---|
serialVersionUID: -6701087419741928296L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.map.HashedMap extends AbstractHashedMap<K,V> implements Serializable |
---|
serialVersionUID: -1788199231038721040L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.map.IdentityMap extends AbstractHashedMap<K,V> implements Serializable |
---|
serialVersionUID: 2028493495224302329L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.map.LazyMap extends AbstractMapDecorator<K,V> implements Serializable |
---|
serialVersionUID: 7990956402564206740L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
Factory<T> factory
Class org.apache.commons.collections.map.LazySortedMap extends LazyMap<K,V> implements Serializable |
---|
serialVersionUID: 2715322183617658933L
Class org.apache.commons.collections.map.LinkedMap extends AbstractLinkedMap<K,V> implements Serializable |
---|
serialVersionUID: 9077234323521161066L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.map.ListOrderedMap extends AbstractMapDecorator<K,V> implements Serializable |
---|
serialVersionUID: 2728177751851003750L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
List<E> insertOrder
Class org.apache.commons.collections.map.LRUMap extends AbstractLinkedMap<K,V> implements Serializable |
---|
serialVersionUID: -612114643488955218L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
boolean scanUntilRemovable
Class org.apache.commons.collections.map.MultiKeyMap extends Object implements Serializable |
---|
serialVersionUID: -1788199231038721040L
Serialized Fields |
---|
AbstractHashedMap<K,V> map
Class org.apache.commons.collections.map.PredicatedMap extends org.apache.commons.collections.map.AbstractInputCheckedMapDecorator<K,V> implements Serializable |
---|
serialVersionUID: 7412622456128415156L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
Predicate<T> keyPredicate
Predicate<T> valuePredicate
Class org.apache.commons.collections.map.PredicatedSortedMap extends PredicatedMap<K,V> implements Serializable |
---|
serialVersionUID: 3359846175935304332L
Class org.apache.commons.collections.map.ReferenceIdentityMap extends AbstractReferenceMap<K,V> implements Serializable |
---|
serialVersionUID: -1266190134568365852L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.map.ReferenceMap extends AbstractReferenceMap<K,V> implements Serializable |
---|
serialVersionUID: 1555089888138299607L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.map.SingletonMap extends Object implements Serializable |
---|
serialVersionUID: -8931271118676803261L
Serialized Fields |
---|
Object key
Object value
Class org.apache.commons.collections.map.TransformedMap extends org.apache.commons.collections.map.AbstractInputCheckedMapDecorator implements Serializable |
---|
serialVersionUID: 7023152376788900464L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
Transformer<I,O> keyTransformer
Transformer<I,O> valueTransformer
Class org.apache.commons.collections.map.TransformedSortedMap extends TransformedMap implements Serializable |
---|
serialVersionUID: -8751771676410385778L
Class org.apache.commons.collections.map.UnmodifiableMap extends AbstractMapDecorator<K,V> implements Serializable |
---|
serialVersionUID: 2737023427269031941L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.map.UnmodifiableOrderedMap extends AbstractOrderedMapDecorator<K,V> implements Serializable |
---|
serialVersionUID: 8136428161720526266L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.map.UnmodifiableSortedMap extends AbstractSortedMapDecorator<K,V> implements Serializable |
---|
serialVersionUID: 5805344239827376360L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Package org.apache.commons.collections.set |
---|
Class org.apache.commons.collections.set.AbstractSerializableSetDecorator extends AbstractSetDecorator<E> implements Serializable |
---|
serialVersionUID: 1229469966212206107L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Class org.apache.commons.collections.set.ListOrderedSet extends AbstractSerializableSetDecorator<E> implements Serializable |
---|
serialVersionUID: -228664372470420141L
Serialized Fields |
---|
List<E> setOrder
Class org.apache.commons.collections.set.MapBackedSet extends Object implements Serializable |
---|
serialVersionUID: 6723912213766056587L
Serialized Fields |
---|
Map<K,V> map
Object dummyValue
Class org.apache.commons.collections.set.PredicatedSet extends PredicatedCollection<E> implements Serializable |
---|
serialVersionUID: -684521469108685117L
Class org.apache.commons.collections.set.PredicatedSortedSet extends PredicatedSet<E> implements Serializable |
---|
serialVersionUID: -9110948148132275052L
Class org.apache.commons.collections.set.SynchronizedSet extends SynchronizedCollection<E> implements Serializable |
---|
serialVersionUID: -8304417378626543635L
Class org.apache.commons.collections.set.SynchronizedSortedSet extends SynchronizedCollection<E> implements Serializable |
---|
serialVersionUID: 2775582861954500111L
Class org.apache.commons.collections.set.TransformedSet extends TransformedCollection implements Serializable |
---|
serialVersionUID: 306127383500410386L
Class org.apache.commons.collections.set.TransformedSortedSet extends TransformedSet implements Serializable |
---|
serialVersionUID: -1675486811351124386L
Class org.apache.commons.collections.set.UnmodifiableSet extends AbstractSerializableSetDecorator<E> implements Serializable |
---|
serialVersionUID: 6499119872185240161L
Class org.apache.commons.collections.set.UnmodifiableSortedSet extends AbstractSortedSetDecorator<E> implements Serializable |
---|
serialVersionUID: -725356885467962424L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |