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

A

AbstractBagDecorator - Class in org.apache.commons.collections.bag
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 in org.apache.commons.collections.bidimap
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 in org.apache.commons.collections.buffer
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 in org.apache.commons.collections.collection
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 in org.apache.commons.collections.bidimap
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 in org.apache.commons.collections.bidimap
Inner class MapIterator.
AbstractDualBidiMap.BidiMapIterator(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
Constructor.
AbstractDualBidiMap.EntrySet - Class in org.apache.commons.collections.bidimap
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 in org.apache.commons.collections.bidimap
Inner class EntrySetIterator.
AbstractDualBidiMap.EntrySetIterator(Iterator, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
Constructor.
AbstractDualBidiMap.KeySet - Class in org.apache.commons.collections.bidimap
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 in org.apache.commons.collections.bidimap
Inner class KeySetIterator.
AbstractDualBidiMap.KeySetIterator(Iterator, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
Constructor.
AbstractDualBidiMap.MapEntry - Class in org.apache.commons.collections.bidimap
Inner class MapEntry.
AbstractDualBidiMap.MapEntry(Map.Entry, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry
Constructor.
AbstractDualBidiMap.Values - Class in org.apache.commons.collections.bidimap
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 in org.apache.commons.collections.bidimap
Inner class ValuesIterator.
AbstractDualBidiMap.ValuesIterator(Iterator, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
Constructor.
AbstractDualBidiMap.View - Class in org.apache.commons.collections.bidimap
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 in org.apache.commons.collections.map
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 in org.apache.commons.collections.map
EntrySet implementation.
AbstractHashedMap.EntrySet(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
 
AbstractHashedMap.EntrySetIterator - Class in org.apache.commons.collections.map
EntrySet iterator.
AbstractHashedMap.EntrySetIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator
 
AbstractHashedMap.HashEntry - Class in org.apache.commons.collections.map
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 in org.apache.commons.collections.map
Base Iterator
AbstractHashedMap.HashIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
 
AbstractHashedMap.HashMapIterator - Class in org.apache.commons.collections.map
MapIterator implementation.
AbstractHashedMap.HashMapIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
 
AbstractHashedMap.KeySet - Class in org.apache.commons.collections.map
KeySet implementation.
AbstractHashedMap.KeySet(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySet
 
AbstractHashedMap.KeySetIterator - Class in org.apache.commons.collections.map
KeySet iterator.
AbstractHashedMap.KeySetIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator
 
AbstractHashedMap.Values - Class in org.apache.commons.collections.map
Values implementation.
AbstractHashedMap.Values(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.Values
 
AbstractHashedMap.ValuesIterator - Class in org.apache.commons.collections.map
Values iterator.
AbstractHashedMap.ValuesIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator
 
AbstractIteratorDecorator - Class in org.apache.commons.collections.iterators
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 in org.apache.commons.collections.keyvalue
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 in org.apache.commons.collections.list
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 in org.apache.commons.collections.list
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 in org.apache.commons.collections.list
The sublist implementation for AbstractLinkedList.
AbstractLinkedList.LinkedSubList(AbstractLinkedList, int, int) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
AbstractLinkedList.LinkedSubListIterator - Class in org.apache.commons.collections.list
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 in org.apache.commons.collections.list
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 in org.apache.commons.collections.map
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 in org.apache.commons.collections.map
EntrySet iterator.
AbstractLinkedMap.EntrySetIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
 
AbstractLinkedMap.KeySetIterator - Class in org.apache.commons.collections.map
KeySet iterator.
AbstractLinkedMap.KeySetIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator
 
AbstractLinkedMap.LinkEntry - Class in org.apache.commons.collections.map
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 in org.apache.commons.collections.map
Base Iterator that iterates in link order.
AbstractLinkedMap.LinkIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
 
AbstractLinkedMap.LinkMapIterator - Class in org.apache.commons.collections.map
MapIterator implementation.
AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
 
AbstractLinkedMap.ValuesIterator - Class in org.apache.commons.collections.map
Values iterator.
AbstractLinkedMap.ValuesIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator
 
AbstractListDecorator - Class in org.apache.commons.collections.list
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 in org.apache.commons.collections.iterators
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 in org.apache.commons.collections.bag
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 in org.apache.commons.collections.bag
Mutable integer class for storing the data.
AbstractMapDecorator - Class in org.apache.commons.collections.map
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 in org.apache.commons.collections.keyvalue
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 in org.apache.commons.collections.keyvalue
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 in org.apache.commons.collections.iterators
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 in org.apache.commons.collections.bidimap
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 in org.apache.commons.collections.map
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 in org.apache.commons.collections.iterators
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 in org.apache.commons.collections.map
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 in org.apache.commons.collections.map
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 in org.apache.commons.collections.collection
Serializable subclass of AbstractCollectionDecorator.
AbstractSerializableCollectionDecorator(Collection) - Constructor for class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
Constructor.
AbstractSerializableListDecorator - Class in org.apache.commons.collections.list
Serializable subclass of AbstractListDecorator.
AbstractSerializableListDecorator(List) - Constructor for class org.apache.commons.collections.list.AbstractSerializableListDecorator
Constructor.
AbstractSerializableSetDecorator - Class in org.apache.commons.collections.set
Serializable subclass of AbstractSetDecorator.
AbstractSerializableSetDecorator(Set) - Constructor for class org.apache.commons.collections.set.AbstractSerializableSetDecorator
Constructor.
AbstractSetDecorator - Class in org.apache.commons.collections.set
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 in org.apache.commons.collections.bag
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 in org.apache.commons.collections.bidimap
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 in org.apache.commons.collections.map
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 in org.apache.commons.collections.set
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).
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) - 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, 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.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.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(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(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.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.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.CursorableLinkedList.Cursor
Deprecated.  
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.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
 
add(int, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
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(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(int, Object) - Method in class org.apache.commons.collections.list.PredicatedList
 
add(Object) - Method in class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator
 
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(int, Object) - Method in class org.apache.commons.collections.list.TransformedList
 
add(Object) - Method in class org.apache.commons.collections.list.TransformedList.TransformedListIterator
 
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
 
add(Object) - Method in class org.apache.commons.collections.UnboundedFifoBuffer
Deprecated. Adds the given element to this buffer.
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(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(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.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, 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.list.AbstractLinkedList
 
addAll(int, Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
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(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 - Class in org.apache.commons.collections.functors
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.
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 - Class in org.apache.commons.collections.functors
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.
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 - Class in org.apache.commons.collections.functors
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.
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 - Class in org.apache.commons.collections.iterators
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.
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.