Overview
Package
Class
Use
Tree
Index
Deprecated
About
Frames
|
No Frames
Hierarchy for All Packages
Package Hierarchies:
org.apache.commons.collections
,
org.apache.commons.collections.bag
,
org.apache.commons.collections.bidimap
,
org.apache.commons.collections.buffer
,
org.apache.commons.collections.collection
,
org.apache.commons.collections.comparators
,
org.apache.commons.collections.functors
,
org.apache.commons.collections.iterators
,
org.apache.commons.collections.keyvalue
,
org.apache.commons.collections.list
,
org.apache.commons.collections.map
,
org.apache.commons.collections.set
Class Hierarchy
java.lang.Object
org.apache.commons.collections.collection.
AbstractCollectionDecorator
(implements Collection)
org.apache.commons.collections.bag.
AbstractBagDecorator
(implements org.apache.commons.collections.
Bag
)
org.apache.commons.collections.bag.
AbstractSortedBagDecorator
(implements org.apache.commons.collections.
SortedBag
)
org.apache.commons.collections.bag.
UnmodifiableSortedBag
(implements org.apache.commons.collections.
Unmodifiable
, Serializable)
org.apache.commons.collections.bag.
UnmodifiableBag
(implements org.apache.commons.collections.
Unmodifiable
, Serializable)
org.apache.commons.collections.buffer.
AbstractBufferDecorator
(implements org.apache.commons.collections.
Buffer
)
org.apache.commons.collections.buffer.
UnmodifiableBuffer
(implements org.apache.commons.collections.
Unmodifiable
, Serializable)
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.View
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.EntrySet
(implements Set)
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.KeySet
(implements Set)
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.Values
(implements Set)
org.apache.commons.collections.list.
AbstractListDecorator
(implements List)
org.apache.commons.collections.list.
AbstractSerializableListDecorator
(implements Serializable)
org.apache.commons.collections.list.
FixedSizeList
(implements org.apache.commons.collections.
BoundedCollection
)
org.apache.commons.collections.list.
LazyList
org.apache.commons.collections.list.
SetUniqueList
org.apache.commons.collections.list.
UnmodifiableList
(implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.collection.
AbstractSerializableCollectionDecorator
(implements Serializable)
org.apache.commons.collections.collection.
PredicatedCollection
org.apache.commons.collections.bag.
PredicatedBag
(implements org.apache.commons.collections.
Bag
)
org.apache.commons.collections.bag.
PredicatedSortedBag
(implements org.apache.commons.collections.
SortedBag
)
org.apache.commons.collections.buffer.
PredicatedBuffer
(implements org.apache.commons.collections.
Buffer
)
org.apache.commons.collections.list.
PredicatedList
(implements List)
org.apache.commons.collections.set.
PredicatedSet
(implements Set)
org.apache.commons.collections.set.
PredicatedSortedSet
(implements SortedSet)
org.apache.commons.collections.collection.
TransformedCollection
org.apache.commons.collections.bag.
TransformedBag
(implements org.apache.commons.collections.
Bag
)
org.apache.commons.collections.bag.
TransformedSortedBag
(implements org.apache.commons.collections.
SortedBag
)
org.apache.commons.collections.buffer.
TransformedBuffer
(implements org.apache.commons.collections.
Buffer
)
org.apache.commons.collections.list.
TransformedList
(implements List)
org.apache.commons.collections.set.
TransformedSet
(implements Set)
org.apache.commons.collections.set.
TransformedSortedSet
(implements SortedSet)
org.apache.commons.collections.collection.
UnmodifiableBoundedCollection
(implements org.apache.commons.collections.
BoundedCollection
)
org.apache.commons.collections.collection.
UnmodifiableCollection
(implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.set.
AbstractSetDecorator
(implements Set)
org.apache.commons.collections.set.
AbstractSerializableSetDecorator
(implements Serializable)
org.apache.commons.collections.set.
ListOrderedSet
(implements Set)
org.apache.commons.collections.set.
UnmodifiableSet
(implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.set.
AbstractSortedSetDecorator
(implements SortedSet)
org.apache.commons.collections.set.
UnmodifiableSortedSet
(implements org.apache.commons.collections.
Unmodifiable
, Serializable)
org.apache.commons.collections.map.
UnmodifiableEntrySet
(implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.bidimap.
AbstractDualBidiMap
(implements org.apache.commons.collections.
BidiMap
)
org.apache.commons.collections.bidimap.
DualHashBidiMap
(implements Serializable)
org.apache.commons.collections.bidimap.
DualTreeBidiMap
(implements org.apache.commons.collections.
SortedBidiMap
, Serializable)
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.BidiMapIterator
(implements org.apache.commons.collections.
MapIterator
, org.apache.commons.collections.
ResettableIterator
)
org.apache.commons.collections.iterators.AbstractEmptyIterator
org.apache.commons.collections.iterators.
EmptyIterator
(implements org.apache.commons.collections.
ResettableIterator
)
org.apache.commons.collections.iterators.
EmptyListIterator
(implements org.apache.commons.collections.
ResettableListIterator
)
org.apache.commons.collections.iterators.
EmptyMapIterator
(implements org.apache.commons.collections.
MapIterator
, org.apache.commons.collections.
ResettableIterator
)
org.apache.commons.collections.iterators.
EmptyOrderedIterator
(implements org.apache.commons.collections.
OrderedIterator
, org.apache.commons.collections.
ResettableIterator
)
org.apache.commons.collections.iterators.
EmptyOrderedMapIterator
(implements org.apache.commons.collections.
OrderedMapIterator
, org.apache.commons.collections.
ResettableIterator
)
org.apache.commons.collections.map.
AbstractHashedMap.HashEntry
(implements Map.Entry, org.apache.commons.collections.
KeyValue
)
org.apache.commons.collections.map.
AbstractLinkedMap.LinkEntry
org.apache.commons.collections.map.
AbstractReferenceMap.ReferenceEntry
org.apache.commons.collections.map.
IdentityMap.IdentityEntry
org.apache.commons.collections.map.
AbstractHashedMap.HashIterator
(implements Iterator)
org.apache.commons.collections.map.
AbstractHashedMap.EntrySetIterator
org.apache.commons.collections.map.
AbstractHashedMap.KeySetIterator
org.apache.commons.collections.map.
AbstractHashedMap.HashMapIterator
(implements org.apache.commons.collections.
MapIterator
)
org.apache.commons.collections.map.
AbstractHashedMap.ValuesIterator
org.apache.commons.collections.iterators.
AbstractIteratorDecorator
(implements Iterator)
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.EntrySetIterator
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.KeySetIterator
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.ValuesIterator
org.apache.commons.collections.keyvalue.
AbstractKeyValue
(implements org.apache.commons.collections.
KeyValue
)
org.apache.commons.collections.keyvalue.
AbstractMapEntry
(implements Map.Entry)
org.apache.commons.collections.
BeanMap.MyMapEntry
org.apache.commons.collections.keyvalue.
DefaultMapEntry
org.apache.commons.collections.keyvalue.
UnmodifiableMapEntry
(implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.keyvalue.
DefaultKeyValue
org.apache.commons.collections.list.
AbstractLinkedList
(implements List)
org.apache.commons.collections.list.
CursorableLinkedList
(implements Serializable)
org.apache.commons.collections.list.
NodeCachingLinkedList
(implements Serializable)
org.apache.commons.collections.list.
AbstractLinkedList.LinkedListIterator
(implements ListIterator, org.apache.commons.collections.
OrderedIterator
)
org.apache.commons.collections.list.
AbstractLinkedList.LinkedSubListIterator
org.apache.commons.collections.list.
CursorableLinkedList.Cursor
org.apache.commons.collections.list.
AbstractLinkedList.Node
org.apache.commons.collections.map.
AbstractLinkedMap.LinkIterator
(implements org.apache.commons.collections.
OrderedIterator
, org.apache.commons.collections.
ResettableIterator
)
org.apache.commons.collections.map.
AbstractLinkedMap.EntrySetIterator
org.apache.commons.collections.map.
AbstractLinkedMap.KeySetIterator
org.apache.commons.collections.map.
AbstractLinkedMap.LinkMapIterator
(implements org.apache.commons.collections.
OrderedMapIterator
)
org.apache.commons.collections.map.
AbstractLinkedMap.ValuesIterator
org.apache.commons.collections.iterators.
AbstractListIteratorDecorator
(implements ListIterator)
org.apache.commons.collections.list.
PredicatedList.PredicatedListIterator
org.apache.commons.collections.list.
TransformedList.TransformedListIterator
org.apache.commons.collections.bag.
AbstractMapBag
(implements org.apache.commons.collections.
Bag
)
org.apache.commons.collections.bag.
HashBag
(implements org.apache.commons.collections.
Bag
, Serializable)
org.apache.commons.collections.bag.
TreeBag
(implements org.apache.commons.collections.
SortedBag
, Serializable)
org.apache.commons.collections.bag.
AbstractMapBag.MutableInteger
org.apache.commons.collections.map.
AbstractMapDecorator
(implements Map)
org.apache.commons.collections.bidimap.
AbstractBidiMapDecorator
(implements org.apache.commons.collections.
BidiMap
)
org.apache.commons.collections.bidimap.
AbstractOrderedBidiMapDecorator
(implements org.apache.commons.collections.
OrderedBidiMap
)
org.apache.commons.collections.bidimap.
AbstractSortedBidiMapDecorator
(implements org.apache.commons.collections.
SortedBidiMap
)
org.apache.commons.collections.bidimap.
UnmodifiableSortedBidiMap
(implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.bidimap.
UnmodifiableOrderedBidiMap
(implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.bidimap.
UnmodifiableBidiMap
(implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.map.AbstractInputCheckedMapDecorator
org.apache.commons.collections.map.
PredicatedMap
(implements Serializable)
org.apache.commons.collections.map.
PredicatedSortedMap
(implements SortedMap)
org.apache.commons.collections.map.
TransformedMap
(implements Serializable)
org.apache.commons.collections.map.
TransformedSortedMap
(implements SortedMap)
org.apache.commons.collections.map.
AbstractOrderedMapDecorator
(implements org.apache.commons.collections.
OrderedMap
)
org.apache.commons.collections.map.
UnmodifiableOrderedMap
(implements org.apache.commons.collections.
Unmodifiable
, Serializable)
org.apache.commons.collections.map.
AbstractSortedMapDecorator
(implements SortedMap)
org.apache.commons.collections.bidimap.
DualTreeBidiMap.ViewMap
org.apache.commons.collections.map.
FixedSizeSortedMap
(implements SortedMap, org.apache.commons.collections.
BoundedMap
, Serializable)
org.apache.commons.collections.map.
UnmodifiableSortedMap
(implements org.apache.commons.collections.
Unmodifiable
, Serializable)
org.apache.commons.collections.map.
FixedSizeMap
(implements Map, org.apache.commons.collections.
BoundedMap
, Serializable)
org.apache.commons.collections.map.
LazyMap
(implements Map, Serializable)
org.apache.commons.collections.map.
LazySortedMap
(implements SortedMap)
org.apache.commons.collections.map.
ListOrderedMap
(implements org.apache.commons.collections.
OrderedMap
, Serializable)
org.apache.commons.collections.map.
UnmodifiableMap
(implements org.apache.commons.collections.
IterableMap
, org.apache.commons.collections.
Unmodifiable
, Serializable)
org.apache.commons.collections.keyvalue.
AbstractMapEntryDecorator
(implements Map.Entry, org.apache.commons.collections.
KeyValue
)
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.MapEntry
org.apache.commons.collections.iterators.
AbstractMapIteratorDecorator
(implements org.apache.commons.collections.
MapIterator
)
org.apache.commons.collections.iterators.
AbstractOrderedMapIteratorDecorator
(implements org.apache.commons.collections.
OrderedMapIterator
)
org.apache.commons.collections.functors.
AllPredicate
(implements org.apache.commons.collections.
Predicate
, org.apache.commons.collections.functors.
PredicateDecorator
, Serializable)
org.apache.commons.collections.functors.
AndPredicate
(implements org.apache.commons.collections.
Predicate
, org.apache.commons.collections.functors.
PredicateDecorator
, Serializable)
org.apache.commons.collections.functors.
AnyPredicate
(implements org.apache.commons.collections.
Predicate
, org.apache.commons.collections.functors.
PredicateDecorator
, Serializable)
org.apache.commons.collections.iterators.
ArrayIterator
(implements org.apache.commons.collections.
ResettableIterator
)
org.apache.commons.collections.iterators.
ArrayListIterator
(implements ListIterator, org.apache.commons.collections.
ResettableListIterator
)
org.apache.commons.collections.
BagUtils
org.apache.commons.collections.comparators.
BooleanComparator
(implements Comparator, Serializable)
org.apache.commons.collections.
BufferUtils
org.apache.commons.collections.functors.
ChainedClosure
(implements org.apache.commons.collections.
Closure
, Serializable)
org.apache.commons.collections.functors.
ChainedTransformer
(implements org.apache.commons.collections.
Transformer
, Serializable)
org.apache.commons.collections.functors.
CloneTransformer
(implements org.apache.commons.collections.
Transformer
, Serializable)
org.apache.commons.collections.functors.
ClosureTransformer
(implements org.apache.commons.collections.
Transformer
, Serializable)
org.apache.commons.collections.
ClosureUtils
org.apache.commons.collections.iterators.
CollatingIterator
(implements Iterator)
org.apache.commons.collections.
CollectionUtils
org.apache.commons.collections.comparators.
ComparableComparator
(implements Comparator, Serializable)
org.apache.commons.collections.comparators.
ComparatorChain
(implements Comparator, Serializable)
org.apache.commons.collections.
ComparatorUtils
org.apache.commons.collections.collection.
CompositeCollection
(implements Collection)
org.apache.commons.collections.set.
CompositeSet
(implements Set)
org.apache.commons.collections.map.
CompositeMap
(implements Map)
org.apache.commons.collections.functors.
ConstantFactory
(implements org.apache.commons.collections.
Factory
, Serializable)
org.apache.commons.collections.functors.
ConstantTransformer
(implements org.apache.commons.collections.
Transformer
, Serializable)
org.apache.commons.collections.
CursorableLinkedList
(implements List, Serializable)
org.apache.commons.collections.CursorableLinkedList.ListIter (implements ListIterator)
org.apache.commons.collections.
CursorableLinkedList.Cursor
(implements ListIterator)
org.apache.commons.collections.
DefaultMapBag
(implements org.apache.commons.collections.
Bag
)
org.apache.commons.collections.
HashBag
(implements org.apache.commons.collections.
Bag
)
org.apache.commons.collections.
TreeBag
(implements org.apache.commons.collections.
SortedBag
)
org.apache.commons.collections.
DefaultMapEntry
(implements Map.Entry, org.apache.commons.collections.
KeyValue
)
org.apache.commons.collections.bidimap.
DualTreeBidiMap.BidiOrderedMapIterator
(implements org.apache.commons.collections.
OrderedMapIterator
, org.apache.commons.collections.
ResettableIterator
)
org.apache.commons.collections.iterators.
EntrySetMapIterator
(implements org.apache.commons.collections.
MapIterator
, org.apache.commons.collections.
ResettableIterator
)
org.apache.commons.collections.iterators.
EnumerationIterator
(implements Iterator)
org.apache.commons.collections.
EnumerationUtils
org.apache.commons.collections.functors.
EqualPredicate
(implements org.apache.commons.collections.
Predicate
, Serializable)
org.apache.commons.collections.functors.
ExceptionClosure
(implements org.apache.commons.collections.
Closure
, Serializable)
org.apache.commons.collections.functors.
ExceptionFactory
(implements org.apache.commons.collections.
Factory
, Serializable)
org.apache.commons.collections.functors.
ExceptionPredicate
(implements org.apache.commons.collections.
Predicate
, Serializable)
org.apache.commons.collections.functors.
ExceptionTransformer
(implements org.apache.commons.collections.
Transformer
, Serializable)
org.apache.commons.collections.functors.
FactoryTransformer
(implements org.apache.commons.collections.
Transformer
, Serializable)
org.apache.commons.collections.
FactoryUtils
org.apache.commons.collections.functors.
FalsePredicate
(implements org.apache.commons.collections.
Predicate
, Serializable)
org.apache.commons.collections.iterators.
FilterIterator
(implements Iterator)
org.apache.commons.collections.iterators.
UniqueFilterIterator
org.apache.commons.collections.iterators.
FilterListIterator
(implements ListIterator)
org.apache.commons.collections.comparators.
FixedOrderComparator
(implements Comparator)
org.apache.commons.collections.map.
Flat3Map
(implements org.apache.commons.collections.
IterableMap
, Serializable, Cloneable)
org.apache.commons.collections.functors.
ForClosure
(implements org.apache.commons.collections.
Closure
, Serializable)
org.apache.commons.collections.functors.
IdentityPredicate
(implements org.apache.commons.collections.
Predicate
, Serializable)
org.apache.commons.collections.functors.
IfClosure
(implements org.apache.commons.collections.
Closure
, Serializable)
org.apache.commons.collections.functors.
InstanceofPredicate
(implements org.apache.commons.collections.
Predicate
, Serializable)
org.apache.commons.collections.functors.
InstantiateFactory
(implements org.apache.commons.collections.
Factory
, Serializable)
org.apache.commons.collections.functors.
InstantiateTransformer
(implements org.apache.commons.collections.
Transformer
, Serializable)
org.apache.commons.collections.functors.
InvokerTransformer
(implements org.apache.commons.collections.
Transformer
, Serializable)
org.apache.commons.collections.iterators.
IteratorChain
(implements Iterator)
org.apache.commons.collections.iterators.
IteratorEnumeration
(implements Enumeration)
org.apache.commons.collections.
IteratorUtils
org.apache.commons.collections.iterators.
ListIteratorWrapper
(implements ListIterator)
org.apache.commons.collections.
ListUtils
org.apache.commons.collections.iterators.
LoopingIterator
(implements org.apache.commons.collections.
ResettableIterator
)
org.apache.commons.collections.set.
MapBackedSet
(implements Set, Serializable)
org.apache.commons.collections.functors.
MapTransformer
(implements org.apache.commons.collections.
Transformer
, Serializable)
org.apache.commons.collections.
MapUtils
org.apache.commons.collections.keyvalue.
MultiKey
(implements Serializable)
org.apache.commons.collections.map.
MultiKeyMap
(implements org.apache.commons.collections.
IterableMap
, Serializable)
org.apache.commons.collections.functors.
NonePredicate
(implements org.apache.commons.collections.
Predicate
, org.apache.commons.collections.functors.
PredicateDecorator
, Serializable)
org.apache.commons.collections.functors.
NotNullPredicate
(implements org.apache.commons.collections.
Predicate
, Serializable)
org.apache.commons.collections.functors.
NotPredicate
(implements org.apache.commons.collections.
Predicate
, org.apache.commons.collections.functors.
PredicateDecorator
, Serializable)
org.apache.commons.collections.functors.
NOPClosure
(implements org.apache.commons.collections.
Closure
, Serializable)
org.apache.commons.collections.functors.
NOPTransformer
(implements org.apache.commons.collections.
Transformer
, Serializable)
org.apache.commons.collections.comparators.
NullComparator
(implements Comparator, Serializable)
org.apache.commons.collections.functors.
NullIsExceptionPredicate
(implements org.apache.commons.collections.
Predicate
, org.apache.commons.collections.functors.
PredicateDecorator
, Serializable)
org.apache.commons.collections.functors.
NullIsFalsePredicate
(implements org.apache.commons.collections.
Predicate
, org.apache.commons.collections.functors.
PredicateDecorator
, Serializable)
org.apache.commons.collections.functors.
NullIsTruePredicate
(implements org.apache.commons.collections.
Predicate
, org.apache.commons.collections.functors.
PredicateDecorator
, Serializable)
org.apache.commons.collections.functors.
NullPredicate
(implements org.apache.commons.collections.
Predicate
, Serializable)
org.apache.commons.collections.iterators.
ObjectArrayIterator
(implements Iterator, org.apache.commons.collections.
ResettableIterator
)
org.apache.commons.collections.iterators.
ObjectArrayListIterator
(implements ListIterator, org.apache.commons.collections.
ResettableListIterator
)
org.apache.commons.collections.iterators.
ObjectGraphIterator
(implements Iterator)
org.apache.commons.collections.functors.
OnePredicate
(implements org.apache.commons.collections.
Predicate
, org.apache.commons.collections.functors.
PredicateDecorator
, Serializable)
org.apache.commons.collections.functors.
OrPredicate
(implements org.apache.commons.collections.
Predicate
, org.apache.commons.collections.functors.
PredicateDecorator
, Serializable)
org.apache.commons.collections.functors.
PredicateTransformer
(implements org.apache.commons.collections.
Transformer
, Serializable)
org.apache.commons.collections.
PredicateUtils
org.apache.commons.collections.functors.
PrototypeFactory
org.apache.commons.collections.iterators.
ProxyIterator
(implements Iterator)
org.apache.commons.collections.iterators.
ProxyListIterator
(implements ListIterator)
org.apache.commons.collections.
ProxyMap
(implements Map)
org.apache.commons.collections.comparators.
ReverseComparator
(implements Comparator, Serializable)
org.apache.commons.collections.
SequencedHashMap
(implements Map, Cloneable, Externalizable)
org.apache.commons.collections.
LRUMap
(implements Externalizable)
org.apache.commons.collections.
SetUtils
org.apache.commons.collections.iterators.
SingletonIterator
(implements Iterator, org.apache.commons.collections.
ResettableIterator
)
org.apache.commons.collections.iterators.
SingletonListIterator
(implements ListIterator, org.apache.commons.collections.
ResettableListIterator
)
org.apache.commons.collections.map.
SingletonMap
(implements org.apache.commons.collections.
OrderedMap
, org.apache.commons.collections.
BoundedMap
, org.apache.commons.collections.
KeyValue
, Serializable, Cloneable)
org.apache.commons.collections.
StaticBucketMap
(implements Map)
org.apache.commons.collections.map.
StaticBucketMap
(implements Map)
org.apache.commons.collections.functors.
StringValueTransformer
(implements org.apache.commons.collections.
Transformer
, Serializable)
org.apache.commons.collections.functors.
SwitchClosure
(implements org.apache.commons.collections.
Closure
, Serializable)
org.apache.commons.collections.functors.
SwitchTransformer
(implements org.apache.commons.collections.
Transformer
, Serializable)
org.apache.commons.collections.collection.
SynchronizedCollection
(implements Collection, Serializable)
org.apache.commons.collections.bag.
SynchronizedBag
(implements org.apache.commons.collections.
Bag
)
org.apache.commons.collections.bag.
SynchronizedSortedBag
(implements org.apache.commons.collections.
SortedBag
)
org.apache.commons.collections.buffer.
SynchronizedBuffer
(implements org.apache.commons.collections.
Buffer
)
org.apache.commons.collections.buffer.
BlockingBuffer
org.apache.commons.collections.list.
SynchronizedList
(implements List)
org.apache.commons.collections.set.
SynchronizedSet
(implements Set)
org.apache.commons.collections.set.
SynchronizedSortedSet
(implements SortedSet)
org.apache.commons.collections.
SynchronizedPriorityQueue
(implements org.apache.commons.collections.
PriorityQueue
)
org.apache.commons.collections.keyvalue.
TiedMapEntry
(implements Map.Entry, org.apache.commons.collections.
KeyValue
, Serializable)
org.apache.commons.collections.functors.
TransformedPredicate
(implements org.apache.commons.collections.
Predicate
, org.apache.commons.collections.functors.
PredicateDecorator
, Serializable)
org.apache.commons.collections.functors.
TransformerClosure
(implements org.apache.commons.collections.
Closure
, Serializable)
org.apache.commons.collections.functors.
TransformerPredicate
(implements org.apache.commons.collections.
Predicate
, Serializable)
org.apache.commons.collections.
TransformerUtils
org.apache.commons.collections.comparators.
TransformingComparator
(implements Comparator)
org.apache.commons.collections.iterators.
TransformIterator
(implements Iterator)
org.apache.commons.collections.bidimap.
TreeBidiMap
(implements org.apache.commons.collections.
OrderedBidiMap
)
org.apache.commons.collections.functors.
TruePredicate
(implements org.apache.commons.collections.
Predicate
, Serializable)
org.apache.commons.collections.bag.
TypedBag
org.apache.commons.collections.buffer.
TypedBuffer
org.apache.commons.collections.collection.
TypedCollection
org.apache.commons.collections.list.
TypedList
org.apache.commons.collections.map.
TypedMap
org.apache.commons.collections.set.
TypedSet
org.apache.commons.collections.bag.
TypedSortedBag
org.apache.commons.collections.map.
TypedSortedMap
org.apache.commons.collections.set.
TypedSortedSet
org.apache.commons.collections.functors.
UniquePredicate
(implements org.apache.commons.collections.
Predicate
, Serializable)
org.apache.commons.collections.iterators.
UnmodifiableIterator
(implements Iterator, org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.iterators.
UnmodifiableListIterator
(implements ListIterator, org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.iterators.
UnmodifiableMapIterator
(implements org.apache.commons.collections.
MapIterator
, org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.iterators.
UnmodifiableOrderedMapIterator
(implements org.apache.commons.collections.
OrderedMapIterator
, org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.functors.
WhileClosure
(implements org.apache.commons.collections.
Closure
, Serializable)
Interface Hierarchy
Collection
org.apache.commons.collections.
Bag
org.apache.commons.collections.
SortedBag
org.apache.commons.collections.
BoundedCollection
(also implements Collection)
org.apache.commons.collections.
Buffer
(also implements Collection)
Iterator
org.apache.commons.collections.
MapIterator
org.apache.commons.collections.
OrderedMapIterator
(also implements org.apache.commons.collections.
OrderedIterator
)
org.apache.commons.collections.
OrderedIterator
(also implements Iterator)
org.apache.commons.collections.
OrderedMapIterator
(also implements org.apache.commons.collections.
MapIterator
)
org.apache.commons.collections.
ResettableIterator
(also implements Iterator)
org.apache.commons.collections.
ResettableListIterator
(also implements ListIterator)
Map
org.apache.commons.collections.
BoundedMap
(also implements Map)
org.apache.commons.collections.
IterableMap
org.apache.commons.collections.
BidiMap
org.apache.commons.collections.
OrderedBidiMap
(also implements org.apache.commons.collections.
OrderedMap
)
org.apache.commons.collections.
SortedBidiMap
(also implements SortedMap)
org.apache.commons.collections.
OrderedMap
org.apache.commons.collections.
OrderedBidiMap
(also implements org.apache.commons.collections.
BidiMap
)
org.apache.commons.collections.
SortedBidiMap
(also implements SortedMap)
org.apache.commons.collections.
MultiMap
(also implements Map)
org.apache.commons.collections.
Closure
org.apache.commons.collections.collection.
CompositeCollection.CollectionMutator
org.apache.commons.collections.set.
CompositeSet.SetMutator
org.apache.commons.collections.map.
CompositeMap.MapMutator
org.apache.commons.collections.
Factory
org.apache.commons.collections.
KeyValue
ListIterator
org.apache.commons.collections.
ResettableListIterator
(also implements org.apache.commons.collections.
ResettableIterator
)
org.apache.commons.collections.
Predicate
org.apache.commons.collections.functors.
PredicateDecorator
org.apache.commons.collections.
PriorityQueue
SortedMap
org.apache.commons.collections.
SortedBidiMap
(also implements org.apache.commons.collections.
OrderedBidiMap
)
org.apache.commons.collections.
Transformer
org.apache.commons.collections.
Unmodifiable
Overview
Package
Class
Use
Tree
Index
Deprecated
About
Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.