A B C D E F G H I K L M N O P R S T U V W _

A

AbstractBagDecorator - class org.apache.commons.collections.bag.AbstractBagDecorator.
Decorates another Bag to provide additional behaviour.
AbstractBagDecorator() - Constructor for class org.apache.commons.collections.bag.AbstractBagDecorator
Constructor only used in deserialization, do not use otherwise.
AbstractBagDecorator(Bag) - Constructor for class org.apache.commons.collections.bag.AbstractBagDecorator
Constructor that wraps (not copies).
AbstractBidiMapDecorator - class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator.
Provides a base decorator that enables additional functionality to be added to a BidiMap via decoration.
AbstractBidiMapDecorator(BidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
Constructor that wraps (not copies).
AbstractBufferDecorator - class org.apache.commons.collections.buffer.AbstractBufferDecorator.
Decorates another Buffer to provide additional behaviour.
AbstractBufferDecorator() - Constructor for class org.apache.commons.collections.buffer.AbstractBufferDecorator
Constructor only used in deserialization, do not use otherwise.
AbstractBufferDecorator(Buffer) - Constructor for class org.apache.commons.collections.buffer.AbstractBufferDecorator
Constructor that wraps (not copies).
AbstractCollectionDecorator - class org.apache.commons.collections.collection.AbstractCollectionDecorator.
Decorates another Collection to provide additional behaviour.
AbstractCollectionDecorator() - Constructor for class org.apache.commons.collections.collection.AbstractCollectionDecorator
Constructor only used in deserialization, do not use otherwise.
AbstractCollectionDecorator(Collection) - Constructor for class org.apache.commons.collections.collection.AbstractCollectionDecorator
Constructor that wraps (not copies).
AbstractDualBidiMap - class org.apache.commons.collections.bidimap.AbstractDualBidiMap.
Abstract BidiMap implemented using two maps.
AbstractDualBidiMap() - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Creates an empty map, initialised by createMap.
AbstractDualBidiMap(Map, Map) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Creates an empty map using the two maps specified as storage.
AbstractDualBidiMap(Map, Map, BidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Constructs a map that decorates the specified maps, used by the subclass createBidiMap implementation.
AbstractDualBidiMap.BidiMapIterator - class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator.
Inner class MapIterator.
AbstractDualBidiMap.BidiMapIterator(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
Constructor.
AbstractDualBidiMap.EntrySet - class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet.
Inner class EntrySet.
AbstractDualBidiMap.EntrySet(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet
Constructs a new view of the BidiMap.
AbstractDualBidiMap.EntrySetIterator - class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator.
Inner class EntrySetIterator.
AbstractDualBidiMap.EntrySetIterator(Iterator, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
Constructor.
AbstractDualBidiMap.KeySet - class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet.
Inner class KeySet.
AbstractDualBidiMap.KeySet(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
Constructs a new view of the BidiMap.
AbstractDualBidiMap.KeySetIterator - class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator.
Inner class KeySetIterator.
AbstractDualBidiMap.KeySetIterator(Iterator, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
Constructor.
AbstractDualBidiMap.MapEntry - class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry.
Inner class MapEntry.
AbstractDualBidiMap.MapEntry(Map.Entry, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry
Constructor.
AbstractDualBidiMap.Values - class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values.
Inner class Values.
AbstractDualBidiMap.Values(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
Constructs a new view of the BidiMap.
AbstractDualBidiMap.ValuesIterator - class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator.
Inner class ValuesIterator.
AbstractDualBidiMap.ValuesIterator(Iterator, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
Constructor.
AbstractDualBidiMap.View - class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View.
Inner class View.
AbstractDualBidiMap.View(Collection, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
Constructs a new view of the BidiMap.
AbstractHashedMap - class org.apache.commons.collections.map.AbstractHashedMap.
An abstract implementation of a hash-based map which provides numerous points for subclasses to override.
AbstractHashedMap() - Constructor for class org.apache.commons.collections.map.AbstractHashedMap
Constructor only used in deserialization, do not use otherwise.
AbstractHashedMap(int, float, int) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap
Constructor which performs no validation on the passed in parameters.
AbstractHashedMap(int) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap
Constructs a new, empty map with the specified initial capacity and default load factor.
AbstractHashedMap(int, float) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap
Constructs a new, empty map with the specified initial capacity and load factor.
AbstractHashedMap(Map) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap
Constructor copying elements from another map.
AbstractHashedMap.EntrySet - class org.apache.commons.collections.map.AbstractHashedMap.EntrySet.
EntrySet implementation.
AbstractHashedMap.EntrySet(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
 
AbstractHashedMap.EntrySetIterator - class org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator.
EntrySet iterator.
AbstractHashedMap.EntrySetIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator
 
AbstractHashedMap.HashEntry - class org.apache.commons.collections.map.AbstractHashedMap.HashEntry.
HashEntry used to store the data.
AbstractHashedMap.HashEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
 
AbstractHashedMap.HashIterator - class org.apache.commons.collections.map.AbstractHashedMap.HashIterator.
Base Iterator
AbstractHashedMap.HashIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
 
AbstractHashedMap.HashMapIterator - class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator.
MapIterator implementation.
AbstractHashedMap.HashMapIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
 
AbstractHashedMap.KeySet - class org.apache.commons.collections.map.AbstractHashedMap.KeySet.
KeySet implementation.
AbstractHashedMap.KeySet(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySet
 
AbstractHashedMap.KeySetIterator - class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator.
KeySet iterator.
AbstractHashedMap.KeySetIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator
 
AbstractHashedMap.Values - class org.apache.commons.collections.map.AbstractHashedMap.Values.
Values implementation.
AbstractHashedMap.Values(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.Values
 
AbstractHashedMap.ValuesIterator - class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator.
Values iterator.
AbstractHashedMap.ValuesIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator
 
AbstractIteratorDecorator - class org.apache.commons.collections.iterators.AbstractIteratorDecorator.
Provides basic behaviour for decorating an iterator with extra functionality.
AbstractIteratorDecorator(Iterator) - Constructor for class org.apache.commons.collections.iterators.AbstractIteratorDecorator
Constructor that decorates the specified iterator.
AbstractKeyValue - class org.apache.commons.collections.keyvalue.AbstractKeyValue.
Abstract pair class to assist with creating KeyValue and Map.Entry implementations.
AbstractKeyValue(Object, Object) - Constructor for class org.apache.commons.collections.keyvalue.AbstractKeyValue
Constructs a new pair with the specified key and given value.
AbstractLinkedList - class org.apache.commons.collections.list.AbstractLinkedList.
An abstract implementation of a linked list which provides numerous points for subclasses to override.
AbstractLinkedList() - Constructor for class org.apache.commons.collections.list.AbstractLinkedList
Constructor that does nothing intended for deserialization.
AbstractLinkedList(Collection) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList
Constructs a list copying data from the specified collection.
AbstractLinkedList.LinkedListIterator - class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator.
A list iterator over the linked list.
AbstractLinkedList.LinkedListIterator(AbstractLinkedList, int) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
Create a ListIterator for a list.
AbstractLinkedList.LinkedSubList - class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList.
The sublist implementation for AbstractLinkedList.
AbstractLinkedList.LinkedSubList(AbstractLinkedList, int, int) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
AbstractLinkedList.LinkedSubListIterator - class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator.
A list iterator over the linked sub list.
AbstractLinkedList.LinkedSubListIterator(AbstractLinkedList.LinkedSubList, int) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
 
AbstractLinkedList.Node - class org.apache.commons.collections.list.AbstractLinkedList.Node.
A node within the linked list.
AbstractLinkedList.Node() - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node
Constructs a new header node.
AbstractLinkedList.Node(Object) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node
Constructs a new node.
AbstractLinkedList.Node(AbstractLinkedList.Node, AbstractLinkedList.Node, Object) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node
Constructs a new node.
AbstractLinkedMap - class org.apache.commons.collections.map.AbstractLinkedMap.
An abstract implementation of a hash-based map that links entries to create an ordered map and which provides numerous points for subclasses to override.
AbstractLinkedMap() - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap
Constructor only used in deserialization, do not use otherwise.
AbstractLinkedMap(int, float, int) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap
Constructor which performs no validation on the passed in parameters.
AbstractLinkedMap(int) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap
Constructs a new, empty map with the specified initial capacity.
AbstractLinkedMap(int, float) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap
Constructs a new, empty map with the specified initial capacity and load factor.
AbstractLinkedMap(Map) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap
Constructor copying elements from another map.
AbstractLinkedMap.EntrySetIterator - class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator.
EntrySet iterator.
AbstractLinkedMap.EntrySetIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
 
AbstractLinkedMap.KeySetIterator - class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator.
KeySet iterator.
AbstractLinkedMap.KeySetIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator
 
AbstractLinkedMap.LinkEntry - class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry.
LinkEntry that stores the data.
AbstractLinkedMap.LinkEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry
Constructs a new entry.
AbstractLinkedMap.LinkIterator - class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator.
Base Iterator that iterates in link order.
AbstractLinkedMap.LinkIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
 
AbstractLinkedMap.LinkMapIterator - class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator.
MapIterator implementation.
AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
 
AbstractLinkedMap.ValuesIterator - class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator.
Values iterator.
AbstractLinkedMap.ValuesIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator
 
AbstractListDecorator - class org.apache.commons.collections.list.AbstractListDecorator.
Decorates another List to provide additional behaviour.
AbstractListDecorator() - Constructor for class org.apache.commons.collections.list.AbstractListDecorator
Constructor only used in deserialization, do not use otherwise.
AbstractListDecorator(List) - Constructor for class org.apache.commons.collections.list.AbstractListDecorator
Constructor that wraps (not copies).
AbstractListIteratorDecorator - class org.apache.commons.collections.iterators.AbstractListIteratorDecorator.
Provides basic behaviour for decorating a list iterator with extra functionality.
AbstractListIteratorDecorator(ListIterator) - Constructor for class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
Constructor that decorates the specified iterator.
AbstractMapBag - class org.apache.commons.collections.bag.AbstractMapBag.
Abstract implementation of the Bag interface to simplify the creation of subclass implementations.
AbstractMapBag() - Constructor for class org.apache.commons.collections.bag.AbstractMapBag
Constructor needed for subclass serialisation.
AbstractMapBag(Map) - Constructor for class org.apache.commons.collections.bag.AbstractMapBag
Constructor that assigns the specified Map as the backing store.
AbstractMapBag.MutableInteger - class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger.
Mutable integer class for storing the data.
AbstractMapDecorator - class org.apache.commons.collections.map.AbstractMapDecorator.
Provides a base decorator that enables additional functionality to be added to a Map via decoration.
AbstractMapDecorator() - Constructor for class org.apache.commons.collections.map.AbstractMapDecorator
Constructor only used in deserialization, do not use otherwise.
AbstractMapDecorator(Map) - Constructor for class org.apache.commons.collections.map.AbstractMapDecorator
Constructor that wraps (not copies).
AbstractMapEntry - class org.apache.commons.collections.keyvalue.AbstractMapEntry.
Abstract Pair class to assist with creating correct Map.Entry implementations.
AbstractMapEntry(Object, Object) - Constructor for class org.apache.commons.collections.keyvalue.AbstractMapEntry
Constructs a new entry with the given key and given value.
AbstractMapEntryDecorator - class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator.
Provides a base decorator that allows additional functionality to be added to a Map.Entry.
AbstractMapEntryDecorator(Map.Entry) - Constructor for class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
Constructor that wraps (not copies).
AbstractMapIteratorDecorator - class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator.
Provides basic behaviour for decorating a map iterator with extra functionality.
AbstractMapIteratorDecorator(MapIterator) - Constructor for class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
Constructor that decorates the specified iterator.
AbstractOrderedBidiMapDecorator - class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator.
Provides a base decorator that enables additional functionality to be added to an OrderedBidiMap via decoration.
AbstractOrderedBidiMapDecorator(OrderedBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
Constructor that wraps (not copies).
AbstractOrderedMapDecorator - class org.apache.commons.collections.map.AbstractOrderedMapDecorator.
Provides a base decorator that enables additional functionality to be added to an OrderedMap via decoration.
AbstractOrderedMapDecorator() - Constructor for class org.apache.commons.collections.map.AbstractOrderedMapDecorator
Constructor only used in deserialization, do not use otherwise.
AbstractOrderedMapDecorator(OrderedMap) - Constructor for class org.apache.commons.collections.map.AbstractOrderedMapDecorator
Constructor that wraps (not copies).
AbstractOrderedMapIteratorDecorator - class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator.
Provides basic behaviour for decorating an ordered map iterator with extra functionality.
AbstractOrderedMapIteratorDecorator(OrderedMapIterator) - Constructor for class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
Constructor that decorates the specified iterator.
AbstractReferenceMap - class org.apache.commons.collections.map.AbstractReferenceMap.
An abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector.
AbstractReferenceMap() - Constructor for class org.apache.commons.collections.map.AbstractReferenceMap
Constructor used during deserialization.
AbstractReferenceMap(int, int, int, float, boolean) - Constructor for class org.apache.commons.collections.map.AbstractReferenceMap
Constructs a new empty map with the specified reference types, load factor and initial capacity.
AbstractReferenceMap.ReferenceEntry - class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry.
A MapEntry implementation for the map.
AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap, AbstractHashedMap.HashEntry, int, Object, Object) - Constructor for class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
Creates a new entry object for the ReferenceMap.
AbstractSerializableCollectionDecorator - class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator.
Serializable subclass of AbstractCollectionDecorator.
AbstractSerializableCollectionDecorator(Collection) - Constructor for class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
Constructor.
AbstractSerializableListDecorator - class org.apache.commons.collections.list.AbstractSerializableListDecorator.
Serializable subclass of AbstractListDecorator.
AbstractSerializableListDecorator(List) - Constructor for class org.apache.commons.collections.list.AbstractSerializableListDecorator
Constructor.
AbstractSerializableSetDecorator - class org.apache.commons.collections.set.AbstractSerializableSetDecorator.
Serializable subclass of AbstractSetDecorator.
AbstractSerializableSetDecorator(Set) - Constructor for class org.apache.commons.collections.set.AbstractSerializableSetDecorator
Constructor.
AbstractSetDecorator - class org.apache.commons.collections.set.AbstractSetDecorator.
Decorates another Set to provide additional behaviour.
AbstractSetDecorator() - Constructor for class org.apache.commons.collections.set.AbstractSetDecorator
Constructor only used in deserialization, do not use otherwise.
AbstractSetDecorator(Set) - Constructor for class org.apache.commons.collections.set.AbstractSetDecorator
Constructor that wraps (not copies).
AbstractSortedBagDecorator - class org.apache.commons.collections.bag.AbstractSortedBagDecorator.
Decorates another SortedBag to provide additional behaviour.
AbstractSortedBagDecorator() - Constructor for class org.apache.commons.collections.bag.AbstractSortedBagDecorator
Constructor only used in deserialization, do not use otherwise.
AbstractSortedBagDecorator(SortedBag) - Constructor for class org.apache.commons.collections.bag.AbstractSortedBagDecorator
Constructor that wraps (not copies).
AbstractSortedBidiMapDecorator - class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator.
Provides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.
AbstractSortedBidiMapDecorator(SortedBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
Constructor that wraps (not copies).
AbstractSortedMapDecorator - class org.apache.commons.collections.map.AbstractSortedMapDecorator.
Provides a base decorator that enables additional functionality to be added to a Map via decoration.
AbstractSortedMapDecorator() - Constructor for class org.apache.commons.collections.map.AbstractSortedMapDecorator
Constructor only used in deserialization, do not use otherwise.
AbstractSortedMapDecorator(SortedMap) - Constructor for class org.apache.commons.collections.map.AbstractSortedMapDecorator
Constructor that wraps (not copies).
AbstractSortedSetDecorator - class org.apache.commons.collections.set.AbstractSortedSetDecorator.
Decorates another SortedSet to provide additional behaviour.
AbstractSortedSetDecorator() - Constructor for class org.apache.commons.collections.set.AbstractSortedSetDecorator
Constructor only used in deserialization, do not use otherwise.
AbstractSortedSetDecorator(Set) - Constructor for class org.apache.commons.collections.set.AbstractSortedSetDecorator
Constructor that wraps (not copies).
AllPredicate - class org.apache.commons.collections.functors.AllPredicate.
Predicate implementation that returns true if all the predicates return true.
AllPredicate(Predicate[]) - Constructor for class org.apache.commons.collections.functors.AllPredicate
Constructor that performs no validation.
AndPredicate - class org.apache.commons.collections.functors.AndPredicate.
Predicate implementation that returns true if both the predicates return true.
AndPredicate(Predicate, Predicate) - Constructor for class org.apache.commons.collections.functors.AndPredicate
Constructor that performs no validation.
AnyPredicate - class org.apache.commons.collections.functors.AnyPredicate.
Predicate implementation that returns true if any of the predicates return true.
AnyPredicate(Predicate[]) - Constructor for class org.apache.commons.collections.functors.AnyPredicate
Constructor that performs no validation.
ArrayIterator - class org.apache.commons.collections.iterators.ArrayIterator.
Implements an Iterator over any array.
ArrayIterator() - Constructor for class org.apache.commons.collections.iterators.ArrayIterator
Constructor for use with setArray.
ArrayIterator(Object) - Constructor for class org.apache.commons.collections.iterators.ArrayIterator
Constructs an ArrayIterator that will iterate over the values in the specified array.
ArrayIterator(Object, int) - Constructor for class org.apache.commons.collections.iterators.ArrayIterator
Constructs an ArrayIterator that will iterate over the values in the specified array from a specific start index.
ArrayIterator(Object, int, int) - Constructor for class org.apache.commons.collections.iterators.ArrayIterator
Construct an ArrayIterator that will iterate over a range of values in the specified array.
ArrayListIterator - class org.apache.commons.collections.iterators.ArrayListIterator.
Implements a ListIterator over an array.
ArrayListIterator() - Constructor for class org.apache.commons.collections.iterators.ArrayListIterator
Constructor for use with setArray.
ArrayListIterator(Object) - Constructor for class org.apache.commons.collections.iterators.ArrayListIterator
Constructs an ArrayListIterator that will iterate over the values in the specified array.
ArrayListIterator(Object, int) - Constructor for class org.apache.commons.collections.iterators.ArrayListIterator
Constructs an ArrayListIterator that will iterate over the values in the specified array from a specific start index.
ArrayListIterator(Object, int, int) - Constructor for class org.apache.commons.collections.iterators.ArrayListIterator
Construct an ArrayListIterator that will iterate over a range of values in the specified array.
ArrayStack - class org.apache.commons.collections.ArrayStack.
An implementation of the Stack API that is based on an ArrayList instead of a Vector, so it is not synchronized to protect against multi-threaded access.
ArrayStack() - Constructor for class org.apache.commons.collections.ArrayStack
Constructs a new empty ArrayStack.
ArrayStack(int) - Constructor for class org.apache.commons.collections.ArrayStack
Constructs a new empty ArrayStack with an initial size.
add(Object) - Method in interface org.apache.commons.collections.Bag
(Violation) Adds one copy the specified object to the Bag.
add(Object, int) - Method in interface org.apache.commons.collections.Bag
Adds nCopies copies of the specified object to the Bag.
add(Object) - Method in class org.apache.commons.collections.BinaryHeap
Deprecated. Adds an object to this heap.
add(Object) - Method in class org.apache.commons.collections.BoundedFifoBuffer
Deprecated. Adds the given element to this buffer.
add(Object) - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
Deprecated.  
add(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Appends the specified element to the end of this list.
add(int, Object) - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Inserts the specified element at the specified position in this list.
add(Object) - Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Adds a new element to the bag by incrementing its count in the underlying map.
add(Object, int) - Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Adds a new element to the bag by incrementing its count in the map.
add(Object) - Method in class org.apache.commons.collections.FastArrayList
Appends the specified element to the end of this list.
add(int, Object) - Method in class org.apache.commons.collections.FastArrayList
Insert the specified element at the specified position in this list, and shift all remaining elements up one position.
add(Object) - Method in class org.apache.commons.collections.UnboundedFifoBuffer
Deprecated. Adds the given element to this buffer.
add(Object, int) - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
 
add(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Adds a new element to the bag, incrementing its count in the underlying map.
add(Object, int) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Adds a new element to the bag, incrementing its count in the map.
add(Object, int) - Method in class org.apache.commons.collections.bag.PredicatedBag
 
add(Object, int) - Method in class org.apache.commons.collections.bag.SynchronizedBag
 
add(Object, int) - Method in class org.apache.commons.collections.bag.TransformedBag
 
add(Object) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
 
add(Object, int) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
 
add(Object) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
 
add(Object, int) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
 
add(Object) - Method in class org.apache.commons.collections.buffer.BlockingBuffer
 
add(Object) - Method in class org.apache.commons.collections.buffer.BoundedBuffer
 
add(Object) - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
Adds the given element to this buffer.
add(Object) - Method in class org.apache.commons.collections.buffer.CircularFifoBuffer
If the buffer is full, the least recently added element is discarded so that a new element can be inserted.
add(Object) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Adds an element to the buffer.
add(Object) - Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
Adds the given element to this buffer.
add(Object) - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
 
add(Object) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
add(CompositeCollection, Collection[], Object) - Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator
Called when an object is to be added to the composite.
add(Object) - Method in class org.apache.commons.collections.collection.CompositeCollection
Adds an object to the collection, throwing UnsupportedOperationException unless a CollectionMutator strategy is specified.
add(Object) - Method in class org.apache.commons.collections.collection.PredicatedCollection
Override to validate the object being added to ensure it matches the predicate.
add(Object) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
add(Object) - Method in class org.apache.commons.collections.collection.TransformedCollection
 
add(Object) - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
 
add(Object) - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
 
add(Object) - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
Adds an item, which compares as after all items known to the Comparator.
add(Object) - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
 
add(Object) - Method in class org.apache.commons.collections.iterators.ArrayListIterator
This iterator does not support modification of its backing collection, and so will always throw an UnsupportedOperationException when this method is invoked.
add(Object) - Method in class org.apache.commons.collections.iterators.FilterListIterator
Not supported.
add(Object) - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
Throws UnsupportedOperationException.
add(Object) - Method in class org.apache.commons.collections.iterators.LoopingListIterator
Inserts the specified element into the underlying list.
add(Object) - Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
This iterator does not support modification of its backing array's size, and so will always throw an UnsupportedOperationException when this method is invoked.
add(Object) - Method in class org.apache.commons.collections.iterators.ProxyListIterator
Deprecated. Invokes the underlying ListIterator.add(Object) method.
add(Object) - Method in class org.apache.commons.collections.iterators.ReverseListIterator
Adds a new element to the list between the next and previous elements.
add(Object) - Method in class org.apache.commons.collections.iterators.SingletonListIterator
Add always throws UnsupportedOperationException.
add(Object) - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
 
add(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
 
add(int, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
add(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
 
add(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
add(int, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
add(int, Object) - Method in class org.apache.commons.collections.list.AbstractListDecorator
 
add(Object) - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
Adds an object to the list.
add(Object) - Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor
 
add(Object) - Method in class org.apache.commons.collections.list.FixedSizeList
 
add(int, Object) - Method in class org.apache.commons.collections.list.FixedSizeList
 
add(int, Object) - Method in class org.apache.commons.collections.list.GrowthList
Decorate the add method to perform the growth behaviour.
add(Object) - Method in class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator
 
add(int, Object) - Method in class org.apache.commons.collections.list.PredicatedList
 
add(Object) - Method in class org.apache.commons.collections.list.SetUniqueList
Adds an element to the list if it is not already present.
add(int, Object) - Method in class org.apache.commons.collections.list.SetUniqueList
Adds an element to a specific index in the list if it is not already present.
add(int, Object) - Method in class org.apache.commons.collections.list.SynchronizedList
 
add(Object) - Method in class org.apache.commons.collections.list.TransformedList.TransformedListIterator
 
add(int, Object) - Method in class org.apache.commons.collections.list.TransformedList
 
add(int, Object) - Method in class org.apache.commons.collections.list.TreeList
Adds a new element to the list.
add(Object) - Method in class org.apache.commons.collections.list.UnmodifiableList
 
add(int, Object) - Method in class org.apache.commons.collections.list.UnmodifiableList
 
add(Object) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
 
add(Object) - Method in class org.apache.commons.collections.set.ListOrderedSet
 
add(int, Object) - Method in class org.apache.commons.collections.set.ListOrderedSet
 
add(Object) - Method in class org.apache.commons.collections.set.MapBackedSet
 
add(Object) - Method in class org.apache.commons.collections.set.UnmodifiableSet
 
add(Object) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
 
addAll(Collection, Iterator) - Static method in class org.apache.commons.collections.CollectionUtils
Adds all elements in the iteration to the given collection.
addAll(Collection, Enumeration) - Static method in class org.apache.commons.collections.CollectionUtils
Adds all elements in the enumeration to the given collection.
addAll(Collection, Object[]) - Static method in class org.apache.commons.collections.CollectionUtils
Adds all elements in the array to the given collection.
addAll(Collection) - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection) - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Inserts all of the elements in the specified collection into this list at the specified position.
addAll(Collection) - Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Invokes DefaultMapBag.add(Object) for each element in the given collection.
addAll(Collection) - Method in class org.apache.commons.collections.FastArrayList
Append all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection) - Method in class org.apache.commons.collections.FastArrayList
Insert all of the elements in the specified Collection at the specified position in this list, and shift any previous elements upwards as needed.
addAll(Collection) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Invokes AbstractMapBag.add(Object) for each element in the given collection.
addAll(Collection) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
 
addAll(Collection) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
 
addAll(Collection) - Method in class org.apache.commons.collections.buffer.BlockingBuffer
 
addAll(Collection) - Method in class org.apache.commons.collections.buffer.BoundedBuffer
 
addAll(Collection) - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
 
addAll(Collection) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
addAll(CompositeCollection, Collection[], Collection) - Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator
Called when a collection is to be added to the composite.
addAll(Collection) - Method in class org.apache.commons.collections.collection.CompositeCollection
Adds a collection of elements to this collection, throwing UnsupportedOperationException unless a CollectionMutator strategy is specified.
addAll(Collection) - Method in class org.apache.commons.collections.collection.PredicatedCollection
Override to validate the objects being added to ensure they match the predicate.
addAll(Collection) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
addAll(Collection) - Method in class org.apache.commons.collections.collection.TransformedCollection
 
addAll(Collection) - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
 
addAll(Collection) - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
 
addAll(Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
addAll(int, Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
addAll(Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
addAll(int, Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
addAll(int, Collection) - Method in class org.apache.commons.collections.list.AbstractListDecorator
 
addAll(Collection) - Method in class org.apache.commons.collections.list.FixedSizeList
 
addAll(int, Collection) - Method in class org.apache.commons.collections.list.FixedSizeList
 
addAll(int, Collection) - Method in class org.apache.commons.collections.list.GrowthList
Decorate the addAll method to perform the growth behaviour.
addAll(int, Collection) - Method in class org.apache.commons.collections.list.PredicatedList
 
addAll(Collection) - Method in class org.apache.commons.collections.list.SetUniqueList
Adds an element to the end of the list if it is not already present.
addAll(int, Collection) - Method in class org.apache.commons.collections.list.SetUniqueList
Adds a collection of objects to the end of the list avoiding duplicates.
addAll(int, Collection) - Method in class org.apache.commons.collections.list.SynchronizedList
 
addAll(int, Collection) - Method in class org.apache.commons.collections.list.TransformedList
 
addAll(Collection) - Method in class org.apache.commons.collections.list.UnmodifiableList
 
addAll(int, Collection) - Method in class org.apache.commons.collections.list.UnmodifiableList
 
addAll(Collection) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
 
addAll(Collection) - Method in class org.apache.commons.collections.set.ListOrderedSet
 
addAll(int, Collection) - Method in class org.apache.commons.collections.set.ListOrderedSet
 
addAll(Collection) - Method in class org.apache.commons.collections.set.MapBackedSet
 
addAll(Collection) - Method in class org.apache.commons.collections.set.UnmodifiableSet
 
addAll(Collection) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
 
addAsEqual(Object, Object) - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
Adds a new item, which compares as equal to the given existing item.
addComparator(Comparator) - Method in class org.apache.commons.collections.comparators.ComparatorChain
Add a Comparator to the end of the chain using the forward sort order
addComparator(Comparator, boolean) - Method in class org.apache.commons.collections.comparators.ComparatorChain
Add a Comparator to the end of the chain using the given sort order
addComposited(Collection[]) - Method in class org.apache.commons.collections.collection.CompositeCollection
Add these Collections to the list of collections in this composite
addComposited(Collection) - Method in class org.apache.commons.collections.collection.CompositeCollection
Add an additional collection to this composite.
addComposited(Collection, Collection) - Method in class org.apache.commons.collections.collection.CompositeCollection
Add two additional collections to this composite.
addComposited(Map) - Method in class org.apache.commons.collections.map.CompositeMap
Add an additional Map to the composite.
addComposited(Collection) - Method in class org.apache.commons.collections.set.CompositeSet
Add a Set to this composite
addComposited(Collection, Collection) - Method in class org.apache.commons.collections.set.CompositeSet
Add two sets to this composite
addComposited(Collection[]) - Method in class org.apache.commons.collections.set.CompositeSet
Add an array of sets to this composite
addEntry(AbstractHashedMap.HashEntry, int) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Adds an entry into this map.
addEntry(AbstractHashedMap.HashEntry, int) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Adds an entry into this map, maintaining insertion order.
addFirst(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Inserts the specified element at the beginning of this list.
addFirst(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
addIgnoreNull(Collection, Object) - Static method in class org.apache.commons.collections.CollectionUtils
Adds an element to the collection unless the element is null.
addIterator(Iterator) - Method in class org.apache.commons.collections.iterators.CollatingIterator
Adds the given Iterator to the iterators being collated.
addIterator(Iterator) - Method in class org.apache.commons.collections.iterators.IteratorChain
Add an Iterator to the end of the chain
addLast(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Inserts the specified element at the end of this list.
addLast(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
addMapping(int, int, Object, Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Adds a new key-value mapping into this map.
addMapping(int, int, Object, Object) - Method in class org.apache.commons.collections.map.LRUMap
Adds a new key-value mapping into this map.
addNode(AbstractLinkedList.Node, AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Inserts a new node into the list.
addNode(AbstractLinkedList.Node, AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.CursorableLinkedList
Inserts a new node into the list.
addNodeAfter(AbstractLinkedList.Node, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Creates a new node with the specified object as its value and inserts it after node.
addNodeBefore(AbstractLinkedList.Node, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Creates a new node with the specified object as its value and inserts it before node.
addNodeToCache(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
Adds a node to the cache, if the cache isn't full.
addProperty(String, Object) - Method in class org.apache.commons.collections.ExtendedProperties
Add a property to the configuration.
after - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry
The entry after this one in the order
all - Variable in class org.apache.commons.collections.collection.CompositeCollection
Collections in the composite
allPredicate(Predicate[]) - Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true only if all of the specified predicates are true.
allPredicate(Collection) - Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true only if all of the specified predicates are true.
andPredicate(Predicate, Predicate) - Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true only if both of the specified predicates are true.
anyPredicate(Predicate[]) - Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if any of the specified predicates are true.
anyPredicate(Collection) - Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if any of the specified predicates are true.
array - Variable in class org.apache.commons.collections.iterators.ArrayIterator
The array to iterate over
array - Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator
The array
arrayIterator(Object[]) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator over an object array.
arrayIterator(Object) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator over an object or primitive array.
arrayIterator(Object[], int) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator over the end part of an object array.
arrayIterator(Object, int) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator over the end part of an object or primitive array.
arrayIterator(Object[], int, int) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator over part of an object array.
arrayIterator(Object, int, int) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator over part of an object or primitive array.
arrayListIterator(Object[]) - Static method in class org.apache.commons.collections.IteratorUtils
Gets a list iterator over an object array.
arrayListIterator(Object) - Static method in class org.apache.commons.collections.IteratorUtils
Gets a list iterator over an object or primitive array.
arrayListIterator(Object[], int) - Static method in class org.apache.commons.collections.IteratorUtils
Gets a list iterator over the end part of an object array.
arrayListIterator(Object, int) - Static method in class org.apache.commons.collections.IteratorUtils
Gets a list iterator over the end part of an object or primitive array.
arrayListIterator(Object[], int, int) - Static method in class org.apache.commons.collections.IteratorUtils
Gets a list iterator over part of an object array.
arrayListIterator(Object, int, int) - Static method in class org.apache.commons.collections.IteratorUtils
Gets a list iterator over part of an object or primitive array.
asClosure(Transformer) - Static method in class org.apache.commons.collections.ClosureUtils
Creates a Closure that calls a Transformer each time it is called.
asEnumeration(Iterator) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an enumeration that wraps an iterator.
asIterator(Enumeration) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that provides an iterator view of the given enumeration.
asIterator(Enumeration, Collection) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that provides an iterator view of the given enumeration that will remove elements from the specified collection.
asList() - Method in class org.apache.commons.collections.map.LinkedMap
Gets an unmodifiable List view of the keys.
asList() - Method in class org.apache.commons.collections.map.ListOrderedMap
Gets an unmodifiable List view of the keys which changes as the map changes.
asList() - Method in class org.apache.commons.collections.set.ListOrderedSet
Gets an unmodifiable view of the order of the Set.
asPredicate(Transformer) - Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that wraps a Transformer.
asSet() - Method in class org.apache.commons.collections.list.SetUniqueList
Gets an unmodifiable view as a Set.
asTransformer(Closure) - Static method in class org.apache.commons.collections.TransformerUtils
Creates a Transformer that calls a Closure each time the transformer is used.
asTransformer(Predicate) - Static method in class org.apache.commons.collections.TransformerUtils
Creates a Transformer that calls a Predicate each time the transformer is used.
asTransformer(Factory) - Static method in class org.apache.commons.collections.TransformerUtils
Creates a Transformer that calls a Factory each time the transformer is used.
ascendingOrder - Variable in class org.apache.commons.collections.buffer.PriorityBuffer
If true, the first element as determined by the sort order will be returned.
atomic(Runnable) - Method in class org.apache.commons.collections.StaticBucketMap
Deprecated. Prevents any operations from occurring on this map while the given Runnable executes.
atomic(Runnable) - Method in class org.apache.commons.collections.map.StaticBucketMap
Prevents any operations from occurring on this map while the given Runnable executes.

B

Bag - interface org.apache.commons.collections.Bag.
Defines a collection that counts the number of times an object appears in the collection.
BagUtils - class org.apache.commons.collections.BagUtils.
Provides utility methods and decorators for Bag and SortedBag instances.
BagUtils() - Constructor for class org.apache.commons.collections.BagUtils
Instantiation of BagUtils is not intended or required.
BeanMap - class org.apache.commons.collections.BeanMap.
Deprecated. Identical class now available in commons-beanutils (full jar version). This version is due to be removed in collections v4.0.
BeanMap() - Constructor for class org.apache.commons.collections.BeanMap
Deprecated. Constructs a new empty BeanMap.
BeanMap(Object) - Constructor for class org.apache.commons.collections.BeanMap
Deprecated. Constructs a new BeanMap that operates on the specified bean.
BeanMap.MyMapEntry - class org.apache.commons.collections.BeanMap.MyMapEntry.
Deprecated. Map entry used by BeanMap.
BeanMap.MyMapEntry(BeanMap, Object, Object) - Constructor for class org.apache.commons.collections.BeanMap.MyMapEntry
Deprecated. Constructs a new MyMapEntry.
BidiMap - interface org.apache.commons.collections.BidiMap.
Defines a map that allows bidirectional lookup between key and values.
BinaryHeap - class org.apache.commons.collections.BinaryHeap.
Deprecated. Replaced by PriorityBuffer in buffer subpackage. Due to be removed in v4.0.
BinaryHeap() - Constructor for class org.apache.commons.collections.BinaryHeap
Deprecated. Constructs a new minimum binary heap.
BinaryHeap(Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
Deprecated. Constructs a new BinaryHeap that will use the given comparator to order its elements.
BinaryHeap(int) - Constructor for class org.apache.commons.collections.BinaryHeap
Deprecated. Constructs a new minimum binary heap with the specified initial capacity.
BinaryHeap(int, Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
Deprecated. Constructs a new BinaryHeap.
BinaryHeap(boolean) - Constructor for class org.apache.commons.collections.BinaryHeap
Deprecated. Constructs a new minimum or maximum binary heap
BinaryHeap(boolean, Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
Deprecated. Constructs a new BinaryHeap.
BinaryHeap(int, boolean) - Constructor for class org.apache.commons.collections.BinaryHeap
Deprecated. Constructs a new minimum or maximum binary heap with the specified initial capacity.
BinaryHeap(int, boolean, Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
Deprecated. Constructs a new BinaryHeap.
BlockingBuffer - class org.apache.commons.collections.buffer.BlockingBuffer.
Decorates another Buffer to make BlockingBuffer.get() and BlockingBuffer.remove() block when the Buffer is empty.
BlockingBuffer(Buffer) - Constructor for class org.apache.commons.collections.buffer.BlockingBuffer
Constructor that wraps (not copies).
BlockingBuffer(Buffer, long) - Constructor for class org.apache.commons.collections.buffer.BlockingBuffer
Constructor that wraps (not copies).
BooleanComparator - class org.apache.commons.collections.comparators.BooleanComparator.
A Comparator for Boolean objects that can sort either true or false first.
BooleanComparator() - Constructor for class org.apache.commons.collections.comparators.BooleanComparator
Creates a BooleanComparator that sorts false values before true values.
BooleanComparator(boolean) - Constructor for class org.apache.commons.collections.comparators.BooleanComparator
Creates a BooleanComparator that sorts trueFirst values before !trueFirst values.
BoundedBuffer - class org.apache.commons.collections.buffer.BoundedBuffer.
Decorates another Buffer to ensure a fixed maximum size.
BoundedBuffer(Buffer, int, long) - Constructor for class org.apache.commons.collections.buffer.BoundedBuffer
Constructor that wraps (not copies) another buffer, making it bounded waiting only up to a maximum amount of time.
BoundedCollection - interface org.apache.commons.collections.BoundedCollection.
Defines a collection that is bounded in size.
BoundedFifoBuffer - class org.apache.commons.collections.BoundedFifoBuffer.
Deprecated. Moved to buffer subpackage. Due to be removed in v4.0.
BoundedFifoBuffer() - Constructor for class org.apache.commons.collections.BoundedFifoBuffer
Deprecated. Constructs a new BoundedFifoBuffer big enough to hold 32 elements.
BoundedFifoBuffer(int) - Constructor for class org.apache.commons.collections.BoundedFifoBuffer
Deprecated. Constructs a new BoundedFifoBuffer big enough to hold the specified number of elements.
BoundedFifoBuffer(Collection) - Constructor for class org.apache.commons.collections.BoundedFifoBuffer
Deprecated. Constructs a new BoundedFifoBuffer big enough to hold all of the elements in the specified collection.
BoundedFifoBuffer - class org.apache.commons.collections.buffer.BoundedFifoBuffer.
The BoundedFifoBuffer is a very efficient implementation of Buffer that is of a fixed size.
BoundedFifoBuffer() - Constructor for class org.apache.commons.collections.buffer.BoundedFifoBuffer
Constructs a new BoundedFifoBuffer big enough to hold 32 elements.
BoundedFifoBuffer(int) - Constructor for class org.apache.commons.collections.buffer.BoundedFifoBuffer
Constructs a new BoundedFifoBuffer big enough to hold the specified number of elements.
BoundedFifoBuffer(Collection) - Constructor for class org.apache.commons.collections.buffer.BoundedFifoBuffer
Constructs a new BoundedFifoBuffer big enough to hold all of the elements in the specified collection.
BoundedMap - interface org.apache.commons.collections.BoundedMap.
Defines a map that is bounded in size.
Buffer - interface org.apache.commons.collections.Buffer.
Defines a collection that allows objects to be removed in some well-defined order.
BufferOverflowException - exception org.apache.commons.collections.BufferOverflowException.
The BufferOverflowException is used when the buffer's capacity has been exceeded.
BufferOverflowException() - Constructor for class org.apache.commons.collections.BufferOverflowException
Constructs a new BufferOverflowException.
BufferOverflowException(String) - Constructor for class org.apache.commons.collections.BufferOverflowException
Construct a new BufferOverflowException.
BufferOverflowException(String, Throwable) - Constructor for class org.apache.commons.collections.BufferOverflowException
Construct a new BufferOverflowException.
BufferUnderflowException - exception org.apache.commons.collections.BufferUnderflowException.
The BufferUnderflowException is used when the buffer is already empty.
BufferUnderflowException() - Constructor for class org.apache.commons.collections.BufferUnderflowException
Constructs a new BufferUnderflowException.
BufferUnderflowException(String) - Constructor for class org.apache.commons.collections.BufferUnderflowException
Construct a new BufferUnderflowException.
BufferUnderflowException(String, Throwable) - Constructor for class org.apache.commons.collections.BufferUnderflowException
Construct a new BufferUnderflowException.
BufferUtils - class org.apache.commons.collections.BufferUtils.
Provides utility methods and decorators for Buffer instances.
BufferUtils() - Constructor for class org.apache.commons.collections.BufferUtils
BufferUtils should not normally be instantiated.
basePath - Variable in class org.apache.commons.collections.ExtendedProperties
Base path of the configuration file used to create this ExtendedProperties object.
before - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry
The entry before this one in the order
blockingBuffer(Buffer) - Static method in class org.apache.commons.collections.BufferUtils
Returns a synchronized buffer backed by the given buffer that will block on Buffer.get() and Buffer.remove() operations.
blockingBuffer(Buffer, long) - Static method in class org.apache.commons.collections.BufferUtils
Returns a synchronized buffer backed by the given buffer that will block on Buffer.get() and Buffer.remove() operations until timeout expires.
booleanComparator(boolean) - Static method in class org.apache.commons.collections.ComparatorUtils
Gets a Comparator that can sort Boolean objects.
boundedBuffer(Buffer, int) - Static method in class org.apache.commons.collections.BufferUtils
Returns a synchronized buffer backed by the given buffer that will block on Collection.add(Object) and Collection.addAll(java.util.Collection) until enough object(s) are removed from the buffer to allow the object(s) to be added and still maintain the maximum size.
boundedBuffer(Buffer, int, long) - Static method in class org.apache.commons.collections.BufferUtils
Returns a synchronized buffer backed by the given buffer that will block on Collection.add(Object) and Collection.addAll(java.util.Collection) until enough object(s) are removed from the buffer to allow the object(s) to be added and still maintain the maximum size or the timeout expires.
broadcastListableChanged(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Informs all of my registered cursors that the specified element was changed.
broadcastListableInserted(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Informs all of my registered cursors that the specified element was just added to my list.
broadcastListableRemoved(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Informs all of my registered cursors that the specified element was just removed from my list.
broadcastNodeChanged(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.CursorableLinkedList
Informs all of my registered cursors that the specified element was changed.
broadcastNodeInserted(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.CursorableLinkedList
Informs all of my registered cursors that the specified element was just added to my list.
broadcastNodeRemoved(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.CursorableLinkedList
Informs all of my registered cursors that the specified element was just removed from my list.
buffer - Variable in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
The array of objects in the buffer.

C

CaseInsensitiveMap - class org.apache.commons.collections.map.CaseInsensitiveMap.
A case-insensitive Map.
CaseInsensitiveMap() - Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap
Constructs a new empty map with default size and load factor.
CaseInsensitiveMap(int) - Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap
Constructs a new, empty map with the specified initial capacity.
CaseInsensitiveMap(int, float) - Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap
Constructs a new, empty map with the specified initial capacity and load factor.
CaseInsensitiveMap(Map) - Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap
Constructor copying elements from another map.
ChainedClosure - class org.apache.commons.collections.functors.ChainedClosure.
Closure implementation that chains the specified closures together.
ChainedClosure(Closure[]) - Constructor for class org.apache.commons.collections.functors.ChainedClosure
Constructor that performs no validation.
ChainedTransformer - class org.apache.commons.collections.functors.ChainedTransformer.
Transformer implementation that chains the specified transformers together.
ChainedTransformer(Transformer[]) - Constructor for class org.apache.commons.collections.functors.ChainedTransformer
Constructor that performs no validation.
CircularFifoBuffer - class org.apache.commons.collections.buffer.CircularFifoBuffer.
CircularFifoBuffer is a first in first out buffer with a fixed size that replaces its oldest element if full.
CircularFifoBuffer() - Constructor for class org.apache.commons.collections.buffer.CircularFifoBuffer
Constructor that creates a buffer with the default size of 32.
CircularFifoBuffer(int) - Constructor for class org.apache.commons.collections.buffer.CircularFifoBuffer
Constructor that creates a buffer with the specified size.
CircularFifoBuffer(Collection) - Constructor for class org.apache.commons.collections.buffer.CircularFifoBuffer
Constructor that creates a buffer from the specified collection.
CloneTransformer - class org.apache.commons.collections.functors.CloneTransformer.
Transformer implementation that returns a clone of the input object.
Closure - interface org.apache.commons.collections.Closure.
Defines a functor interface implemented by classes that do something.
ClosureTransformer - class org.apache.commons.collections.functors.ClosureTransformer.
Transformer implementation that calls a Closure using the input object and then returns the input.
ClosureTransformer(Closure) - Constructor for class org.apache.commons.collections.functors.ClosureTransformer
Constructor that performs no validation.
ClosureUtils - class org.apache.commons.collections.ClosureUtils.
ClosureUtils provides reference implementations and utilities for the Closure functor interface.
ClosureUtils() - Constructor for class org.apache.commons.collections.ClosureUtils
This class is not normally instantiated.
CollatingIterator - class org.apache.commons.collections.iterators.CollatingIterator.
Provides an ordered iteration over the elements contained in a collection of ordered Iterators.
CollatingIterator() - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
Constructs a new CollatingIterator.
CollatingIterator(Comparator) - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
Constructs a new CollatingIterator that will used the specified comparator for ordering.
CollatingIterator(Comparator, int) - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
Constructs a new CollatingIterator that will used the specified comparator for ordering and have the specified initial capacity.
CollatingIterator(Comparator, Iterator, Iterator) - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
Constructs a new CollatingIterator that will use the specified comparator to provide ordered iteration over the two given iterators.
CollatingIterator(Comparator, Iterator[]) - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
Constructs a new CollatingIterator that will use the specified comparator to provide ordered iteration over the array of iterators.
CollatingIterator(Comparator, Collection) - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
Constructs a new CollatingIterator that will use the specified comparator to provide ordered iteration over the collection of iterators.
CollectionUtils - class org.apache.commons.collections.CollectionUtils.
Provides utility methods and decorators for Collection instances.
CollectionUtils() - Constructor for class org.apache.commons.collections.CollectionUtils
CollectionUtils should not normally be instantiated.
ComparableComparator - class org.apache.commons.collections.comparators.ComparableComparator.
A Comparator that compares Comparable objects.
ComparableComparator() - Constructor for class org.apache.commons.collections.comparators.ComparableComparator
Constructor whose use should be avoided.
ComparatorChain - class org.apache.commons.collections.comparators.ComparatorChain.
A ComparatorChain is a Comparator that wraps one or more Comparators in sequence.
ComparatorChain() - Constructor for class org.apache.commons.collections.comparators.ComparatorChain
Construct a ComparatorChain with no Comparators.
ComparatorChain(Comparator) - Constructor for class org.apache.commons.collections.comparators.ComparatorChain
Construct a ComparatorChain with a single Comparator, sorting in the forward order
ComparatorChain(Comparator, boolean) - Constructor for class org.apache.commons.collections.comparators.ComparatorChain
Construct a Comparator chain with a single Comparator, sorting in the given order
ComparatorChain(List) - Constructor for class org.apache.commons.collections.comparators.ComparatorChain
Construct a ComparatorChain from the Comparators in the List.
ComparatorChain(List, BitSet) - Constructor for class org.apache.commons.collections.comparators.ComparatorChain
Construct a ComparatorChain from the Comparators in the given List.
ComparatorUtils - class org.apache.commons.collections.ComparatorUtils.
Provides convenient static utility methods for Comparator objects.
ComparatorUtils() - Constructor for class org.apache.commons.collections.ComparatorUtils
ComparatorUtils should not normally be instantiated.
CompositeCollection - class org.apache.commons.collections.collection.CompositeCollection.
Decorates a collection of other collections to provide a single unified view.
CompositeCollection() - Constructor for class org.apache.commons.collections.collection.CompositeCollection
Create an empty CompositeCollection.
CompositeCollection(Collection) - Constructor for class org.apache.commons.collections.collection.CompositeCollection
Create a Composite Collection with only coll composited.
CompositeCollection(Collection[]) - Constructor for class org.apache.commons.collections.collection.CompositeCollection
Create a CompositeCollection with colls as the initial list of composited collections.
CompositeCollection.CollectionMutator - interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator.
Pluggable strategy to handle changes to the composite.
CompositeMap - class org.apache.commons.collections.map.CompositeMap.
Decorates a map of other maps to provide a single unified view.
CompositeMap() - Constructor for class org.apache.commons.collections.map.CompositeMap
Create a new, empty, CompositeMap.
CompositeMap(Map, Map) - Constructor for class org.apache.commons.collections.map.CompositeMap
Create a new CompositeMap with two composited Map instances.
CompositeMap(Map, Map, CompositeMap.MapMutator) - Constructor for class org.apache.commons.collections.map.CompositeMap
Create a new CompositeMap with two composited Map instances.
CompositeMap(Map[]) - Constructor for class org.apache.commons.collections.map.CompositeMap
Create a new CompositeMap which composites all of the Map instances in the argument.
CompositeMap(Map[], CompositeMap.MapMutator) - Constructor for class org.apache.commons.collections.map.CompositeMap
Create a new CompositeMap which composites all of the Map instances in the argument.
CompositeMap.MapMutator - interface org.apache.commons.collections.map.CompositeMap.MapMutator.
This interface allows definition for all of the indeterminate mutators in a CompositeMap, as well as providing a hook for callbacks on key collisions.
CompositeSet - class org.apache.commons.collections.set.CompositeSet.
Decorates a set of other sets to provide a single unified view.
CompositeSet() - Constructor for class org.apache.commons.collections.set.CompositeSet
Create an empty CompositeSet
CompositeSet(Set) - Constructor for class org.apache.commons.collections.set.CompositeSet
Create a CompositeSet with just set composited
CompositeSet(Set[]) - Constructor for class org.apache.commons.collections.set.CompositeSet
Create a composite set with sets as the initial set of composited Sets
CompositeSet.SetMutator - interface org.apache.commons.collections.set.CompositeSet.SetMutator.
Define callbacks for mutation operations.
ConstantFactory - class org.apache.commons.collections.functors.ConstantFactory.
Factory implementation that returns the same constant each time.
ConstantFactory(Object) - Constructor for class org.apache.commons.collections.functors.ConstantFactory
Constructor that performs no validation.
ConstantTransformer - class org.apache.commons.collections.functors.ConstantTransformer.
Transformer implementation that returns the same constant each time.
ConstantTransformer(Object) - Constructor for class org.apache.commons.collections.functors.ConstantTransformer
Constructor that performs no validation.
CursorableLinkedList - class org.apache.commons.collections.CursorableLinkedList.
Deprecated. Use new version in list subpackage, which has been rewritten and now returns the cursor from the listIterator method. Will be removed in v4.0
CursorableLinkedList() - Constructor for class org.apache.commons.collections.CursorableLinkedList
Deprecated.  
CursorableLinkedList - class org.apache.commons.collections.list.CursorableLinkedList.
A List implementation with a ListIterator that allows concurrent modifications to the underlying list.
CursorableLinkedList() - Constructor for class org.apache.commons.collections.list.CursorableLinkedList
Constructor that creates.
CursorableLinkedList(Collection) - Constructor for class org.apache.commons.collections.list.CursorableLinkedList
Constructor that copies the specified collection
CursorableLinkedList.Cursor - class org.apache.commons.collections.CursorableLinkedList.Cursor.
Deprecated.  
CursorableLinkedList.Cursor - class org.apache.commons.collections.list.CursorableLinkedList.Cursor.
An extended ListIterator that allows concurrent changes to the underlying list.
CursorableLinkedList.Cursor(CursorableLinkedList, int) - Constructor for class org.apache.commons.collections.list.CursorableLinkedList.Cursor
Constructs a new cursor.
CursorableLinkedList.SubCursor - class org.apache.commons.collections.list.CursorableLinkedList.SubCursor.
A cursor for the sublist based on LinkedSubListIterator.
CursorableLinkedList.SubCursor(AbstractLinkedList.LinkedSubList, int) - Constructor for class org.apache.commons.collections.list.CursorableLinkedList.SubCursor
Constructs a new cursor.
cacheSize - Variable in class org.apache.commons.collections.list.NodeCachingLinkedList
The size of the cache.
calcTotalSize() - Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Actually walks the bag to make sure the count is correct and resets the running total
calculateNewCapacity(int) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Calculates the new capacity of the map.
calculateThreshold(int, float) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Calculates the new threshold of the map, where it will be resized.
canRemove - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
Whether remove is allowed at present
canRemove - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
Whether remove is allowed at present
canRemove - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
Whether remove is allowed at present
canRemove - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
Whether remove is allowed at present
cardinality(Object, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
Returns the number of occurrences of obj in coll.
chainedClosure(Closure, Closure) - Static method in class org.apache.commons.collections.ClosureUtils
Create a new Closure that calls two Closures, passing the result of the first into the second.
chainedClosure(Closure[]) - Static method in class org.apache.commons.collections.ClosureUtils
Create a new Closure that calls each closure in turn, passing the result into the next closure.
chainedClosure(Collection) - Static method in class org.apache.commons.collections.ClosureUtils
Create a new Closure that calls each closure in turn, passing the result into the next closure.
chainedComparator(Comparator, Comparator) - Static method in class org.apache.commons.collections.ComparatorUtils
Gets a comparator that compares using two Comparators.
chainedComparator(Comparator[]) - Static method in class org.apache.commons.collections.ComparatorUtils
Gets a comparator that compares using an array of Comparators, applied in sequence until one returns not equal or the array is exhausted.
chainedComparator(Collection) - Static method in class org.apache.commons.collections.ComparatorUtils
Gets a comparator that compares using a collection of Comparators, applied in (default iterator) sequence until one returns not equal or the collection is exhausted.
chainedIterator(Iterator, Iterator) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that iterates through two Iterators one after another.
chainedIterator(Iterator[]) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that iterates through an array of Iterators one after another.
chainedIterator(Collection) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that iterates through a collections of Iterators one after another.
chainedTransformer(Transformer, Transformer) - Static method in class org.apache.commons.collections.TransformerUtils
Create a new Transformer that calls two transformers, passing the result of the first into the second.
chainedTransformer(Transformer[]) - Static method in class org.apache.commons.collections.TransformerUtils
Create a new Transformer that calls each transformer in turn, passing the result into the next transformer.
chainedTransformer(Collection) - Static method in class org.apache.commons.collections.TransformerUtils
Create a new Transformer that calls each transformer in turn, passing the result into the next transformer.
checkBound(int, String) - Method in class org.apache.commons.collections.iterators.ArrayIterator
Checks whether the index is valid or not.
checkCapacity() - Method in class org.apache.commons.collections.map.AbstractHashedMap
Checks the capacity of the map and enlarges it if necessary.
checkForComod() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
Deprecated.  
checkKey(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
Check to ensure that input keys are valid MultiKey objects.
checkLocked() - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
Checks to see whether the comparator is now locked against further changes.
checkModCount() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
Checks the modification count of the list is the value that this object expects.
checkModCount() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
checkModCount() - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
Override superclass modCount check, and replace it with our valid flag.
checkSetValue(Object) - Method in class org.apache.commons.collections.map.PredicatedMap
Override to validate an object set into the map via setValue.
checkSetValue(Object) - Method in class org.apache.commons.collections.map.TransformedMap
Override to transform the value when using setValue.
clear() - Method in class org.apache.commons.collections.BeanMap
Deprecated. This method reinitializes the bean map to have default values for the bean's properties.
clear() - Method in class org.apache.commons.collections.BinaryHeap
Deprecated. Clears all elements from queue.
clear() - Method in class org.apache.commons.collections.BoundedFifoBuffer
Deprecated. Clears this buffer.
clear() - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Removes all of the elements from this list.
clear() - Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Clears the bag by clearing the underlying map.
clear() - Method in class org.apache.commons.collections.DoubleOrderedMap
Deprecated. Removes all mappings from this map
clear() - Method in class org.apache.commons.collections.FastArrayList
Remove all of the elements from this list.
clear() - Method in class org.apache.commons.collections.FastHashMap
Remove all mappings from this map.
clear() - Method in class org.apache.commons.collections.FastTreeMap
Remove all mappings from this map.
clear() - Method in class org.apache.commons.collections.MultiHashMap
Deprecated. Clear the map.
clear() - Method in interface org.apache.commons.collections.PriorityQueue
Deprecated. Clear all elements from queue.
clear() - Method in class org.apache.commons.collections.ProxyMap
Deprecated. Invokes the underlying Map.clear() method.
clear() - Method in class org.apache.commons.collections.ReferenceMap
Deprecated. Clears this map.
clear() - Method in class org.apache.commons.collections.SequencedHashMap
Deprecated. Implements Map.clear().
clear() - Method in class org.apache.commons.collections.StaticBucketMap
Deprecated. Implements Map.clear().
clear() - Method in class org.apache.commons.collections.SynchronizedPriorityQueue
Deprecated. Clear all elements from queue.
clear() - Method in class org.apache.commons.collections.bag.AbstractMapBag
Clears the bag by clearing the underlying map.
clear() - Method in class org.apache.commons.collections.bag.UnmodifiableBag
 
clear() - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
 
clear() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
 
clear() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
clear() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
 
clear() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Removes all mappings from this map.
clear() - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
 
clear() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
 
clear() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
clear() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
Clears this buffer.
clear() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Clears all elements from the buffer.
clear() - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
 
clear() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
clear() - Method in class org.apache.commons.collections.collection.CompositeCollection
Removes all of the elements from this collection .
clear() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
clear() - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
 
clear() - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
 
clear() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
clear() - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
clear() - Method in class org.apache.commons.collections.list.FixedSizeList
 
clear() - Method in class org.apache.commons.collections.list.SetUniqueList
 
clear() - Method in class org.apache.commons.collections.list.TreeList
Clears the list, removing all entries.
clear() - Method in class org.apache.commons.collections.list.UnmodifiableList
 
clear() - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
 
clear() - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
 
clear() - Method in class org.apache.commons.collections.map.AbstractHashedMap.Values
 
clear() - Method in class org.apache.commons.collections.map.AbstractHashedMap
Clears the map, resetting the size to zero and nullifying references to avoid garbage collection issues.
clear() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Clears the map, resetting the size to zero and nullifying references to avoid garbage collection issues.
clear() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
 
clear() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Clears this map.
clear() - Method in class org.apache.commons.collections.map.CompositeMap
Calls clear() on all composited Maps.
clear() - Method in class org.apache.commons.collections.map.FixedSizeMap
 
clear() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
 
clear() - Method in class org.apache.commons.collections.map.Flat3Map
Clears the map, resetting the size to zero and nullifying references to avoid garbage collection issues.
clear() - Method in class org.apache.commons.collections.map.ListOrderedMap
 
clear() - Method in class org.apache.commons.collections.map.MultiKeyMap
 
clear() - Method in class org.apache.commons.collections.map.MultiValueMap
Clear the map.
clear() - Method in class org.apache.commons.collections.map.SingletonMap
Unsupported operation.
clear() - Method in class org.apache.commons.collections.map.StaticBucketMap
Clears the map of all entries.
clear() - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
 
clear() - Method in class org.apache.commons.collections.map.UnmodifiableMap
 
clear() - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
 
clear() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
 
clear() - Method in class org.apache.commons.collections.set.ListOrderedSet
 
clear() - Method in class org.apache.commons.collections.set.MapBackedSet
 
clear() - Method in class org.apache.commons.collections.set.UnmodifiableSet
 
clear() - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
 
clearProperty(String) - Method in class org.apache.commons.collections.ExtendedProperties
Clear a property in the configuration.
clone() - Method in class org.apache.commons.collections.BeanMap
Deprecated. Clone this bean map using the following process: If there is no underlying bean, return a cloned BeanMap without a bean.
clone() - Method in class org.apache.commons.collections.FastArrayList
Return a shallow copy of this FastArrayList instance.
clone() - Method in class org.apache.commons.collections.FastHashMap
Return a shallow copy of this FastHashMap instance.
clone() - Method in class org.apache.commons.collections.FastTreeMap
Return a shallow copy of this FastTreeMap instance.
clone() - Method in class org.apache.commons.collections.MultiHashMap
Deprecated. Clones the map creating an independent copy.
clone() - Method in class org.apache.commons.collections.SequencedHashMap
Deprecated. Creates a shallow copy of this object, preserving the internal structure by copying only references.
clone() - Method in class org.apache.commons.collections.map.AbstractHashedMap
Clones the map without cloning the keys or values.
clone() - Method in class org.apache.commons.collections.map.CaseInsensitiveMap
Clones the map without cloning the keys or values.
clone() - Method in class org.apache.commons.collections.map.Flat3Map
Clones the map without cloning the keys or values.
clone() - Method in class org.apache.commons.collections.map.HashedMap
Clones the map without cloning the keys or values.
clone() - Method in class org.apache.commons.collections.map.IdentityMap
Clones the map without cloning the keys or values.
clone() - Method in class org.apache.commons.collections.map.LRUMap
Clones the map without cloning the keys or values.
clone() - Method in class org.apache.commons.collections.map.LinkedMap
Clones the map without cloning the keys or values.
clone() - Method in class org.apache.commons.collections.map.MultiKeyMap
Clones the map without cloning the keys or values.
clone() - Method in class org.apache.commons.collections.map.SingletonMap
Clones the map without cloning the key or value.
cloneTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
Gets a transformer that returns a clone of the input object.
close() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
Deprecated. Mark this cursor as no longer being needed.
close() - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
Mark this cursor as no longer being needed.
collatedIterator(Comparator, Iterator, Iterator) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that provides an ordered iteration over the elements contained in a collection of ordered Iterators.
collatedIterator(Comparator, Iterator[]) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that provides an ordered iteration over the elements contained in an array of Iterators.
collatedIterator(Comparator, Collection) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that provides an ordered iteration over the elements contained in a collection of Iterators.
collect(Collection, Transformer) - Static method in class org.apache.commons.collections.CollectionUtils
Returns a new Collection consisting of the elements of inputCollection transformed by the given transformer.
collect(Iterator, Transformer) - Static method in class org.apache.commons.collections.CollectionUtils
Transforms all elements from the inputIterator with the given transformer and adds them to the outputCollection.
collect(Collection, Transformer, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
Transforms all elements from inputCollection with the given transformer and adds them to the outputCollection.
collect(Iterator, Transformer, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
Transforms all elements from the inputIterator with the given transformer and adds them to the outputCollection.
collection - Variable in class org.apache.commons.collections.collection.AbstractCollectionDecorator
The collection being decorated
collection - Variable in class org.apache.commons.collections.collection.SynchronizedCollection
The collection to decorate
combine(ExtendedProperties) - Method in class org.apache.commons.collections.ExtendedProperties
Combines an existing Hashtable with this Hashtable.
comparator() - Method in class org.apache.commons.collections.FastTreeMap
Return the comparator used to order this map, or null if this map uses its keys' natural order.
comparator() - Method in interface org.apache.commons.collections.SortedBag
Returns the comparator associated with this sorted set, or null if it uses its elements' natural ordering.
comparator() - Method in class org.apache.commons.collections.TreeBag
Deprecated.  
comparator() - Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator
 
comparator() - Method in class org.apache.commons.collections.bag.PredicatedSortedBag
 
comparator() - Method in class org.apache.commons.collections.bag.SynchronizedSortedBag
 
comparator() - Method in class org.apache.commons.collections.bag.TransformedSortedBag
 
comparator() - Method in class org.apache.commons.collections.bag.TreeBag
 
comparator() - Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
 
comparator - Variable in class org.apache.commons.collections.bidimap.DualTreeBidiMap
The comparator to use
comparator() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
 
comparator - Variable in class org.apache.commons.collections.buffer.PriorityBuffer
The comparator used to order the elements
comparator() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Gets the comparator being used for this buffer, null is natural order.
comparator() - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
 
comparator() - Method in class org.apache.commons.collections.map.LazySortedMap
 
comparator() - Method in class org.apache.commons.collections.map.PredicatedSortedMap
 
comparator() - Method in class org.apache.commons.collections.map.TransformedSortedMap
 
comparator() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
 
comparator() - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
 
comparator() - Method in class org.apache.commons.collections.set.PredicatedSortedSet
 
comparator() - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
 
comparator() - Method in class org.apache.commons.collections.set.TransformedSortedSet
 
comparatorChain - Variable in class org.apache.commons.collections.comparators.ComparatorChain
The list of comparators in the chain.
compare(Object, Object) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Compares two objects using the comparator if specified, or the natural order otherwise.
compare(Object, Object) - Method in class org.apache.commons.collections.comparators.BooleanComparator
Compares two arbitrary Objects.
compare(Boolean, Boolean) - Method in class org.apache.commons.collections.comparators.BooleanComparator
Compares two non-null Boolean objects according to the value of BooleanComparator.sortsTrueFirst().
compare(Object, Object) - Method in class org.apache.commons.collections.comparators.ComparableComparator
Compare the two Comparable arguments.
compare(Object, Object) - Method in class org.apache.commons.collections.comparators.ComparatorChain
Perform comparisons on the Objects as per Comparator.compare(o1,o2).
compare(Object, Object) - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
Compares two objects according to the order of this Comparator.
compare(Object, Object) - Method in class org.apache.commons.collections.comparators.NullComparator
Perform a comparison between two objects.
compare(Object, Object) - Method in class org.apache.commons.collections.comparators.ReverseComparator
Compares two objects in reverse order.
compare(Object, Object) - Method in class org.apache.commons.collections.comparators.TransformingComparator
Returns the result of comparing the values from the transform operation.
constantFactory(Object) - Static method in class org.apache.commons.collections.FactoryUtils
Creates a Factory that will return the same object each time the factory is used.
constantTransformer(Object) - Static method in class org.apache.commons.collections.TransformerUtils
Creates a Transformer that will return the same object each time the transformer is used.
contains(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Returns true if this list contains the specified element.
contains(Object) - Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Determines if the bag contains the given element by checking if the underlying map contains the element as a key.
contains(Object) - Method in class org.apache.commons.collections.FastArrayList
Return true if this list contains the specified element.
contains(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Determines if the bag contains the given element by checking if the underlying map contains the element as a key.
contains(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
 
contains(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
 
contains(Object) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
contains(Object) - Method in class org.apache.commons.collections.collection.CompositeCollection
Checks whether this composite collection contains the object.
contains(Object) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
contains(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
contains(Object) - Method in class org.apache.commons.collections.list.SetUniqueList
 
contains(Object) - Method in class org.apache.commons.collections.list.TreeList
Searches for the presence of an object in the list.
contains(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
 
contains(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
 
contains(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.Values
 
contains(Object) - Method in class org.apache.commons.collections.set.MapBackedSet
 
containsAll(Collection) - Method in interface org.apache.commons.collections.Bag
(Violation) Returns true if the bag contains all elements in the given collection, respecting cardinality.
containsAll(Collection) - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection) - Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Determines if the bag contains the given elements.
containsAll(Bag) - Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Returns true if the bag contains all elements in the given collection, respecting cardinality.
containsAll(Collection) - Method in class org.apache.commons.collections.FastArrayList
Return true if this list contains all of the elements in the specified Collection.
containsAll(Collection) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Determines if the bag contains the given elements.
containsAll(Collection) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
containsAll(Collection) - Method in class org.apache.commons.collections.collection.CompositeCollection
Checks whether this composite contains all the elements in the specified collection.
containsAll(Collection) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
containsAll(Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
containsAll(Collection) - Method in class org.apache.commons.collections.list.SetUniqueList
 
containsAll(Collection) - Method in class org.apache.commons.collections.set.MapBackedSet
 
containsAny(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
Returns true iff at least one element is in both collections.
containsKey(Object) - Method in class org.apache.commons.collections.BeanMap
Deprecated. Returns true if the bean defines a property with the given name.
containsKey(Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
Deprecated. Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.apache.commons.collections.FastHashMap
Return true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.apache.commons.collections.FastTreeMap
Return true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.apache.commons.collections.ProxyMap
Deprecated. Invokes the underlying Map.containsKey(Object) method.
containsKey(Object) - Method in class org.apache.commons.collections.ReferenceMap
Deprecated. Returns true if this map contains the given key.
containsKey(Object) - Method in class org.apache.commons.collections.SequencedHashMap
Deprecated. Implements Map.containsKey(Object).
containsKey(Object) - Method in class org.apache.commons.collections.StaticBucketMap
Deprecated. Implements Map.containsKey(Object).
containsKey(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
containsKey(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Checks whether this map contains the a mapping for the specified key.
containsKey(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Checks whether the map contains the specified key.
containsKey(Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
 
containsKey(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Checks whether the map contains the specified key.
containsKey(Object) - Method in class org.apache.commons.collections.map.CompositeMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.apache.commons.collections.map.Flat3Map
Checks whether the map contains the specified key.
containsKey(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
Checks whether the map contains the specified multi-key.
containsKey(Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
Checks whether the map contains the specified multi-key.
containsKey(Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
Checks whether the map contains the specified multi-key.
containsKey(Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
Checks whether the map contains the specified multi-key.
containsKey(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
 
containsKey(Object) - Method in class org.apache.commons.collections.map.SingletonMap
Checks whether the map contains the specified key.
containsKey(Object) - Method in class org.apache.commons.collections.map.StaticBucketMap
Checks if the map contains the specified key.
containsValue(Object) - Method in class org.apache.commons.collections.BeanMap
Deprecated. Returns true if the bean defines a property whose current value is the given object.
containsValue(Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
Deprecated. Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.apache.commons.collections.FastHashMap
Return true if this map contains one or more keys mapping to the specified value.
containsValue(Object) - Method in class org.apache.commons.collections.FastTreeMap
Return true if this map contains one or more keys mapping to the specified value.
containsValue(Object) - Method in class org.apache.commons.collections.MultiHashMap
Deprecated. Checks whether the map contains the value specified.
containsValue(Object, Object) - Method in class org.apache.commons.collections.MultiHashMap
Deprecated. Checks whether the collection at the specified key contains the value.
containsValue(Object) - Method in interface org.apache.commons.collections.MultiMap
Checks whether the map contains the value specified.
containsValue(Object) - Method in class org.apache.commons.collections.ProxyMap
Deprecated. Invokes the underlying Map.containsValue(Object) method.
containsValue(Object) - Method in class org.apache.commons.collections.SequencedHashMap
Deprecated. Implements Map.containsValue(Object).
containsValue(Object) - Method in class org.apache.commons.collections.StaticBucketMap
Deprecated. Implements Map.containsValue(Object).
containsValue(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
containsValue(Object) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
 
containsValue(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Checks whether this map contains the a mapping for the specified value.
containsValue(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Checks whether the map contains the specified value.
containsValue(Object) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Checks whether the map contains the specified value.
containsValue(Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
 
containsValue(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Checks whether the map contains the specified value.
containsValue(Object) - Method in class org.apache.commons.collections.map.CompositeMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.apache.commons.collections.map.Flat3Map
Checks whether the map contains the specified value.
containsValue(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
 
containsValue(Object) - Method in class org.apache.commons.collections.map.MultiValueMap
Checks whether the map contains the value specified.
containsValue(Object, Object) - Method in class org.apache.commons.collections.map.MultiValueMap
Checks whether the collection at the specified key contains the value.
containsValue(Object) - Method in class org.apache.commons.collections.map.SingletonMap
Checks whether the map contains the specified value.
containsValue(Object) - Method in class org.apache.commons.collections.map.StaticBucketMap
Checks if the map contains the specified value.
convertKey(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Converts input keys to another object for storage in the map.
convertKey(Object) - Method in class org.apache.commons.collections.map.CaseInsensitiveMap
Overrides convertKey() from AbstractHashedMap to convert keys to lower case.
convertProperties(Properties) - Static method in class org.apache.commons.collections.ExtendedProperties
Convert a standard properties class into a configuration class.
convertType(Class, Object) - Method in class org.apache.commons.collections.BeanMap
Deprecated. Converts the given value to the given type.
countMatches(Collection, Predicate) - Static method in class org.apache.commons.collections.CollectionUtils
Counts the number of elements in the input collection that match the predicate.
create() - Method in interface org.apache.commons.collections.Factory
Create a new object.
create() - Method in class org.apache.commons.collections.functors.ConstantFactory
Always return constant.
create() - Method in class org.apache.commons.collections.functors.ExceptionFactory
Always throws an exception.
create() - Method in class org.apache.commons.collections.functors.InstantiateFactory
Creates an object using the stored constructor.
createBidiMap(Map, Map, BidiMap) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Creates a new instance of the subclass.
createBidiMap(Map, Map, BidiMap) - Method in class org.apache.commons.collections.bidimap.DualHashBidiMap
Creates a new instance of this object.
createBidiMap(Map, Map, BidiMap) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
Creates a new instance of this object.
createCollection(Collection) - Method in class org.apache.commons.collections.MultiHashMap
Deprecated. Creates a new instance of the map value Collection container.
createCollection(int) - Method in class org.apache.commons.collections.map.MultiValueMap
Creates a new instance of the map value Collection container using the factory.
createDelegateMap() - Method in class org.apache.commons.collections.map.Flat3Map
Create an instance of the map used for storage when in delegation mode.
createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Creates an entry to store the key-value data.
createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Creates an entry to store the data.
createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Creates a ReferenceEntry instead of a HashEntry.
createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Method in class org.apache.commons.collections.map.IdentityMap
Creates an entry to store the data.
createEntrySetIterator(Iterator) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Creates an entry set iterator.
createEntrySetIterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap
Creates an entry set iterator.
createEntrySetIterator() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Creates an entry set iterator.
createEntrySetIterator() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Creates an entry set iterator.
createHeaderNode() - Method in class org.apache.commons.collections.list.AbstractLinkedList
Creates a new node with previous, next and element all set to null.
createKeySetIterator(Iterator) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Creates a key set iterator.
createKeySetIterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap
Creates a key set iterator.
createKeySetIterator() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Creates a key set iterator.
createKeySetIterator() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Creates an key set iterator.
createMap() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Deprecated. For constructors, use the new two map constructor. For deserialization, populate the maps array directly in readObject.
createNode(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Creates a new node with the specified properties.
createNode(Object) - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
Creates a new node, either by reusing one from the cache or creating a new one.
createSubListIterator(AbstractLinkedList.LinkedSubList) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Creates an iterator for the sublist.
createSubListListIterator(AbstractLinkedList.LinkedSubList, int) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Creates a list iterator for the sublist.
createSubListListIterator(AbstractLinkedList.LinkedSubList, int) - Method in class org.apache.commons.collections.list.CursorableLinkedList
Creates a list iterator for the sublist.
createValuesIterator(Iterator) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Creates a values iterator.
createValuesIterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap
Creates a values iterator.
createValuesIterator() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Creates a values iterator.
createValuesIterator() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Creates an values iterator.
createWriteMethodArguments(Method, Object) - Method in class org.apache.commons.collections.BeanMap
Deprecated. Creates an array of parameters to pass to the given mutator method.
current - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
The last node that was returned by AbstractLinkedList.LinkedListIterator.next() or AbstractLinkedList.LinkedListIterator.previous().
currentEntry() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
 
currentEntry() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
 
currentIterator - Variable in class org.apache.commons.collections.iterators.IteratorChain
The current iterator
currentIterator - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
The current iterator
currentIteratorIndex - Variable in class org.apache.commons.collections.iterators.IteratorChain
The index of the current iterator
currentValue - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
The current value
cursor() - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Returns a ListIterator for iterating through the elements of this list.
cursor(int) - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Returns a ListIterator for iterating through the elements of this list, initialized such that ListIterator.next() will return the element at the specified index (if any) and ListIterator.previous() will return the element immediately preceding it (if any).
cursor() - Method in class org.apache.commons.collections.list.CursorableLinkedList
Returns a CursorableLinkedList.Cursor for iterating through the elements of this list.
cursor(int) - Method in class org.apache.commons.collections.list.CursorableLinkedList
Returns a CursorableLinkedList.Cursor for iterating through the elements of this list starting from a specified index.
cursors - Variable in class org.apache.commons.collections.list.CursorableLinkedList
A list of the cursor currently open on this list

D

DEFAULT_CAPACITY - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
The default capacity to use
DEFAULT_LOAD_FACTOR - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
The default load factor to use
DEFAULT_MAXIMUM_CACHE_SIZE - Static variable in class org.apache.commons.collections.list.NodeCachingLinkedList
The default value for NodeCachingLinkedList.maximumCacheSize.
DEFAULT_MAX_SIZE - Static variable in class org.apache.commons.collections.map.LRUMap
Default maximum size
DEFAULT_THRESHOLD - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
The default threshold to use
DefaultKeyValue - class org.apache.commons.collections.keyvalue.DefaultKeyValue.
A mutable KeyValue pair that does not implement Map.Entry.
DefaultKeyValue() - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
Constructs a new pair with a null key and null value.
DefaultKeyValue(Object, Object) - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
Constructs a new pair with the specified key and given value.
DefaultKeyValue(KeyValue) - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
Constructs a new pair from the specified KeyValue.
DefaultKeyValue(Map.Entry) - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
Constructs a new pair from the specified Map.Entry.
DefaultMapBag - class org.apache.commons.collections.DefaultMapBag.
Deprecated. Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0.
DefaultMapBag() - Constructor for class org.apache.commons.collections.DefaultMapBag
Deprecated. No-argument constructor.
DefaultMapBag(Map) - Constructor for class org.apache.commons.collections.DefaultMapBag
Deprecated. Constructor that assigns the specified Map as the backing store.
DefaultMapEntry - class org.apache.commons.collections.DefaultMapEntry.
Deprecated. Use the version in the keyvalue subpackage. Will be removed in v4.0
DefaultMapEntry() - Constructor for class org.apache.commons.collections.DefaultMapEntry
Deprecated. Constructs a new DefaultMapEntry with a null key and null value.
DefaultMapEntry(Map.Entry) - Constructor for class org.apache.commons.collections.DefaultMapEntry
Deprecated. Constructs a new DefaultMapEntry with the given key and given value.
DefaultMapEntry(Object, Object) - Constructor for class org.apache.commons.collections.DefaultMapEntry
Deprecated. Constructs a new DefaultMapEntry with the given key and given value.
DefaultMapEntry - class org.apache.commons.collections.keyvalue.DefaultMapEntry.
A restricted implementation of Map.Entry that prevents the Map.Entry contract from being broken.
DefaultMapEntry(Object, Object) - Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry
Constructs a new entry with the specified key and given value.
DefaultMapEntry(KeyValue) - Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry
Constructs a new entry from the specified KeyValue.
DefaultMapEntry(Map.Entry) - Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry
Constructs a new entry from the specified Map.Entry.
DefaultedMap - class org.apache.commons.collections.map.DefaultedMap.
Decorates another Map returning a default value if the map does not contain the requested key.
DefaultedMap(Object) - Constructor for class org.apache.commons.collections.map.DefaultedMap
Constructs a new empty DefaultedMap that decorates a HashMap.
DefaultedMap(Map, Object) - Constructor for class org.apache.commons.collections.map.DefaultedMap
Constructor that wraps (not copies).
DoubleOrderedMap - class org.apache.commons.collections.DoubleOrderedMap.
Deprecated. Replaced by TreeBidiMap in bidimap subpackage. Due to be removed in v4.0.
DoubleOrderedMap() - Constructor for class org.apache.commons.collections.DoubleOrderedMap
Deprecated. Construct a new DoubleOrderedMap
DoubleOrderedMap(Map) - Constructor for class org.apache.commons.collections.DoubleOrderedMap
Deprecated. Constructs a new DoubleOrderedMap from an existing Map, with keys and values sorted
DualHashBidiMap - class org.apache.commons.collections.bidimap.DualHashBidiMap.
Implementation of BidiMap that uses two HashMap instances.
DualHashBidiMap() - Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap
Creates an empty HashBidiMap.
DualHashBidiMap(Map) - Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap
Constructs a HashBidiMap and copies the mappings from specified Map.
DualHashBidiMap(Map, Map, BidiMap) - Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap
Constructs a HashBidiMap that decorates the specified maps.
DualTreeBidiMap - class org.apache.commons.collections.bidimap.DualTreeBidiMap.
Implementation of BidiMap that uses two TreeMap instances.
DualTreeBidiMap() - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
Creates an empty DualTreeBidiMap
DualTreeBidiMap(Map) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
Constructs a DualTreeBidiMap and copies the mappings from specified Map.
DualTreeBidiMap(Comparator) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
Constructs a DualTreeBidiMap using the specified Comparator.
DualTreeBidiMap(Map, Map, BidiMap) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
Constructs a DualTreeBidiMap that decorates the specified maps.
DualTreeBidiMap.BidiOrderedMapIterator - class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator.
Inner class MapIterator.
DualTreeBidiMap.BidiOrderedMapIterator(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
Constructor.
DualTreeBidiMap.ViewMap - class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap.
Internal sorted map view.
DualTreeBidiMap.ViewMap(DualTreeBidiMap, SortedMap) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
Constructor.
data - Variable in class org.apache.commons.collections.map.AbstractHashedMap
Map entries
debugPrint(PrintStream, Object, Map) - Static method in class org.apache.commons.collections.MapUtils
Prints the given map with nice line breaks.
decorate(Bag, Predicate) - Static method in class org.apache.commons.collections.bag.PredicatedBag
Factory method to create a predicated (validating) bag.
decorate(SortedBag, Predicate) - Static method in class org.apache.commons.collections.bag.PredicatedSortedBag
Factory method to create a predicated (validating) bag.
decorate(Bag) - Static method in class org.apache.commons.collections.bag.SynchronizedBag
Factory method to create a synchronized bag.
decorate(SortedBag) - Static method in class org.apache.commons.collections.bag.SynchronizedSortedBag
Factory method to create a synchronized sorted bag.
decorate(Bag, Transformer) - Static method in class org.apache.commons.collections.bag.TransformedBag
Factory method to create a transforming bag.
decorate(SortedBag, Transformer) - Static method in class org.apache.commons.collections.bag.TransformedSortedBag
Factory method to create a transforming sorted bag.
decorate(Bag, Class) - Static method in class org.apache.commons.collections.bag.TypedBag
Factory method to create a typed bag.
decorate(SortedBag, Class) - Static method in class org.apache.commons.collections.bag.TypedSortedBag
Factory method to create a typed sorted bag.
decorate(Bag) - Static method in class org.apache.commons.collections.bag.UnmodifiableBag
Factory method to create an unmodifiable bag.
decorate(SortedBag) - Static method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
Factory method to create an unmodifiable bag.
decorate(BidiMap) - Static method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
Factory method to create an unmodifiable map.
decorate(OrderedBidiMap) - Static method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
Factory method to create an unmodifiable map.
decorate(SortedBidiMap) - Static method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
Factory method to create an unmodifiable map.
decorate(Buffer) - Static method in class org.apache.commons.collections.buffer.BlockingBuffer
Factory method to create a blocking buffer.
decorate(Buffer, long) - Static method in class org.apache.commons.collections.buffer.BlockingBuffer
Factory method to create a blocking buffer with a timeout value.
decorate(Buffer, int) - Static method in class org.apache.commons.collections.buffer.BoundedBuffer
Factory method to create a bounded buffer.
decorate(Buffer, int, long) - Static method in class org.apache.commons.collections.buffer.BoundedBuffer
Factory method to create a bounded buffer that blocks for a maximum amount of time.
decorate(Buffer, Predicate) - Static method in class org.apache.commons.collections.buffer.PredicatedBuffer
Factory method to create a predicated (validating) buffer.
decorate(Buffer) - Static method in class org.apache.commons.collections.buffer.SynchronizedBuffer
Factory method to create a synchronized buffer.
decorate(Buffer, Transformer) - Static method in class org.apache.commons.collections.buffer.TransformedBuffer
Factory method to create a transforming buffer.
decorate(Buffer, Class) - Static method in class org.apache.commons.collections.buffer.TypedBuffer
Factory method to create a typed list.
decorate(Buffer) - Static method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
Factory method to create an unmodifiable buffer.
decorate(Collection, Predicate) - Static method in class org.apache.commons.collections.collection.PredicatedCollection
Factory method to create a predicated (validating) collection.
decorate(Collection) - Static method in class org.apache.commons.collections.collection.SynchronizedCollection
Factory method to create a synchronized collection.
decorate(Collection, Transformer) - Static method in class org.apache.commons.collections.collection.TransformedCollection
Factory method to create a transforming collection.
decorate(Collection, Class) - Static method in class org.apache.commons.collections.collection.TypedCollection
Factory method to create a typed collection.
decorate(BoundedCollection) - Static method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
Factory method to create an unmodifiable bounded collection.
decorate(Collection) - Static method in class org.apache.commons.collections.collection.UnmodifiableCollection
Factory method to create an unmodifiable collection.
decorate(Iterator) - Static method in class org.apache.commons.collections.iterators.UnmodifiableIterator
Decorates the specified iterator such that it cannot be modified.
decorate(ListIterator) - Static method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
Decorates the specified iterator such that it cannot be modified.
decorate(MapIterator) - Static method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
Decorates the specified iterator such that it cannot be modified.
decorate(OrderedMapIterator) - Static method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
Decorates the specified iterator such that it cannot be modified.
decorate(List) - Static method in class org.apache.commons.collections.list.FixedSizeList
Factory method to create a fixed size list.
decorate(List) - Static method in class org.apache.commons.collections.list.GrowthList
Factory method to create a growth list.
decorate(List, Factory) - Static method in class org.apache.commons.collections.list.LazyList
Factory method to create a lazily instantiating list.
decorate(List, Predicate) - Static method in class org.apache.commons.collections.list.PredicatedList
Factory method to create a predicated (validating) list.
decorate(List) - Static method in class org.apache.commons.collections.list.SetUniqueList
Factory method to create a SetList using the supplied list to retain order.
decorate(List) - Static method in class org.apache.commons.collections.list.SynchronizedList
Factory method to create a synchronized list.
decorate(List, Transformer) - Static method in class org.apache.commons.collections.list.TransformedList
Factory method to create a transforming list.
decorate(List, Class) - Static method in class org.apache.commons.collections.list.TypedList
Factory method to create a typed list.
decorate(List) - Static method in class org.apache.commons.collections.list.UnmodifiableList
Factory method to create an unmodifiable list.
decorate(Map, Object) - Static method in class org.apache.commons.collections.map.DefaultedMap
Factory method to create a defaulting map.
decorate(Map, Factory) - Static method in class org.apache.commons.collections.map.DefaultedMap
Factory method to create a defaulting map.
decorate(Map, Transformer) - Static method in class org.apache.commons.collections.map.DefaultedMap
Factory method to create a defaulting map.
decorate(Map) - Static method in class org.apache.commons.collections.map.FixedSizeMap
Factory method to create a fixed size map.
decorate(SortedMap) - Static method in class org.apache.commons.collections.map.FixedSizeSortedMap
Factory method to create a fixed size sorted map.
decorate(Map, Factory) - Static method in class org.apache.commons.collections.map.LazyMap
Factory method to create a lazily instantiated map.
decorate(Map, Transformer) - Static method in class org.apache.commons.collections.map.LazyMap
Factory method to create a lazily instantiated map.
decorate(SortedMap, Factory) - Static method in class org.apache.commons.collections.map.LazySortedMap
Factory method to create a lazily instantiated sorted map.
decorate(SortedMap, Transformer) - Static method in class org.apache.commons.collections.map.LazySortedMap
Factory method to create a lazily instantiated sorted map.
decorate(Map) - Static method in class org.apache.commons.collections.map.ListOrderedMap
Factory method to create an ordered map.
decorate(AbstractHashedMap) - Static method in class org.apache.commons.collections.map.MultiKeyMap
Decorates the specified map to add the MultiKeyMap API and fast query.
decorate(Map) - Static method in class org.apache.commons.collections.map.MultiValueMap
Creates a map which wraps the given map and maps keys to ArrayLists.
decorate(Map, Class) - Static method in class org.apache.commons.collections.map.MultiValueMap
Creates a map which decorates the given map and maps keys to collections of type collectionClass.
decorate(Map, Factory) - Static method in class org.apache.commons.collections.map.MultiValueMap
Creates a map which decorates the given map and creates the value collections using the supplied collectionFactory.
decorate(Map, Predicate, Predicate) - Static method in class org.apache.commons.collections.map.PredicatedMap
Factory method to create a predicated (validating) map.
decorate(SortedMap, Predicate, Predicate) - Static method in class org.apache.commons.collections.map.PredicatedSortedMap
Factory method to create a predicated (validating) sorted map.
decorate(Map, Transformer, Transformer) - Static method in class org.apache.commons.collections.map.TransformedMap
Factory method to create a transforming map.
decorate(SortedMap, Transformer, Transformer) - Static method in class org.apache.commons.collections.map.TransformedSortedMap
Factory method to create a transforming sorted map.
decorate(Map, Class, Class) - Static method in class org.apache.commons.collections.map.TypedMap
Factory method to create a typed map.
decorate(SortedMap, Class, Class) - Static method in class org.apache.commons.collections.map.TypedSortedMap
Factory method to create a typed sorted map.
decorate(Set) - Static method in class org.apache.commons.collections.map.UnmodifiableEntrySet
Factory method to create an unmodifiable set of Map Entry objects.
decorate(Map) - Static method in class org.apache.commons.collections.map.UnmodifiableMap
Factory method to create an unmodifiable map.
decorate(OrderedMap) - Static method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
Factory method to create an unmodifiable sorted map.
decorate(SortedMap) - Static method in class org.apache.commons.collections.map.UnmodifiableSortedMap
Factory method to create an unmodifiable sorted map.
decorate(Set, List) - Static method in class org.apache.commons.collections.set.ListOrderedSet
Factory method to create an ordered set specifying the list and set to use.
decorate(Set) - Static method in class org.apache.commons.collections.set.ListOrderedSet
Factory method to create an ordered set.
decorate(List) - Static method in class org.apache.commons.collections.set.ListOrderedSet
Factory method to create an ordered set using the supplied list to retain order.
decorate(Map) - Static method in class org.apache.commons.collections.set.MapBackedSet
Factory method to create a set from a map.
decorate(Map, Object) - Static method in class org.apache.commons.collections.set.MapBackedSet
Factory method to create a set from a map.
decorate(Set, Predicate) - Static method in class org.apache.commons.collections.set.PredicatedSet
Factory method to create a predicated (validating) set.
decorate(SortedSet, Predicate) - Static method in class org.apache.commons.collections.set.PredicatedSortedSet
Factory method to create a predicated (validating) sorted set.
decorate(Set) - Static method in class org.apache.commons.collections.set.SynchronizedSet
Factory method to create a synchronized set.
decorate(SortedSet) - Static method in class org.apache.commons.collections.set.SynchronizedSortedSet
Factory method to create a synchronized set.
decorate(Set, Transformer) - Static method in class org.apache.commons.collections.set.TransformedSet
Factory method to create a transforming set.
decorate(SortedSet, Transformer) - Static method in class org.apache.commons.collections.set.TransformedSortedSet
Factory method to create a transforming sorted set.
decorate(Set, Class) - Static method in class org.apache.commons.collections.set.TypedSet
Factory method to create a typed set.
decorate(SortedSet, Class) - Static method in class org.apache.commons.collections.set.TypedSortedSet
Factory method to create a typed sorted set.
decorate(Set) - Static method in class org.apache.commons.collections.set.UnmodifiableSet
Factory method to create an unmodifiable set.
decorate(SortedSet) - Static method in class org.apache.commons.collections.set.UnmodifiableSortedSet
Factory method to create an unmodifiable set.
decorateTransform(Map, Transformer, Transformer) - Static method in class org.apache.commons.collections.map.TransformedMap
Factory method to create a transforming map that will transform existing contents of the specified map.
decorateTransform(SortedMap, Transformer, Transformer) - Static method in class org.apache.commons.collections.map.TransformedSortedMap
Factory method to create a transforming sorted map that will transform existing contents of the specified map.
decorateUsing(Collection) - Static method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
Factory method to create an unmodifiable bounded collection.
decorated - Variable in class org.apache.commons.collections.comparators.TransformingComparator
The decorated comparator.
defaultTransformers - Static variable in class org.apache.commons.collections.BeanMap
Deprecated. Maps primitive Class types to transformers.
destroyEntry(AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Kills an entry ready for the garbage collector.
disjunction(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
Returns a Collection containing the exclusive disjunction (symmetric difference) of the given Collections.
display() - Method in class org.apache.commons.collections.ExtendedProperties
Display the configuration for debugging purposes to System.out.
doReadObject(Map, ObjectInputStream) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Read the map in using a custom routine.
doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Deserializes the data held in this object to the stream specified.
doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Reads the map data from the stream.
doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Replaces the superclassm method to read the state of this class.
doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections.map.LRUMap
Reads the data necessary for put() to work in the superclass.
doWhileClosure(Closure, Predicate) - Static method in class org.apache.commons.collections.ClosureUtils
Creates a Closure that will call the closure once and then repeatedly until the predicate returns false.
doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Write the map out using a custom routine.
doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Serializes the data held in this object to the stream specified.
doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Writes the map data to the stream.
doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Replaces the superclass method to store the state of this class.
doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections.map.LRUMap
Writes the data necessary for put() to work in deserialization.
dummyValue - Variable in class org.apache.commons.collections.set.MapBackedSet
The dummyValue to use

E

EMPTY_BAG - Static variable in class org.apache.commons.collections.BagUtils
An empty unmodifiable bag.
EMPTY_BUFFER - Static variable in class org.apache.commons.collections.BufferUtils
An empty unmodifiable buffer.
EMPTY_COLLECTION - Static variable in class org.apache.commons.collections.CollectionUtils
An empty unmodifiable collection.
EMPTY_ITERATOR - Static variable in class org.apache.commons.collections.IteratorUtils
An iterator over no elements.
EMPTY_LIST - Static variable in class org.apache.commons.collections.ListUtils
An empty unmodifiable list.
EMPTY_LIST_ITERATOR - Static variable in class org.apache.commons.collections.IteratorUtils
A list iterator over no elements.
EMPTY_MAP - Static variable in class org.apache.commons.collections.MapUtils
An empty unmodifiable map.
EMPTY_MAP_ITERATOR - Static variable in class org.apache.commons.collections.IteratorUtils
A map iterator over no elements.
EMPTY_ORDERED_ITERATOR - Static variable in class org.apache.commons.collections.IteratorUtils
An ordered iterator over no elements.
EMPTY_ORDERED_MAP_ITERATOR - Static variable in class org.apache.commons.collections.IteratorUtils
An ordered map iterator over no elements.
EMPTY_SET - Static variable in class org.apache.commons.collections.SetUtils
An empty unmodifiable set.
EMPTY_SORTED_BAG - Static variable in class org.apache.commons.collections.BagUtils
An empty unmodifiable sorted bag.
EMPTY_SORTED_MAP - Static variable in class org.apache.commons.collections.MapUtils
An empty unmodifiable sorted map.
EMPTY_SORTED_SET - Static variable in class org.apache.commons.collections.SetUtils
An empty unmodifiable sorted set.
END_TOKEN - Static variable in class org.apache.commons.collections.ExtendedProperties
 
EmptyIterator - class org.apache.commons.collections.iterators.EmptyIterator.
Provides an implementation of an empty iterator.
EmptyIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyIterator
Constructor.
EmptyListIterator - class org.apache.commons.collections.iterators.EmptyListIterator.
Provides an implementation of an empty list iterator.
EmptyListIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyListIterator
Constructor.
EmptyMapIterator - class org.apache.commons.collections.iterators.EmptyMapIterator.
Provides an implementation of an empty map iterator.
EmptyMapIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyMapIterator
Constructor.
EmptyOrderedIterator - class org.apache.commons.collections.iterators.EmptyOrderedIterator.
Provides an implementation of an empty ordered iterator.
EmptyOrderedIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyOrderedIterator
Constructor.
EmptyOrderedMapIterator - class org.apache.commons.collections.iterators.EmptyOrderedMapIterator.
Provides an implementation of an empty ordered map iterator.
EmptyOrderedMapIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyOrderedMapIterator
Constructor.
EntrySetMapIterator - class org.apache.commons.collections.iterators.EntrySetMapIterator.
Implements a MapIterator using a Map entrySet.
EntrySetMapIterator(Map) - Constructor for class org.apache.commons.collections.iterators.EntrySetMapIterator
Constructor.
EnumerationIterator - class org.apache.commons.collections.iterators.EnumerationIterator.
Adapter to make Enumeration instances appear to be Iterator instances.
EnumerationIterator() - Constructor for class org.apache.commons.collections.iterators.EnumerationIterator
Constructs a new EnumerationIterator that will not function until EnumerationIterator.setEnumeration(Enumeration) is called.
EnumerationIterator(Enumeration) - Constructor for class org.apache.commons.collections.iterators.EnumerationIterator
Constructs a new EnumerationIterator that provides an iterator view of the given enumeration.
EnumerationIterator(Enumeration, Collection) - Constructor for class org.apache.commons.collections.iterators.EnumerationIterator
Constructs a new EnumerationIterator that will remove elements from the specified collection.
EnumerationUtils - class org.apache.commons.collections.EnumerationUtils.
Provides utility methods for Enumeration instances.
EnumerationUtils() - Constructor for class org.apache.commons.collections.EnumerationUtils
EnumerationUtils is not normally instantiated.
EqualPredicate - class org.apache.commons.collections.functors.EqualPredicate.
Predicate implementation that returns true if the input is the same object as the one stored in this predicate by equals.
EqualPredicate(Object) - Constructor for class org.apache.commons.collections.functors.EqualPredicate
Constructor that performs no validation.
ExceptionClosure - class org.apache.commons.collections.functors.ExceptionClosure.
Closure implementation that always throws an exception.
ExceptionFactory - class org.apache.commons.collections.functors.ExceptionFactory.
Factory implementation that always throws an exception.
ExceptionPredicate - class org.apache.commons.collections.functors.ExceptionPredicate.
Predicate implementation that always throws an exception.
ExceptionTransformer - class org.apache.commons.collections.functors.ExceptionTransformer.
Transformer implementation that always throws an exception.
ExtendedProperties - class org.apache.commons.collections.ExtendedProperties.
This class extends normal Java properties by adding the possibility to use the same key many times concatenating the value strings instead of overwriting them.
ExtendedProperties() - Constructor for class org.apache.commons.collections.ExtendedProperties
Creates an empty extended properties object.
ExtendedProperties(String) - Constructor for class org.apache.commons.collections.ExtendedProperties
Creates and loads the extended properties from the specified file.
ExtendedProperties(String, String) - Constructor for class org.apache.commons.collections.ExtendedProperties
Creates and loads the extended properties from the specified file.
eitherPredicate(Predicate, Predicate) - Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if one, but not both, of the specified predicates are true.
elements - Variable in class org.apache.commons.collections.buffer.PriorityBuffer
The elements in this buffer.
empty() - Method in class org.apache.commons.collections.ArrayStack
Return true if this stack is currently empty.
emptyIterator() - Static method in class org.apache.commons.collections.IteratorUtils
Gets an empty iterator.
emptyListIterator() - Static method in class org.apache.commons.collections.IteratorUtils
Gets an empty list iterator.
emptyMapIterator() - Static method in class org.apache.commons.collections.IteratorUtils
Gets an empty map iterator.
emptyOrderedIterator() - Static method in class org.apache.commons.collections.IteratorUtils
Gets an empty ordered iterator.
emptyOrderedMapIterator() - Static method in class org.apache.commons.collections.IteratorUtils
Gets an empty ordered map iterator.
endIndex - Variable in class org.apache.commons.collections.iterators.ArrayIterator
The end index to loop to
endIndex - Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator
The end index to loop to
ensureCapacity(int) - Method in class org.apache.commons.collections.FastArrayList
Increase the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Changes the size of the data structure to the capacity proposed.
entry - Variable in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
The Map.Entry to decorate
entryAfter(AbstractLinkedMap.LinkEntry) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Gets the after field from a LinkEntry.
entryBefore(AbstractLinkedMap.LinkEntry) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Gets the before field from a LinkEntry.
entryHashCode(AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the hashCode field from a HashEntry.
entryIterator() - Method in class org.apache.commons.collections.BeanMap
Deprecated. Convenience method for getting an iterator over the entries.
entryKey(AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the key field from a HashEntry.
entryNext(AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the next field from a HashEntry.
entrySet() - Method in class org.apache.commons.collections.BeanMap
Deprecated. Gets a Set of MapEntry objects that are the mappings for this BeanMap.
entrySet() - Method in class org.apache.commons.collections.DoubleOrderedMap
Deprecated. Returns a set view of the mappings contained in this map.
entrySet() - Method in class org.apache.commons.collections.FastHashMap
Return a collection view of the mappings contained in this map.
entrySet() - Method in class org.apache.commons.collections.FastTreeMap
Return a collection view of the mappings contained in this map.
entrySet() - Method in class org.apache.commons.collections.ProxyMap
Deprecated. Invokes the underlying Map.entrySet() method.
entrySet() - Method in class org.apache.commons.collections.ReferenceMap
Deprecated. Returns a set view of this map's entries.
entrySet() - Method in class org.apache.commons.collections.SequencedHashMap
Deprecated. Implements Map.entrySet().
entrySet() - Method in class org.apache.commons.collections.StaticBucketMap
Deprecated. Implements Map.entrySet().
entrySet - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
View of the entries.
entrySet() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Gets an entrySet view of the map.
entrySet() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Returns a set view of the entries contained in this map in key order.
entrySet() - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
 
entrySet() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
 
entrySet() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
entrySet - Variable in class org.apache.commons.collections.map.AbstractHashedMap
Entry set
entrySet() - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the entrySet view of the map.
entrySet() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
 
entrySet() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Returns a set view of this map's entries.
entrySet() - Method in class org.apache.commons.collections.map.CompositeMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class org.apache.commons.collections.map.FixedSizeMap
 
entrySet() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
 
entrySet() - Method in class org.apache.commons.collections.map.Flat3Map
Gets the entrySet view of the map.
entrySet() - Method in class org.apache.commons.collections.map.ListOrderedMap
Gets a view over the entries in the map.
entrySet() - Method in class org.apache.commons.collections.map.MultiKeyMap
 
entrySet() - Method in class org.apache.commons.collections.map.SingletonMap
Gets the entrySet view of the map.
entrySet() - Method in class org.apache.commons.collections.map.StaticBucketMap
Gets the entry set.
entrySet() - Method in class org.apache.commons.collections.map.UnmodifiableMap
 
entrySet() - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
 
entrySet() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
 
entrySetByValue() - Method in class org.apache.commons.collections.DoubleOrderedMap
Deprecated. Returns a set view of the mappings contained in this map.
entryValue(AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the value field from a HashEntry.
equalPredicate(Object) - Static method in class org.apache.commons.collections.PredicateUtils
Creates a Predicate that checks if the input object is equal to the specified object using equals().
equals(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Compares the specified object with this list for equality.
equals(Object) - Method in class org.apache.commons.collections.DefaultMapBag
Deprecated. Returns true if the given object is not null, has the precise type of this bag, and contains the same number of occurrences of all the same elements.
equals(Object) - Method in class org.apache.commons.collections.DefaultMapEntry
Deprecated. Compares this Map Entry with another Map Entry.
equals(Object) - Method in class org.apache.commons.collections.FastArrayList
Compare the specified object with this list for equality.
equals(Object) - Method in class org.apache.commons.collections.FastHashMap
Compare the specified object with this list for equality.
equals(Object) - Method in class org.apache.commons.collections.FastTreeMap
Compare the specified object with this list for equality.
equals(Object) - Method in class org.apache.commons.collections.ProxyMap
Deprecated. Invokes the underlying Map.equals(Object) method.
equals(Object) - Method in class org.apache.commons.collections.SequencedHashMap
Deprecated. Implements Map.equals(Object).
equals(Object) - Method in class org.apache.commons.collections.StaticBucketMap
Deprecated. Implements Map.equals(Object).
equals(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger
 
equals(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Compares this Bag to another.
equals(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
equals(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Compares for equals as per the API.
equals(Object) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
equals(Object) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
equals(Object) - Method in class org.apache.commons.collections.comparators.BooleanComparator
Returns true iff that Object is is a Comparator whose ordering is known to be equivalent to mine.
equals(Object) - Method in class org.apache.commons.collections.comparators.ComparableComparator
Returns true iff that Object is is a Comparator whose ordering is known to be equivalent to mine.
equals(Object) - Method in class org.apache.commons.collections.comparators.ComparatorChain
Returns true iff that Object is is a Comparator whose ordering is known to be equivalent to mine.
equals(Object) - Method in class org.apache.commons.collections.comparators.NullComparator
Determines whether the specified object represents a comparator that is equal to this comparator.
equals(Object) - Method in class org.apache.commons.collections.comparators.ReverseComparator
Returns true iff that Object is is a Comparator whose ordering is known to be equivalent to mine.
equals(Object) - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntry
Compares this Map.Entry with another Map.Entry.
equals(Object) - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
 
equals(Object) - Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue
Compares this Map.Entry with another Map.Entry.
equals(Object) - Method in class org.apache.commons.collections.keyvalue.MultiKey
Compares this object to another.
equals(Object) - Method in class org.apache.commons.collections.keyvalue.TiedMapEntry
Compares this Map.Entry with another Map.Entry.
equals(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
equals(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
 
equals(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Compares this map with another.
equals(Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
 
equals(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
Compares this map entry to another.
equals(Object) - Method in class org.apache.commons.collections.map.CompositeMap
Checks if this Map equals another as per the Map specification.
equals(Object) - Method in class org.apache.commons.collections.map.Flat3Map
Compares this map with another.
equals(Object) - Method in class org.apache.commons.collections.map.IdentityMap.IdentityEntry
 
equals(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
 
equals(Object) - Method in class org.apache.commons.collections.map.SingletonMap
Compares this map with another.
equals(Object) - Method in class org.apache.commons.collections.map.StaticBucketMap
Compares this map to another, as per the Map specification.
equals(Object) - Method in class org.apache.commons.collections.set.CompositeSet
 
equals(Object) - Method in class org.apache.commons.collections.set.MapBackedSet
 
evaluate(Object) - Method in interface org.apache.commons.collections.Predicate
Use the specified parameter to perform a test that returns true or false.
evaluate(Object) - Method in class org.apache.commons.collections.functors.AllPredicate
Evaluates the predicate returning true if all predicates return true.
evaluate(Object) - Method in class org.apache.commons.collections.functors.AndPredicate
Evaluates the predicate returning true if both predicates return true.
evaluate(Object) - Method in class org.apache.commons.collections.functors.AnyPredicate
Evaluates the predicate returning true if any predicate returns true.
evaluate(Object) - Method in class org.apache.commons.collections.functors.EqualPredicate
Evaluates the predicate returning true if the input equals the stored value.
evaluate(Object) - Method in class org.apache.commons.collections.functors.ExceptionPredicate
Evaluates the predicate always throwing an exception.
evaluate(Object) - Method in class org.apache.commons.collections.functors.FalsePredicate
Evaluates the predicate returning false always.
evaluate(Object) - Method in class org.apache.commons.collections.functors.IdentityPredicate
Evaluates the predicate returning true if the input object is identical to the stored object.
evaluate(Object) - Method in class org.apache.commons.collections.functors.InstanceofPredicate
Evaluates the predicate returning true if the input object is of the correct type.
evaluate(Object) - Method in class org.apache.commons.collections.functors.NonePredicate
Evaluates the predicate returning false if any stored predicate returns false.
evaluate(Object) - Method in class org.apache.commons.collections.functors.NotNullPredicate
Evaluates the predicate returning true if the object does not equal null.
evaluate(Object) - Method in class org.apache.commons.collections.functors.NotPredicate
Evaluates the predicate returning the opposite to the stored predicate.
evaluate(Object) - Method in class org.apache.commons.collections.functors.NullIsExceptionPredicate
Evaluates the predicate returning the result of the decorated predicate once a null check is performed.
evaluate(Object) - Method in class org.apache.commons.collections.functors.NullIsFalsePredicate
Evaluates the predicate returning the result of the decorated predicate once a null check is performed.
evaluate(Object) - Method in class org.apache.commons.collections.functors.NullIsTruePredicate
Evaluates the predicate returning the result of the decorated predicate once a null check is performed.
evaluate(Object) - Method in class org.apache.commons.collections.functors.NullPredicate
Evaluates the predicate returning true if the input is null.
evaluate(Object) - Method in class org.apache.commons.collections.functors.OnePredicate
Evaluates the predicate returning true if only one decorated predicate returns true.
evaluate(Object) - Method in class org.apache.commons.collections.functors.OrPredicate
Evaluates the predicate returning true if either predicate returns true.
evaluate(Object) - Method in class org.apache.commons.collections.functors.TransformedPredicate
Evaluates the predicate returning the result of the decorated predicate once the input has been transformed
evaluate(Object) - Method in class org.apache.commons.collections.functors.TransformerPredicate
Evaluates the predicate returning the result of the decorated transformer.
evaluate(Object) - Method in class org.apache.commons.collections.functors.TruePredicate
Evaluates the predicate returning true always.
evaluate(Object) - Method in class org.apache.commons.collections.functors.UniquePredicate
Evaluates the predicate returning true if the input object hasn't been received yet.
exceptionClosure() - Static method in class org.apache.commons.collections.ClosureUtils
Gets a Closure that always throws an exception.
exceptionFactory() - Static method in class org.apache.commons.collections.FactoryUtils
Gets a Factory that always throws an exception.
exceptionPredicate() - Static method in class org.apache.commons.collections.PredicateUtils
Gets a Predicate that always throws an exception.
exceptionTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
Gets a transformer that always throws an exception.
execute(Object) - Method in interface org.apache.commons.collections.Closure
Performs an action on the specified input object.
execute(Object) - Method in class org.apache.commons.collections.functors.ChainedClosure
Execute a list of closures.
execute(Object) - Method in class org.apache.commons.collections.functors.ExceptionClosure
Always throw an exception.
execute(Object) - Method in class org.apache.commons.collections.functors.ForClosure
Executes the closure count times.
execute(Object) - Method in class org.apache.commons.collections.functors.IfClosure
Executes the true or false closure accoring to the result of the predicate.
execute(Object) - Method in class org.apache.commons.collections.functors.NOPClosure
Do nothing.
execute(Object) - Method in class org.apache.commons.collections.functors.SwitchClosure
Executes the closure whose matching predicate returns true
execute(Object) - Method in class org.apache.commons.collections.functors.TransformerClosure
Executes the closure by calling the decorated transformer.
execute(Object) - Method in class org.apache.commons.collections.functors.WhileClosure
Executes the closure until the predicate is false.
exists(Collection, Predicate) - Static method in class org.apache.commons.collections.CollectionUtils
Answers true if a predicate is true for at least one element of a collection.
expectedModCount - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
The modification count that the list is expected to have.
expectedModCount - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
The modification count expected
expectedModCount - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
The modification count expected

F

Factory - interface org.apache.commons.collections.Factory.
Defines a functor interface implemented by classes that create objects.
FactoryTransformer - class org.apache.commons.collections.functors.FactoryTransformer.
Transformer implementation that calls a Factory and returns the result.
FactoryTransformer(Factory) - Constructor for class org.apache.commons.collections.functors.FactoryTransformer
Constructor that performs no validation.
FactoryUtils - class org.apache.commons.collections.FactoryUtils.
FactoryUtils provides reference implementations and utilities for the Factory functor interface.
FactoryUtils() - Constructor for class org.apache.commons.collections.FactoryUtils
This class is not normally instantiated.
FalsePredicate - class org.apache.commons.collections.functors.FalsePredicate.
Predicate implementation that always returns false.
FastArrayList - class org.apache.commons.collections.FastArrayList.
A customized implementation of java.util.ArrayList designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes.
FastArrayList() - Constructor for class org.apache.commons.collections.FastArrayList
Construct a an empty list.
FastArrayList(int) - Constructor for class org.apache.commons.collections.FastArrayList
Construct an empty list with the specified capacity.
FastArrayList(Collection) - Constructor for class org.apache.commons.collections.FastArrayList
Construct a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
FastHashMap - class org.apache.commons.collections.FastHashMap.
A customized implementation of java.util.HashMap designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes.
FastHashMap() - Constructor for class org.apache.commons.collections.FastHashMap
Construct an empty map.
FastHashMap(int) - Constructor for class org.apache.commons.collections.FastHashMap
Construct an empty map with the specified capacity.
FastHashMap(int, float) - Constructor for class org.apache.commons.collections.FastHashMap
Construct an empty map with the specified capacity and load factor.
FastHashMap(Map) - Constructor for class org.apache.commons.collections.FastHashMap
Construct a new map with the same mappings as the specified map.
FastTreeMap - class org.apache.commons.collections.FastTreeMap.
A customized implementation of java.util.TreeMap designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes.
FastTreeMap() - Constructor for class org.apache.commons.collections.FastTreeMap
Construct a an empty map.
FastTreeMap(Comparator) - Constructor for class org.apache.commons.collections.FastTreeMap
Construct an empty map with the specified comparator.
FastTreeMap(Map) - Constructor for class org.apache.commons.collections.FastTreeMap
Construct a new map with the same mappings as the specified map, sorted according to the keys's natural order
FastTreeMap(SortedMap) - Constructor for class org.apache.commons.collections.FastTreeMap
Construct a new map with the same mappings as the specified map, sorted according to the same ordering
FilterIterator - class org.apache.commons.collections.iterators.FilterIterator.
Decorates another Iterator using a predicate to filter elements.
FilterIterator() - Constructor for class org.apache.commons.collections.iterators.FilterIterator
Constructs a new FilterIterator that will not function until setIterator is invoked.
FilterIterator(Iterator) - Constructor for class org.apache.commons.collections.iterators.FilterIterator
Constructs a new FilterIterator that will not function until setPredicate is invoked.
FilterIterator(Iterator, Predicate) - Constructor for class org.apache.commons.collections.iterators.FilterIterator
Constructs a new FilterIterator that will use the given iterator and predicate.
FilterListIterator - class org.apache.commons.collections.iterators.FilterListIterator.
Decorates another ListIterator using a predicate to filter elements.
FilterListIterator() - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
Constructs a new FilterListIterator that will not function until setListIterator and setPredicate are invoked.
FilterListIterator(ListIterator) - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
Constructs a new FilterListIterator that will not function until setPredicate is invoked.
FilterListIterator(ListIterator, Predicate) - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
Constructs a new FilterListIterator.
FilterListIterator(Predicate) - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
Constructs a new FilterListIterator that will not function until setListIterator is invoked.
FixedOrderComparator - class org.apache.commons.collections.comparators.FixedOrderComparator.
A Comparator which imposes a specific order on a specific set of Objects.
FixedOrderComparator() - Constructor for class org.apache.commons.collections.comparators.FixedOrderComparator
Constructs an empty FixedOrderComparator.
FixedOrderComparator(Object[]) - Constructor for class org.apache.commons.collections.comparators.FixedOrderComparator
Constructs a FixedOrderComparator which uses the order of the given array to compare the objects.
FixedOrderComparator(List) - Constructor for class org.apache.commons.collections.comparators.FixedOrderComparator
Constructs a FixedOrderComparator which uses the order of the given list to compare the objects.
FixedSizeList - class org.apache.commons.collections.list.FixedSizeList.
Decorates another List to fix the size preventing add/remove.
FixedSizeList(List) - Constructor for class org.apache.commons.collections.list.FixedSizeList
Constructor that wraps (not copies).
FixedSizeMap - class org.apache.commons.collections.map.FixedSizeMap.
Decorates another Map to fix the size, preventing add/remove.
FixedSizeMap(Map) - Constructor for class org.apache.commons.collections.map.FixedSizeMap
Constructor that wraps (not copies).
FixedSizeSortedMap - class org.apache.commons.collections.map.FixedSizeSortedMap.
Decorates another SortedMap to fix the size blocking add/remove.
FixedSizeSortedMap(SortedMap) - Constructor for class org.apache.commons.collections.map.FixedSizeSortedMap
Constructor that wraps (not copies).
Flat3Map - class org.apache.commons.collections.map.Flat3Map.
A Map implementation that stores data in simple fields until the size is greater than 3.
Flat3Map() - Constructor for class org.apache.commons.collections.map.Flat3Map
Constructor.
Flat3Map(Map) - Constructor for class org.apache.commons.collections.map.Flat3Map
Constructor copying elements from another map.
ForClosure - class org.apache.commons.collections.functors.ForClosure.
Closure implementation that calls another closure n times, like a for loop.
ForClosure(int, Closure) - Constructor for class org.apache.commons.collections.functors.ForClosure
Constructor that performs no validation.
FunctorException - exception org.apache.commons.collections.FunctorException.
Runtime exception thrown from functors.
FunctorException() - Constructor for class org.apache.commons.collections.FunctorException
Constructs a new FunctorException without specified detail message.
FunctorException(String) - Constructor for class org.apache.commons.collections.FunctorException
Constructs a new FunctorException with specified detail message.
FunctorException(Throwable) - Constructor for class org.apache.commons.collections.FunctorException
Constructs a new FunctorException with specified nested Throwable root cause.
FunctorException(String, Throwable) - Constructor for class org.apache.commons.collections.FunctorException
Constructs a new FunctorException with specified detail message and nested Throwable root cause.
factory - Variable in class org.apache.commons.collections.list.LazyList
The factory to use to lazily instantiate the objects
factory - Variable in class org.apache.commons.collections.map.LazyMap
The factory to use to construct elements
falsePredicate() - Static method in class org.apache.commons.collections.PredicateUtils
Gets a Predicate that always returns false.
fast - Variable in class org.apache.commons.collections.FastArrayList
Are we operating in "fast" mode?
fast - Variable in class org.apache.commons.collections.FastHashMap
Are we currently operating in "fast" mode?
fast - Variable in class org.apache.commons.collections.FastTreeMap
Are we operating in "fast" mode?
file - Variable in class org.apache.commons.collections.ExtendedProperties
The file connected to this repository (holding comments and such).
fileSeparator - Variable in class org.apache.commons.collections.ExtendedProperties
File separator.
filter(Collection, Predicate) - Static method in class org.apache.commons.collections.CollectionUtils
Filter the collection by applying a Predicate to each element.
filteredIterator(Iterator, Predicate) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that filters another iterator.
filteredListIterator(ListIterator, Predicate) - Static method in class org.apache.commons.collections.IteratorUtils
Gets a list iterator that filters another list iterator.
find(Collection, Predicate) - Static method in class org.apache.commons.collections.CollectionUtils
Finds the first element in the given collection which matches the given predicate.
findNext(Object) - Method in class org.apache.commons.collections.iterators.ObjectGraphIterator
Finds the next object in the iteration given any start object.
findNextByIterator(Iterator) - Method in class org.apache.commons.collections.iterators.ObjectGraphIterator
Finds the next object in the iteration given an iterator.
firePropertyChange(Object, Object, Object) - Method in class org.apache.commons.collections.BeanMap
Deprecated. Called during a successful BeanMap.put(Object,Object) operation.
first() - Method in interface org.apache.commons.collections.SortedBag
Returns the first (lowest) member.
first() - Method in class org.apache.commons.collections.TreeBag
Deprecated.  
first() - Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator
 
first() - Method in class org.apache.commons.collections.bag.PredicatedSortedBag
 
first() - Method in class org.apache.commons.collections.bag.SynchronizedSortedBag
 
first() - Method in class org.apache.commons.collections.bag.TransformedSortedBag
 
first() - Method in class org.apache.commons.collections.bag.TreeBag
 
first() - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
 
first() - Method in class org.apache.commons.collections.set.PredicatedSortedSet
 
first() - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
 
first() - Method in class org.apache.commons.collections.set.TransformedSortedSet
 
firstCachedNode - Variable in class org.apache.commons.collections.list.NodeCachingLinkedList
The first cached node, or null if no nodes are cached.
firstKey() - Method in class org.apache.commons.collections.FastTreeMap
Return the first (lowest) key currently in this sorted map.
firstKey() - Method in interface org.apache.commons.collections.OrderedMap
Gets the first key currently in this map.
firstKey() - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
 
firstKey() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
 
firstKey() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Gets the first (lowest) key currently in this map.
firstKey() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Gets the first key in the map, which is the most recently inserted.
firstKey() - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
 
firstKey() - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
 
firstKey() - Method in class org.apache.commons.collections.map.LazySortedMap
 
firstKey() - Method in class org.apache.commons.collections.map.ListOrderedMap
Gets the first key in this map by insert order.
firstKey() - Method in class org.apache.commons.collections.map.PredicatedSortedMap
 
firstKey() - Method in class org.apache.commons.collections.map.SingletonMap
Gets the first (and only) key in the map.
firstKey() - Method in class org.apache.commons.collections.map.TransformedSortedMap
 
firstKey() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
 
fixedSizeList(List) - Static method in class org.apache.commons.collections.ListUtils
Returns a fixed-sized list backed by the given list.
fixedSizeMap(Map) - Static method in class org.apache.commons.collections.MapUtils
Returns a fixed-sized map backed by the given map.
fixedSizeSortedMap(SortedMap) - Static method in class org.apache.commons.collections.MapUtils
Returns a fixed-sized sorted map backed by the given sorted map.
forAllDo(Collection, Closure) - Static method in class org.apache.commons.collections.CollectionUtils
Executes the given closure on each element in the collection.
forClosure(int, Closure) - Static method in class org.apache.commons.collections.ClosureUtils
Creates a Closure that will call the closure count times.

G

GETKEY_INVALID - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
 
GETVALUE_INVALID - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
 
GrowthList - class org.apache.commons.collections.list.GrowthList.
Decorates another List to make it seamlessly grow when indices larger than the list size are used on add and set, avoiding most IndexOutOfBoundsExceptions.
GrowthList() - Constructor for class org.apache.commons.collections.list.GrowthList
Constructor that uses an ArrayList internally.
GrowthList(int) - Constructor for class org.apache.commons.collections.list.GrowthList
Constructor that uses an ArrayList internally.
GrowthList(List) - Constructor for class org.apache.commons.collections.list.GrowthList
Constructor that wraps (not copies).
get() - Method in class org.apache.commons.collections.ArrayStack
Returns the element on the top of the stack.
get(Object) - Method in class org.apache.commons.collections.BeanMap
Deprecated. Returns the value of the bean's property with the given name.
get() - Method in class org.apache.commons.collections.BinaryHeap
Deprecated. Returns the priority element.
get() - Method in class org.apache.commons.collections.BoundedFifoBuffer
Deprecated. Returns the least recently inserted element in this buffer.
get() - Method in interface org.apache.commons.collections.Buffer
Gets the next object from the buffer without removing it.
get(Object, int) - Static method in class org.apache.commons.collections.CollectionUtils
Returns the index-th value in object, throwing IndexOutOfBoundsException if there is no such element or IllegalArgumentException if object is not an instance of one of the supported types.
get(int) - Method in class org.apache.commons.collections.CursorableLinkedList
Deprecated. Returns the element at the specified position in this list.
get(Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
Deprecated. Returns the value to which this map maps the specified key.
get(int) - Method in class org.apache.commons.collections.FastArrayList
Return the element at the specified position in the list.
get(Object) - Method in class org.apache.commons.collections.FastHashMap
Return the value to which this map maps the specified key.
get(Object) - Method in class org.apache.commons.collections.FastTreeMap
Return the value to which this map maps the specified key.
get(Object) - Method in class org.apache.commons.collections.LRUMap
Deprecated. Get the value for a key from the Map.
get(Object) - Method in interface org.apache.commons.collections.MultiMap
Gets the collection of values associated with the specified key.
get(Object) - Method in class org.apache.commons.collections.ProxyMap
Deprecated. Invokes the underlying Map.get(Object) method.
get(Object) - Method in class org.apache.commons.collections.ReferenceMap
Deprecated. Returns the value associated with the given key, if any.
get(Object) - Method in class org.apache.commons.collections.SequencedHashMap
Deprecated. Implements Map.get(Object).
get(int) - Method in class org.apache.commons.collections.SequencedHashMap
Deprecated. Gets the key at the specified index.
get(Object) - Method in class org.apache.commons.collections.StaticBucketMap
Deprecated. Implements Map.get(Object).
get() - Method in class org.apache.commons.collections.UnboundedFifoBuffer
Deprecated. Returns the next object in the buffer.
get(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
get(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Gets the value to which this map maps the specified key.
get() - Method in class org.apache.commons.collections.buffer.AbstractBufferDecorator
 
get() - Method in class org.apache.commons.collections.buffer.BlockingBuffer
Gets the next value from the buffer, waiting until an object is added if the buffer is empty.
get(long) - Method in class org.apache.commons.collections.buffer.BlockingBuffer
Gets the next value from the buffer, waiting until an object is added for up to the specified timeout value if the buffer is empty.
get() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
Returns the least recently inserted element in this buffer.
get() - Method in class org.apache.commons.collections.buffer.PredicatedBuffer
 
get() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Gets the next element to be removed without actually removing it (peek).
get() - Method in class org.apache.commons.collections.buffer.SynchronizedBuffer
 
get() - Method in class org.apache.commons.collections.buffer.TransformedBuffer
 
get() - Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
Returns the next object in the buffer.
get(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
get(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
get(int) - Method in class org.apache.commons.collections.list.AbstractListDecorator
 
get(int) - Method in class org.apache.commons.collections.list.FixedSizeList
 
get(int) - Method in class org.apache.commons.collections.list.LazyList
Decorate the get method to perform the lazy behaviour.
get(int) - Method in class org.apache.commons.collections.list.PredicatedList
 
get(int) - Method in class org.apache.commons.collections.list.SynchronizedList
 
get(int) - Method in class org.apache.commons.collections.list.TransformedList
 
get(int) - Method in class org.apache.commons.collections.list.TreeList
Gets the element at the specified index.
get(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the value mapped to the key specified.
get(Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
 
get(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Gets the value mapped to the key specified.
get(Object) - Method in class org.apache.commons.collections.map.CompositeMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class org.apache.commons.collections.map.DefaultedMap
 
get(Object) - Method in class org.apache.commons.collections.map.Flat3Map
Gets the value mapped to the key specified.
get(Object) - Method in class org.apache.commons.collections.map.LRUMap
Gets the value mapped to the key specified.
get(Object) - Method in class org.apache.commons.collections.map.LazyMap
 
get(int) - Method in class org.apache.commons.collections.map.LinkedMap
Gets the key at the specified index.
get(int) - Method in class org.apache.commons.collections.map.ListOrderedMap
Gets the key at the specified index.
get(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
Gets the value mapped to the specified multi-key.
get(Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
Gets the value mapped to the specified multi-key.
get(Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
Gets the value mapped to the specified multi-key.
get(Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
Gets the value mapped to the specified multi-key.
get(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
 
get(Object) - Method in class org.apache.commons.collections.map.SingletonMap
Gets the value mapped to the key specified.
get(Object) - Method in class org.apache.commons.collections.map.StaticBucketMap
Gets the value associated with the key.
get(int) - Method in class org.apache.commons.collections.set.ListOrderedSet
 
getArray() - Method in class org.apache.commons.collections.iterators.ArrayIterator
Gets the array that this iterator is iterating over.
getArray() - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
Gets the array that this iterator is iterating over.
getBag() - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
Gets the bag being decorated.
getBag() - Method in class org.apache.commons.collections.bag.PredicatedBag
Gets the decorated bag.
getBag() - Method in class org.apache.commons.collections.bag.SynchronizedBag
Gets the bag being decorated.
getBag() - Method in class org.apache.commons.collections.bag.TransformedBag
Gets the decorated bag.
getBean() - Method in class org.apache.commons.collections.BeanMap
Deprecated. Returns the bean currently being operated on.
getBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
Gets the map being decorated.
getBoolean(String) - Method in class org.apache.commons.collections.ExtendedProperties
Get a boolean associated with the given configuration key.
getBoolean(String, boolean) - Method in class org.apache.commons.collections.ExtendedProperties
Get a boolean associated with the given configuration key.
getBoolean(String, Boolean) - Method in class org.apache.commons.collections.ExtendedProperties
Get a boolean associated with the given configuration key.
getBoolean(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
Gets a Boolean from a Map in a null-safe manner.
getBoolean(Map, Object, Boolean) - Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into a boolean, using the default value if the the conversion fails.
getBooleanComparator(boolean) - Static method in class org.apache.commons.collections.comparators.BooleanComparator
Returns a BooleanComparator instance that sorts trueFirst values before !trueFirst values.
getBooleanValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
Gets a boolean from a Map in a null-safe manner.
getBooleanValue(Map, Object, boolean) - Static method in class org.apache.commons.collections.MapUtils
Gets a boolean from a Map in a null-safe manner, using the default value if the the conversion fails.
getBuffer() - Method in class org.apache.commons.collections.buffer.AbstractBufferDecorator
Gets the buffer being decorated.
getBuffer() - Method in class org.apache.commons.collections.buffer.PredicatedBuffer
Gets the buffer being decorated.
getBuffer() - Method in class org.apache.commons.collections.buffer.SynchronizedBuffer
Gets the buffer being decorated.
getBuffer() - Method in class org.apache.commons.collections.buffer.TransformedBuffer
Gets the decorated buffer.
getByte(String) - Method in class org.apache.commons.collections.ExtendedProperties
Get a byte associated with the given configuration key.
getByte(String, byte) - Method in class org.apache.commons.collections.ExtendedProperties
Get a byte associated with the given configuration key.
getByte(String, Byte) - Method in class org.apache.commons.collections.ExtendedProperties
Get a byte associated with the given configuration key.
getByte(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
Gets a Byte from a Map in a null-safe manner.
getByte(Map, Object, Byte) - Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into a byte, using the default value if the the conversion fails.
getByteValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
Gets a byte from a Map in a null-safe manner.
getByteValue(Map, Object, byte) - Static method in class org.apache.commons.collections.MapUtils
Gets a byte from a Map in a null-safe manner, using the default value if the the conversion fails.
getCardinalityMap(Collection) - Static method in class org.apache.commons.collections.CollectionUtils
Returns a Map mapping each unique element in the given Collection to an Integer representing the number of occurrences of that element in the Collection.
getCause() - Method in class org.apache.commons.collections.BufferOverflowException
Gets the root cause of the exception.
getCause() - Method in class org.apache.commons.collections.BufferUnderflowException
Gets the root cause of the exception.
getCause() - Method in class org.apache.commons.collections.FunctorException
Gets the cause of this throwable.
getClosure() - Method in class org.apache.commons.collections.functors.ClosureTransformer
Gets the closure.
getClosure() - Method in class org.apache.commons.collections.functors.ForClosure
Gets the closure.
getClosure() - Method in class org.apache.commons.collections.functors.WhileClosure
Gets the closure.
ge