Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
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
java.util.
AbstractCollection
<E> (implements java.util.
Collection
<E>)
org.apache.commons.collections.map.
AbstractHashedMap.Values
<K,V>
java.util.
AbstractList
<E> (implements java.util.
List
<E>)
org.apache.commons.collections.list.
AbstractLinkedList.LinkedSubList
<E>
java.util.
ArrayList
<E> (implements java.lang.
Cloneable
, java.util.
List
<E>, java.util.
RandomAccess
, java.io.
Serializable
)
org.apache.commons.collections.
ArrayStack
<E> (implements org.apache.commons.collections.
Buffer
<E>)
org.apache.commons.collections.
FastArrayList
<E>
org.apache.commons.collections.list.
TreeList
<E>
java.util.
AbstractSet
<E> (implements java.util.
Set
<E>)
org.apache.commons.collections.map.
AbstractHashedMap.EntrySet
<K,V>
org.apache.commons.collections.map.
AbstractHashedMap.KeySet
<K,V>
org.apache.commons.collections.buffer.
BoundedFifoBuffer
<E> (implements org.apache.commons.collections.
BoundedCollection
<E>, org.apache.commons.collections.
Buffer
<E>, java.io.
Serializable
)
org.apache.commons.collections.buffer.
CircularFifoBuffer
<E>
org.apache.commons.collections.buffer.
PriorityBuffer
<E> (implements org.apache.commons.collections.
Buffer
<E>)
org.apache.commons.collections.buffer.
UnboundedFifoBuffer
<E> (implements org.apache.commons.collections.
Buffer
<E>, java.io.
Serializable
)
org.apache.commons.collections.collection.
AbstractCollectionDecorator
<E> (implements java.util.
Collection
<E>)
org.apache.commons.collections.bag.
AbstractBagDecorator
<E> (implements org.apache.commons.collections.
Bag
<E>)
org.apache.commons.collections.bag.
AbstractSortedBagDecorator
<E> (implements org.apache.commons.collections.
SortedBag
<E>)
org.apache.commons.collections.bag.
UnmodifiableSortedBag
<E> (implements java.io.
Serializable
, org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.bag.
UnmodifiableBag
<E> (implements java.io.
Serializable
, org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.buffer.
AbstractBufferDecorator
<E> (implements org.apache.commons.collections.
Buffer
<E>)
org.apache.commons.collections.buffer.
UnmodifiableBuffer
<E> (implements java.io.
Serializable
, org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.View
<K,V,E>
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.EntrySet
<K,V> (implements java.util.
Set
<E>)
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.KeySet
<K,V> (implements java.util.
Set
<E>)
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.Values
<K,V> (implements java.util.
Set
<E>)
org.apache.commons.collections.list.
AbstractListDecorator
<E> (implements java.util.
List
<E>)
org.apache.commons.collections.list.
AbstractSerializableListDecorator
<E> (implements java.io.
Serializable
)
org.apache.commons.collections.list.
FixedSizeList
<E> (implements org.apache.commons.collections.
BoundedCollection
<E>)
org.apache.commons.collections.list.
LazyList
<E>
org.apache.commons.collections.list.
SetUniqueList
<E>
org.apache.commons.collections.list.
UnmodifiableList
<E> (implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.collection.
AbstractSerializableCollectionDecorator
<E> (implements java.io.
Serializable
)
org.apache.commons.collections.collection.
PredicatedCollection
<E>
org.apache.commons.collections.bag.
PredicatedBag
<E> (implements org.apache.commons.collections.
Bag
<E>)
org.apache.commons.collections.bag.
PredicatedSortedBag
<E> (implements org.apache.commons.collections.
SortedBag
<E>)
org.apache.commons.collections.buffer.
PredicatedBuffer
<E> (implements org.apache.commons.collections.
Buffer
<E>)
org.apache.commons.collections.list.
PredicatedList
<E> (implements java.util.
List
<E>)
org.apache.commons.collections.set.
PredicatedSet
<E> (implements java.util.
Set
<E>)
org.apache.commons.collections.set.
PredicatedSortedSet
<E> (implements java.util.
SortedSet
<E>)
org.apache.commons.collections.collection.
TransformedCollection
<I,O>
org.apache.commons.collections.bag.
TransformedBag
(implements org.apache.commons.collections.
Bag
<E>)
org.apache.commons.collections.bag.
TransformedSortedBag
(implements org.apache.commons.collections.
SortedBag
<E>)
org.apache.commons.collections.buffer.
TransformedBuffer
<I,O> (implements org.apache.commons.collections.
Buffer
<E>)
org.apache.commons.collections.list.
TransformedList
<I,O> (implements java.util.
List
<E>)
org.apache.commons.collections.set.
TransformedSet
(implements java.util.
Set
<E>)
org.apache.commons.collections.set.
TransformedSortedSet
(implements java.util.
SortedSet
<E>)
org.apache.commons.collections.collection.
UnmodifiableBoundedCollection
<E> (implements org.apache.commons.collections.
BoundedCollection
<E>)
org.apache.commons.collections.collection.
UnmodifiableCollection
<E> (implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.set.
AbstractSetDecorator
<E> (implements java.util.
Set
<E>)
org.apache.commons.collections.set.
AbstractSerializableSetDecorator
<E> (implements java.io.
Serializable
)
org.apache.commons.collections.set.
ListOrderedSet
<E> (implements java.util.
Set
<E>)
org.apache.commons.collections.set.
UnmodifiableSet
<E> (implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.set.
AbstractSortedSetDecorator
<E> (implements java.util.
SortedSet
<E>)
org.apache.commons.collections.set.
UnmodifiableSortedSet
<E> (implements java.io.
Serializable
, org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.map.
UnmodifiableEntrySet
<K,V> (implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.bidimap.
AbstractDualBidiMap
<K,V> (implements org.apache.commons.collections.
BidiMap
<K,V>)
org.apache.commons.collections.bidimap.
DualHashBidiMap
<K,V> (implements java.io.
Serializable
)
org.apache.commons.collections.bidimap.
DualTreeBidiMap
<K,V> (implements java.io.
Serializable
, org.apache.commons.collections.
SortedBidiMap
<K,V>)
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.BidiMapIterator
<K,V> (implements org.apache.commons.collections.
MapIterator
<K,V>, org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.map.
AbstractHashedMap.HashEntry
<K,V> (implements org.apache.commons.collections.
KeyValue
<K,V>, java.util.
Map.Entry
<K,V>)
org.apache.commons.collections.map.
AbstractLinkedMap.LinkEntry
<K,V>
org.apache.commons.collections.map.
AbstractReferenceMap.ReferenceEntry
<K,V>
org.apache.commons.collections.map.
IdentityMap.IdentityEntry
<K,V>
org.apache.commons.collections.map.
AbstractHashedMap.HashIterator
<K,V>
org.apache.commons.collections.map.
AbstractHashedMap.EntrySetIterator
<K,V> (implements java.util.
Iterator
<E>)
org.apache.commons.collections.map.
AbstractHashedMap.HashMapIterator
<K,V> (implements org.apache.commons.collections.
MapIterator
<K,V>)
org.apache.commons.collections.map.
AbstractHashedMap.KeySetIterator
<K,V> (implements java.util.
Iterator
<E>)
org.apache.commons.collections.map.
AbstractHashedMap.ValuesIterator
<K,V> (implements java.util.
Iterator
<E>)
org.apache.commons.collections.iterators.
AbstractIteratorDecorator
<E> (implements java.util.
Iterator
<E>)
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.EntrySetIterator
<K,V>
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.KeySetIterator
<K,V>
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.ValuesIterator
<K,V>
org.apache.commons.collections.keyvalue.
AbstractKeyValue
<K,V> (implements org.apache.commons.collections.
KeyValue
<K,V>)
org.apache.commons.collections.keyvalue.
AbstractMapEntry
<K,V> (implements java.util.
Map.Entry
<K,V>)
org.apache.commons.collections.
BeanMap.MyMapEntry
org.apache.commons.collections.keyvalue.
DefaultMapEntry
<K,V>
org.apache.commons.collections.keyvalue.
UnmodifiableMapEntry
<K,V> (implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.keyvalue.
DefaultKeyValue
<K,V>
org.apache.commons.collections.list.
AbstractLinkedList
<E> (implements java.util.
List
<E>)
org.apache.commons.collections.list.
CursorableLinkedList
<E> (implements java.io.
Serializable
)
org.apache.commons.collections.list.
NodeCachingLinkedList
<E> (implements java.io.
Serializable
)
org.apache.commons.collections.list.
AbstractLinkedList.LinkedListIterator
<E> (implements java.util.
ListIterator
<E>, org.apache.commons.collections.
OrderedIterator
<E>)
org.apache.commons.collections.list.
AbstractLinkedList.LinkedSubListIterator
<E>
org.apache.commons.collections.list.
CursorableLinkedList.Cursor
<E>
org.apache.commons.collections.list.
AbstractLinkedList.Node
<T>
org.apache.commons.collections.map.
AbstractLinkedMap.LinkIterator
<K,V>
org.apache.commons.collections.map.
AbstractLinkedMap.EntrySetIterator
<K,V> (implements org.apache.commons.collections.
OrderedIterator
<E>, org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.map.
AbstractLinkedMap.KeySetIterator
<K,V> (implements org.apache.commons.collections.
OrderedIterator
<E>, org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.map.
AbstractLinkedMap.LinkMapIterator
<K,V> (implements org.apache.commons.collections.
OrderedIterator
<E>, org.apache.commons.collections.
OrderedMapIterator
<K,V>, org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.map.
AbstractLinkedMap.ValuesIterator
<K,V> (implements org.apache.commons.collections.
OrderedIterator
<E>, org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.iterators.
AbstractListIteratorDecorator
<E> (implements java.util.
ListIterator
<E>)
org.apache.commons.collections.list.
PredicatedList.PredicatedListIterator
org.apache.commons.collections.list.
TransformedList.TransformedListIterator
java.util.
AbstractMap
<K,V> (implements java.util.
Map
<K,V>)
org.apache.commons.collections.map.
AbstractHashedMap
<K,V> (implements org.apache.commons.collections.
IterableMap
<K,V>)
org.apache.commons.collections.map.
AbstractLinkedMap
<K,V> (implements org.apache.commons.collections.
OrderedMap
<K,V>)
org.apache.commons.collections.map.
LinkedMap
<K,V> (implements java.lang.
Cloneable
, java.io.
Serializable
)
org.apache.commons.collections.map.
LRUMap
<K,V> (implements org.apache.commons.collections.
BoundedMap
<K,V>, java.lang.
Cloneable
, java.io.
Serializable
)
org.apache.commons.collections.map.
AbstractReferenceMap
<K,V>
org.apache.commons.collections.map.
ReferenceIdentityMap
<K,V> (implements java.io.
Serializable
)
org.apache.commons.collections.map.
ReferenceMap
<K,V> (implements java.io.
Serializable
)
org.apache.commons.collections.map.
CaseInsensitiveMap
<V> (implements java.lang.
Cloneable
, java.io.
Serializable
)
org.apache.commons.collections.map.
HashedMap
<K,V> (implements java.lang.
Cloneable
, java.io.
Serializable
)
org.apache.commons.collections.map.
IdentityMap
<K,V> (implements java.lang.
Cloneable
, java.io.
Serializable
)
org.apache.commons.collections.
BeanMap
(implements java.lang.
Cloneable
)
java.util.
HashMap
<K,V> (implements java.lang.
Cloneable
, java.util.
Map
<K,V>, java.io.
Serializable
)
org.apache.commons.collections.
FastHashMap
<K,V>
org.apache.commons.collections.
MultiHashMap
<K,V> (implements org.apache.commons.collections.
MultiMap
<K,V>)
java.util.
TreeMap
<K,V> (implements java.lang.
Cloneable
, java.io.
Serializable
, java.util.
SortedMap
<K,V>)
org.apache.commons.collections.
FastTreeMap
<K,V>
org.apache.commons.collections.bag.
AbstractMapBag
<E> (implements org.apache.commons.collections.
Bag
<E>)
org.apache.commons.collections.bag.
HashBag
<E> (implements org.apache.commons.collections.
Bag
<E>, java.io.
Serializable
)
org.apache.commons.collections.bag.
TreeBag
<E> (implements java.io.
Serializable
, org.apache.commons.collections.
SortedBag
<E>)
org.apache.commons.collections.bag.
AbstractMapBag.MutableInteger
org.apache.commons.collections.map.
AbstractMapDecorator
<K,V> (implements java.util.
Map
<K,V>)
org.apache.commons.collections.bidimap.
AbstractBidiMapDecorator
<K,V> (implements org.apache.commons.collections.
BidiMap
<K,V>)
org.apache.commons.collections.bidimap.
AbstractOrderedBidiMapDecorator
<K,V> (implements org.apache.commons.collections.
OrderedBidiMap
<K,V>)
org.apache.commons.collections.bidimap.
AbstractSortedBidiMapDecorator
<K,V> (implements org.apache.commons.collections.
SortedBidiMap
<K,V>)
org.apache.commons.collections.bidimap.
UnmodifiableSortedBidiMap
<K,V> (implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.bidimap.
UnmodifiableOrderedBidiMap
<K,V> (implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.bidimap.
UnmodifiableBidiMap
<K,V> (implements org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.map.
AbstractOrderedMapDecorator
<K,V> (implements org.apache.commons.collections.
OrderedMap
<K,V>)
org.apache.commons.collections.map.
UnmodifiableOrderedMap
<K,V> (implements java.io.
Serializable
, org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.map.
AbstractSortedMapDecorator
<K,V> (implements java.util.
SortedMap
<K,V>)
org.apache.commons.collections.bidimap.
DualTreeBidiMap.ViewMap
<K,V>
org.apache.commons.collections.map.
FixedSizeSortedMap
<K,V> (implements org.apache.commons.collections.
BoundedMap
<K,V>, java.io.
Serializable
, java.util.
SortedMap
<K,V>)
org.apache.commons.collections.map.
UnmodifiableSortedMap
<K,V> (implements java.io.
Serializable
, org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.map.
FixedSizeMap
<K,V> (implements org.apache.commons.collections.
BoundedMap
<K,V>, java.util.
Map
<K,V>, java.io.
Serializable
)
org.apache.commons.collections.map.
LazyMap
<K,V> (implements java.util.
Map
<K,V>, java.io.
Serializable
)
org.apache.commons.collections.map.
LazySortedMap
<K,V> (implements java.util.
SortedMap
<K,V>)
org.apache.commons.collections.map.
ListOrderedMap
<K,V> (implements org.apache.commons.collections.
OrderedMap
<K,V>, java.io.
Serializable
)
org.apache.commons.collections.map.
PredicatedMap
<K,V> (implements java.io.
Serializable
)
org.apache.commons.collections.map.
PredicatedSortedMap
<K,V> (implements java.util.
SortedMap
<K,V>)
org.apache.commons.collections.map.
TransformedMap
(implements java.io.
Serializable
)
org.apache.commons.collections.map.
TransformedSortedMap
(implements java.util.
SortedMap
<K,V>)
org.apache.commons.collections.map.
UnmodifiableMap
<K,V> (implements org.apache.commons.collections.
IterableMap
<K,V>, java.io.
Serializable
, org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.keyvalue.
AbstractMapEntryDecorator
<K,V> (implements org.apache.commons.collections.
KeyValue
<K,V>, java.util.
Map.Entry
<K,V>)
org.apache.commons.collections.bidimap.
AbstractDualBidiMap.MapEntry
<K,V>
org.apache.commons.collections.iterators.
AbstractMapIteratorDecorator
<K,V> (implements org.apache.commons.collections.
MapIterator
<K,V>)
org.apache.commons.collections.iterators.
AbstractOrderedMapIteratorDecorator
<K,V> (implements org.apache.commons.collections.
OrderedMapIterator
<K,V>)
org.apache.commons.collections.functors.
AllPredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, org.apache.commons.collections.functors.
PredicateDecorator
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
AndPredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, org.apache.commons.collections.functors.
PredicateDecorator
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
AnyPredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, org.apache.commons.collections.functors.
PredicateDecorator
<T>, java.io.
Serializable
)
org.apache.commons.collections.iterators.
ArrayIterator
<E> (implements org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.iterators.
ArrayListIterator
<E> (implements java.util.
ListIterator
<E>, org.apache.commons.collections.
ResettableListIterator
<E>)
org.apache.commons.collections.
BagUtils
org.apache.commons.collections.comparators.
BooleanComparator
(implements java.util.
Comparator
<T>, java.io.
Serializable
)
org.apache.commons.collections.
BufferUtils
org.apache.commons.collections.functors.
ChainedClosure
<T> (implements org.apache.commons.collections.
Closure
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
ChainedTransformer
<I,O> (implements java.io.
Serializable
, org.apache.commons.collections.
Transformer
<I,O>)
org.apache.commons.collections.functors.
CloneTransformer
(implements java.io.
Serializable
, org.apache.commons.collections.
Transformer
<I,O>)
org.apache.commons.collections.functors.
ClosureTransformer
<T> (implements java.io.
Serializable
, org.apache.commons.collections.
Transformer
<I,O>)
org.apache.commons.collections.
ClosureUtils
org.apache.commons.collections.iterators.
CollatingIterator
<E> (implements java.util.
Iterator
<E>)
org.apache.commons.collections.
CollectionUtils
org.apache.commons.collections.comparators.
ComparableComparator
(implements java.util.
Comparator
<T>, java.io.
Serializable
)
org.apache.commons.collections.comparators.
ComparatorChain
<T> (implements java.util.
Comparator
<T>, java.io.
Serializable
)
org.apache.commons.collections.
ComparatorUtils
org.apache.commons.collections.collection.
CompositeCollection
<E> (implements java.util.
Collection
<E>)
org.apache.commons.collections.set.
CompositeSet
<E> (implements java.util.
Set
<E>)
org.apache.commons.collections.map.
CompositeMap
<K,V> (implements java.util.
Map
<K,V>)
org.apache.commons.collections.functors.
ConstantFactory
<T> (implements org.apache.commons.collections.
Factory
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
ConstantTransformer
<T> (implements java.io.
Serializable
, org.apache.commons.collections.
Transformer
<I,O>)
java.util.
Dictionary
<K,V>
java.util.
Hashtable
<K,V> (implements java.lang.
Cloneable
, java.util.
Map
<K,V>, java.io.
Serializable
)
org.apache.commons.collections.
ExtendedProperties
org.apache.commons.collections.bidimap.
DualTreeBidiMap.BidiOrderedMapIterator
<K,V> (implements org.apache.commons.collections.
OrderedMapIterator
<K,V>, org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.iterators.
EmptyIterator
<E> (implements org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.iterators.
EmptyListIterator
<E> (implements org.apache.commons.collections.
ResettableListIterator
<E>)
org.apache.commons.collections.iterators.
EmptyMapIterator
(implements org.apache.commons.collections.
MapIterator
<K,V>, org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.iterators.
EmptyOrderedIterator
<E> (implements org.apache.commons.collections.
OrderedIterator
<E>, org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.iterators.
EmptyOrderedMapIterator
(implements org.apache.commons.collections.
OrderedMapIterator
<K,V>, org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.iterators.
EntrySetMapIterator
<K,V> (implements org.apache.commons.collections.
MapIterator
<K,V>, org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.iterators.
EnumerationIterator
<E> (implements java.util.
Iterator
<E>)
org.apache.commons.collections.
EnumerationUtils
org.apache.commons.collections.functors.
EqualPredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
ExceptionClosure
<T> (implements org.apache.commons.collections.
Closure
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
ExceptionFactory
<T> (implements org.apache.commons.collections.
Factory
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
ExceptionPredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
ExceptionTransformer
<I,O> (implements java.io.
Serializable
, org.apache.commons.collections.
Transformer
<I,O>)
org.apache.commons.collections.functors.
FactoryTransformer
<T> (implements java.io.
Serializable
, org.apache.commons.collections.
Transformer
<I,O>)
org.apache.commons.collections.
FactoryUtils
org.apache.commons.collections.functors.
FalsePredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, java.io.
Serializable
)
org.apache.commons.collections.iterators.
FilterIterator
<E> (implements java.util.
Iterator
<E>)
org.apache.commons.collections.iterators.
UniqueFilterIterator
<E>
org.apache.commons.collections.iterators.
FilterListIterator
<E> (implements java.util.
ListIterator
<E>)
org.apache.commons.collections.comparators.
FixedOrderComparator
<T> (implements java.util.
Comparator
<T>)
org.apache.commons.collections.map.
Flat3Map
<K,V> (implements java.lang.
Cloneable
, org.apache.commons.collections.
IterableMap
<K,V>, java.io.
Serializable
)
org.apache.commons.collections.functors.
ForClosure
<T> (implements org.apache.commons.collections.
Closure
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
IdentityPredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
IfClosure
<T> (implements org.apache.commons.collections.
Closure
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
InstanceofPredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
InstantiateFactory
<T> (implements org.apache.commons.collections.
Factory
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
InstantiateTransformer
(implements java.io.
Serializable
, org.apache.commons.collections.
Transformer
<I,O>)
org.apache.commons.collections.functors.
InvokerTransformer
(implements java.io.
Serializable
, org.apache.commons.collections.
Transformer
<I,O>)
org.apache.commons.collections.iterators.
IteratorChain
<E> (implements java.util.
Iterator
<E>)
org.apache.commons.collections.iterators.
IteratorEnumeration
<E> (implements java.util.
Enumeration
<E>)
org.apache.commons.collections.
IteratorUtils
org.apache.commons.collections.iterators.
ListIteratorWrapper
<E> (implements java.util.
ListIterator
<E>)
org.apache.commons.collections.
ListUtils
org.apache.commons.collections.iterators.
LoopingIterator
<E> (implements org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.set.
MapBackedSet
<K,V> (implements java.io.
Serializable
, java.util.
Set
<E>)
org.apache.commons.collections.functors.
MapTransformer
<I,O> (implements java.io.
Serializable
, org.apache.commons.collections.
Transformer
<I,O>)
org.apache.commons.collections.
MapUtils
org.apache.commons.collections.keyvalue.
MultiKey
<K> (implements java.io.
Serializable
)
org.apache.commons.collections.map.
MultiKeyMap
<K,V> (implements org.apache.commons.collections.
IterableMap
<K,V>, java.io.
Serializable
)
org.apache.commons.collections.functors.
NonePredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, org.apache.commons.collections.functors.
PredicateDecorator
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
NOPClosure
<T> (implements org.apache.commons.collections.
Closure
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
NOPTransformer
<I> (implements java.io.
Serializable
, org.apache.commons.collections.
Transformer
<I,O>)
org.apache.commons.collections.functors.
NotNullPredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
NotPredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, org.apache.commons.collections.functors.
PredicateDecorator
<T>, java.io.
Serializable
)
org.apache.commons.collections.comparators.
NullComparator
<T> (implements java.util.
Comparator
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
NullIsExceptionPredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, org.apache.commons.collections.functors.
PredicateDecorator
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
NullIsFalsePredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, org.apache.commons.collections.functors.
PredicateDecorator
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
NullIsTruePredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, org.apache.commons.collections.functors.
PredicateDecorator
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
NullPredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, java.io.
Serializable
)
org.apache.commons.collections.iterators.
ObjectArrayIterator
<E> (implements java.util.
Iterator
<E>, org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.iterators.
ObjectArrayListIterator
<E> (implements java.util.
ListIterator
<E>, org.apache.commons.collections.
ResettableListIterator
<E>)
org.apache.commons.collections.iterators.
ObjectGraphIterator
(implements java.util.
Iterator
<E>)
org.apache.commons.collections.functors.
OnePredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, org.apache.commons.collections.functors.
PredicateDecorator
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
OrPredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, org.apache.commons.collections.functors.
PredicateDecorator
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
PredicateTransformer
<T> (implements java.io.
Serializable
, org.apache.commons.collections.
Transformer
<I,O>)
org.apache.commons.collections.
PredicateUtils
org.apache.commons.collections.functors.
PrototypeFactory
<T>
org.apache.commons.collections.comparators.
ReverseComparator
<T> (implements java.util.
Comparator
<T>, java.io.
Serializable
)
org.apache.commons.collections.
SetUtils
org.apache.commons.collections.iterators.
SingletonIterator
<E> (implements java.util.
Iterator
<E>, org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.iterators.
SingletonListIterator
<E> (implements java.util.
ListIterator
<E>, org.apache.commons.collections.
ResettableListIterator
<E>)
org.apache.commons.collections.map.
SingletonMap
<K,V> (implements org.apache.commons.collections.
BoundedMap
<K,V>, java.lang.
Cloneable
, org.apache.commons.collections.
KeyValue
<K,V>, org.apache.commons.collections.
OrderedMap
<K,V>, java.io.
Serializable
)
org.apache.commons.collections.map.
StaticBucketMap
<K,V> (implements java.util.
Map
<K,V>)
org.apache.commons.collections.functors.
StringValueTransformer
<T> (implements java.io.
Serializable
, org.apache.commons.collections.
Transformer
<I,O>)
org.apache.commons.collections.functors.
SwitchClosure
<T> (implements org.apache.commons.collections.
Closure
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
SwitchTransformer
<I,O> (implements java.io.
Serializable
, org.apache.commons.collections.
Transformer
<I,O>)
org.apache.commons.collections.collection.
SynchronizedCollection
<E> (implements java.util.
Collection
<E>, java.io.
Serializable
)
org.apache.commons.collections.bag.
SynchronizedBag
<E> (implements org.apache.commons.collections.
Bag
<E>)
org.apache.commons.collections.bag.
SynchronizedSortedBag
<E> (implements org.apache.commons.collections.
SortedBag
<E>)
org.apache.commons.collections.buffer.
SynchronizedBuffer
<E> (implements org.apache.commons.collections.
Buffer
<E>)
org.apache.commons.collections.buffer.
BlockingBuffer
<E>
org.apache.commons.collections.list.
SynchronizedList
<E> (implements java.util.
List
<E>)
org.apache.commons.collections.set.
SynchronizedSet
<E> (implements java.util.
Set
<E>)
org.apache.commons.collections.set.
SynchronizedSortedSet
<E> (implements java.util.
SortedSet
<E>)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
org.apache.commons.collections.
BufferOverflowException
org.apache.commons.collections.
FunctorException
java.util.
NoSuchElementException
org.apache.commons.collections.
BufferUnderflowException
org.apache.commons.collections.keyvalue.
TiedMapEntry
<K,V> (implements org.apache.commons.collections.
KeyValue
<K,V>, java.util.
Map.Entry
<K,V>, java.io.
Serializable
)
org.apache.commons.collections.functors.
TransformedPredicate
<I,O> (implements org.apache.commons.collections.
Predicate
<T>, org.apache.commons.collections.functors.
PredicateDecorator
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
TransformerClosure
<I,O> (implements org.apache.commons.collections.
Closure
<T>, java.io.
Serializable
)
org.apache.commons.collections.functors.
TransformerPredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, java.io.
Serializable
)
org.apache.commons.collections.
TransformerUtils
org.apache.commons.collections.comparators.
TransformingComparator
<I,O> (implements java.util.
Comparator
<T>)
org.apache.commons.collections.iterators.
TransformIterator
<I,O> (implements java.util.
Iterator
<E>)
org.apache.commons.collections.bidimap.
TreeBidiMap
<K,V> (implements org.apache.commons.collections.
OrderedBidiMap
<K,V>)
org.apache.commons.collections.functors.
TruePredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, java.io.
Serializable
)
org.apache.commons.collections.bag.
TypedBag
org.apache.commons.collections.buffer.
TypedBuffer
<E>
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
<E>
org.apache.commons.collections.map.
TypedSortedMap
org.apache.commons.collections.set.
TypedSortedSet
org.apache.commons.collections.functors.
UniquePredicate
<T> (implements org.apache.commons.collections.
Predicate
<T>, java.io.
Serializable
)
org.apache.commons.collections.iterators.
UnmodifiableIterator
<E> (implements java.util.
Iterator
<E>, org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.iterators.
UnmodifiableListIterator
<E> (implements java.util.
ListIterator
<E>, org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.iterators.
UnmodifiableMapIterator
<K,V> (implements org.apache.commons.collections.
MapIterator
<K,V>, org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.iterators.
UnmodifiableOrderedMapIterator
<K,V> (implements org.apache.commons.collections.
OrderedMapIterator
<K,V>, org.apache.commons.collections.
Unmodifiable
)
org.apache.commons.collections.functors.
WhileClosure
<T> (implements org.apache.commons.collections.
Closure
<T>, java.io.
Serializable
)
Interface Hierarchy
org.apache.commons.collections.
Closure
<T>
org.apache.commons.collections.collection.
CompositeCollection.CollectionMutator
<E>
org.apache.commons.collections.set.
CompositeSet.SetMutator
<E>
org.apache.commons.collections.map.
CompositeMap.MapMutator
<K,V>
org.apache.commons.collections.
Factory
<T>
java.lang.
Iterable
<T>
org.apache.commons.collections.
Bag
<E>
org.apache.commons.collections.
SortedBag
<E>
org.apache.commons.collections.
BoundedCollection
<E>
org.apache.commons.collections.
Buffer
<E>
java.util.
Collection
<E>
org.apache.commons.collections.
Bag
<E>
org.apache.commons.collections.
SortedBag
<E>
org.apache.commons.collections.
BoundedCollection
<E>
org.apache.commons.collections.
Buffer
<E>
org.apache.commons.collections.
SortedBag
<E>
org.apache.commons.collections.
SortedBag
<E>
java.util.
Iterator
<E>
java.util.
ListIterator
<E>
org.apache.commons.collections.
ResettableListIterator
<E> (also extends org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.
MapIterator
<K,V>
org.apache.commons.collections.
OrderedMapIterator
<K,V> (also extends org.apache.commons.collections.
OrderedIterator
<E>)
org.apache.commons.collections.
OrderedIterator
<E>
org.apache.commons.collections.
OrderedMapIterator
<K,V> (also extends org.apache.commons.collections.
MapIterator
<K,V>)
org.apache.commons.collections.
OrderedMapIterator
<K,V> (also extends org.apache.commons.collections.
MapIterator
<K,V>, org.apache.commons.collections.
OrderedIterator
<E>)
org.apache.commons.collections.
ResettableIterator
<E>
org.apache.commons.collections.
ResettableListIterator
<E> (also extends java.util.
ListIterator
<E>)
org.apache.commons.collections.
ResettableListIterator
<E> (also extends java.util.
ListIterator
<E>, org.apache.commons.collections.
ResettableIterator
<E>)
org.apache.commons.collections.
KeyValue
<K,V>
java.util.
Map
<K,V>
org.apache.commons.collections.
BidiMap
<K,V>
org.apache.commons.collections.
OrderedBidiMap
<K,V> (also extends org.apache.commons.collections.
OrderedMap
<K,V>)
org.apache.commons.collections.
SortedBidiMap
<K,V> (also extends java.util.
SortedMap
<K,V>)
org.apache.commons.collections.
SortedBidiMap
<K,V> (also extends org.apache.commons.collections.
OrderedBidiMap
<K,V>, java.util.
SortedMap
<K,V>)
org.apache.commons.collections.
BoundedMap
<K,V>
org.apache.commons.collections.
IterableMap
<K,V>
org.apache.commons.collections.
BidiMap
<K,V>
org.apache.commons.collections.
OrderedBidiMap
<K,V> (also extends org.apache.commons.collections.
OrderedMap
<K,V>)
org.apache.commons.collections.
SortedBidiMap
<K,V> (also extends java.util.
SortedMap
<K,V>)
org.apache.commons.collections.
SortedBidiMap
<K,V> (also extends org.apache.commons.collections.
OrderedBidiMap
<K,V>, java.util.
SortedMap
<K,V>)
org.apache.commons.collections.
OrderedBidiMap
<K,V> (also extends org.apache.commons.collections.
BidiMap
<K,V>, org.apache.commons.collections.
OrderedMap
<K,V>)
org.apache.commons.collections.
SortedBidiMap
<K,V> (also extends java.util.
SortedMap
<K,V>)
org.apache.commons.collections.
OrderedMap
<K,V>
org.apache.commons.collections.
OrderedBidiMap
<K,V> (also extends org.apache.commons.collections.
BidiMap
<K,V>)
org.apache.commons.collections.
SortedBidiMap
<K,V> (also extends java.util.
SortedMap
<K,V>)
org.apache.commons.collections.
SortedBidiMap
<K,V> (also extends org.apache.commons.collections.
OrderedBidiMap
<K,V>, java.util.
SortedMap
<K,V>)
org.apache.commons.collections.
SortedBidiMap
<K,V> (also extends org.apache.commons.collections.
OrderedBidiMap
<K,V>, java.util.
SortedMap
<K,V>)
org.apache.commons.collections.
MultiMap
<K,V>
org.apache.commons.collections.
OrderedBidiMap
<K,V> (also extends org.apache.commons.collections.
BidiMap
<K,V>, org.apache.commons.collections.
OrderedMap
<K,V>)
org.apache.commons.collections.
SortedBidiMap
<K,V> (also extends java.util.
SortedMap
<K,V>)
org.apache.commons.collections.
OrderedMap
<K,V>
org.apache.commons.collections.
OrderedBidiMap
<K,V> (also extends org.apache.commons.collections.
BidiMap
<K,V>)
org.apache.commons.collections.
SortedBidiMap
<K,V> (also extends java.util.
SortedMap
<K,V>)
org.apache.commons.collections.
SortedBidiMap
<K,V> (also extends org.apache.commons.collections.
OrderedBidiMap
<K,V>, java.util.
SortedMap
<K,V>)
org.apache.commons.collections.
SortedBidiMap
<K,V> (also extends org.apache.commons.collections.
OrderedBidiMap
<K,V>, java.util.
SortedMap
<K,V>)
java.util.
SortedMap
<K,V>
org.apache.commons.collections.
SortedBidiMap
<K,V> (also extends org.apache.commons.collections.
OrderedBidiMap
<K,V>)
org.apache.commons.collections.
Predicate
<T>
org.apache.commons.collections.functors.
PredicateDecorator
<T>
org.apache.commons.collections.
Transformer
<I,O>
org.apache.commons.collections.
Unmodifiable
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.