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

A

AbstractBagDecorator<E> - 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<E>) - Constructor for class org.apache.commons.collections.bag.AbstractBagDecorator
Constructor that wraps (not copies).
AbstractBidiMapDecorator<K,V> - 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<K, V>) - Constructor for class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
Constructor that wraps (not copies).
AbstractBufferDecorator<E> - 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<E>) - Constructor for class org.apache.commons.collections.buffer.AbstractBufferDecorator
Constructor that wraps (not copies).
AbstractCollectionDecorator<E> - 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<E>) - Constructor for class org.apache.commons.collections.collection.AbstractCollectionDecorator
Constructor that wraps (not copies).
AbstractDualBidiMap<K,V> - Class in org.apache.commons.collections.bidimap
Abstract BidiMap implemented using two maps.
AbstractDualBidiMap() - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Deprecated. should not be used.
AbstractDualBidiMap(Map<K, V>, Map<V, K>) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Creates an empty map using the two maps specified as storage.
AbstractDualBidiMap(Map<K, V>, Map<V, K>, BidiMap<V, K>) - 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<K,V> - Class in org.apache.commons.collections.bidimap
Inner class MapIterator.
AbstractDualBidiMap.BidiMapIterator(AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
Constructor.
AbstractDualBidiMap.EntrySet<K,V> - Class in org.apache.commons.collections.bidimap
Inner class EntrySet.
AbstractDualBidiMap.EntrySet(AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet
Constructs a new view of the BidiMap.
AbstractDualBidiMap.EntrySetIterator<K,V> - Class in org.apache.commons.collections.bidimap
Inner class EntrySetIterator.
AbstractDualBidiMap.EntrySetIterator(Iterator<Map.Entry<K, V>>, AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
Constructor.
AbstractDualBidiMap.KeySet<K,V> - Class in org.apache.commons.collections.bidimap
Inner class KeySet.
AbstractDualBidiMap.KeySet(AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
Constructs a new view of the BidiMap.
AbstractDualBidiMap.KeySetIterator<K,V> - Class in org.apache.commons.collections.bidimap
Inner class KeySetIterator.
AbstractDualBidiMap.KeySetIterator(Iterator<K>, AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
Constructor.
AbstractDualBidiMap.MapEntry<K,V> - Class in org.apache.commons.collections.bidimap
Inner class MapEntry.
AbstractDualBidiMap.MapEntry(Map.Entry<K, V>, AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry
Constructor.
AbstractDualBidiMap.Values<K,V> - Class in org.apache.commons.collections.bidimap
Inner class Values.
AbstractDualBidiMap.Values(AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
Constructs a new view of the BidiMap.
AbstractDualBidiMap.ValuesIterator<K,V> - Class in org.apache.commons.collections.bidimap
Inner class ValuesIterator.
AbstractDualBidiMap.ValuesIterator(Iterator<V>, AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
Constructor.
AbstractDualBidiMap.View<K,V,E> - Class in org.apache.commons.collections.bidimap
Inner class View.
AbstractDualBidiMap.View(Collection<E>, AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
Constructs a new view of the BidiMap.
AbstractHashedMap<K,V> - 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<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap
Constructor copying elements from another map.
AbstractHashedMap.EntrySet<K,V> - Class in org.apache.commons.collections.map
EntrySet implementation.
AbstractHashedMap.EntrySet(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
 
AbstractHashedMap.EntrySetIterator<K,V> - Class in org.apache.commons.collections.map
EntrySet iterator.
AbstractHashedMap.EntrySetIterator(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator
 
AbstractHashedMap.HashEntry<K,V> - Class in org.apache.commons.collections.map
HashEntry used to store the data.
AbstractHashedMap.HashEntry(AbstractHashedMap.HashEntry<K, V>, int, K, V) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
 
AbstractHashedMap.HashIterator<K,V> - Class in org.apache.commons.collections.map
Base Iterator
AbstractHashedMap.HashIterator(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
 
AbstractHashedMap.HashMapIterator<K,V> - Class in org.apache.commons.collections.map
MapIterator implementation.
AbstractHashedMap.HashMapIterator(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
 
AbstractHashedMap.KeySet<K,V> - Class in org.apache.commons.collections.map
KeySet implementation.
AbstractHashedMap.KeySet(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySet
 
AbstractHashedMap.KeySetIterator<K,V> - Class in org.apache.commons.collections.map
KeySet iterator.
AbstractHashedMap.KeySetIterator(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator
 
AbstractHashedMap.Values<K,V> - Class in org.apache.commons.collections.map
Values implementation.
AbstractHashedMap.Values(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.Values
 
AbstractHashedMap.ValuesIterator<K,V> - Class in org.apache.commons.collections.map
Values iterator.
AbstractHashedMap.ValuesIterator(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator
 
AbstractIteratorDecorator<E> - Class in org.apache.commons.collections.iterators
Provides basic behaviour for decorating an iterator with extra functionality.
AbstractIteratorDecorator(Iterator<E>) - Constructor for class org.apache.commons.collections.iterators.AbstractIteratorDecorator
Constructor that decorates the specified iterator.
AbstractKeyValue<K,V> - Class in org.apache.commons.collections.keyvalue
Abstract pair class to assist with creating KeyValue and MapEntry implementations.
AbstractKeyValue(K, V) - Constructor for class org.apache.commons.collections.keyvalue.AbstractKeyValue
Constructs a new pair with the specified key and given value.
AbstractLinkedList<E> - 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<E>) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList
Constructs a list copying data from the specified collection.
AbstractLinkedList.LinkedListIterator<E> - Class in org.apache.commons.collections.list
A list iterator over the linked list.
AbstractLinkedList.LinkedListIterator(AbstractLinkedList<E>, int) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
Create a ListIterator for a list.
AbstractLinkedList.LinkedSubList<E> - Class in org.apache.commons.collections.list
The sublist implementation for AbstractLinkedList.
AbstractLinkedList.LinkedSubList(AbstractLinkedList<E>, int, int) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
AbstractLinkedList.LinkedSubListIterator<E> - Class in org.apache.commons.collections.list
A list iterator over the linked sub list.
AbstractLinkedList.LinkedSubListIterator(AbstractLinkedList.LinkedSubList<E>, int) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
 
AbstractLinkedList.Node<T> - 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(T) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node
Constructs a new node.
AbstractLinkedList.Node(AbstractLinkedList.Node<T>, AbstractLinkedList.Node<T>, T) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node
Constructs a new node.
AbstractLinkedMap<K,V> - 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<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap
Constructor copying elements from another map.
AbstractLinkedMap.EntrySetIterator<K,V> - Class in org.apache.commons.collections.map
EntrySet iterator.
AbstractLinkedMap.EntrySetIterator(AbstractLinkedMap<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
 
AbstractLinkedMap.KeySetIterator<K,V> - Class in org.apache.commons.collections.map
KeySet iterator.
AbstractLinkedMap.KeySetIterator(AbstractLinkedMap<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator
 
AbstractLinkedMap.LinkEntry<K,V> - Class in org.apache.commons.collections.map
LinkEntry that stores the data.
AbstractLinkedMap.LinkEntry(AbstractHashedMap.HashEntry<K, V>, int, K, V) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry
Constructs a new entry.
AbstractLinkedMap.LinkIterator<K,V> - Class in org.apache.commons.collections.map
Base Iterator that iterates in link order.
AbstractLinkedMap.LinkIterator(AbstractLinkedMap<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
 
AbstractLinkedMap.LinkMapIterator<K,V> - Class in org.apache.commons.collections.map
MapIterator implementation.
AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
 
AbstractLinkedMap.ValuesIterator<K,V> - Class in org.apache.commons.collections.map
Values iterator.
AbstractLinkedMap.ValuesIterator(AbstractLinkedMap<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator
 
AbstractListDecorator<E> - 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<E>) - Constructor for class org.apache.commons.collections.list.AbstractListDecorator
Constructor that wraps (not copies).
AbstractListIteratorDecorator<E> - Class in org.apache.commons.collections.iterators
Provides basic behaviour for decorating a list iterator with extra functionality.
AbstractListIteratorDecorator(ListIterator<E>) - Constructor for class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
Constructor that decorates the specified iterator.
AbstractMapBag<E> - 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<E, AbstractMapBag.MutableInteger>) - 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<K,V> - 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<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractMapDecorator
Constructor that wraps (not copies).
AbstractMapEntry<K,V> - Class in org.apache.commons.collections.keyvalue
Abstract Pair class to assist with creating correct Map Entry implementations.
AbstractMapEntry(K, V) - Constructor for class org.apache.commons.collections.keyvalue.AbstractMapEntry
Constructs a new entry with the given key and given value.
AbstractMapEntryDecorator<K,V> - 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<K, V>) - Constructor for class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
Constructor that wraps (not copies).
AbstractMapIteratorDecorator<K,V> - Class in org.apache.commons.collections.iterators
Provides basic behaviour for decorating a map iterator with extra functionality.
AbstractMapIteratorDecorator(MapIterator<K, V>) - Constructor for class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
Constructor that decorates the specified iterator.
AbstractOrderedBidiMapDecorator<K,V> - 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<K, V>) - Constructor for class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
Constructor that wraps (not copies).
AbstractOrderedMapDecorator<K,V> - 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<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractOrderedMapDecorator
Constructor that wraps (not copies).
AbstractOrderedMapIteratorDecorator<K,V> - Class in org.apache.commons.collections.iterators
Provides basic behaviour for decorating an ordered map iterator with extra functionality.
AbstractOrderedMapIteratorDecorator(OrderedMapIterator<K, V>) - Constructor for class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
Constructor that decorates the specified iterator.
AbstractReferenceMap<K,V> - 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<K,V> - Class in org.apache.commons.collections.map
A MapEntry implementation for the map.
AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap<K, V>, AbstractReferenceMap.ReferenceEntry<K, V>, int, K, V) - Constructor for class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
Creates a new entry object for the ReferenceMap.
AbstractSerializableCollectionDecorator<E> - Class in org.apache.commons.collections.collection
Serializable subclass of AbstractCollectionDecorator.
AbstractSerializableCollectionDecorator(Collection<E>) - Constructor for class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
Constructor.
AbstractSerializableListDecorator<E> - Class in org.apache.commons.collections.list
Serializable subclass of AbstractListDecorator.
AbstractSerializableListDecorator(List<E>) - Constructor for class org.apache.commons.collections.list.AbstractSerializableListDecorator
Constructor.
AbstractSerializableSetDecorator<E> - Class in org.apache.commons.collections.set
Serializable subclass of AbstractSetDecorator.
AbstractSerializableSetDecorator(Set<E>) - Constructor for class org.apache.commons.collections.set.AbstractSerializableSetDecorator
Constructor.
AbstractSetDecorator<E> - 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<E>) - Constructor for class org.apache.commons.collections.set.AbstractSetDecorator
Constructor that wraps (not copies).
AbstractSortedBagDecorator<E> - 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<E>) - Constructor for class org.apache.commons.collections.bag.AbstractSortedBagDecorator
Constructor that wraps (not copies).
AbstractSortedBidiMapDecorator<K,V> - 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<K, V>) - Constructor for class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
Constructor that wraps (not copies).
AbstractSortedMapDecorator<K,V> - 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<K, V>) - Constructor for class org.apache.commons.collections.map.AbstractSortedMapDecorator
Constructor that wraps (not copies).
AbstractSortedSetDecorator<E> - 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<E>) - Constructor for class org.apache.commons.collections.set.AbstractSortedSetDecorator
Constructor that wraps (not copies).
add(E, int) - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
 
add(E) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Adds a new element to the bag, incrementing its count in the underlying map.
add(E, int) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Adds a new element to the bag, incrementing its count in the map.
add(E) - Method in interface org.apache.commons.collections.Bag
(Violation) Adds one copy the specified object to the Bag.
add(E, int) - Method in interface org.apache.commons.collections.Bag
Adds nCopies copies of the specified object to the Bag.
add(E, int) - Method in class org.apache.commons.collections.bag.PredicatedBag
 
add(E, int) - Method in class org.apache.commons.collections.bag.SynchronizedBag
 
add(Object, int) - Method in class org.apache.commons.collections.bag.TransformedBag
 
add(E) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
 
add(E, int) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
 
add(E) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
 
add(E, int) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
 
add(E) - Method in class org.apache.commons.collections.buffer.BlockingBuffer
 
add(E) - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
Adds the given element to this buffer.
add(E) - 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(E) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Adds an element to the buffer.
add(E) - Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
Adds the given element to this buffer.
add(E) - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
 
add(E) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
add(E) - 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<? extends E>, Collection<? extends E>[], Object) - Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator
Called when an object is to be added to the composite.
add(E) - Method in class org.apache.commons.collections.collection.PredicatedCollection
Override to validate the object being added to ensure it matches the predicate.
add(E) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
add(Object) - Method in class org.apache.commons.collections.collection.TransformedCollection
 
add(E) - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
 
add(E) - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
 
add(T) - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
Adds an item, which compares as after all items known to the Comparator.
add(E) - Method in class org.apache.commons.collections.FastArrayList
Appends the specified element to the end of this list.
add(int, E) - 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(E) - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
 
add(E) - 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(E) - Method in class org.apache.commons.collections.iterators.FilterListIterator
Not supported.
add(E) - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
Throws UnsupportedOperationException.
add(E) - 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(E) - Method in class org.apache.commons.collections.iterators.SingletonListIterator
Add always throws UnsupportedOperationException.
add(E) - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
 
add(E) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
add(int, E) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
add(E) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
 
add(int, E) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
add(E) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
 
add(int, E) - Method in class org.apache.commons.collections.list.AbstractListDecorator
 
add(E) - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
Adds an object to the list.
add(E) - Method in class org.apache.commons.collections.list.FixedSizeList
 
add(int, E) - Method in class org.apache.commons.collections.list.FixedSizeList
 
add(int, E) - Method in class org.apache.commons.collections.list.PredicatedList
 
add(E) - Method in class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator
 
add(E) - Method in class org.apache.commons.collections.list.SetUniqueList
Adds an element to the list if it is not already present.
add(int, E) - 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, E) - 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, E) - Method in class org.apache.commons.collections.list.TreeList
Adds a new element to the list.
add(E) - Method in class org.apache.commons.collections.list.UnmodifiableList
 
add(int, E) - Method in class org.apache.commons.collections.list.UnmodifiableList
 
add(Map.Entry<K, V>) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
 
add(E) - Method in class org.apache.commons.collections.set.ListOrderedSet
 
add(int, E) - Method in class org.apache.commons.collections.set.ListOrderedSet
 
add(K) - Method in class org.apache.commons.collections.set.MapBackedSet
 
add(E) - Method in class org.apache.commons.collections.set.UnmodifiableSet
 
add(E) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
 
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Invokes AbstractMapBag.add(Object) for each element in the given collection.
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
 
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
 
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.buffer.BlockingBuffer
 
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
 
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
addAll(Collection<? extends E>) - 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<? extends E>, Collection<? extends E>[], Collection<? extends E>) - Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator
Called when a collection is to be added to the composite.
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.collection.PredicatedCollection
Override to validate the objects being added to ensure they match the predicate.
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
addAll(Collection) - Method in class org.apache.commons.collections.collection.TransformedCollection
 
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
 
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
 
addAll(Collection<E>, Iterator<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Adds all elements in the iteration to the given collection.
addAll(Collection<E>, Enumeration<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Adds all elements in the enumeration to the given collection.
addAll(Collection<E>, E[]) - Static method in class org.apache.commons.collections.CollectionUtils
Adds all elements in the array to the given collection.
addAll(Collection<? extends E>) - 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<? extends E>) - 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<? extends E>) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections.list.AbstractListDecorator
 
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.list.FixedSizeList
 
addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections.list.FixedSizeList
 
addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections.list.PredicatedList
 
addAll(Collection<? extends E>) - 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<? extends E>) - 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<? extends E>) - Method in class org.apache.commons.collections.list.SynchronizedList
 
addAll(int, Collection) - Method in class org.apache.commons.collections.list.TransformedList
 
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.list.UnmodifiableList
 
addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections.list.UnmodifiableList
 
addAll(Collection<? extends Map.Entry<K, V>>) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
 
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.set.ListOrderedSet
 
addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections.set.ListOrderedSet
 
addAll(Collection<? extends K>) - Method in class org.apache.commons.collections.set.MapBackedSet
 
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.set.UnmodifiableSet
 
addAll(Collection<? extends E>) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
 
addAllTyped(Collection<? extends I>) - Method in class org.apache.commons.collections.collection.TransformedCollection
A better typed version of the addAll method (although breaks the Collection interface).
addAsEqual(T, T) - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
Adds a new item, which compares as equal to the given existing item.
addComparator(Comparator<T>) - 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<T>, 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<? extends E>[]) - Method in class org.apache.commons.collections.collection.CompositeCollection
Add these Collections to the list of collections in this composite
addComposited(Collection<? extends E>) - Method in class org.apache.commons.collections.collection.CompositeCollection
Add an additional collection to this composite.
addComposited(Collection<? extends E>, Collection<? extends E>) - Method in class org.apache.commons.collections.collection.CompositeCollection
Add two additional collections to this composite.
addComposited(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.map.CompositeMap
Add an additional Map to the composite.
addComposited(Collection<? extends E>) - Method in class org.apache.commons.collections.set.CompositeSet
Add a Set to this composite
addComposited(Collection<? extends E>, Collection<? extends E>) - Method in class org.apache.commons.collections.set.CompositeSet
Add two sets to this composite
addComposited(Collection<? extends E>[]) - Method in class org.apache.commons.collections.set.CompositeSet
Add an array of sets to this composite
addEntry(AbstractHashedMap.HashEntry<K, V>, int) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Adds an entry into this map.
addEntry(AbstractHashedMap.HashEntry<K, V>, int) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Adds an entry into this map, maintaining insertion order.
addFirst(E) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
addIterator(Iterator<? extends E>) - Method in class org.apache.commons.collections.iterators.CollatingIterator
Adds the given Iterator to the iterators being collated.
addIterator(Iterator<? extends E>) - Method in class org.apache.commons.collections.iterators.IteratorChain
Add an Iterator to the end of the chain
addLast(E) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
addMapping(int, int, K, V) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Adds a new key-value mapping into this map.
addMapping(int, int, K, V) - Method in class org.apache.commons.collections.map.LRUMap
Adds a new key-value mapping into this map.
addNode(AbstractLinkedList.Node<E>, AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Inserts a new node into the list.
addNode(AbstractLinkedList.Node<E>, AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections.list.CursorableLinkedList
Inserts a new node into the list.
addNodeAfter(AbstractLinkedList.Node<E>, E) - 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<E>, E) - 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<E>) - 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.
addTyped(I) - Method in class org.apache.commons.collections.collection.TransformedCollection
A better typed version of the add method (although breaks the Collection interface).
addTyped(int, I) - Method in class org.apache.commons.collections.list.TransformedList
Type-safe version of TransformedList.add(int, Object) (but breaks List interface).
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<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if all the predicates return true.
AllPredicate(Predicate<? super T>[]) - Constructor for class org.apache.commons.collections.functors.AllPredicate
Constructor that performs no validation.
allPredicate(Predicate<? super T>[]) - 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<Predicate<? super T>>) - 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<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if both the predicates return true.
AndPredicate(Predicate<? super T>, Predicate<? super T>) - Constructor for class org.apache.commons.collections.functors.AndPredicate
Constructor that performs no validation.
andPredicate(Predicate<? super T>, Predicate<? super T>) - 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<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if any of the predicates return true.
AnyPredicate(Predicate<? super T>[]) - Constructor for class org.apache.commons.collections.functors.AnyPredicate
Constructor that performs no validation.
anyPredicate(Predicate<? super T>[]) - 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<Predicate<? super T>>) - 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<E> - 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(E[]) - 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(E[], 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(E[], 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<E> - Class in org.apache.commons.collections.iterators
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.
arrayListIterator(E[]) - 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(E[], 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(E[], 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.
ArrayStack<E> - Class in org.apache.commons.collections
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.
ascendingOrder - Variable in class org.apache.commons.collections.buffer.PriorityBuffer
If true, the first element as determined by the sort order will be returned.
asClosure(Transformer<I, O>) - Static method in class org.apache.commons.collections.ClosureUtils
Creates a Closure that calls a Transformer each time it is called.
asEnumeration(Iterator<E>) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an enumeration that wraps an iterator.
asIterator(Enumeration<E>) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that provides an iterator view of the given enumeration.
asIterator(Enumeration<E>, Collection<E>) - 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<T, Boolean>) - 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<T>) - Static method in class org.apache.commons.collections.TransformerUtils
Creates a Transformer that calls a Closure each time the transformer is used.
asTransformer(Predicate<T>) - Static method in class org.apache.commons.collections.TransformerUtils
Creates a Transformer that calls a Predicate each time the transformer is used.
asTransformer(Factory<T>) - Static method in class org.apache.commons.collections.TransformerUtils
Creates a Transformer that calls a Factory each time the transformer is used.
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<E> - Interface in org.apache.commons.collections
Defines a collection that counts the number of times an object appears in the collection.
BagUtils - Class in org.apache.commons.collections
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.
basePath - Variable in class org.apache.commons.collections.ExtendedProperties
Base path of the configuration file used to create this ExtendedProperties object.
BeanMap - Class in org.apache.commons.collections
An implementation of Map for JavaBeans which uses introspection to get and put properties in the bean.
BeanMap() - Constructor for class org.apache.commons.collections.BeanMap
Constructs a new empty BeanMap.
BeanMap(Object) - Constructor for class org.apache.commons.collections.BeanMap
Constructs a new BeanMap that operates on the specified bean.
BeanMap.MyMapEntry - Class in org.apache.commons.collections
Map entry used by BeanMap.
BeanMap.MyMapEntry(BeanMap, String, Object) - Constructor for class org.apache.commons.collections.BeanMap.MyMapEntry
Constructs a new MyMapEntry.
before - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry
The entry before this one in the order
BidiMap<K,V> - Interface in org.apache.commons.collections
Defines a map that allows bidirectional lookup between key and values.
BlockingBuffer<E> - Class in org.apache.commons.collections.buffer
Decorates another Buffer to make BlockingBuffer.get() and BlockingBuffer.remove() block when the Buffer is empty.
BlockingBuffer(Buffer<E>) - Constructor for class org.apache.commons.collections.buffer.BlockingBuffer
Constructor that wraps (not copies).
blockingBuffer(Buffer<E>) - 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.
BooleanComparator - Class in org.apache.commons.collections.comparators
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.
booleanComparator(boolean) - Static method in class org.apache.commons.collections.ComparatorUtils
Gets a Comparator that can sort Boolean objects.
BoundedCollection<E> - Interface in org.apache.commons.collections
Defines a collection that is bounded in size.
BoundedFifoBuffer<E> - Class in org.apache.commons.collections.buffer
The BoundedFifoBuffer is a very efficient implementation of Buffer that does not alter the size of the buffer at runtime.
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<E>) - 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<K,V> - Interface in org.apache.commons.collections
Defines a map that is bounded in size.
broadcastNodeChanged(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections.list.CursorableLinkedList
Informs all of my registered cursors that the specified element was changed.
broadcastNodeInserted(AbstractLinkedList.Node<E>) - 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<E>) - 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<E> - Interface in org.apache.commons.collections
Defines a collection that allows objects to be removed in some well-defined order.
buffer - Variable in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
The array of objects in the buffer.
BufferOverflowException - Exception in org.apache.commons.collections
The BufferOverflowException is used when the buffer's capacity has been exceeded.
BufferOverflowException() - Constructor for exception org.apache.commons.collections.BufferOverflowException
Constructs a new BufferOverflowException.
BufferOverflowException(String) - Constructor for exception org.apache.commons.collections.BufferOverflowException
Construct a new BufferOverflowException.
BufferOverflowException(String, Throwable) - Constructor for exception org.apache.commons.collections.BufferOverflowException
Construct a new BufferOverflowException.
BufferUnderflowException - Exception in org.apache.commons.collections
The BufferUnderflowException is used when the buffer is already empty.
BufferUnderflowException() - Constructor for exception org.apache.commons.collections.BufferUnderflowException
Constructs a new BufferUnderflowException.
BufferUnderflowException(String) - Constructor for exception org.apache.commons.collections.BufferUnderflowException
Construct a new BufferUnderflowException.
BufferUnderflowException(String, Throwable) - Constructor for exception org.apache.commons.collections.BufferUnderflowException
Construct a new BufferUnderflowException.
BufferUtils - Class in org.apache.commons.collections
Provides utility methods and decorators for Buffer instances.
BufferUtils() - Constructor for class org.apache.commons.collections.BufferUtils
BufferUtils should not normally be instantiated.

C

cacheSize - Variable in class org.apache.commons.collections.list.NodeCachingLinkedList
The size of the cache.
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(E, Collection<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Returns the number of occurrences of obj in coll.
CaseInsensitiveMap<V> - Class in org.apache.commons.collections.map
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<? extends String, ? extends V>) - Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap
Constructor copying elements from another map.
chainedClosure(Closure<T>, Closure<T>) - 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<T>[]) - 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<T>) - 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<T> - Class in org.apache.commons.collections.functors
Closure implementation that chains the specified closures together.
ChainedClosure(Closure<? super T>[]) - Constructor for class org.apache.commons.collections.functors.ChainedClosure
Constructor that performs no validation.
chainedComparator(Comparator<T>, Comparator<T>) - Static method in class org.apache.commons.collections.ComparatorUtils
Gets a comparator that compares using two Comparators.
chainedComparator(Comparator<T>[]) - 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<T>) - 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<E>, Iterator<E>) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that iterates through two Iterators one after another.
chainedIterator(Iterator<E>[]) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that iterates through an array of Iterators one after another.
chainedIterator(Collection<Iterator<? extends E>>) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that iterates through a collections of Iterators one after another.
ChainedTransformer<I,O> - Class in org.apache.commons.collections.functors
Transformer implementation that chains the specified transformers together.
ChainedTransformer(Transformer[]) - Constructor for class org.apache.commons.collections.functors.ChainedTransformer
Constructor that performs no validation.
chainedTransformer(Transformer<I, ? extends M>, Transformer<? super M, O>) - 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.
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(V) - 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.
CircularFifoBuffer<E> - Class in org.apache.commons.collections.buffer
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<E>) - Constructor for class org.apache.commons.collections.buffer.CircularFifoBuffer
Constructor that creates a buffer from the specified collection.
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.BeanMap
This method reinitializes the bean map to have default values for the bean's properties.
clear() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
clear() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
 
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.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.list.AbstractLinkedList
 
clear() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
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
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.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.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.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.MultiHashMap
Clear the map.
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
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.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.LinkedMap
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.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.
clone() - Method in class org.apache.commons.collections.MultiHashMap
Clones the map creating an independent copy.
CloneTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that returns a clone of the input object.
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.list.CursorableLinkedList.Cursor
Mark this cursor as no longer being needed.
Closure<T> - Interface in org.apache.commons.collections
Defines a functor interface implemented by classes that do something.
ClosureTransformer<T> - Class in org.apache.commons.collections.functors
Transformer implementation that calls a Closure using the input object and then returns the input.
ClosureTransformer(Closure<T>) - Constructor for class org.apache.commons.collections.functors.ClosureTransformer
Constructor that performs no validation.
ClosureUtils - Class in org.apache.commons.collections
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.
collatedIterator(Comparator<? super E>, Iterator<? extends E>, Iterator<? extends E>) - 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<? super E>, Iterator<? extends E>[]) - 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<? super E>, Collection<Iterator<? extends E>>) - 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.
CollatingIterator<E> - Class in org.apache.commons.collections.iterators
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<? super E>) - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
Constructs a new CollatingIterator that will used the specified comparator for ordering.
CollatingIterator(Comparator<? super E>, 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<? super E>, Iterator<? extends E>, Iterator<? extends E>) - 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<? super E>, Iterator<? extends E>[]) - 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<? super E>, Collection<Iterator<? extends E>>) - 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.
collect(Collection<I>, Transformer<I, O>) - 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<I>, Transformer<I, O>) - 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<I>, Transformer<I, O>, Collection<O>) - 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<I>, Transformer<I, O>, Collection<O>) - 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
CollectionUtils - Class in org.apache.commons.collections
Provides utility methods and decorators for Collection instances.
CollectionUtils() - Constructor for class org.apache.commons.collections.CollectionUtils
CollectionUtils should not normally be instantiated.
combine(ExtendedProperties) - Method in class org.apache.commons.collections.ExtendedProperties
Combines an existing Hashtable with this Hashtable.
ComparableComparator - Class in org.apache.commons.collections.comparators
A Comparator that compares Comparable objects.
ComparableComparator() - Constructor for class org.apache.commons.collections.comparators.ComparableComparator
Constructor whose use should be avoided.
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.FastTreeMap
Return the comparator used to order this map, or null if this map uses its keys' 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
 
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.
ComparatorChain<T> - Class in org.apache.commons.collections.comparators
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<T>) - Constructor for class org.apache.commons.collections.comparators.ComparatorChain
Construct a ComparatorChain with a single Comparator, sorting in the forward order
ComparatorChain(Comparator<T>, 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<Comparator<T>>) - Constructor for class org.apache.commons.collections.comparators.ComparatorChain
Construct a ComparatorChain from the Comparators in the List.
ComparatorChain(List<Comparator<T>>, BitSet) - Constructor for class org.apache.commons.collections.comparators.ComparatorChain
Construct a ComparatorChain from the Comparators in the given List.
comparatorChain - Variable in class org.apache.commons.collections.comparators.ComparatorChain
The list of comparators in the chain.
ComparatorUtils - Class in org.apache.commons.collections
Provides convenient static utility methods for Comparator objects.
ComparatorUtils() - Constructor for class org.apache.commons.collections.ComparatorUtils
ComparatorUtils should not normally be instantiated.
compare(E, E) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Compares two objects using the comparator if specified, or the natural order otherwise.
compare(Boolean, Boolean) - Method in class org.apache.commons.collections.comparators.BooleanComparator
Compares two non-null Boolean objects according to the value of BooleanComparator.trueFirst.
compare(Comparable, Comparable) - Method in class org.apache.commons.collections.comparators.ComparableComparator
Compare the two Comparable arguments.
compare(T, T) - Method in class org.apache.commons.collections.comparators.ComparatorChain
Perform comparisons on the Objects as per Comparator.compare(o1,o2).
compare(T, T) - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
Compares two objects according to the order of this Comparator.
compare(T, T) - Method in class org.apache.commons.collections.comparators.NullComparator
Perform a comparison between two objects.
compare(T, T) - Method in class org.apache.commons.collections.comparators.ReverseComparator
Compares two objects in reverse order.
compare(I, I) - Method in class org.apache.commons.collections.comparators.TransformingComparator
Returns the result of comparing the values from the transform operation.
CompositeCollection<E> - Class in org.apache.commons.collections.collection
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<E>) - Constructor for class org.apache.commons.collections.collection.CompositeCollection
Create a Composite Collection with only coll composited.
CompositeCollection(Collection<E>[]) - Constructor for class org.apache.commons.collections.collection.CompositeCollection
Create a CompositeCollection with colls as the initial list of composited collections.
CompositeCollection.CollectionMutator<E> - Interface in org.apache.commons.collections.collection
Pluggable strategy to handle changes to the composite.
CompositeMap<K,V> - Class in org.apache.commons.collections.map
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<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections.map.CompositeMap
Create a new CompositeMap with two composited Map instances.
CompositeMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, CompositeMap.MapMutator<K, V>) - 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<K, V>) - 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<K,V> - Interface in org.apache.commons.collections.map
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<E> - Class in org.apache.commons.collections.set
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<E>) - Constructor for class org.apache.commons.collections.set.CompositeSet
Create a CompositeSet with just set composited
CompositeSet(Set<E>[]) - Constructor for class org.apache.commons.collections.set.CompositeSet
Create a composite set with sets as the initial set of composited Sets
CompositeSet.SetMutator<E> - Interface in org.apache.commons.collections.set
Define callbacks for mutation operations.
constantFactory(T) - Static method in class org.apache.commons.collections.FactoryUtils
Creates a Factory that will return the same object each time the factory is used.
ConstantFactory<T> - Class in org.apache.commons.collections.functors
Factory implementation that returns the same constant each time.
ConstantFactory(T) - Constructor for class org.apache.commons.collections.functors.ConstantFactory
Constructor that performs no validation.
ConstantTransformer<T> - Class in org.apache.commons.collections.functors
Transformer implementation that returns the same constant each time.
ConstantTransformer(T) - Constructor for class org.apache.commons.collections.functors.ConstantTransformer
Constructor that performs no validation.
constantTransformer(T) - 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.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.FastArrayList
Return true if this list contains the specified element.
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(Map.Entry<K, V>) - 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 class org.apache.commons.collections.bag.AbstractMapBag
Determines if the bag contains the given elements.
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.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.FastArrayList
Return true if this list contains all of the elements in the specified Collection.
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<E>, Collection<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Returns true iff at least one element is in both collections.
containsKey(String) - Method in class org.apache.commons.collections.BeanMap
Returns true if the bean defines a property with the given name.
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.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.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(K...) - 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
Returns true if the bean defines a property whose current value is the given 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.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.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.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.
containsValue(Object) - Method in class org.apache.commons.collections.MultiHashMap
Checks whether the map contains the value specified.
containsValue(Object, Object) - Method in class org.apache.commons.collections.MultiHashMap
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.
convertKey(String) - Method in class org.apache.commons.collections.map.CaseInsensitiveMap
Converts 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
Converts the given value to the given type.
countMatches(Collection<E>, Predicate<E>) - 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<K, V>, Map<V, K>, BidiMap<V, K>) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Creates a new instance of the subclass.
createBidiMap(Map<K, V>, Map<V, K>, BidiMap<V, K>) - Method in class org.apache.commons.collections.bidimap.DualHashBidiMap
Creates a new instance of this object.
createBidiMap(Map<K, V>, Map<V, K>, BidiMap<V, K>) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
Creates a new instance of this object.
createCollection(Collection<V>) - Method in class org.apache.commons.collections.MultiHashMap
Creates a new instance of the map value Collection container.
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<K, V>, int, K, V) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Creates an entry to store the key-value data.
createEntry(AbstractHashedMap.HashEntry<K, V>, int, K, V) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Creates an entry to store the data.
createEntry(AbstractHashedMap.HashEntry<K, V>, int, K, V) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Creates a ReferenceEntry instead of a HashEntry.
createEntry(AbstractHashedMap.HashEntry<K, V>, int, K, V) - Method in class org.apache.commons.collections.map.IdentityMap
Creates an entry to store the data.
createEntrySetIterator(Iterator<Map.Entry<K, V>>) - 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<K>) - 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(E) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Creates a new node with the specified properties.
createNode(E) - 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<E>) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Creates an iterator for the sublist.
createSubListListIterator(AbstractLinkedList.LinkedSubList<E>, int) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Creates a list iterator for the sublist.
createTwoWayBidiMap(Comparator<? super E>) - Static method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
 
createValuesIterator(Iterator<V>) - 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
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.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.
CursorableLinkedList<E> - Class in org.apache.commons.collections.list
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<E>) - Constructor for class org.apache.commons.collections.list.CursorableLinkedList
Constructor that copies the specified collection
CursorableLinkedList.Cursor<E> - Class in org.apache.commons.collections.list
An extended ListIterator that allows concurrent changes to the underlying list.
CursorableLinkedList.Cursor(CursorableLinkedList<E>, int) - Constructor for class org.apache.commons.collections.list.CursorableLinkedList.Cursor
Constructs a new cursor.
cursors - Variable in class org.apache.commons.collections.list.CursorableLinkedList
A list of the cursor currently open on this list

D

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<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections.bag.PredicatedBag
Factory method to create a predicated (validating) bag.
decorate(SortedBag<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections.bag.PredicatedSortedBag
Factory method to create a predicated (validating) bag.
decorate(Bag<E>) - Static method in class org.apache.commons.collections.bag.SynchronizedBag
Factory method to create a synchronized bag.
decorate(SortedBag<E>) - Static method in class org.apache.commons.collections.bag.SynchronizedSortedBag
Factory method to create a synchronized sorted bag.
decorate(Bag<I>, Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections.bag.TransformedBag
Factory method to create a transforming bag.
decorate(SortedBag<I>, Transformer<? super I, ? extends O>) - 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
Deprecated. Factory method to create a typed bag.
decorate(SortedBag<E>, Class<E>) - Static method in class org.apache.commons.collections.bag.TypedSortedBag
Factory method to create a typed sorted bag.
decorate(Bag<E>) - Static method in class org.apache.commons.collections.bag.UnmodifiableBag
Factory method to create an unmodifiable bag.
decorate(SortedBag<E>) - Static method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
Factory method to create an unmodifiable bag.
decorate(BidiMap<K, V>) - Static method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
Factory method to create an unmodifiable map.
decorate(OrderedBidiMap<K, V>) - Static method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
Factory method to create an unmodifiable map.
decorate(SortedBidiMap<K, V>) - Static method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
Factory method to create an unmodifiable map.
decorate(Buffer<E>) - Static method in class org.apache.commons.collections.buffer.BlockingBuffer
Factory method to create a blocking buffer.
decorate(Buffer<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections.buffer.PredicatedBuffer
Factory method to create a predicated (validating) buffer.
decorate(Buffer<E>) - Static method in class org.apache.commons.collections.buffer.SynchronizedBuffer
Factory method to create a synchronized buffer.
decorate(Buffer<I>, Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections.buffer.TransformedBuffer
Factory method to create a transforming buffer.
decorate(Buffer<E>, Class) - Static method in class org.apache.commons.collections.buffer.TypedBuffer
Factory method to create a typed list.
decorate(Buffer<E>) - Static method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
Factory method to create an unmodifiable buffer.
decorate(Collection<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections.collection.PredicatedCollection
Factory method to create a predicated (validating) collection.
decorate(Collection<E>) - Static method in class org.apache.commons.collections.collection.SynchronizedCollection
Factory method to create a synchronized collection.
decorate(Collection<I>, Transformer<? super I, ? extends O>) - 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
Deprecated. Factory method to create a typed collection.
decorate(BoundedCollection<E>) - Static method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
Factory method to create an unmodifiable bounded collection.
decorate(Collection<E>) - Static method in class org.apache.commons.collections.collection.UnmodifiableCollection
Factory method to create an unmodifiable collection.
decorate(Iterator<E>) - Static method in class org.apache.commons.collections.iterators.UnmodifiableIterator
Decorates the specified iterator such that it cannot be modified.
decorate(ListIterator<E>) - Static method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
Decorates the specified iterator such that it cannot be modified.
decorate(MapIterator<K, V>) - Static method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
Decorates the specified iterator such that it cannot be modified.
decorate(OrderedMapIterator<K, V>) - Static method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
Decorates the specified iterator such that it cannot be modified.
decorate(List<E>) - Static method in class org.apache.commons.collections.list.FixedSizeList
Factory method to create a fixed size list.
decorate(List<E>, Factory<? extends E>) - Static method in class org.apache.commons.collections.list.LazyList
Factory method to create a lazily instantiating list.
decorate(List<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections.list.PredicatedList
Factory method to create a predicated (validating) list.
decorate(List<E>) - 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<E>) - Static method in class org.apache.commons.collections.list.SynchronizedList
Factory method to create a synchronized list.
decorate(List<I>, Transformer<? super I, ? extends O>) - 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
Deprecated. Factory method to create a typed list.
decorate(List<E>) - Static method in class org.apache.commons.collections.list.UnmodifiableList
Factory method to create an unmodifiable list.
decorate(Map<K, V>) - Static method in class org.apache.commons.collections.map.FixedSizeMap
Factory method to create a fixed size map.
decorate(SortedMap<K, V>) - Static method in class org.apache.commons.collections.map.FixedSizeSortedMap
Factory method to create a fixed size sorted map.
decorate(Map<K, V>, Factory<V>) - Static method in class org.apache.commons.collections.map.LazyMap
Factory method to create a lazily instantiated map.
decorate(SortedMap<K, V>, Factory<V>) - Static method in class org.apache.commons.collections.map.LazySortedMap
Factory method to create a lazily instantiated sorted map.
decorate(Map<K, V>) - Static method in class org.apache.commons.collections.map.ListOrderedMap
Factory method to create an ordered map.
decorate(AbstractHashedMap<MultiKey<K>, V>) - Static method in class org.apache.commons.collections.map.MultiKeyMap
Decorates the specified map to add the MultiKeyMap API and fast query.
decorate(Map<K, V>, Predicate<? super K>, Predicate<? super V>) - Static method in class org.apache.commons.collections.map.PredicatedMap
Factory method to create a predicated (validating) map.
decorate(SortedMap<K, V>, Predicate<? super K>, Predicate<? super V>) - 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
Deprecated. Factory method to create a typed map.
decorate(SortedMap, Class, Class) - Static method in class org.apache.commons.collections.map.TypedSortedMap
Deprecated. Factory method to create a typed sorted map.
decorate(Set<Map.Entry<K, V>>) - Static method in class org.apache.commons.collections.map.UnmodifiableEntrySet
Factory method to create an unmodifiable set of Map Entry objects.
decorate(Map<K, V>) - Static method in class org.apache.commons.collections.map.UnmodifiableMap
Factory method to create an unmodifiable map.
decorate(OrderedMap<K, V>) - Static method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
Factory method to create an unmodifiable sorted map.
decorate(SortedMap<K, V>) - Static method in class org.apache.commons.collections.map.UnmodifiableSortedMap
Factory method to create an unmodifiable sorted map.
decorate(Set<E>, List<E>) - 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<E>) - Static method in class org.apache.commons.collections.set.ListOrderedSet
Factory method to create an ordered set.
decorate(List<E>) - 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<K, V>) - Static method in class org.apache.commons.collections.set.MapBackedSet
Factory method to create a set from a map.
decorate(Map<K, V>, V) - Static method in class org.apache.commons.collections.set.MapBackedSet
Factory method to create a set from a map.
decorate(Set<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections.set.PredicatedSet
Factory method to create a predicated (validating) set.
decorate(SortedSet<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections.set.PredicatedSortedSet
Factory method to create a predicated (validating) sorted set.
decorate(Set<E>) - Static method in class org.apache.commons.collections.set.SynchronizedSet
Factory method to create a synchronized set.
decorate(SortedSet<E>) - Static method in class org.apache.commons.collections.set.SynchronizedSortedSet
Factory method to create a synchronized set.
decorate(Set<I>, Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections.set.TransformedSet
Factory method to create a transforming set.
decorate(SortedSet<I>, Transformer<? super I, ? extends O>) - 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<E>) - Static method in class org.apache.commons.collections.set.UnmodifiableSet
Factory method to create an unmodifiable set.
decorate(SortedSet<E>) - Static method in class org.apache.commons.collections.set.UnmodifiableSortedSet
Factory method to create an unmodifiable set.
decorated - Variable in class org.apache.commons.collections.comparators.TransformingComparator
The decorated comparator.
decorateUsing(Collection<E>) - Static method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
Factory method to create an unmodifiable bounded collection.
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_MAX_SIZE - Static variable in class org.apache.commons.collections.map.LRUMap
Default maximum size
DEFAULT_MAXIMUM_CACHE_SIZE - Static variable in class org.apache.commons.collections.list.NodeCachingLinkedList
The default value for NodeCachingLinkedList.maximumCacheSize.
DEFAULT_THRESHOLD - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
The default threshold to use
DefaultKeyValue<K,V> - Class in org.apache.commons.collections.keyvalue
A mutable KeyValue pair that does not implement MapEntry.
DefaultKeyValue() - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
Constructs a new pair with a null key and null value.
DefaultKeyValue(K, V) - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
Constructs a new pair with the specified key and given value.
DefaultKeyValue(KeyValue<K, V>) - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
Constructs a new pair from the specified KeyValue.
DefaultKeyValue(Map.Entry<K, V>) - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
Constructs a new pair from the specified MapEntry.
DefaultMapEntry<K,V> - Class in org.apache.commons.collections.keyvalue
A restricted implementation of Map.Entry that prevents the MapEntry contract from being broken.
DefaultMapEntry(K, V) - Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry
Constructs a new entry with the specified key and given value.
DefaultMapEntry(KeyValue<K, V>) - Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry
Constructs a new entry from the specified KeyValue.
DefaultMapEntry(Map.Entry<K, V>) - Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry
Constructs a new entry from the specified MapEntry.
defaultTransformers - Static variable in class org.apache.commons.collections.BeanMap
Maps primitive Class types to transformers.
destroyEntry(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Kills an entry ready for the garbage collector.
disjunction(Collection<E>, Collection<E>) - 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<E, AbstractMapBag.MutableInteger>, 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<? super T>, Predicate<? super T>) - 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.
DualHashBidiMap<K,V> - Class in org.apache.commons.collections.bidimap
Implementation of BidiMap that uses two HashMap instances.
DualHashBidiMap() - Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap
Creates an empty HashBidiMap.
DualHashBidiMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap
Constructs a HashBidiMap and copies the mappings from specified Map.
DualHashBidiMap(Map<K, V>, Map<V, K>, BidiMap<V, K>) - Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap
Constructs a HashBidiMap that decorates the specified maps.
DualTreeBidiMap<K,V> - Class in org.apache.commons.collections.bidimap
Implementation of BidiMap that uses two TreeMap instances.
DualTreeBidiMap() - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
Creates an empty DualTreeBidiMap
DualTreeBidiMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
Constructs a DualTreeBidiMap and copies the mappings from specified Map.
DualTreeBidiMap(Comparator<? super K>, Comparator<? super V>) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
Constructs a DualTreeBidiMap using the specified Comparators.
DualTreeBidiMap(Map<K, V>, Map<V, K>, BidiMap<V, K>) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
Constructs a DualTreeBidiMap that decorates the specified maps.
DualTreeBidiMap.BidiOrderedMapIterator<K,V> - Class in org.apache.commons.collections.bidimap
Inner class MapIterator.
DualTreeBidiMap.BidiOrderedMapIterator(AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
Constructor.
DualTreeBidiMap.ViewMap<K,V> - Class in org.apache.commons.collections.bidimap
Internal sorted map view.
DualTreeBidiMap.ViewMap(DualTreeBidiMap<K, V>, SortedMap<K, V>) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
Constructor.
dummyValue - Variable in class org.apache.commons.collections.set.MapBackedSet
The dummyValue to use

E

eitherPredicate(Predicate<? super T>, Predicate<? super T>) - 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.
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.
EmptyIterator<E> - Class in org.apache.commons.collections.iterators
Provides an implementation of an empty iterator.
EmptyIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyIterator
Constructor.
emptyIterator() - Static method in class org.apache.commons.collections.IteratorUtils
Gets an empty iterator.
EmptyListIterator<E> - Class in org.apache.commons.collections.iterators
Provides an implementation of an empty list iterator.
EmptyListIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyListIterator
Constructor.
emptyListIterator() - Static method in class org.apache.commons.collections.IteratorUtils
Gets an empty list iterator.
EmptyMapIterator - Class in org.apache.commons.collections.iterators
Provides an implementation of an empty map iterator.
EmptyMapIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyMapIterator
Constructor.
emptyMapIterator() - Static method in class org.apache.commons.collections.IteratorUtils
Gets an empty map iterator.
EmptyOrderedIterator<E> - Class in org.apache.commons.collections.iterators
Provides an implementation of an empty ordered iterator.
EmptyOrderedIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyOrderedIterator
Constructor.
emptyOrderedIterator() - Static method in class org.apache.commons.collections.IteratorUtils
Gets an empty ordered iterator.
EmptyOrderedMapIterator - Class in org.apache.commons.collections.iterators
Provides an implementation of an empty ordered map iterator.
EmptyOrderedMapIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyOrderedMapIterator
Constructor.
emptyOrderedMapIterator() - Static method in class org.apache.commons.collections.IteratorUtils
Gets an empty ordered map iterator.
END_TOKEN - Static variable in class org.apache.commons.collections.ExtendedProperties
 
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<K, V>) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Gets the after field from a LinkEntry.
entryBefore(AbstractLinkedMap.LinkEntry<K, V>) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Gets the before field from a LinkEntry.
entryHashCode(AbstractHashedMap.HashEntry<K, V>) - 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
Convenience method for getting an iterator over the entries.
entryKey(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the key field from a HashEntry.
entryNext(AbstractHashedMap.HashEntry<K, V>) - 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
Gets a Set of MapEntry objects that are the mappings for this BeanMap.
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() - 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 - 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
 
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
 
EntrySetMapIterator<K,V> - Class in org.apache.commons.collections.iterators
Implements a MapIterator using a Map entrySet.
EntrySetMapIterator(Map<K, V>) - Constructor for class org.apache.commons.collections.iterators.EntrySetMapIterator
Constructor.
entryValue(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the value field from a HashEntry.
EnumerationIterator<E> - Class in org.apache.commons.collections.iterators
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<E>) - Constructor for class org.apache.commons.collections.iterators.EnumerationIterator
Constructs a new EnumerationIterator that provides an iterator view of the given enumeration.
EnumerationIterator(Enumeration<E>, Collection<E>) - Constructor for class org.apache.commons.collections.iterators.EnumerationIterator
Constructs a new EnumerationIterator that will remove elements from the specified collection.
EnumerationUtils - Class in org.apache.commons.collections
Provides utility methods for Enumeration instances.
EnumerationUtils() - Constructor for class org.apache.commons.collections.EnumerationUtils
EnumerationUtils is not normally instantiated.
EqualPredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if the input is the same object as the one stored in this predicate by equals.
EqualPredicate(T) - Constructor for class org.apache.commons.collections.functors.EqualPredicate
Constructor that performs no validation.
equalPredicate(T) - 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.bag.AbstractMapBag
Compares this Bag to another.
equals(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger
 
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.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.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
Compares this map with another.
equals(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
 
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(T) - Method in class org.apache.commons.collections.functors.AllPredicate
Evaluates the predicate returning true if all predicates return true.
evaluate(T) - Method in class org.apache.commons.collections.functors.AndPredicate
Evaluates the predicate returning true if both predicates return true.
evaluate(T) - Method in class org.apache.commons.collections.functors.AnyPredicate
Evaluates the predicate returning true if any predicate returns true.
evaluate(T) - Method in class org.apache.commons.collections.functors.EqualPredicate
Evaluates the predicate returning true if the input equals the stored value.
evaluate(T) - Method in class org.apache.commons.collections.functors.ExceptionPredicate
Evaluates the predicate always throwing an exception.
evaluate(T) - Method in class org.apache.commons.collections.functors.FalsePredicate
Evaluates the predicate returning false always.
evaluate(T) - 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(T) - Method in class org.apache.commons.collections.functors.InstanceofPredicate
Evaluates the predicate returning true if the input object is of the correct type.
evaluate(T) - Method in class org.apache.commons.collections.functors.NonePredicate
Evaluates the predicate returning false if any stored predicate returns false.
evaluate(T) - Method in class org.apache.commons.collections.functors.NotNullPredicate
Evaluates the predicate returning true if the object does not equal null.
evaluate(T) - Method in class org.apache.commons.collections.functors.NotPredicate
Evaluates the predicate returning the opposite to the stored predicate.
evaluate(T) - 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(T) - 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(T) - 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(T) - Method in class org.apache.commons.collections.functors.NullPredicate
Evaluates the predicate returning true if the input is null.
evaluate(T) - Method in class org.apache.commons.collections.functors.OnePredicate
Evaluates the predicate returning true if only one decorated predicate returns true.
evaluate(T) - Method in class org.apache.commons.collections.functors.OrPredicate
Evaluates the predicate returning true if either predicate returns true.
evaluate(I) - 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(T) - Method in class org.apache.commons.collections.functors.TransformerPredicate
Evaluates the predicate returning the result of the decorated transformer.
evaluate(T) - Method in class org.apache.commons.collections.functors.TruePredicate
Evaluates the predicate returning true always.
evaluate(T) - Method in class org.apache.commons.collections.functors.UniquePredicate
Evaluates the predicate returning true if the input object hasn't been received yet.
evaluate(T) - Method in interface org.apache.commons.collections.Predicate
Use the specified parameter to perform a test that returns true or false.
exceptionClosure() - Static method in class org.apache.commons.collections.ClosureUtils
Gets a Closure that always throws an exception.
ExceptionClosure<T> - Class in org.apache.commons.collections.functors
Closure implementation that always throws an exception.
exceptionFactory() - Static method in class org.apache.commons.collections.FactoryUtils
Gets a Factory that always throws an exception.
ExceptionFactory<T> - Class in org.apache.commons.collections.functors
Factory implementation that always throws an exception.
ExceptionPredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that always throws an exception.
exceptionPredicate() - Static method in class org.apache.commons.collections.PredicateUtils
Gets a Predicate that always throws an exception.
ExceptionTransformer<I,O> - Class in org.apache.commons.collections.functors
Transformer implementation that always throws an exception.
exceptionTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
Gets a transformer that always throws an exception.
execute(T) - Method in interface org.apache.commons.collections.Closure
Performs an action on the specified input object.
execute(T) - Method in class org.apache.commons.collections.functors.ChainedClosure
Execute a list of closures.
execute(T) - Method in class org.apache.commons.collections.functors.ExceptionClosure
Always throw an exception.
execute(T) - Method in class org.apache.commons.collections.functors.ForClosure
Executes the closure count times.
execute(T) - Method in class org.apache.commons.collections.functors.IfClosure
Executes the true or false closure accoring to the result of the predicate.
execute(T) - Method in class org.apache.commons.collections.functors.NOPClosure
Do nothing.
execute(T) - Method in class org.apache.commons.collections.functors.SwitchClosure
Executes the closure whose matching predicate returns true
execute(I) - Method in class org.apache.commons.collections.functors.TransformerClosure
Executes the closure by calling the decorated transformer.
execute(T) - Method in class org.apache.commons.collections.functors.WhileClosure
Executes the closure until the predicate is false.
exists(Collection<E>, Predicate<E>) - 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
ExtendedProperties - Class in org.apache.commons.collections
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.

F

Factory<T> - Interface in org.apache.commons.collections
Defines a functor interface implemented by classes that create objects.
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
FactoryTransformer<T> - Class in org.apache.commons.collections.functors
Transformer implementation that calls a Factory and returns the result.
FactoryTransformer(Factory<T>) - Constructor for class org.apache.commons.collections.functors.FactoryTransformer
Constructor that performs no validation.
FactoryUtils - Class in org.apache.commons.collections
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<T> - Class in org.apache.commons.collections.functors
Predicate implementation that always returns false.
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?
FastArrayList<E> - Class in org.apache.commons.collections
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<E>) - 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<K,V> - Class in org.apache.commons.collections
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<K,V> - Class in org.apache.commons.collections
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<K>) - Constructor for class org.apache.commons.collections.FastTreeMap
Construct an empty map with the specified comparator.
FastTreeMap(Map<K, V>) - 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<K, V>) - 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
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<E>, Predicate<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Filter the collection by applying a Predicate to each element.
filteredIterator(Iterator<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that filters another iterator.
filteredListIterator(ListIterator<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections.IteratorUtils
Gets a list iterator that filters another list iterator.
FilterIterator<E> - Class in org.apache.commons.collections.iterators
Decorates an iterator such that only elements matching a predicate filter are returned.
FilterIterator() - Constructor for class org.apache.commons.collections.iterators.FilterIterator
Constructs a new FilterIterator that will not function until setIterator is invoked.
FilterIterator(Iterator<E>) - Constructor for class org.apache.commons.collections.iterators.FilterIterator
Constructs a new FilterIterator that will not function until setPredicate is invoked.
FilterIterator(Iterator<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections.iterators.FilterIterator
Constructs a new FilterIterator that will use the given iterator and predicate.
FilterListIterator<E> - Class in org.apache.commons.collections.iterators
A proxy ListIterator which takes a Predicate instance to filter out objects from an underlying ListIterator instance.
FilterListIterator() - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
Constructs a new FilterListIterator that will not function until setPredicate is invoked.
FilterListIterator(ListIterator<E>) - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
Constructs a new FilterListIterator that will not function until setPredicate is invoked.
FilterListIterator(ListIterator<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
Constructs a new FilterListIterator.
FilterListIterator(Predicate<? super E>) - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
Constructs a new FilterListIterator.
find(Collection<E>, Predicate<E>) - 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(String, Object, Object) - Method in class org.apache.commons.collections.BeanMap
Called during a successful AbstractMap.put(Object,Object) operation.
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
 
first() - Method in interface org.apache.commons.collections.SortedBag
Returns the first (lowest) member.
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.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.FastTreeMap
Return the first (lowest) key currently in this sorted 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
 
firstKey() - Method in interface org.apache.commons.collections.OrderedMap
Gets the first key currently in this map.
FixedOrderComparator<T> - Class in org.apache.commons.collections.comparators
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(T[]) - 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<T>) - 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<E> - Class in org.apache.commons.collections.list
Decorates another List to fix the size preventing add/remove.
FixedSizeList(List<E>) - Constructor for class org.apache.commons.collections.list.FixedSizeList
Constructor that wraps (not copies).
fixedSizeList(List<E>) - Static method in class org.apache.commons.collections.ListUtils
Returns a fixed-sized list backed by the given list.
FixedSizeMap<K,V> - Class in org.apache.commons.collections.map
Decorates another Map to fix the size, preventing add/remove.
FixedSizeMap(Map<K, V>) - Constructor for class org.apache.commons.collections.map.FixedSizeMap
Constructor that wraps (not copies).
fixedSizeMap(Map<K, V>) - Static method in class org.apache.commons.collections.MapUtils
Returns a fixed-sized map backed by the given map.
FixedSizeSortedMap<K,V> - Class in org.apache.commons.collections.map
Decorates another SortedMap to fix the size blocking add/remove.
FixedSizeSortedMap(SortedMap<K, V>) - Constructor for class org.apache.commons.collections.map.FixedSizeSortedMap
Constructor that wraps (not copies).
fixedSizeSortedMap(SortedMap<K, V>) - Static method in class org.apache.commons.collections.MapUtils
Returns a fixed-sized sorted map backed by the given sorted map.
Flat3Map<K,V> - Class in org.apache.commons.collections.map
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<K, V>) - Constructor for class org.apache.commons.collections.map.Flat3Map
Constructor copying elements from another map.
forAllDo(Collection<E>, Closure<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Executes the given closure on each element in the collection.
forClosure(int, Closure<T>) - Static method in class org.apache.commons.collections.ClosureUtils
Creates a Closure that will call the closure count times.
ForClosure<T> - Class in org.apache.commons.collections.functors
Closure implementation that calls another closure n times, like a for loop.
ForClosure(int, Closure<T>) - Constructor for class org.apache.commons.collections.functors.ForClosure
Constructor that performs no validation.
forwardMap - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Delegate maps.
FunctorException - Exception in org.apache.commons.collections
Runtime exception thrown from functors.
FunctorException() - Constructor for exception org.apache.commons.collections.FunctorException
Constructs a new FunctorException without specified detail message.
FunctorException(String) - Constructor for exception org.apache.commons.collections.FunctorException
Constructs a new FunctorException with specified detail message.
FunctorException(Throwable) - Constructor for exception org.apache.commons.collections.FunctorException
Constructs a new FunctorException with specified nested Throwable root cause.
FunctorException(String, Throwable) - Constructor for exception org.apache.commons.collections.FunctorException
Constructs a new FunctorException with specified detail message and nested Throwable root cause.

G

get() - Method in class org.apache.commons.collections.ArrayStack
Returns the element on the top of the stack.
get(String) - Method in class org.apache.commons.collections.BeanMap
Returns the value of the bean's property with the given name.
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
 
get() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
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() - 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(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.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(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
get(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
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.CaseInsensitiveMap
 
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.Flat3Map
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) - Method in class org.apache.commons.collections.map.LRUMap
Gets the value mapped to the key specified.
get(K...) - 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(Object) - Method in interface org.apache.commons.collections.MultiMap
Gets the collection of values associated with the specified 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
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<E>) - 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 exception org.apache.commons.collections.BufferOverflowException
Gets the root cause of the exception.
getCause() - Method in exception org.apache.commons.collections.BufferUnderflowException
Gets the root cause of the exception.
getCause() - Method in exception 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.
getClosures() - Method in class org.apache.commons.collections.functors.ChainedClosure
Gets the closures, do not modify the array.
getClosures() - Method in class org.apache.commons.collections.functors.SwitchClosure
Gets the closures, do not modify the array.
getCollection() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
Gets the collection being decorated.
getCollection(K) - Method in class org.apache.commons.collections.MultiHashMap
Gets the collection mapped to the specified key.
getCollections() - Method in class org.apache.commons.collections.collection.CompositeCollection
Gets the collections being decorated.
getComparator() - Method in class org.apache.commons.collections.iterators.CollatingIterator
Gets the Comparator by which collatation occurs.
getConstant() - Method in class org.apache.commons.collections.functors.ConstantFactory
Gets the constant.
getConstant() - Method in class org.apache.commons.collections.functors.ConstantTransformer
Gets the constant.
getCount(E) - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
 
getCount(E) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Returns the number of occurrence of the given element in this bag by looking up its count in the underlying map.
getCount(E) - Method in interface org.apache.commons.collections.Bag
Returns the number of occurrences (cardinality) of the given object currently in the bag.
getCount(E) - Method in class org.apache.commons.collections.bag.PredicatedBag
 
getCount(E) - Method in class org.apache.commons.collections.bag.SynchronizedBag
 
getCount(Object) - Method in class org.apache.commons.collections.bag.TransformedBag
 
getCount() - Method in class org.apache.commons.collections.functors.ForClosure
Gets the count.
getDefaultClosure() - Method in class org.apache.commons.collections.functors.SwitchClosure
Gets the default closure.
getDefaultTransformer() - Method in class org.apache.commons.collections.functors.SwitchTransformer
Gets the default transformer.
getDouble(String) - Method in class org.apache.commons.collections.ExtendedProperties
Get a double associated with the given configuration key.
getDouble(String, double) - Method in class org.apache.commons.collections.ExtendedProperties
Get a double associated with the given configuration key.
getDouble(String, Double) - Method in class org.apache.commons.collections.ExtendedProperties
Get a double associated with the given configuration key.
getDouble(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
Gets a Double from a Map in a null-safe manner.
getDouble(Map, Object, Double) - Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into a double, using the default value if the the conversion fails.
getDoubleValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
Gets a double from a Map in a null-safe manner.
getDoubleValue(Map, Object, double) - Static method in class org.apache.commons.collections.MapUtils
Gets a double from a Map in a null-safe manner, using the default value if the the conversion fails.
getEndIndex() - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
Gets the end index to loop to.
getEntry(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the entry mapped to the key specified.
getEntry(int) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Gets the key at the specified index.
getEntry(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Gets the entry mapped to the key specified.
getEnumeration() - Method in class org.apache.commons.collections.iterators.EnumerationIterator
Returns the underlying enumeration.
getFactory() - Method in class org.apache.commons.collections.functors.FactoryTransformer
Gets the factory.
getFalseClosure() - Method in class org.apache.commons.collections.functors.IfClosure
Gets the closure called when false.
getFalseFirstComparator() - Static method in class org.apache.commons.collections.comparators.BooleanComparator
Returns a BooleanComparator instance that sorts false values before true values.
getFast() - Method in class org.apache.commons.collections.FastArrayList
Returns true if this list is operating in fast mode.
getFast() - Method in class org.apache.commons.collections.FastHashMap
Returns true if this map is operating in fast mode.
getFast() - Method in class org.apache.commons.collections.FastTreeMap
Returns true if this map is operating in fast mode.
getFirst() - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
getFloat(String) - Method in class org.apache.commons.collections.ExtendedProperties
Get a float associated with the given configuration key.
getFloat(String, float) - Method in class org.apache.commons.collections.ExtendedProperties
Get a float associated with the given configuration key.
getFloat(String, Float) - Method in class org.apache.commons.collections.ExtendedProperties
Get a float associated with the given configuration key.
getFloat(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
Gets a Float from a Map in a null-safe manner.
getFloat(Map, Object, Float) - Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into a float, using the default value if the the conversion fails.
getFloatValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
Gets a float from a Map in a null-safe manner.
getFloatValue(Map, Object, float) - Static method in class org.apache.commons.collections.MapUtils
Gets a float from a Map in a null-safe manner, using the default value if the the conversion fails.
getInclude() - Method in class org.apache.commons.collections.ExtendedProperties
Gets the property value for including other properties files.
getInstance() - Static method in class org.apache.commons.collections.comparators.ComparableComparator
Gets the singleton instance of a ComparableComparator.
getInstance(Predicate<? super T>[]) - Static method in class org.apache.commons.collections.functors.AllPredicate
Factory to create the predicate.
getInstance(Collection<Predicate<? super T>>) - Static method in class org.apache.commons.collections.functors.AllPredicate
Factory to create the predicate.
getInstance(Predicate<? super T>, Predicate<? super T>) - Static method in class org.apache.commons.collections.functors.AndPredicate
Factory to create the predicate.
getInstance(Predicate<? super T>[]) - Static method in class org.apache.commons.collections.functors.AnyPredicate
Factory to create the predicate.
getInstance(Collection<Predicate<? super T>>) - Static method in class org.apache.commons.collections.functors.AnyPredicate
Factory to create the predicate.
getInstance(Closure<? super T>[]) - Static method in class org.apache.commons.collections.functors.ChainedClosure
Factory method that performs validation and copies the parameter array.
getInstance(Collection<? super T>) - Static method in class org.apache.commons.collections.functors.ChainedClosure
Create a new Closure that calls each closure in turn, passing the result into the next closure.
getInstance(Closure<? super T>, Closure<? super T>) - Static method in class org.apache.commons.collections.functors.ChainedClosure
Factory method that performs validation.
getInstance(Transformer[]) - Static method in class org.apache.commons.collections.functors.ChainedTransformer
Factory method that performs validation and copies the parameter array.
getInstance(Collection<Transformer>) - Static method in class org.apache.commons.collections.functors.ChainedTransformer
Create a new Transformer that calls each transformer in turn, passing the result into the next transformer.
getInstance(Transformer<I, ? extends M>, Transformer<? super M, O>) - Static method in class org.apache.commons.collections.functors.ChainedTransformer
Factory method that performs validation.
getInstance() - Static method in class org.apache.commons.collections.functors.CloneTransformer
Factory returning the singleton instance.
getInstance(Closure<T>) - Static method in class org.apache.commons.collections.functors.ClosureTransformer
Factory method that performs validation.
getInstance(T) - Static method in class org.apache.commons.collections.functors.ConstantFactory
Factory method that performs validation.
getInstance(T) - Static method in class org.apache.commons.collections.functors.ConstantTransformer
Transformer method that performs validation.
getInstance(T) - Static method in class org.apache.commons.collections.functors.EqualPredicate
Factory to create the identity predicate.
getInstance() - Static method in class org.apache.commons.collections.functors.ExceptionClosure
Factory returning the singleton instance.
getInstance() - Static method in class org.apache.commons.collections.functors.ExceptionFactory
Factory returning the singleton instance.
getInstance() - Static method in class org.apache.commons.collections.functors.ExceptionPredicate
Factory returning the singleton instance.
getInstance() - Static method in class org.apache.commons.collections.functors.ExceptionTransformer
Factory returning the singleton instance.
getInstance(Factory<T>) - Static method in class org.apache.commons.collections.functors.FactoryTransformer
Factory method that performs validation.
getInstance() - Static method in class org.apache.commons.collections.functors.FalsePredicate
Factory returning the singleton instance.
getInstance(int, Closure<T>) - Static method in class org.apache.commons.collections.functors.ForClosure
Factory method that performs validation.
getInstance(T) - Static method in class org.apache.commons.collections.functors.IdentityPredicate
Factory to create the identity predicate.
getInstance(Predicate<? super T>, Closure<? super T>, Closure<? super T>) - Static method in class org.apache.commons.collections.functors.IfClosure
Factory method that performs validation.
getInstance(Class<T>) - Static method in class org.apache.commons.collections.functors.InstanceofPredicate
Factory to create the identity predicate.
getInstance(Class<T>, Class[], Object[]) - Static method in class org.apache.commons.collections.functors.InstantiateFactory
Factory method that performs validation.
getInstance(Class[], Object[]) - Static method in class org.apache.commons.collections.functors.InstantiateTransformer
Transformer method that performs validation.
getInstance(String) - Static method in class org.apache.commons.collections.functors.InvokerTransformer
Gets an instance of this transformer calling a specific method with no arguments.
getInstance(String, Class[], Object[]) - Static method in class org.apache.commons.collections.functors.InvokerTransformer
Gets an instance of this transformer calling a specific method with specific values.
getInstance(Map<I, O>) - Static method in class org.apache.commons.collections.functors.MapTransformer
Factory to create the transformer.
getInstance(Predicate<? super T>[]) - Static method in class org.apache.commons.collections.functors.NonePredicate
Factory to create the predicate.
getInstance(Collection<Predicate<? super T>>) - Static method in class org.apache.commons.collections.functors.NonePredicate
Factory to create the predicate.
getInstance() - Static method in class org.apache.commons.collections.functors.NOPClosure
Factory returning the singleton instance.
getInstance() - Static method in class org.apache.commons.collections.functors.NOPTransformer
Factory returning the singleton instance.
getInstance() - Static method in class org.apache.commons.collections.functors.NotNullPredicate
Factory returning the singleton instance.
getInstance(Predicate<T>) - Static method in class org.apache.commons.collections.functors.NotPredicate
Factory to create the not predicate.
getInstance(Predicate<T>) - Static method in class org.apache.commons.collections.functors.NullIsExceptionPredicate
Factory to create the null exception predicate.
getInstance(Predicate<T>) - Static method in class org.apache.commons.collections.functors.NullIsFalsePredicate
Factory to create the null false predicate.
getInstance(Predicate<T>) - Static method in class org.apache.commons.collections.functors.NullIsTruePredicate
Factory to create the null true predicate.
getInstance() - Static method in class org.apache.commons.collections.functors.NullPredicate
Factory returning the singleton instance.
getInstance(Predicate<? super T>[]) - Static method in class org.apache.commons.collections.functors.OnePredicate
Factory to create the predicate.
getInstance(Collection<Predicate<? super T>>) - Static method in class org.apache.commons.collections.functors.OnePredicate
Factory to create the predicate.
getInstance(Predicate<? super T>, Predicate<? super T>) - Static method in class org.apache.commons.collections.functors.OrPredicate
Factory to create the predicate.
getInstance(Predicate<T>) - Static method in class org.apache.commons.collections.functors.PredicateTransformer
Factory method that performs validation.
getInstance(T) - Static method in class org.apache.commons.collections.functors.PrototypeFactory
Factory method that performs validation.
getInstance() - Static method in class org.apache.commons.collections.functors.StringValueTransformer
Factory returning the singleton instance.
getInstance(Predicate<? super T>[], Closure<? super T>[], Closure<? super T>) - Static method in class org.apache.commons.collections.functors.SwitchClosure
Factory method that performs validation and copies the parameter arrays.
getInstance(Map<Predicate<? super T>, Closure<? super T>>) - Static method in class org.apache.commons.collections.functors.SwitchClosure
Create a new Closure that calls one of the closures depending on the predicates.
getInstance(Predicate<? super I>[], Transformer<? super I, ? extends O>[], Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections.functors.SwitchTransformer
Factory method that performs validation and copies the parameter arrays.
getInstance(Map<Predicate<? super I>, Transformer<? super I, ? extends O>>) - Static method in class org.apache.commons.collections.functors.SwitchTransformer
Create a new Transformer that calls one of the transformers depending on the predicates.
getInstance(Transformer<I, ? extends O>, Predicate<? super O>) - Static method in class org.apache.commons.collections.functors.TransformedPredicate
Factory to create the predicate.
getInstance(Transformer<? super I, O>) - Static method in class org.apache.commons.collections.functors.TransformerClosure
Factory method that performs validation.
getInstance(Transformer<T, Boolean>) - Static method in class org.apache.commons.collections.functors.TransformerPredicate
Factory to create the predicate.
getInstance() - Static method in class org.apache.commons.collections.functors.TruePredicate
Factory returning the singleton instance.
getInstance() - Static method in class org.apache.commons.collections.functors.UniquePredicate
Factory to create the predicate.
getInstance(Predicate<? super T>, Closure<? super T>, boolean) - Static method in class org.apache.commons.collections.functors.WhileClosure
Factory method that performs validation.
getInt(String) - Method in class org.apache.commons.collections.ExtendedProperties
The purpose of this method is to get the configuration resource with the given name as an integer.
getInt(String, int) - Method in class org.apache.commons.collections.ExtendedProperties
The purpose of this method is to get the configuration resource with the given name as an integer, or a default value.
getInteger(String) - Method in class org.apache.commons.collections.ExtendedProperties
Get a int associated with the given configuration key.
getInteger(String, int) - Method in class org.apache.commons.collections.ExtendedProperties
Get a int associated with the given configuration key.
getInteger(String, Integer) - Method in class org.apache.commons.collections.ExtendedProperties
Get a int associated with the given configuration key.
getInteger(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
Gets a Integer from a Map in a null-safe manner.
getInteger(Map, Object, Integer) - Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into an integer, using the default value if the the conversion fails.
getIntValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
Gets an int from a Map in a null-safe manner.
getIntValue(Map, Object, int) - Static method in class org.apache.commons.collections.MapUtils
Gets an int from a Map in a null-safe manner, using the default value if the the conversion fails.
getIterator() - Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator
Gets the iterator being decorated.
getIterator() - Method in class org.apache.commons.collections.iterators.FilterIterator
Gets the iterator this iterator is using.
getIterator() - Method in class org.apache.commons.collections.iterators.IteratorEnumeration
Returns the underlying iterator.
getIterator() - Method in class org.apache.commons.collections.iterators.TransformIterator
Gets the iterator this iterator is using.
getIterator(Object) - Static method in class org.apache.commons.collections.IteratorUtils
Gets a suitable Iterator for the given object.
getIterators() - Method in class org.apache.commons.collections.iterators.CollatingIterator
Gets the list of Iterators (unmodifiable).
getIterators() - Method in class org.apache.commons.collections.iterators.IteratorChain
Get the list of Iterators (unmodifiable)
getKey(V) - Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
 
getKey() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
 
getKey(V) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
getKey() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
 
getKey(V) - Method in interface org.apache.commons.collections.BidiMap
Gets the key that is currently mapped to the specified value.
getKey(V) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Returns the key to which this map maps the specified value.
getKey() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
 
getKey() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
 
getKey() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
Gets the current key, which is the key returned by the last call to next().
getKey() - Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
 
getKey() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
 
getKey() - Method in class org.apache.commons.collections.keyvalue.AbstractKeyValue
Gets the key from the pair.
getKey() - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
 
getKey() - Method in interface org.apache.commons.collections.KeyValue
Gets the key from the pair.
getKey(int) - Method in class org.apache.commons.collections.keyvalue.MultiKey
Gets the key at the specified index.
getKey() - Method in class org.apache.commons.collections.keyvalue.TiedMapEntry
Gets the key of this entry
getKey() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
 
getKey() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
 
getKey() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
 
getKey() - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
Gets the key from the entry.
getKey() - Method in class org.apache.commons.collections.map.SingletonMap
Gets the key.
getKey() - Method in interface org.apache.commons.collections.MapIterator
Gets the current key, which is the key returned by the last call to next().
GETKEY_INVALID - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
 
getKeys() - Method in class org.apache.commons.collections.ExtendedProperties
Get the list of the keys contained in the configuration repository.
getKeys(String) - Method in class org.apache.commons.collections.ExtendedProperties
Get the list of the keys contained in the configuration repository that match the specified prefix.
getKeys() - Method in class org.apache.commons.collections.keyvalue.MultiKey
Gets a clone of the array of keys.
getLast() - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
getLastNodeReturned() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
Gets the last node returned.
getList() - Method in class org.apache.commons.collections.list.AbstractListDecorator
Gets the list being decorated.
getList() - Method in class org.apache.commons.collections.list.PredicatedList
Gets the list being decorated.
getList() - Method in class org.apache.commons.collections.list.SynchronizedList
Gets the decorated list.
getList() - Method in class org.apache.commons.collections.list.TransformedList
Gets the decorated list.
getListIterator() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
Gets the iterator being decorated.
getListIterator() - Method in class org.apache.commons.collections.iterators.FilterListIterator
Gets the iterator this iterator is using.
getLong(String) - Method in class org.apache.commons.collections.ExtendedProperties
Get a long associated with the given configuration key.
getLong(String, long) - Method in class org.apache.commons.collections.ExtendedProperties
Get a long associated with the given configuration key.
getLong(String, Long) - Method in class org.apache.commons.collections.ExtendedProperties
Get a long associated with the given configuration key.
getLong(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
Gets a Long from a Map in a null-safe manner.
getLong(Map, Object, Long) - Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into a long, using the default value if the the conversion fails.
getLongValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
Gets a long from a Map in a null-safe manner.
getLongValue(Map, Object, long) - Static method in class org.apache.commons.collections.MapUtils
Gets a long from a Map in a null-safe manner, using the default value if the the conversion fails.
getMap() - Method in class org.apache.commons.collections.bag.AbstractMapBag
Utility method for implementations to access the map that backs this bag.
getMap() - Method in class org.apache.commons.collections.functors.MapTransformer
Gets the map to lookup in.
getMap() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
Gets the map being decorated.
getMap(Map<K, Map<A, B>>, K) - Static method in class org.apache.commons.collections.MapUtils
Gets a Map from a Map in a null-safe manner.
getMap(Map<K, Map<A, B>>, K, Map<A, B>) - Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into a map, using the default value if the the conversion fails.
getMapEntry() - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
Gets the map being decorated.
getMapIterator() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
Gets the iterator being decorated.
getMaximumCacheSize() - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
Gets the maximum size of the cache.
getNextNode() - Method in class org.apache.commons.collections.list.AbstractLinkedList.Node
Gets the next node.
getNode(int, boolean) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Gets the node at a particular index.
getNodeFromCache() - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
Gets a node from the cache.
getNumber(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
Gets a Number from a Map in a null-safe manner.
getNumber(Map, Object, Number) - Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into a number, using the default value if the the conversion fails.
getObject(Map<K, V>, V) - Static method in class org.apache.commons.collections.MapUtils
Gets from a Map in a null-safe manner.
getObject(Map<K, V>, K, V) - Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting null into the given default value.
getOrderedBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
Gets the map being decorated.
getOrderedMap() - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
Gets the map being decorated.
getOrderedMapIterator() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
Gets the iterator being decorated.
getPredicate() - Method in class org.apache.commons.collections.functors.IfClosure
Gets the predicate.
getPredicate() - Method in class org.apache.commons.collections.functors.PredicateTransformer
Gets the predicate.
getPredicate() - Method in class org.apache.commons.collections.functors.WhileClosure
Gets the predicate in use.
getPredicate() - Method in class org.apache.commons.collections.iterators.FilterIterator
Gets the predicate this iterator is using.
getPredicate() - Method in class org.apache.commons.collections.iterators.FilterListIterator
Gets the predicate this iterator is using.
getPredicates() - Method in class org.apache.commons.collections.functors.AllPredicate
Gets the predicates, do not modify the array.
getPredicates() - Method in class org.apache.commons.collections.functors.AndPredicate
Gets the two predicates being decorated as an array.
getPredicates() - Method in class org.apache.commons.collections.functors.AnyPredicate
Gets the predicates, do not modify the array.
getPredicates() - Method in class org.apache.commons.collections.functors.NonePredicate
Gets the predicates, do not modify the array.
getPredicates() - Method in class org.apache.commons.collections.functors.NotPredicate
Gets the predicate being decorated.
getPredicates() - Method in class org.apache.commons.collections.functors.NullIsExceptionPredicate
Gets the predicate being decorated.
getPredicates() - Method in class org.apache.commons.collections.functors.NullIsFalsePredicate
Gets the predicate being decorated.
getPredicates() - Method in class org.apache.commons.collections.functors.NullIsTruePredicate
Gets the predicate being decorated.
getPredicates() - Method in class org.apache.commons.collections.functors.OnePredicate
Gets the predicates, do not modify the array.
getPredicates() - Method in class org.apache.commons.collections.functors.OrPredicate
Gets the two predicates being decorated as an array.
getPredicates() - Method in interface org.apache.commons.collections.functors.PredicateDecorator
Gets the predicates being decorated as an array.
getPredicates() - Method in class org.apache.commons.collections.functors.SwitchClosure
Gets the predicates, do not modify the array.
getPredicates() - Method in class org.apache.commons.collections.functors.SwitchTransformer
Gets the predicates, do not modify the array.
getPredicates() - Method in class org.apache.commons.collections.functors.TransformedPredicate
Gets the predicate being decorated.
getPreviousNode() - Method in class org.apache.commons.collections.list.AbstractLinkedList.Node
Gets the previous node.
getProperties(String) - Method in class org.apache.commons.collections.ExtendedProperties
Get a list of properties associated with the given configuration key.
getProperties(String, Properties) - Method in class org.apache.commons.collections.ExtendedProperties
Get a list of properties associated with the given configuration key.
getProperty(String) - Method in class org.apache.commons.collections.ExtendedProperties
Gets a property from the configuration.
getReadMethod(String) - Method in class org.apache.commons.collections.BeanMap
Returns the accessor for the property with the given name.
getSet() - Method in class org.apache.commons.collections.set.AbstractSetDecorator
Gets the set being decorated.
getSet() - Method in class org.apache.commons.collections.set.PredicatedSet
Gets the set being decorated.
getSet() - Method in class org.apache.commons.collections.set.SynchronizedSet
Gets the decorated set.
getShort(String) - Method in class org.apache.commons.collections.ExtendedProperties
Get a short associated with the given configuration key.
getShort(String, short) - Method in class org.apache.commons.collections.ExtendedProperties
Get a short associated with the given configuration key.
getShort(String, Short) - Method in class org.apache.commons.collections.ExtendedProperties
Get a short associated with the given configuration key.
getShort(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
Gets a Short from a Map in a null-safe manner.
getShort(Map, Object, Short) - Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into a short, using the default value if the the conversion fails.
getShortValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
Gets a short from a Map in a null-safe manner.
getShortValue(Map, Object, short) - Static method in class org.apache.commons.collections.MapUtils
Gets a short from a Map in a null-safe manner, using the default value if the the conversion fails.
getSortedBag() - Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator
Gets the bag being decorated.
getSortedBag() - Method in class org.apache.commons.collections.bag.PredicatedSortedBag
Gets the decorated sorted bag.
getSortedBag() - Method in class org.apache.commons.collections.bag.SynchronizedSortedBag
Gets the bag being decorated.
getSortedBag() - Method in class org.apache.commons.collections.bag.TransformedSortedBag
Gets the decorated bag.
getSortedBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
Gets the map being decorated.
getSortedMap() - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
Gets the map being decorated.
getSortedMap() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
Gets the map being decorated.
getSortedMap() - Method in class org.apache.commons.collections.map.LazySortedMap
Gets the map being decorated.
getSortedMap() - Method in class org.apache.commons.collections.map.PredicatedSortedMap
Gets the map being decorated.
getSortedMap() - Method in class org.apache.commons.collections.map.TransformedSortedMap
Gets the map being decorated.
getSortedSet() - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
Gets the sorted set being decorated.
getSortedSet() - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
Gets the decorated set.
getSortedSet() - Method in class org.apache.commons.collections.set.TransformedSortedSet
Gets the decorated set.
getStartIndex() - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
Gets the start index to loop from.
getString(String) - Method in class org.apache.commons.collections.ExtendedProperties
Get a string associated with the given configuration key.
getString(String, String) - Method in class org.apache.commons.collections.ExtendedProperties
Get a string associated with the given configuration key.
getString(Map<K, V>, K) - Static method in class org.apache.commons.collections.MapUtils
Gets a String from a Map in a null-safe manner.
getString(Map, Object, String) - Static method in class org.apache.commons.collections.MapUtils
Looks up the given key in the given map, converting the result into a string, using the default value if the the conversion fails.
getStringArray(String) - Method in class org.apache.commons.collections.ExtendedProperties
Get an array of strings associated with the given configuration key.
getTransformer() - Method in class org.apache.commons.collections.functors.TransformedPredicate
Gets the transformer in use.
getTransformer() - Method in class org.apache.commons.collections.functors.TransformerClosure
Gets the transformer.
getTransformer() - Method in class org.apache.commons.collections.functors.TransformerPredicate
Gets the transformer.
getTransformer() - Method in class org.apache.commons.collections.iterators.TransformIterator
Gets the transformer this iterator is using.
getTransformers() - Method in class org.apache.commons.collections.functors.ChainedTransformer
Gets the transformers, do not modify the array.
getTransformers() - Method in class org.apache.commons.collections.functors.SwitchTransformer
Gets the transformers, do not modify the array.
getTrueClosure() - Method in class org.apache.commons.collections.functors.IfClosure
Gets the closure called when true.
getTrueFirstComparator() - Static method in class org.apache.commons.collections.comparators.BooleanComparator
Returns a BooleanComparator instance that sorts true values before false values.
getType(String) - Method in class org.apache.commons.collections.BeanMap
Returns the type of the property with the given name.
getType() - Method in class org.apache.commons.collections.functors.InstanceofPredicate
Gets the type to compare to.
getTypeTransformer(Class) - Method in class org.apache.commons.collections.BeanMap
Returns a transformer for the given primitive type.
getUnknownObjectBehavior() - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
Gets the behavior for comparing unknown objects.
getValue() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
 
getValue() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
 
getValue() - Method in class org.apache.commons.collections.functors.EqualPredicate
Gets the value.
getValue() - Method in class org.apache.commons.collections.functors.IdentityPredicate
Gets the value.
getValue() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
 
getValue() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
 
getValue() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
Gets the current value, which is the value associated with the last key returned by next().
getValue() - Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
 
getValue() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
 
getValue() - Method in class org.apache.commons.collections.keyvalue.AbstractKeyValue
Gets the value from the pair.
getValue() - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
 
getValue() - Method in interface org.apache.commons.collections.KeyValue
Gets the value from the pair.
getValue() - Method in class org.apache.commons.collections.keyvalue.TiedMapEntry
Gets the value of this entry direct from the map.
getValue() - Method in class org.apache.commons.collections.list.AbstractLinkedList.Node
Gets the value of the node.
getValue() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
 
getValue() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
 
getValue() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
 
getValue() - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
Gets the value from the entry.
getValue(int) - Method in class org.apache.commons.collections.map.LinkedMap
Gets the value at the specified index.
getValue(int) - Method in class org.apache.commons.collections.map.ListOrderedMap
Gets the value at the specified index.
getValue() - Method in class org.apache.commons.collections.map.SingletonMap
Gets the value.
getValue() - Method in interface org.apache.commons.collections.MapIterator
Gets the current value, which is the value associated with the last key returned by next().
GETVALUE_INVALID - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
 
getVector(String) - Method in class org.apache.commons.collections.ExtendedProperties
Get a Vector of strings associated with the given configuration key.
getVector(String, Vector) - Method in class org.apache.commons.collections.ExtendedProperties
Get a Vector of strings associated with the given configuration key.
getWriteMethod(String) - Method in class org.apache.commons.collections.BeanMap
Returns the mutator for the property with the given name.
grow() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Increases the size of the heap to support additional elements

H

HARD - Static variable in class org.apache.commons.collections.map.AbstractReferenceMap
Constant indicating that hard references should be used
hash(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the hash code for the key specified.
hash(Object) - Method in class org.apache.commons.collections.map.IdentityMap
Gets the hash code for the key specified.
hash(K...) - Method in class org.apache.commons.collections.map.MultiKeyMap
Gets the hash code for the specified multi-key.
hash(Object) - Method in class org.apache.commons.collections.map.ReferenceIdentityMap
Gets the hash code for the key specified.
HashBag<E> - Class in org.apache.commons.collections.bag
Implements Bag, using a HashMap to provide the data storage.
HashBag() - Constructor for class org.apache.commons.collections.bag.HashBag
Constructs an empty HashBag.
HashBag(Collection<? extends E>) - Constructor for class org.apache.commons.collections.bag.HashBag
Constructs a bag containing all the members of the given collection.
hashCode() - Method in class org.apache.commons.collections.bag.AbstractMapBag
Gets a hash code for the Bag compatible with the definition of equals.
hashCode() - Method in class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger
 
hashCode() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
hashCode() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Gets the hash code value for this map as per the API.
hashCode() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
hashCode() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
hashCode() - Method in class org.apache.commons.collections.comparators.BooleanComparator
Implement a hash code for this comparator that is consistent with equals.
hashCode() - Method in class org.apache.commons.collections.comparators.ComparableComparator
Implement a hash code for this comparator that is consistent with equals.
hashCode() - Method in class org.apache.commons.collections.comparators.ComparatorChain
Implement a hash code for this comparator that is consistent with equals.
hashCode() - Method in class org.apache.commons.collections.comparators.NullComparator
Implement a hash code for this comparator that is consistent with NullComparator.equals(Object).
hashCode() - Method in class org.apache.commons.collections.comparators.ReverseComparator
Implement a hash code for this comparator that is consistent with equals.
hashCode() - Method in class org.apache.commons.collections.FastArrayList
Return the hash code value for this list.
hashCode() - Method in class org.apache.commons.collections.FastHashMap
Return the hash code value for this map.
hashCode() - Method in class org.apache.commons.collections.FastTreeMap
Return the hash code value for this map.
hashCode() - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntry
Gets a hashCode compatible with the equals method.
hashCode() - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
 
hashCode() - Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue
Gets a hashCode compatible with the equals method.
hashCode() - Method in class org.apache.commons.collections.keyvalue.MultiKey
Gets the combined hash code that is computed from all the keys.
hashCode() - Method in class org.apache.commons.collections.keyvalue.TiedMapEntry
Gets a hashCode compatible with the equals method.
hashCode() - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
hashCode() - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the standard Map hashCode.
hashCode - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
The hash code of the key
hashCode() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
 
hashCode() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
 
hashCode() - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
Gets the hashcode of the entry using temporary hard references.
hashCode() - Method in class org.apache.commons.collections.map.CompositeMap
Gets a hash code for the Map as per the Map specification.
hashCode() - Method in class org.apache.commons.collections.map.Flat3Map
Gets the standard Map hashCode.
hashCode() - Method in class org.apache.commons.collections.map.IdentityMap.IdentityEntry
 
hashCode() - Method in class org.apache.commons.collections.map.MultiKeyMap
 
hashCode() - Method in class org.apache.commons.collections.map.SingletonMap
Gets the standard Map hashCode.
hashCode() - Method in class org.apache.commons.collections.map.StaticBucketMap
Gets the hash code, as per the Map specification.
hashCode() - Method in class org.apache.commons.collections.set.CompositeSet
 
hashCode() - Method in class org.apache.commons.collections.set.MapBackedSet
 
hashCodeForList(Collection) - Static method in class org.apache.commons.collections.ListUtils
Generates a hash code using the algorithm specified in List.hashCode().
hashCodeForSet(Collection) - Static method in class org.apache.commons.collections.SetUtils
Generates a hash code using the algorithm specified in Set.hashCode().
HashedMap<K,V> - Class in org.apache.commons.collections.map
A Map implementation that is a general purpose alternative to HashMap.
HashedMap() - Constructor for class org.apache.commons.collections.map.HashedMap
Constructs a new empty map with default size and load factor.
HashedMap(int) - Constructor for class org.apache.commons.collections.map.HashedMap
Constructs a new, empty map with the specified initial capacity.
HashedMap(int, float) - Constructor for class org.apache.commons.collections.map.HashedMap
Constructs a new, empty map with the specified initial capacity and load factor.
HashedMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections.map.HashedMap
Constructor copying elements from another map.
hashEntry(Object, Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Gets the hash code for a MapEntry.
hashEntry(Object, Object) - Method in class org.apache.commons.collections.map.ReferenceIdentityMap
Gets the hash code for a MapEntry.
hashIndex(int, int) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the index into the data storage for the hashCode specified.
hashIndex - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
The current index into the array of buckets
hasMoreElements() - Method in class org.apache.commons.collections.iterators.IteratorEnumeration
Returns true if the underlying iterator has more elements.
hasNext() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
 
hasNext() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
 
hasNext() - Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator
 
hasNext() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
 
hasNext() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
 
hasNext() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
 
hasNext() - Method in class org.apache.commons.collections.iterators.ArrayIterator
Returns true if there are more elements to return from the array.
hasNext() - Method in class org.apache.commons.collections.iterators.CollatingIterator
Returns true if any child iterator has remaining elements.
hasNext() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
Checks to see if there are more entries still to be iterated.
hasNext() - Method in class org.apache.commons.collections.iterators.EnumerationIterator
Returns true if the underlying enumeration has more elements.
hasNext() - Method in class org.apache.commons.collections.iterators.FilterIterator
Returns true if the underlying iterator contains an object that matches the predicate.
hasNext() - Method in class org.apache.commons.collections.iterators.FilterListIterator
 
hasNext() - Method in class org.apache.commons.collections.iterators.IteratorChain
Return true if any Iterator in the IteratorChain has a remaining element.
hasNext() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
Returns true if there are more elements in the iterator.
hasNext() - Method in class org.apache.commons.collections.iterators.LoopingIterator
Has the iterator any more elements.
hasNext() - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
Returns true if there are more elements to return from the array.
hasNext - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
Whether there is another element in the iteration
hasNext() - Method in class org.apache.commons.collections.iterators.ObjectGraphIterator
Checks whether there are any more elements in the iteration to obtain.
hasNext() - Method in class org.apache.commons.collections.iterators.SingletonIterator
Is another object available from the iterator?

This returns true if the single object hasn't been returned yet.

hasNext() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
Is another object available from the iterator?

This returns true if the single object hasn't been returned yet.

hasNext() - Method in class org.apache.commons.collections.iterators.TransformIterator
 
hasNext() - Method in class org.apache.commons.collections.iterators.UnmodifiableIterator
 
hasNext() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
 
hasNext() - Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
 
hasNext() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
 
hasNext() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
 
hasNext() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
 
hasNext() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
 
hasNext() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
 
hasNext() - Method in interface org.apache.commons.collections.MapIterator
Checks to see if there are more entries still to be iterated.
hasPrevious() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
 
hasPrevious() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
 
hasPrevious() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
 
hasPrevious() - Method in class org.apache.commons.collections.iterators.ArrayListIterator
Returns true if there are previous elements to return from the array.
hasPrevious() - Method in class org.apache.commons.collections.iterators.FilterListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
Returns true if there are previous elements in the iterator.
hasPrevious() - Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
Returns true if there are previous elements to return from the array.
hasPrevious() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
Is a previous object available from the iterator?

This returns true if the single object has been returned.

hasPrevious() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
 
hasPrevious() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
 
hasPrevious() - Method in interface org.apache.commons.collections.OrderedIterator
Checks to see if there is a previous entry that can be iterated to.
hasPrevious() - Method in interface org.apache.commons.collections.OrderedMapIterator
Checks to see if there is a previous entry that can be iterated to.
head - Variable in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
The current head index.
header - Variable in class org.apache.commons.collections.list.AbstractLinkedList
A AbstractLinkedList.Node which indicates the start and end of the list and does not hold a value.
header - Variable in class org.apache.commons.collections.map.AbstractLinkedMap
Header in the linked list
headMap(K) - Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
 
headMap(K) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
 
headMap(K) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
 
headMap(K) - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
headMap(K) - Method in class org.apache.commons.collections.FastTreeMap
Return a view of the portion of this map whose keys are strictly less than the specified key.
headMap(K) - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
 
headMap(K) - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
 
headMap(K) - Method in class org.apache.commons.collections.map.LazySortedMap
 
headMap(K) - Method in class org.apache.commons.collections.map.PredicatedSortedMap
 
headMap(Object) - Method in class org.apache.commons.collections.map.TransformedSortedMap
 
headMap(K) - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
 
headSet(E) - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
 
headSet(E) - Method in class org.apache.commons.collections.set.PredicatedSortedSet
 
headSet(E) - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
 
headSet(Object) - Method in class org.apache.commons.collections.set.TransformedSortedSet
 
headSet(E) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
 

I

IdentityMap<K,V> - Class in org.apache.commons.collections.map
A Map implementation that matches keys and values based on == not equals().
IdentityMap() - Constructor for class org.apache.commons.collections.map.IdentityMap
Constructs a new empty map with default size and load factor.
IdentityMap(int) - Constructor for class org.apache.commons.collections.map.IdentityMap
Constructs a new, empty map with the specified initial capacity.
IdentityMap(int, float) - Constructor for class org.apache.commons.collections.map.IdentityMap
Constructs a new, empty map with the specified initial capacity and load factor.
IdentityMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections.map.IdentityMap
Constructor copying elements from another map.
IdentityMap.IdentityEntry<K,V> - Class in org.apache.commons.collections.map
HashEntry
IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry<K, V>, int, K, V) - Constructor for class org.apache.commons.collections.map.IdentityMap.IdentityEntry
 
IdentityPredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if the input is the same object as the one stored in this predicate.
IdentityPredicate(T) - Constructor for class org.apache.commons.collections.functors.IdentityPredicate
Constructor that performs no validation.
identityPredicate(T) - Static method in class org.apache.commons.collections.PredicateUtils
Creates a Predicate that checks if the input object is equal to the specified object by identity.
ifClosure(Predicate<? super T>, Closure<? super T>, Closure<? super T>) - Static method in class org.apache.commons.collections.ClosureUtils
Create a new Closure that calls one of two closures depending on the specified predicate.
IfClosure<T> - Class in org.apache.commons.collections.functors
Closure implementation acts as an if statement calling one or other closure based on a predicate.
IfClosure(Predicate<? super T>, Closure<? super T>, Closure<? super T>) - Constructor for class org.apache.commons.collections.functors.IfClosure
Constructor that performs no validation.
include - Static variable in class org.apache.commons.collections.ExtendedProperties
This is the name of the property that can point to other properties file for including other properties files.
index(Object, int) - Static method in class org.apache.commons.collections.CollectionUtils
Deprecated. use CollectionUtils.get(Object, int) instead. Will be removed in v4.0
index(Object, Object) - Static method in class org.apache.commons.collections.CollectionUtils
Deprecated. use CollectionUtils.get(Object, int) instead. Will be removed in v4.0
index - Variable in class org.apache.commons.collections.iterators.ArrayIterator
The current iterator index
index - Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator
The current iterator index
indexOf(Object) - Method in class org.apache.commons.collections.FastArrayList
Search for the first occurrence of the given argument, testing for equality using the equals() method, and return the corresponding index, or -1 if the object is not found.
indexOf(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
indexOf(Object) - Method in class org.apache.commons.collections.list.AbstractListDecorator
 
indexOf(Object) - Method in class org.apache.commons.collections.list.FixedSizeList
 
indexOf(Object) - Method in class org.apache.commons.collections.list.PredicatedList
 
indexOf(Object) - Method in class org.apache.commons.collections.list.SynchronizedList
 
indexOf(Object) - Method in class org.apache.commons.collections.list.TransformedList
 
indexOf(Object) - Method in class org.apache.commons.collections.list.TreeList
Searches for the index of an object in the list.
indexOf(Object) - Method in class org.apache.commons.collections.map.LinkedMap
Gets the index of the specified key.
indexOf(Object) - Method in class org.apache.commons.collections.map.ListOrderedMap
Gets the index of the specified key.
indexOf(E) - Method in class org.apache.commons.collections.set.ListOrderedSet
 
init() - Method in class org.apache.commons.collections.list.AbstractLinkedList
The equivalent of a default constructor, broken out so it can be called by any constructor and by readObject.
init() - Method in class org.apache.commons.collections.list.CursorableLinkedList
The equivalent of a default constructor called by any constructor and by readObject.
init() - Method in class org.apache.commons.collections.map.AbstractHashedMap
Initialise subclasses during construction, cloning or deserialization.
init() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Initialise this subclass during construction.
init() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Initialise this subclass during construction, cloning or deserialization.
insertOrder - Variable in class org.apache.commons.collections.map.ListOrderedMap
Internal list to hold the sequence of objects
INSTANCE - Static variable in class org.apache.commons.collections.functors.CloneTransformer
Singleton predicate instance
INSTANCE - Static variable in class org.apache.commons.collections.functors.ExceptionClosure
Singleton predicate instance
INSTANCE - Static variable in class org.apache.commons.collections.functors.ExceptionFactory
Singleton predicate instance
INSTANCE - Static variable in class org.apache.commons.collections.functors.ExceptionPredicate
Singleton predicate instance
INSTANCE - Static variable in class org.apache.commons.collections.functors.ExceptionTransformer
Singleton predicate instance
INSTANCE - Static variable in class org.apache.commons.collections.functors.FalsePredicate
Singleton predicate instance
INSTANCE - Static variable in class org.apache.commons.collections.functors.NOPClosure
Singleton predicate instance
INSTANCE - Static variable in class org.apache.commons.collections.functors.NOPTransformer
Singleton predicate instance
INSTANCE - Static variable in class org.apache.commons.collections.functors.NotNullPredicate
Singleton predicate instance
INSTANCE - Static variable in class org.apache.commons.collections.functors.NullPredicate
Singleton predicate instance
INSTANCE - Static variable in class org.apache.commons.collections.functors.TruePredicate
Singleton predicate instance
INSTANCE - Static variable in class org.apache.commons.collections.iterators.EmptyIterator
Singleton instance of the iterator.
INSTANCE - Static variable in class org.apache.commons.collections.iterators.EmptyListIterator
Singleton instance of the iterator.
INSTANCE - Static variable in class org.apache.commons.collections.iterators.EmptyMapIterator
Singleton instance of the iterator.
INSTANCE - Static variable in class org.apache.commons.collections.iterators.EmptyOrderedIterator
Singleton instance of the iterator.
INSTANCE - Static variable in class org.apache.commons.collections.iterators.EmptyOrderedMapIterator
Singleton instance of the iterator.
InstanceofPredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if the input is an instanceof the type stored in this predicate.
InstanceofPredicate(Class<T>) - Constructor for class org.apache.commons.collections.functors.InstanceofPredicate
Constructor that performs no validation.
instanceofPredicate(Class<T>) - Static method in class org.apache.commons.collections.PredicateUtils
Creates a Predicate that checks if the object passed in is of a particular type, using instanceof.
instantiateFactory(Class<T>) - Static method in class org.apache.commons.collections.FactoryUtils
Creates a Factory that can create objects of a specific type using a no-args constructor.
instantiateFactory(Class<T>, Class[], Object[]) - Static method in class org.apache.commons.collections.FactoryUtils
Creates a Factory that can create objects of a specific type using the arguments specified to this method.
InstantiateFactory<T> - Class in org.apache.commons.collections.functors
Factory implementation that creates a new object instance by reflection.
InstantiateFactory(Class<T>) - Constructor for class org.apache.commons.collections.functors.InstantiateFactory
Constructor that performs no validation.
InstantiateFactory(Class<T>, Class[], Object[]) - Constructor for class org.apache.commons.collections.functors.InstantiateFactory
Constructor that performs no validation.
InstantiateTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that creates a new object instance by reflection.
InstantiateTransformer(Class[], Object[]) - Constructor for class org.apache.commons.collections.functors.InstantiateTransformer
Constructor that performs no validation.
instantiateTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
Gets a Transformer that expects an input Class object that it will instantiate.
instantiateTransformer(Class[], Object[]) - Static method in class org.apache.commons.collections.TransformerUtils
Creates a Transformer that expects an input Class object that it will instantiate.
interpolate(String) - Method in class org.apache.commons.collections.ExtendedProperties
Interpolate key names to handle ${key} stuff
interpolateHelper(String, List) - Method in class org.apache.commons.collections.ExtendedProperties
Recursive handler for multiple levels of interpolation.
intersection(Collection<E>, Collection<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Returns a Collection containing the intersection of the given Collections.
intersection(List<? extends E>, List<? extends E>) - Static method in class org.apache.commons.collections.ListUtils
Returns a new list containing all elements that are contained in both given lists.
inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
 
inverseBidiMap - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Inverse view of this map.
inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
inverseBidiMap() - Method in interface org.apache.commons.collections.BidiMap
Gets a view of this map where the keys and values are reversed.
inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Gets the inverse map for comparison.
inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
 
inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
 
inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
inverseBidiMap() - Method in interface org.apache.commons.collections.OrderedBidiMap
Gets a view of this map where the keys and values are reversed.
inverseBidiMap() - Method in interface org.apache.commons.collections.SortedBidiMap
Gets a view of this map where the keys and values are reversed.
inverseMap - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
inverseOrderedBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
 
inverseOrderedBidiMap() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
 
inverseOrderedBidiMap() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Gets the inverse map for comparison.
inverseOrderedBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
 
inverseOrderedBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
inverseOrderedBidiMap() - Method in interface org.apache.commons.collections.OrderedBidiMap
Gets a view of this map where the keys and values are reversed.
inverseSortedBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
 
inverseSortedBidiMap() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
 
inverseSortedBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
inverseSortedBidiMap() - Method in interface org.apache.commons.collections.SortedBidiMap
Gets a view of this map where the keys and values are reversed.
invertMap(Map<K, V>) - Static method in class org.apache.commons.collections.MapUtils
Inverts the supplied map returning a new HashMap such that the keys of the input are swapped with the values.
invokerClosure(String) - Static method in class org.apache.commons.collections.ClosureUtils
Creates a Closure that will invoke a specific method on the closure's input object by reflection.
invokerClosure(String, Class[], Object[]) - Static method in class org.apache.commons.collections.ClosureUtils
Creates a Closure that will invoke a specific method on the closure's input object by reflection.
invokerPredicate(String) - Static method in class org.apache.commons.collections.PredicateUtils
Creates a Predicate that invokes a method on the input object.
invokerPredicate(String, Class[], Object[]) - Static method in class org.apache.commons.collections.PredicateUtils
Creates a Predicate that invokes a method on the input object.
InvokerTransformer - Class in org.apache.commons.collections.functors
Transformer implementation that creates a new object instance by reflection.
InvokerTransformer(String, Class[], Object[]) - Constructor for class org.apache.commons.collections.functors.InvokerTransformer
Constructor that performs no validation.
invokerTransformer(String) - Static method in class org.apache.commons.collections.TransformerUtils
Gets a Transformer that invokes a method on the input object.
invokerTransformer(String, Class[], Object[]) - Static method in class org.apache.commons.collections.TransformerUtils
Gets a Transformer that invokes a method on the input object.
isAscendingOrder() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Checks whether the heap is ascending or descending order.
isAtCapacity() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Tests if the buffer is at capacity.
isCacheFull() - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
Checks whether the cache is full.
isDoLoop() - Method in class org.apache.commons.collections.functors.WhileClosure
Is the loop a do-while loop.
isEmpty() - Method in class org.apache.commons.collections.bag.AbstractMapBag
Returns true if the underlying map is empty.
isEmpty() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
isEmpty() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Checks whether the map is empty or not.
isEmpty() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
Returns true if this buffer is empty; false otherwise.
isEmpty() - Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
Returns true if this buffer is empty; false otherwise.
isEmpty() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
isEmpty() - Method in class org.apache.commons.collections.collection.CompositeCollection
Checks whether this composite collection is empty.
isEmpty() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
isEmpty() - Method in class org.apache.commons.collections.FastArrayList
Test if this list has no elements.
isEmpty() - Method in class org.apache.commons.collections.FastHashMap
Return true if this map contains no mappings.
isEmpty() - Method in class org.apache.commons.collections.FastTreeMap
Return true if this map contains no mappings.
isEmpty() - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
isEmpty() - Method in class org.apache.commons.collections.map.AbstractHashedMap
Checks whether the map is currently empty.
isEmpty() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
 
isEmpty() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Checks whether the map is currently empty.
isEmpty() - Method in class org.apache.commons.collections.map.CompositeMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.apache.commons.collections.map.Flat3Map
Checks whether the map is currently empty.
isEmpty() - Method in class org.apache.commons.collections.map.MultiKeyMap
 
isEmpty() - Method in class org.apache.commons.collections.map.SingletonMap
Checks whether the map is currently empty, which it never is.
isEmpty() - Method in class org.apache.commons.collections.map.StaticBucketMap
Checks if the size is currently zero.
isEmpty() - Method in class org.apache.commons.collections.set.MapBackedSet
 
isEqualCollection(Collection<E>, Collection<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Returns true iff the given Collections contain exactly the same elements with exactly the same cardinalities.
isEqualKey(Object, Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Compares two keys, in internal converted form, to see if they are equal.
isEqualKey(Object, Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Compares two keys, in internal converted form, to see if they are equal.
isEqualKey(Object, Object) - Method in class org.apache.commons.collections.map.IdentityMap
Compares two keys for equals.
isEqualKey(AbstractHashedMap.HashEntry<MultiKey<K>, V>, K...) - Method in class org.apache.commons.collections.map.MultiKeyMap
Is the key equal to the combined key.
isEqualKey(Object, Object) - Method in class org.apache.commons.collections.map.ReferenceIdentityMap
Compares two keys for equals.
isEqualKey(Object) - Method in class org.apache.commons.collections.map.SingletonMap
Compares the specified key to the stored key.
isEqualList(Collection<? extends E>, Collection<? extends E>) - Static method in class org.apache.commons.collections.ListUtils
Tests two lists for value-equality as per the equality contract in List.equals(java.lang.Object).
isEqualSet(Collection, Collection) - Static method in class org.apache.commons.collections.SetUtils
Tests two sets for equality as per the equals() contract in Set.equals(java.lang.Object).
isEqualValue(E, E) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Compares two values for equals.
isEqualValue(Object, Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Compares two values, in external form, to see if they are equal.
isEqualValue(Object, Object) - Method in class org.apache.commons.collections.map.IdentityMap
Compares two values for equals.
isEqualValue(Object, Object) - Method in class org.apache.commons.collections.map.ReferenceIdentityMap
Compares two values for equals.
isEqualValue(Object) - Method in class org.apache.commons.collections.map.SingletonMap
Compares the specified value to the stored value.
isFull() - Method in interface org.apache.commons.collections.BoundedCollection
Returns true if this collection is full and no new elements can be added.
isFull() - Method in interface org.apache.commons.collections.BoundedMap
Returns true if this map is full and no new elements can be added.
isFull() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
Returns true if this collection is full and no new elements can be added.
isFull() - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
 
isFull(Collection) - Static method in class org.apache.commons.collections.CollectionUtils
Returns true if no more elements can be added to the Collection.
isFull() - Method in class org.apache.commons.collections.list.FixedSizeList
 
isFull() - Method in class org.apache.commons.collections.map.FixedSizeMap
 
isFull() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
 
isFull() - Method in class org.apache.commons.collections.map.LRUMap
Returns true if this map is full and no new mappings can be added.
isFull() - Method in class org.apache.commons.collections.map.SingletonMap
Is the map currently full, always true.
isInitialized - Variable in class org.apache.commons.collections.ExtendedProperties
Has this configuration been intialized.
isInitialized() - Method in class org.apache.commons.collections.ExtendedProperties
Indicate to client code whether property resources have been initialized or not.
isLocked - Variable in class org.apache.commons.collections.comparators.ComparatorChain
Whether the chain has been "locked".
isLocked() - Method in class org.apache.commons.collections.comparators.ComparatorChain
Determine if modifications can still be made to the ComparatorChain.
isLocked() - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
Returns true if modifications cannot be made to the FixedOrderComparator.
isLocked - Variable in class org.apache.commons.collections.iterators.IteratorChain
ComparatorChain is "locked" after the first time compare(Object,Object) is called
isLocked() - Method in class org.apache.commons.collections.iterators.IteratorChain
Determine if modifications can still be made to the IteratorChain.
isProperSubCollection(Collection<E>, Collection<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Returns true iff a is a proper sub-collection of b, that is, iff the cardinality of e in a is less than or equal to the cardinality of e in b, for each element e in a, and there is at least one element f such that the cardinality of f in b is strictly greater than the cardinality of f in a.
isScanUntilRemovable() - Method in class org.apache.commons.collections.map.LRUMap
Whether this LRUMap will scan until a removable entry is found when the map is full.
isSetValueChecking() - Method in class org.apache.commons.collections.map.PredicatedMap
Override to only return true when there is a value transformer.
isSetValueChecking() - Method in class org.apache.commons.collections.map.TransformedMap
Override to only return true when there is a value transformer.
isSubCollection(Collection<E>, Collection<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Returns true iff a is a sub-collection of b, that is, iff the cardinality of e in a is less than or equal to the cardinality of e in b, for each element e in a.
IterableMap<K,V> - Interface in org.apache.commons.collections
Defines a map that can be iterated directly without needing to create an entry set.
iterator() - Method in class org.apache.commons.collections.bag.AbstractMapBag
Gets an iterator over the bag elements.
iterator() - Method in interface org.apache.commons.collections.Bag
Returns an Iterator over the entire set of members, including copies due to cardinality.
iterator() - Method in class org.apache.commons.collections.bag.UnmodifiableBag
 
iterator() - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
 
iterator - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
The iterator being wrapped
iterator() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet
 
iterator() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
 
iterator() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
 
iterator - Variable in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
The iterator being decorated
iterator() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
Returns an iterator over this buffer's elements.
iterator() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Returns an iterator over this heap's elements.
iterator() - Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
Returns an iterator over this buffer's elements.
iterator() - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
 
iterator() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
iterator() - Method in class org.apache.commons.collections.collection.CompositeCollection
Gets an iterator over all the collections in this composite.
iterator() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
Iterators must be manually synchronized.
iterator() - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
 
iterator() - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
 
iterator() - Method in class org.apache.commons.collections.FastArrayList
Return an iterator over the elements in this list in proper sequence.
iterator - Variable in class org.apache.commons.collections.iterators.AbstractIteratorDecorator
The iterator being decorated
iterator - Variable in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
The iterator being decorated
iterator - Variable in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
The iterator being decorated
iterator - Variable in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
The iterator being decorated
iterator() - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
iterator() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
iterator() - Method in class org.apache.commons.collections.list.CursorableLinkedList
Returns an iterator that does not support concurrent modification.
iterator() - Method in class org.apache.commons.collections.list.FixedSizeList
 
iterator() - Method in class org.apache.commons.collections.list.SetUniqueList
 
iterator() - Method in class org.apache.commons.collections.list.TreeList
Gets an iterator over the list.
iterator() - Method in class org.apache.commons.collections.list.UnmodifiableList
 
iterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
 
iterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
 
iterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap.Values
 
iterator() - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
 
iterator(K) - Method in class org.apache.commons.collections.MultiHashMap
Gets an iterator for the collection mapped to the specified key.
iterator() - Method in class org.apache.commons.collections.set.ListOrderedSet
 
iterator() - Method in class org.apache.commons.collections.set.MapBackedSet
 
iterator() - Method in class org.apache.commons.collections.set.UnmodifiableSet
 
iterator() - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
 
IteratorChain<E> - Class in org.apache.commons.collections.iterators
An IteratorChain is an Iterator that wraps a number of Iterators.
IteratorChain() - Constructor for class org.apache.commons.collections.iterators.IteratorChain
Construct an IteratorChain with no Iterators.
IteratorChain(Iterator<? extends E>) - Constructor for class org.apache.commons.collections.iterators.IteratorChain
Construct an IteratorChain with a single Iterator.
IteratorChain(Iterator<? extends E>, Iterator<? extends E>) - Constructor for class org.apache.commons.collections.iterators.IteratorChain
Constructs a new IteratorChain over the two given iterators.
IteratorChain(Iterator<? extends E>[]) - Constructor for class org.apache.commons.collections.iterators.IteratorChain
Constructs a new IteratorChain over the array of iterators.
IteratorChain(Collection<Iterator<? extends E>>) - Constructor for class org.apache.commons.collections.iterators.IteratorChain
Constructs a new IteratorChain over the collection of iterators.
iteratorChain - Variable in class org.apache.commons.collections.iterators.IteratorChain
The chain of iterators
IteratorEnumeration<E> - Class in org.apache.commons.collections.iterators
Adapter to make an Iterator instance appear to be an Enumeration instance.
IteratorEnumeration() - Constructor for class org.apache.commons.collections.iterators.IteratorEnumeration
Constructs a new IteratorEnumeration that will not function until setIterator is invoked.
IteratorEnumeration(Iterator<E>) - Constructor for class org.apache.commons.collections.iterators.IteratorEnumeration
Constructs a new IteratorEnumeration that will use the given iterator.
IteratorUtils - Class in org.apache.commons.collections
Provides static utility methods and decorators for Iterator instances.
IteratorUtils() - Constructor for class org.apache.commons.collections.IteratorUtils
IteratorUtils is not normally instantiated.

K

key - Variable in class org.apache.commons.collections.keyvalue.AbstractKeyValue
The key
keyIterator() - Method in class org.apache.commons.collections.BeanMap
Convenience method for getting an iterator over the keys.
keyPredicate - Variable in class org.apache.commons.collections.map.PredicatedMap
The key predicate to use
keysAsListed - Variable in class org.apache.commons.collections.ExtendedProperties
These are the keys in the order they listed in the configuration file.
keySet() - Method in class org.apache.commons.collections.BeanMap
Get the keys for this BeanMap.
keySet - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
View of the keys.
keySet() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Gets a keySet view of the map.
keySet() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Returns a set view of the keys contained in this map in key order.
keySet() - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
 
keySet() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
 
keySet() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
keySet() - Method in class org.apache.commons.collections.FastHashMap
Return a set view of the keys contained in this map.
keySet() - Method in class org.apache.commons.collections.FastTreeMap
Return a set view of the keys contained in this map.
keySet - Variable in class org.apache.commons.collections.map.AbstractHashedMap
Key set
keySet() - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the keySet view of the map.
keySet() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
 
keySet() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Returns a set view of this map's keys.
keySet() - Method in class org.apache.commons.collections.map.CompositeMap
Returns a set view of the keys contained in this map.
keySet() - Method in class org.apache.commons.collections.map.FixedSizeMap
 
keySet() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
 
keySet() - Method in class org.apache.commons.collections.map.Flat3Map
Gets the keySet view of the map.
keySet() - Method in class org.apache.commons.collections.map.ListOrderedMap
 
keySet() - Method in class org.apache.commons.collections.map.MultiKeyMap
 
keySet() - Method in class org.apache.commons.collections.map.SingletonMap
Gets the unmodifiable keySet view of the map.
keySet() - Method in class org.apache.commons.collections.map.StaticBucketMap
Gets the key set.
keySet() - Method in class org.apache.commons.collections.map.UnmodifiableMap
 
keySet() - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
 
keySet() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
 
keyTransformer - Variable in class org.apache.commons.collections.map.TransformedMap
The transformer to use for the key
keyType - Variable in class org.apache.commons.collections.map.AbstractReferenceMap
The reference type for keys.
KeyValue<K,V> - Interface in org.apache.commons.collections
Defines a simple key value pair.

L

last() - Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator
 
last() - Method in class org.apache.commons.collections.bag.PredicatedSortedBag
 
last() - Method in class org.apache.commons.collections.bag.SynchronizedSortedBag
 
last() - Method in class org.apache.commons.collections.bag.TransformedSortedBag
 
last() - Method in class org.apache.commons.collections.bag.TreeBag
 
last - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
The last returned entry
last - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
The last returned entry
last - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
The last returned entry
last - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
The current (last returned) entry
last() - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
 
last() - Method in class org.apache.commons.collections.set.PredicatedSortedSet
 
last() - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
 
last() - Method in class org.apache.commons.collections.set.TransformedSortedSet
 
last() - Method in interface org.apache.commons.collections.SortedBag
Returns the last (highest) member.
lastIndexOf(Object) - Method in class org.apache.commons.collections.FastArrayList
Search for the last occurrence of the given argument, testing for equality using the equals() method, and return the corresponding index, or -1 if the object is not found.
lastIndexOf(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
lastIndexOf(Object) - Method in class org.apache.commons.collections.list.AbstractListDecorator
 
lastIndexOf(Object) - Method in class org.apache.commons.collections.list.FixedSizeList
 
lastIndexOf(Object) - Method in class org.apache.commons.collections.list.PredicatedList
 
lastIndexOf(Object) - Method in class org.apache.commons.collections.list.SynchronizedList
 
lastIndexOf(Object) - Method in class org.apache.commons.collections.list.TransformedList
 
lastItemIndex - Variable in class org.apache.commons.collections.iterators.ArrayListIterator
Holds the index of the last item returned by a call to next() or previous().
lastItemIndex - Variable in class org.apache.commons.collections.iterators.ObjectArrayListIterator
Holds the index of the last item returned by a call to next() or previous().
lastKey - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
The last returned key
lastKey() - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
 
lastKey() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
 
lastKey() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Gets the last (highest) key currently in this map.
lastKey() - Method in class org.apache.commons.collections.FastTreeMap
Return the last (highest) key currently in this sorted map.
lastKey() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Gets the last key in the map, which is the first inserted.
lastKey() - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
 
lastKey() - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
 
lastKey() - Method in class org.apache.commons.collections.map.LazySortedMap
 
lastKey() - Method in class org.apache.commons.collections.map.ListOrderedMap
Gets the last key in this map by insert order.
lastKey() - Method in class org.apache.commons.collections.map.PredicatedSortedMap
 
lastKey() - Method in class org.apache.commons.collections.map.SingletonMap
Gets the last (and only) key in the map.
lastKey() - Method in class org.apache.commons.collections.map.TransformedSortedMap
 
lastKey() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
 
lastKey() - Method in interface org.apache.commons.collections.OrderedMap
Gets the last key currently in this map.
lastUsedIterator - Variable in class org.apache.commons.collections.iterators.IteratorChain
The "last used" Iterator is the Iterator upon which next() or hasNext() was most recently called used for the remove() operation only
lastUsedIterator - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
The last used iterator, needed for remove()
lastValue - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
The last returned value
LazyList<E> - Class in org.apache.commons.collections.list
Decorates another List to create objects in the list on demand.
LazyList(List<E>, Factory<? extends E>) - Constructor for class org.apache.commons.collections.list.LazyList
Constructor that wraps (not copies).
lazyList(List<E>, Factory<? extends E>) - Static method in class org.apache.commons.collections.ListUtils
Returns a "lazy" list whose elements will be created on demand.
LazyMap<K,V> - Class in org.apache.commons.collections.map
Decorates another Map to create objects in the map on demand.
LazyMap(Map<K, V>, Factory<V>) - Constructor for class org.apache.commons.collections.map.LazyMap
Constructor that wraps (not copies).
lazyMap(Map<K, V>, Factory<V>) - Static method in class org.apache.commons.collections.MapUtils
Returns a "lazy" map whose values will be created on demand.
LazySortedMap<K,V> - Class in org.apache.commons.collections.map
Decorates another SortedMap to create objects in the map on demand.
LazySortedMap(SortedMap<K, V>, Factory<V>) - Constructor for class org.apache.commons.collections.map.LazySortedMap
Constructor that wraps (not copies).
lazySortedMap(SortedMap<K, V>, Factory<V>) - Static method in class org.apache.commons.collections.MapUtils
Returns a "lazy" sorted map whose values will be created on demand.
LinkedMap<K,V> - Class in org.apache.commons.collections.map
A Map implementation that maintains the order of the entries.
LinkedMap() - Constructor for class org.apache.commons.collections.map.LinkedMap
Constructs a new empty map with default size and load factor.
LinkedMap(int) - Constructor for class org.apache.commons.collections.map.LinkedMap
Constructs a new, empty map with the specified initial capacity.
LinkedMap(int, float) - Constructor for class org.apache.commons.collections.map.LinkedMap
Constructs a new, empty map with the specified initial capacity and load factor.
LinkedMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections.map.LinkedMap
Constructor copying elements from another map.
list - Variable in class org.apache.commons.collections.FastArrayList
The underlying list we are managing.
listIterator() - Method in class org.apache.commons.collections.FastArrayList
Return an iterator of the elements of this list, in proper sequence.
listIterator(int) - Method in class org.apache.commons.collections.FastArrayList
Return an iterator of the elements of this list, in proper sequence, starting at the specified position.
listIterator(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
listIterator() - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
listIterator(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
listIterator() - Method in class org.apache.commons.collections.list.AbstractListDecorator
 
listIterator(int) - Method in class org.apache.commons.collections.list.AbstractListDecorator
 
listIterator() - Method in class org.apache.commons.collections.list.CursorableLinkedList
Returns a cursor iterator that allows changes to the underlying list in parallel.
listIterator(int) - Method in class org.apache.commons.collections.list.CursorableLinkedList
Returns a cursor iterator that allows changes to the underlying list in parallel.
listIterator() - Method in class org.apache.commons.collections.list.FixedSizeList
 
listIterator(int) - Method in class org.apache.commons.collections.list.FixedSizeList
 
listIterator() - Method in class org.apache.commons.collections.list.PredicatedList
 
listIterator(int) - Method in class org.apache.commons.collections.list.PredicatedList
 
listIterator() - Method in class org.apache.commons.collections.list.SetUniqueList
 
listIterator(int) - Method in class org.apache.commons.collections.list.SetUniqueList
 
listIterator() - Method in class org.apache.commons.collections.list.SynchronizedList
Iterators must be manually synchronized.
listIterator(int) - Method in class org.apache.commons.collections.list.SynchronizedList
Iterators must be manually synchronized.
listIterator() - Method in class org.apache.commons.collections.list.TransformedList
 
listIterator(int) - Method in class org.apache.commons.collections.list.TransformedList
 
listIterator() - Method in class org.apache.commons.collections.list.TreeList
Gets a ListIterator over the list.
listIterator(int) - Method in class org.apache.commons.collections.list.TreeList
Gets a ListIterator over the list.
listIterator() - Method in class org.apache.commons.collections.list.UnmodifiableList
 
listIterator(int) - Method in class org.apache.commons.collections.list.UnmodifiableList
 
ListIteratorWrapper<E> - Class in org.apache.commons.collections.iterators
As the wrapped Iterator is traversed, ListIteratorWrapper builds a LinkedList of its values, permitting all required operations of ListIterator.
ListIteratorWrapper(Iterator<E>) - Constructor for class org.apache.commons.collections.iterators.ListIteratorWrapper
Constructs a new ListIteratorWrapper that will wrap the given iterator.
ListOrderedMap<K,V> - Class in org.apache.commons.collections.map
Decorates a Map to ensure that the order of addition is retained using a List to maintain order.
ListOrderedMap() - Constructor for class org.apache.commons.collections.map.ListOrderedMap
Constructs a new empty ListOrderedMap that decorates a HashMap.
ListOrderedMap(Map<K, V>) - Constructor for class org.apache.commons.collections.map.ListOrderedMap
Constructor that wraps (not copies).
ListOrderedSet<E> - Class in org.apache.commons.collections.set
Decorates another Set to ensure that the order of addition is retained and used by the iterator.
ListOrderedSet() - Constructor for class org.apache.commons.collections.set.ListOrderedSet
Constructs a new empty ListOrderedSet using a HashSet and an ArrayList internally.
ListOrderedSet(Set<E>) - Constructor for class org.apache.commons.collections.set.ListOrderedSet
Constructor that wraps (not copies).
ListOrderedSet(Set<E>, List<E>) - Constructor for class org.apache.commons.collections.set.ListOrderedSet
Constructor that wraps (not copies) the Set and specifies the list to use.
ListUtils - Class in org.apache.commons.collections
Provides utility methods and decorators for List instances.
ListUtils() - Constructor for class org.apache.commons.collections.ListUtils
ListUtils should not normally be instantiated.
load(InputStream) - Method in class org.apache.commons.collections.ExtendedProperties
Load the properties from the given input stream.
load(InputStream, String) - Method in class org.apache.commons.collections.ExtendedProperties
Load the properties from the given input stream and using the specified encoding.
loadFactor - Variable in class org.apache.commons.collections.map.AbstractHashedMap
Load factor, normally 0.75
lock - Variable in class org.apache.commons.collections.collection.SynchronizedCollection
The object to lock on, needed for List/SortedSet views
logInfo(Exception) - Method in class org.apache.commons.collections.BeanMap
Logs the given exception to System.out.
logInfo(Exception) - Static method in class org.apache.commons.collections.MapUtils
Logs the given exception to System.out.
logWarn(Exception) - Method in class org.apache.commons.collections.BeanMap
Logs the given exception to System.err.
LoopingIterator<E> - Class in org.apache.commons.collections.iterators
An Iterator that restarts when it reaches the end.
LoopingIterator(Collection<E>) - Constructor for class org.apache.commons.collections.iterators.LoopingIterator
Constructor that wraps a collection.
loopingIterator(Collection<E>) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that loops continuously over the supplied collection.
LRUMap<K,V> - Class in org.apache.commons.collections.map
A Map implementation with a fixed maximum size which removes the least recently used entry if an entry is added when full.
LRUMap() - Constructor for class org.apache.commons.collections.map.LRUMap
Constructs a new empty map with a maximum size of 100.
LRUMap(int) - Constructor for class org.apache.commons.collections.map.LRUMap
Constructs a new, empty map with the specified maximum size.
LRUMap(int, boolean) - Constructor for class org.apache.commons.collections.map.LRUMap
Constructs a new, empty map with the specified maximum size.
LRUMap(int, float) - Constructor for class org.apache.commons.collections.map.LRUMap
Constructs a new, empty map with the specified initial capacity and load factor.
LRUMap(int, float, boolean) - Constructor for class org.apache.commons.collections.map.LRUMap
Constructs a new, empty map with the specified initial capacity and load factor.
LRUMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections.map.LRUMap
Constructor copying elements from another map.
LRUMap(Map<? extends K, ? extends V>, boolean) - Constructor for class org.apache.commons.collections.map.LRUMap
Constructor copying elements from another map.

M

map - Variable in class org.apache.commons.collections.FastHashMap
The underlying map we are managing.
map - Variable in class org.apache.commons.collections.FastTreeMap
The underlying map we are managing.
map - Variable in class org.apache.commons.collections.map.AbstractMapDecorator
The map to decorate
map - Variable in class org.apache.commons.collections.map.MultiKeyMap
The decorated map
map - Variable in class org.apache.commons.collections.set.MapBackedSet
The map being used as the backing store
MapBackedSet<K,V> - Class in org.apache.commons.collections.set
Decorates a Map to obtain Set behaviour.
mapIterator() - Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
 
mapIterator() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Obtains a MapIterator over the map.
mapIterator() - Method in interface org.apache.commons.collections.BidiMap
Obtains a MapIterator over the map.
mapIterator() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Gets an iterator over the map entries.
mapIterator() - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
 
mapIterator() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
 
mapIterator() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
mapIterator() - Method in interface org.apache.commons.collections.IterableMap
Obtains a MapIterator over the map.
mapIterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets an iterator over the map.
mapIterator() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Gets an iterator over the map.
mapIterator() - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
 
mapIterator() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Gets a MapIterator over the reference map.
mapIterator() - Method in class org.apache.commons.collections.map.Flat3Map
Gets an iterator over the map.
mapIterator() - Method in class org.apache.commons.collections.map.ListOrderedMap
 
mapIterator() - Method in class org.apache.commons.collections.map.MultiKeyMap
 
mapIterator() - Method in class org.apache.commons.collections.map.SingletonMap
Gets an iterator over the map.
mapIterator() - Method in class org.apache.commons.collections.map.UnmodifiableMap
 
mapIterator() - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
 
MapIterator<K,V> - Interface in org.apache.commons.collections
Defines an iterator that operates over a Map.
MapTransformer<I,O> - Class in org.apache.commons.collections.functors
Transformer implementation that returns the value held in a specified map using the input parameter as a key.
mapTransformer(Map<I, O>) - Static method in class org.apache.commons.collections.TransformerUtils
Creates a Transformer that uses the passed in Map to transform the input object (as a simple lookup).
MapUtils - Class in org.apache.commons.collections
Provides utility methods and decorators for Map and SortedMap instances.
MapUtils() - Constructor for class org.apache.commons.collections.MapUtils
MapUtils should not normally be instantiated.
max(T, T, Comparator<T>) - Static method in class org.apache.commons.collections.ComparatorUtils
Returns the larger of the given objects according to the given comparator, returning the second object if the comparator returns equal.
MAXIMUM_CAPACITY - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
The maximum capacity allowed
maximumCacheSize - Variable in class org.apache.commons.collections.list.NodeCachingLinkedList
The maximum size of the cache.
maxSize() - Method in interface org.apache.commons.collections.BoundedCollection
Gets the maximum size of the collection (the bound).
maxSize() - Method in interface org.apache.commons.collections.BoundedMap
Gets the maximum size of the map (the bound).
maxSize() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
Gets the maximum size of the collection (the bound).
maxSize() - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
 
maxSize(Collection) - Static method in class org.apache.commons.collections.CollectionUtils
Get the maximum number of elements that the Collection can contain.
maxSize() - Method in class org.apache.commons.collections.list.FixedSizeList
 
maxSize() - Method in class org.apache.commons.collections.map.FixedSizeMap
 
maxSize() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
 
maxSize() - Method in class org.apache.commons.collections.map.LRUMap
Gets the maximum size of the map (the bound).
maxSize() - Method in class org.apache.commons.collections.map.SingletonMap
Gets the maximum size of the map, always 1.
min(T, T, Comparator<T>) - Static method in class org.apache.commons.collections.ComparatorUtils
Returns the smaller of the given objects according to the given comparator, returning the second object if the comparator returns equal.
modCount - Variable in class org.apache.commons.collections.list.AbstractLinkedList
Modification count for iterators
modCount - Variable in class org.apache.commons.collections.map.AbstractHashedMap
Modification count for iterators
moveToMRU(AbstractLinkedMap.LinkEntry<K, V>) - Method in class org.apache.commons.collections.map.LRUMap
Moves an entry to the MRU position at the end of the list.
MultiHashMap<K,V> - Class in org.apache.commons.collections
MultiHashMap is the default implementation of the MultiMap interface.
MultiHashMap() - Constructor for class org.apache.commons.collections.MultiHashMap
Constructor.
MultiHashMap(int) - Constructor for class org.apache.commons.collections.MultiHashMap
Constructor.
MultiHashMap(int, float) - Constructor for class org.apache.commons.collections.MultiHashMap
Constructor.
MultiHashMap(Map<K, V>) - Constructor for class org.apache.commons.collections.MultiHashMap
Constructor that copies the input map creating an independent copy.
MultiKey<K> - Class in org.apache.commons.collections.keyvalue
A MultiKey allows multiple map keys to be merged together.
MultiKey(K...) - Constructor for class org.apache.commons.collections.keyvalue.MultiKey
Constructor taking two keys.
MultiKey(K[], boolean) - Constructor for class org.apache.commons.collections.keyvalue.MultiKey
Constructor taking an array of keys, optionally choosing whether to clone.
MultiKeyMap<K,V> - Class in org.apache.commons.collections.map
A Map implementation that uses multiple keys to map the value.
MultiKeyMap() - Constructor for class org.apache.commons.collections.map.MultiKeyMap
Constructs a new MultiKeyMap that decorates a HashedMap.
MultiKeyMap(AbstractHashedMap<MultiKey<K>, V>) - Constructor for class org.apache.commons.collections.map.MultiKeyMap
Constructor that decorates the specified map and is called from MultiKeyMap.decorate(AbstractHashedMap).
MultiMap<K,V> - Interface in org.apache.commons.collections
Defines a map that holds a collection of values against each key.
mutator - Variable in class org.apache.commons.collections.collection.CompositeCollection
CollectionMutator to handle changes to the collection

N

NATURAL_COMPARATOR - Static variable in class org.apache.commons.collections.ComparatorUtils
Comparator for natural sort order.
naturalComparator() - Static method in class org.apache.commons.collections.ComparatorUtils
Gets a comparator that uses the natural order of the objects.
neitherPredicate(Predicate<? super T>, Predicate<? super T>) - Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if neither of the specified predicates are true.
next() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
 
next() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
 
next() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
 
next() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
 
next() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
 
next() - Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator
 
next() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
 
next() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
 
next() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
 
next() - Method in class org.apache.commons.collections.iterators.ArrayIterator
Returns the next element in the array.
next() - Method in class org.apache.commons.collections.iterators.ArrayListIterator
Gets the next element from the array.
next() - Method in class org.apache.commons.collections.iterators.CollatingIterator
Returns the next ordered element from a child iterator.
next() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
Gets the next key from the Map.
next() - Method in class org.apache.commons.collections.iterators.EnumerationIterator
Returns the next object from the enumeration.
next() - Method in class org.apache.commons.collections.iterators.FilterIterator
Returns the next object that matches the predicate.
next() - Method in class org.apache.commons.collections.iterators.FilterListIterator
 
next() - Method in class org.apache.commons.collections.iterators.IteratorChain
Returns the next Object of the current Iterator
next() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
Returns the next element from the iterator.
next() - Method in class org.apache.commons.collections.iterators.LoopingIterator
Returns the next object in the collection.
next() - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
Returns the next element in the array.
next() - Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
Gets the next element from the array.
next() - Method in class org.apache.commons.collections.iterators.ObjectGraphIterator
Gets the next element of the iteration.
next() - Method in class org.apache.commons.collections.iterators.SingletonIterator
Get the next object from the iterator.
next() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
Get the next object from the iterator.
next() - Method in class org.apache.commons.collections.iterators.TransformIterator
Gets the next object from the iteration, transforming it using the current transformer.
next() - Method in class org.apache.commons.collections.iterators.UnmodifiableIterator
 
next() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
 
next() - Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
 
next() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
 
next - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
The node that will be returned by AbstractLinkedList.LinkedListIterator.next().
next() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
 
next - Variable in class org.apache.commons.collections.list.AbstractLinkedList.Node
A pointer to the node after this node
next() - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator
 
next - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
The next entry in the hash chain
next - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
The next entry
next() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
 
next() - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator
 
next() - Method in class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator
 
next() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
 
next() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator
 
next - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
The next entry
next() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
 
next() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator
 
next() - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
Gets the next entry in the bucket.
next() - Method in interface org.apache.commons.collections.MapIterator
Gets the next key from the Map.
nextElement() - Method in class org.apache.commons.collections.iterators.IteratorEnumeration
Returns the next element from the underlying iterator.
nextEntry() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
 
nextEntry() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
 
nextIndex() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
 
nextIndex() - Method in class org.apache.commons.collections.iterators.ArrayListIterator
Gets the next index to be retrieved.
nextIndex() - Method in class org.apache.commons.collections.iterators.FilterListIterator
 
nextIndex() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
Returns in the index of the next element.
nextIndex() - Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
Gets the next index to be retrieved.
nextIndex() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextIndex() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
 
nextIndex - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
The index of AbstractLinkedList.LinkedListIterator.next.
nextIndex() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
 
nextIndex() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
 
nextIndex() - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
Gets the index of the next element to be returned.
nextKey(K) - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
 
nextKey(K) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
 
nextKey(K) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Gets the next key after the one specified.
nextKey(K) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Gets the next key in sequence.
nextKey(K) - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
 
nextKey(K) - Method in class org.apache.commons.collections.map.ListOrderedMap
Gets the next key to the one specified using insert order.
nextKey(K) - Method in class org.apache.commons.collections.map.SingletonMap
Gets the next key after the key specified, always null.
nextKey(K) - Method in interface org.apache.commons.collections.OrderedMap
Gets the next key after the one specified.
NO_ARG_INSTANCE - Static variable in class org.apache.commons.collections.functors.InstantiateTransformer
Singleton instance that uses the no arg constructor
NO_NEXT_ENTRY - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
 
NO_PREVIOUS_ENTRY - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
 
NodeCachingLinkedList<E> - Class in org.apache.commons.collections.list
A List implementation that stores a cache of internal Node objects in an effort to reduce wasteful object creation.
NodeCachingLinkedList() - Constructor for class org.apache.commons.collections.list.NodeCachingLinkedList
Constructor that creates.
NodeCachingLinkedList(Collection<E>) - Constructor for class org.apache.commons.collections.list.NodeCachingLinkedList
Constructor that copies the specified collection
NodeCachingLinkedList(int) - Constructor for class org.apache.commons.collections.list.NodeCachingLinkedList
Constructor that species the maximum cache size.
nodeChanged(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
Handle event from the list when a node has changed.
nodeInserted(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
Handle event from the list when a node has been added.
nodeRemoved(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
Handle event from the list when a node has been removed.
NonePredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if none of the predicates return true.
NonePredicate(Predicate[]) - Constructor for class org.apache.commons.collections.functors.NonePredicate
Constructor that performs no validation.
nonePredicate(Predicate<? super T>[]) - Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if none of the specified predicates are true.
nonePredicate(Collection<Predicate<? super T>>) - Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if none of the specified predicates are true.
nopClosure() - Static method in class org.apache.commons.collections.ClosureUtils
Gets a Closure that will do nothing.
NOPClosure<T> - Class in org.apache.commons.collections.functors
Closure implementation that does nothing.
NOPTransformer<I> - Class in org.apache.commons.collections.functors
Transformer implementation that does nothing.
nopTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
Gets a transformer that returns the input object.
NotNullPredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if the input is not null.
notNullPredicate() - Static method in class org.apache.commons.collections.PredicateUtils
Gets a Predicate that checks if the input object passed in is not null.
NotPredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns the opposite of the decorated predicate.
NotPredicate(Predicate<T>) - Constructor for class org.apache.commons.collections.functors.NotPredicate
Constructor that performs no validation.
notPredicate(Predicate<T>) - Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if the specified predicate returns false and vice versa.
NULL - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
An object for masking null
NULL_ARGUMENTS - Static variable in class org.apache.commons.collections.BeanMap
An empty array.
NULL_INSTANCE - Static variable in class org.apache.commons.collections.functors.ConstantFactory
Returns null each time
NULL_INSTANCE - Static variable in class org.apache.commons.collections.functors.ConstantTransformer
Returns null each time
NullComparator<T> - Class in org.apache.commons.collections.comparators
A Comparator that will compare nulls to be either lower or higher than other objects.
NullComparator(Comparator<T>) - Constructor for class org.apache.commons.collections.comparators.NullComparator
Construct an instance that sorts null higher than any non-null object it is compared with.
NullComparator(Comparator<T>, boolean) - Constructor for class org.apache.commons.collections.comparators.NullComparator
Construct an instance that sorts null higher or lower than any non-null object it is compared with.
nullFactory() - Static method in class org.apache.commons.collections.FactoryUtils
Gets a Factory that will return null each time the factory is used.
nullHighComparator(Comparator<T>) - Static method in class org.apache.commons.collections.ComparatorUtils
Gets a Comparator that controls the comparison of null values.
NullIsExceptionPredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that throws an exception if the input is null.
NullIsExceptionPredicate(Predicate<T>) - Constructor for class org.apache.commons.collections.functors.NullIsExceptionPredicate
Constructor that performs no validation.
nullIsExceptionPredicate(Predicate<T>) - Static method in class org.apache.commons.collections.PredicateUtils
Gets a Predicate that throws an exception if the input object is null, otherwise it calls the specified Predicate.
NullIsFalsePredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns false if the input is null.
NullIsFalsePredicate(Predicate<T>) - Constructor for class org.apache.commons.collections.functors.NullIsFalsePredicate
Constructor that performs no validation.
nullIsFalsePredicate(Predicate<T>) - Static method in class org.apache.commons.collections.PredicateUtils
Gets a Predicate that returns false if the input object is null, otherwise it calls the specified Predicate.
NullIsTruePredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if the input is null.
NullIsTruePredicate(Predicate<T>) - Constructor for class org.apache.commons.collections.functors.NullIsTruePredicate
Constructor that performs no validation.
nullIsTruePredicate(Predicate<T>) - Static method in class org.apache.commons.collections.PredicateUtils
Gets a Predicate that returns true if the input object is null, otherwise it calls the specified Predicate.
nullLowComparator(Comparator<T>) - Static method in class org.apache.commons.collections.ComparatorUtils
Gets a Comparator that controls the comparison of null values.
NullPredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if the input is null.
nullPredicate() - Static method in class org.apache.commons.collections.PredicateUtils
Gets a Predicate that checks if the input object passed in is null.
nullTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
Gets a transformer that always returns null.

O

ObjectArrayIterator<E> - Class in org.apache.commons.collections.iterators
An Iterator over an array of objects.
ObjectArrayIterator() - Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator
Constructor for use with setArray.
ObjectArrayIterator(E[]) - Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator
Constructs an ObjectArrayIterator that will iterate over the values in the specified array.
ObjectArrayIterator(E[], int) - Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator
Constructs an ObjectArrayIterator that will iterate over the values in the specified array from a specific start index.
ObjectArrayIterator(E[], int, int) - Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator
Construct an ObjectArrayIterator that will iterate over a range of values in the specified array.
ObjectArrayListIterator<E> - Class in org.apache.commons.collections.iterators
Implements a ListIterator over an array of objects.
ObjectArrayListIterator() - Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator
Constructor for use with setArray.
ObjectArrayListIterator(E[]) - Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator
Constructs an ObjectArrayListIterator that will iterate over the values in the specified array.
ObjectArrayListIterator(E[], int) - Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator
Constructs an ObjectArrayListIterator that will iterate over the values in the specified array from a specific start index.
ObjectArrayListIterator(E[], int, int) - Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator
Construct an ObjectArrayListIterator that will iterate over a range of values in the specified array.
ObjectGraphIterator - Class in org.apache.commons.collections.iterators
An Iterator that can traverse multiple iterators down an object graph.
ObjectGraphIterator(Object, Transformer) - Constructor for class org.apache.commons.collections.iterators.ObjectGraphIterator
Constructs an ObjectGraphIterator using a root object and transformer.
ObjectGraphIterator(Iterator) - Constructor for class org.apache.commons.collections.iterators.ObjectGraphIterator
Constructs a ObjectGraphIterator that will handle an iterator of iterators.
objectGraphIterator(Object, Transformer) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that operates over an object graph.
OnePredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if only one of the predicates return true.
OnePredicate(Predicate<? super T>[]) - Constructor for class org.apache.commons.collections.functors.OnePredicate
Constructor that performs no validation.
onePredicate(Predicate<? super T>[]) - Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if only one of the specified predicates are true.
onePredicate(Collection<Predicate<? super T>>) - Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if only one of the specified predicates are true.
OrderedBidiMap<K,V> - Interface in org.apache.commons.collections
Defines a map that allows bidirectional lookup between key and values and retains and provides access to an ordering.
OrderedIterator<E> - Interface in org.apache.commons.collections
Defines an iterator that operates over a ordered collections.
orderedMap(Map<K, V>) - Static method in class org.apache.commons.collections.MapUtils
Returns a map that maintains the order of keys that are added backed by the given map.
OrderedMap<K,V> - Interface in org.apache.commons.collections
Defines a map that maintains order and allows both forward and backward iteration through that order.
orderedMapIterator() - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
 
orderedMapIterator() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
Obtains an ordered map iterator.
orderedMapIterator() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Gets an ordered iterator over the map entries.
orderedMapIterator() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
 
orderedMapIterator() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
orderedMapIterator() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Gets a bidirectional iterator over the map.
orderedMapIterator() - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
 
orderedMapIterator() - Method in class org.apache.commons.collections.map.ListOrderedMap
 
orderedMapIterator() - Method in class org.apache.commons.collections.map.SingletonMap
Obtains an OrderedMapIterator over the map.
orderedMapIterator() - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
 
orderedMapIterator() - Method in interface org.apache.commons.collections.OrderedMap
Obtains an OrderedMapIterator over the map.
OrderedMapIterator<K,V> - Interface in org.apache.commons.collections
Defines an iterator that operates over an ordered Map.
orderedSet(Set<E>) - Static method in class org.apache.commons.collections.SetUtils
Returns a set that maintains the order of elements that are added backed by the given set.
orderingBits - Variable in class org.apache.commons.collections.comparators.ComparatorChain
Order - false (clear) = ascend; true (set) = descend.
org.apache.commons.collections - package org.apache.commons.collections
This package contains the interfaces and utilities shared across all the subpackages of this component.
org.apache.commons.collections.bag - package org.apache.commons.collections.bag
This package contains implementations of the Bag and SortedBag interfaces.
org.apache.commons.collections.bidimap - package org.apache.commons.collections.bidimap
This package contains implementations of the BidiMap, OrderedBidiMap and SortedBidiMap interfaces.
org.apache.commons.collections.buffer - package org.apache.commons.collections.buffer
This package contains implementations of the Buffer interface.
org.apache.commons.collections.collection - package org.apache.commons.collections.collection
This package contains implementations of the Collection interface.
org.apache.commons.collections.comparators - package org.apache.commons.collections.comparators
This package contains implementations of the Comparator interface.
org.apache.commons.collections.functors - package org.apache.commons.collections.functors
This package contains implementations of the Closure, Predicate, Transformer and Factory interfaces.
org.apache.commons.collections.iterators - package org.apache.commons.collections.iterators
This package contains implementations of the Iterator interface.
org.apache.commons.collections.keyvalue - package org.apache.commons.collections.keyvalue
This package contains implementations of collection and map related key/value classes.
org.apache.commons.collections.list - package org.apache.commons.collections.list
This package contains implementations of the List interface.
org.apache.commons.collections.map - package org.apache.commons.collections.map
This package contains implementations of the Map, IterableMap, OrderedMap and SortedMap interfaces.
org.apache.commons.collections.set - package org.apache.commons.collections.set
This package contains implementations of the Set and SortedSet interfaces.
OrPredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns true if either of the predicates return true.
OrPredicate(Predicate<? super T>, Predicate<? super T>) - Constructor for class org.apache.commons.collections.functors.OrPredicate
Constructor that performs no validation.
orPredicate(Predicate<? super T>, Predicate<? super T>) - Static method in class org.apache.commons.collections.PredicateUtils
Create a new Predicate that returns true if either of the specified predicates are true.

P

parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
The parent map
parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
The parent map
parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
The parent map
parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry
The parent map
parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
The parent map
parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
The parent map
parent - Variable in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
The parent map
parent - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
The parent list
parent - Variable in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
The parent map
parent - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
The parent map
parent - Variable in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
The parent map
parent - Variable in class org.apache.commons.collections.map.AbstractHashedMap.Values
The parent map
parent - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
The parent map
parent - Variable in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
The parent map
peek() - Method in class org.apache.commons.collections.ArrayStack
Returns the top item off of this stack without removing it.
peek(int) - Method in class org.apache.commons.collections.ArrayStack
Returns the n'th item down (zero-relative) from the top of this stack without removing it.
percolateDownMaxHeap(int) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Percolates element down heap from the position given by the index.
percolateDownMinHeap(int) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Percolates element down heap from the position given by the index.
percolateUpMaxHeap(int) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Percolates element up heap from from the position given by the index.
percolateUpMaxHeap(E) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Percolates a new element up heap from the bottom.
percolateUpMinHeap(int) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Percolates element up heap from the position given by the index.
percolateUpMinHeap(E) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Percolates a new element up heap from the bottom.
pop() - Method in class org.apache.commons.collections.ArrayStack
Pops the top item off of this stack and return it.
predicate - Variable in class org.apache.commons.collections.collection.PredicatedCollection
The predicate to use
Predicate<T> - Interface in org.apache.commons.collections
Defines a functor interface implemented by classes that perform a predicate test on an object.
PredicatedBag<E> - Class in org.apache.commons.collections.bag
Decorates another Bag to validate that additions match a specified predicate.
PredicatedBag(Bag<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections.bag.PredicatedBag
Constructor that wraps (not copies).
predicatedBag(Bag<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections.BagUtils
Returns a predicated (validating) bag backed by the given bag.
PredicatedBuffer<E> - Class in org.apache.commons.collections.buffer
Decorates another Buffer to validate that additions match a specified predicate.
PredicatedBuffer(Buffer<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections.buffer.PredicatedBuffer
Constructor that wraps (not copies).
predicatedBuffer(Buffer<E>, Predicate<E>) - Static method in class org.apache.commons.collections.BufferUtils
Returns a predicated (validating) buffer backed by the given buffer.
PredicatedCollection<E> - Class in org.apache.commons.collections.collection
Decorates another Collection to validate that additions match a specified predicate.
PredicatedCollection(Collection<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections.collection.PredicatedCollection
Constructor that wraps (not copies).
predicatedCollection(Collection<E>, Predicate<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Returns a predicated (validating) collection backed by the given collection.
PredicateDecorator<T> - Interface in org.apache.commons.collections.functors
Defines a predicate that decorates one or more other predicates.
PredicatedList<E> - Class in org.apache.commons.collections.list
Decorates another List to validate that all additions match a specified predicate.
PredicatedList(List<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections.list.PredicatedList
Constructor that wraps (not copies).
predicatedList(List<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections.ListUtils
Returns a predicated (validating) list backed by the given list.
PredicatedList.PredicatedListIterator - Class in org.apache.commons.collections.list
Inner class Iterator for the PredicatedList
PredicatedList.PredicatedListIterator(ListIterator<E>) - Constructor for class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator
 
PredicatedMap<K,V> - Class in org.apache.commons.collections.map
Decorates another Map to validate that additions match a specified predicate.
PredicatedMap(Map<K, V>, Predicate<? super K>, Predicate<? super V>) - Constructor for class org.apache.commons.collections.map.PredicatedMap
Constructor that wraps (not copies).
predicatedMap(Map<K, V>, Predicate<? super K>, Predicate<? super V>) - Static method in class org.apache.commons.collections.MapUtils
Returns a predicated (validating) map backed by the given map.
PredicatedSet<E> - Class in org.apache.commons.collections.set
Decorates another Set to validate that all additions match a specified predicate.
PredicatedSet(Set<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections.set.PredicatedSet
Constructor that wraps (not copies).
predicatedSet(Set<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections.SetUtils
Returns a predicated (validating) set backed by the given set.
PredicatedSortedBag<E> - Class in org.apache.commons.collections.bag
Decorates another SortedBag to validate that additions match a specified predicate.
PredicatedSortedBag(SortedBag<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections.bag.PredicatedSortedBag
Constructor that wraps (not copies).
predicatedSortedBag(SortedBag<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections.BagUtils
Returns a predicated (validating) sorted bag backed by the given sorted bag.
PredicatedSortedMap<K,V> - Class in org.apache.commons.collections.map
Decorates another SortedMap to validate that additions match a specified predicate.
PredicatedSortedMap(SortedMap<K, V>, Predicate<? super K>, Predicate<? super V>) - Constructor for class org.apache.commons.collections.map.PredicatedSortedMap
Constructor that wraps (not copies).
predicatedSortedMap(SortedMap<K, V>, Predicate<? super K>, Predicate<? super V>) - Static method in class org.apache.commons.collections.MapUtils
Returns a predicated (validating) sorted map backed by the given map.
PredicatedSortedSet<E> - Class in org.apache.commons.collections.set
Decorates another SortedSet to validate that all additions match a specified predicate.
PredicatedSortedSet(SortedSet<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections.set.PredicatedSortedSet
Constructor that wraps (not copies).
predicatedSortedSet(SortedSet<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections.SetUtils
Returns a predicated (validating) sorted set backed by the given sorted set.
PredicateTransformer<T> - Class in org.apache.commons.collections.functors
Transformer implementation that calls a Predicate using the input object and then returns the input.
PredicateTransformer(Predicate<T>) - Constructor for class org.apache.commons.collections.functors.PredicateTransformer
Constructor that performs no validation.
PredicateUtils - Class in org.apache.commons.collections
PredicateUtils provides reference implementations and utilities for the Predicate functor interface.
PredicateUtils() - Constructor for class org.apache.commons.collections.PredicateUtils
This class is not normally instantiated.
previous() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
 
previous() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
 
previous() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
 
previous() - Method in class org.apache.commons.collections.iterators.ArrayListIterator
Gets the previous element from the array.
previous() - Method in class org.apache.commons.collections.iterators.FilterListIterator
 
previous() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
Returns the the previous element.
previous() - Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
Gets the previous element from the array.
previous() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
Get the previous object from the iterator.
previous() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
 
previous() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
 
previous() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
 
previous - Variable in class org.apache.commons.collections.list.AbstractLinkedList.Node
A pointer to the node before this node
previous() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
 
previous() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator
 
previous() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
 
previous() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator
 
previous() - Method in interface org.apache.commons.collections.OrderedIterator
Gets the previous element from the collection.
previous() - Method in interface org.apache.commons.collections.OrderedMapIterator
Gets the previous key from the Map.
previousEntry() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
 
previousIndex() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
 
previousIndex() - Method in class org.apache.commons.collections.iterators.ArrayListIterator
Gets the index of the item to be retrieved if ArrayListIterator.previous() is called.
previousIndex() - Method in class org.apache.commons.collections.iterators.FilterListIterator
 
previousIndex() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
Returns the index of the previous element.
previousIndex() - Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
Gets the index of the item to be retrieved if ObjectArrayListIterator.previous() is called.
previousIndex() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
Returns the index of the element that would be returned by a subsequent call to previous.
previousIndex() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
 
previousIndex() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
 
previousKey(K) - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
 
previousKey(K) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
 
previousKey(K) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Gets the previous key before the one specified.
previousKey(K) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Gets the previous key in sequence.
previousKey(K) - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
 
previousKey(K) - Method in class org.apache.commons.collections.map.ListOrderedMap
Gets the previous key to the one specified using insert order.
previousKey(K) - Method in class org.apache.commons.collections.map.SingletonMap
Gets the previous key before the key specified, always null.
previousKey(K) - Method in interface org.apache.commons.collections.OrderedMap
Gets the previous key before the one specified.
printStackTrace() - Method in exception org.apache.commons.collections.FunctorException
Prints the stack trace of this exception to the standard error stream.
printStackTrace(PrintStream) - Method in exception org.apache.commons.collections.FunctorException
Prints the stack trace of this exception to the specified stream.
printStackTrace(PrintWriter) - Method in exception org.apache.commons.collections.FunctorException
Prints the stack trace of this exception to the specified writer.
PriorityBuffer<E> - Class in org.apache.commons.collections.buffer
Binary heap implementation of Buffer that provides for removal based on Comparator ordering.
PriorityBuffer() - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
Constructs a new empty buffer that sorts in ascending order by the natural order of the objects added.
PriorityBuffer(Comparator<? super E>) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
Constructs a new empty buffer that sorts in ascending order using the specified comparator.
PriorityBuffer(boolean) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
Constructs a new empty buffer specifying the sort order and using the natural order of the objects added.
PriorityBuffer(boolean, Comparator<? super E>) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
Constructs a new empty buffer specifying the sort order and comparator.
PriorityBuffer(int) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
Constructs a new empty buffer that sorts in ascending order by the natural order of the objects added, specifying an initial capacity.
PriorityBuffer(int, Comparator<? super E>) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
Constructs a new empty buffer that sorts in ascending order using the specified comparator and initial capacity.
PriorityBuffer(int, boolean) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
Constructs a new empty buffer that specifying initial capacity and sort order, using the natural order of the objects added.
PriorityBuffer(int, boolean, Comparator<? super E>) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
Constructs a new empty buffer that specifying initial capacity, sort order and comparator.
prototypeFactory(T) - Static method in class org.apache.commons.collections.FactoryUtils
Creates a Factory that will return a clone of the same prototype object each time the factory is used.
PrototypeFactory<T> - Class in org.apache.commons.collections.functors
Factory implementation that creates a new instance each time based on a prototype.
purge() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Purges stale mappings from this map.
purge(Reference) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Purges the specified reference.
purgeBeforeRead() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Purges stale mappings from this map before read operations.
purgeBeforeWrite() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Purges stale mappings from this map before write operations.
purgeValues - Variable in class org.apache.commons.collections.map.AbstractReferenceMap
Should the value be automatically purged when the associated key has been collected?
push(E) - Method in class org.apache.commons.collections.ArrayStack
Pushes a new item onto the top of this stack.
put(String, Object) - Method in class org.apache.commons.collections.BeanMap
Sets the bean property with the given name to the given value.
put(K, V) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
put(K, V) - Method in interface org.apache.commons.collections.BidiMap
Puts the key-value pair into the map, replacing any previous pair.
put(K, V) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Puts the key-value pair into the map, replacing any previous pair.
put(K, V) - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
 
put(K, V) - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
 
put(K, V) - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
put(K, V) - Method in class org.apache.commons.collections.FastHashMap
Associate the specified value with the specified key in this map.
put(K, V) - Method in class org.apache.commons.collections.FastTreeMap
Associate the specified value with the specified key in this map.
put(K, V) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Puts a key-value mapping into this map.
put(K, V) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
 
put(K, V) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Puts a key-value mapping into this map.
put(String, V) - Method in class org.apache.commons.collections.map.CaseInsensitiveMap
 
put(CompositeMap<K, V>, Map[], K, V) - Method in interface org.apache.commons.collections.map.CompositeMap.MapMutator
Called when the CompositeMap.put() method is invoked.
put(K, V) - Method in class org.apache.commons.collections.map.CompositeMap
Associates the specified value with the specified key in this map (optional operation).
put(K, V) - Method in class org.apache.commons.collections.map.FixedSizeMap
 
put(K, V) - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
 
put(K, V) - Method in class org.apache.commons.collections.map.Flat3Map
Puts a key-value mapping into this map.
put(K, V) - Method in class org.apache.commons.collections.map.ListOrderedMap
 
put(K, K, V) - Method in class org.apache.commons.collections.map.MultiKeyMap
For backwards compatibility, makes a call to the new varargs MultiKeyMap.putMultiKey(V, K...)
put(K, K, K, V) - Method in class org.apache.commons.collections.map.MultiKeyMap
For backwards compatibility, makes a call to the new varargs MultiKeyMap.putMultiKey(V, K...)
put(K, K, K, K, V) - Method in class org.apache.commons.collections.map.MultiKeyMap
For backwards compatibility, makes a call to the new varargs MultiKeyMap.putMultiKey(V, K...)
put(K, K, K, K, K, V) - Method in class org.apache.commons.collections.map.MultiKeyMap
For backwards compatibility, makes a call to the new varargs MultiKeyMap.putMultiKey(V, K...)
put(MultiKey<K>, V) - Method in class org.apache.commons.collections.map.MultiKeyMap
Puts the key and value into the map, where the key must be a non-null MultiKey object.
put(K, V) - Method in class org.apache.commons.collections.map.PredicatedMap
 
put(K, V) - Method in class org.apache.commons.collections.map.SingletonMap
Puts a key-value mapping into this map where the key must match the existing key.
put(K, V) - Method in class org.apache.commons.collections.map.StaticBucketMap
Puts a new key value mapping into the map.
put(Object, Object) - Method in class org.apache.commons.collections.map.TransformedMap
 
put(K, V) - Method in class org.apache.commons.collections.map.UnmodifiableMap
 
put(K, V) - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
 
put(K, V) - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
 
put(Object, Object) - Method in class org.apache.commons.collections.MultiHashMap
Adds the value to the collection associated with the specified key.
put(Object, Object) - Method in interface org.apache.commons.collections.MultiMap
Adds the value to the collection associated with the specified key.
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Puts all the mappings from the specified map into this map.
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.FastHashMap
Copy all of the mappings from the specified map to this one, replacing any mappings with the same keys.
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.FastTreeMap
Copy all of the mappings from the specified map to this one, replacing any mappings with the same keys.
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Puts all the values from the specified map into this map.
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
 
putAll(Map<? extends String, ? extends V>) - Method in class org.apache.commons.collections.map.CaseInsensitiveMap
 
putAll(CompositeMap<K, V>, Map[], Map<? extends K, ? extends V>) - Method in interface org.apache.commons.collections.map.CompositeMap.MapMutator
Called when the CompositeMap.putAll() method is invoked.
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.map.CompositeMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.map.FixedSizeMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.map.Flat3Map
Puts all the values from the specified map into this map.
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.map.ListOrderedMap
 
putAll(Map<? extends MultiKey<K>, ? extends V>) - Method in class org.apache.commons.collections.map.MultiKeyMap
Puts all the keys and values into this map.
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.map.PredicatedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.map.SingletonMap
Puts the values from the specified map into this map.
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.map.StaticBucketMap
Puts all the entries from the specified map into this map.
putAll(Map) - Method in class org.apache.commons.collections.map.TransformedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.map.UnmodifiableMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
 
putAll(K, Collection<V>) - Method in class org.apache.commons.collections.MultiHashMap
Adds a collection of values to the collection associated with the specified key.
putAllWriteable(BeanMap) - Method in class org.apache.commons.collections.BeanMap
Puts all of the writable properties from the given BeanMap into this BeanMap.
putMultiKey(V, K...) - Method in class org.apache.commons.collections.map.MultiKeyMap
Stores the value against the specified multi-key.

R

rangeCheck(int, int) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
ReferenceIdentityMap<K,V> - Class in org.apache.commons.collections.map
A Map implementation that allows mappings to be removed by the garbage collector and matches keys and values based on == not equals().
ReferenceIdentityMap() - Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
Constructs a new ReferenceIdentityMap that will use hard references to keys and soft references to values.
ReferenceIdentityMap(int, int) - Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
Constructs a new ReferenceIdentityMap that will use the specified types of references.
ReferenceIdentityMap(int, int, boolean) - Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
Constructs a new ReferenceIdentityMap that will use the specified types of references.
ReferenceIdentityMap(int, int, int, float) - Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
Constructs a new ReferenceIdentityMap with the specified reference types, load factor and initial capacity.
ReferenceIdentityMap(int, int, int, float, boolean) - Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
Constructs a new ReferenceIdentityMap with the specified reference types, load factor and initial capacity.
ReferenceMap<K,V> - Class in org.apache.commons.collections.map
A Map implementation that allows mappings to be removed by the garbage collector.
ReferenceMap() - Constructor for class org.apache.commons.collections.map.ReferenceMap
Constructs a new ReferenceMap that will use hard references to keys and soft references to values.
ReferenceMap(int, int) - Constructor for class org.apache.commons.collections.map.ReferenceMap
Constructs a new ReferenceMap that will use the specified types of references.
ReferenceMap(int, int, boolean) - Constructor for class org.apache.commons.collections.map.ReferenceMap
Constructs a new ReferenceMap that will use the specified types of references.
ReferenceMap(int, int, int, float) - Constructor for class org.apache.commons.collections.map.ReferenceMap
Constructs a new ReferenceMap with the specified reference types, load factor and initial capacity.
ReferenceMap(int, int, int, float, boolean) - Constructor for class org.apache.commons.collections.map.ReferenceMap
Constructs a new ReferenceMap with the specified reference types, load factor and initial capacity.
refKey - Variable in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
 
refValue - Variable in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
 
registerCursor(CursorableLinkedList.Cursor<E>) - Method in class org.apache.commons.collections.list.CursorableLinkedList
Registers a cursor to be notified of changes to this list.
reinitialise() - Method in class org.apache.commons.collections.BeanMap
Reinitializes this bean.
remove() - Method in class org.apache.commons.collections.ArrayStack
Removes the element on the top of the stack.
remove(E, int) - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
 
remove(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Removes all copies of the specified object from the bag.
remove(E, int) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Removes a specified number of copies of an object from the bag.
remove(E, int) - Method in class org.apache.commons.collections.bag.PredicatedBag
 
remove(Object) - Method in interface org.apache.commons.collections.Bag
(Violation) Removes all occurrences of the given object from the bag.
remove(E, int) - Method in interface org.apache.commons.collections.Bag
Removes nCopies copies of the specified object from the Bag.
remove(E, int) - Method in class org.apache.commons.collections.bag.SynchronizedBag
 
remove(Object, int) - Method in class org.apache.commons.collections.bag.TransformedBag
 
remove(Object) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
 
remove(E, int) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
 
remove(Object) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
 
remove(E, int) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
 
remove() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
 
remove(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet
 
remove() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
 
remove(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
 
remove() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
 
remove(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
remove(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
 
remove() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
 
remove() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
 
remove(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
 
remove(Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
 
remove(Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
remove() - Method in class org.apache.commons.collections.buffer.AbstractBufferDecorator
 
remove() - Method in class org.apache.commons.collections.buffer.BlockingBuffer
 
remove() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
Removes the least recently inserted element from this buffer.
remove() - Method in class org.apache.commons.collections.buffer.PredicatedBuffer
 
remove() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Gets and removes the next element (pop).
remove() - Method in interface org.apache.commons.collections.Buffer
Gets and removes the next object from the buffer.
remove() - Method in class org.apache.commons.collections.buffer.SynchronizedBuffer
 
remove() - Method in class org.apache.commons.collections.buffer.TransformedBuffer
 
remove() - Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
Removes the next object from the buffer
remove(Object) - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
 
remove() - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
 
remove(Object) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
remove(CompositeCollection<? extends E>, Collection<? extends E>[], Object) - Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator
Called when an object is to be removed to the composite.
remove(Object) - Method in class org.apache.commons.collections.collection.CompositeCollection
Removes an object from the collection, throwing UnsupportedOperationException unless a CollectionMutator strategy is specified.
remove(Object) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
remove(Object) - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
 
remove(Object) - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
 
remove(int) - Method in class org.apache.commons.collections.FastArrayList
Remove the element at the specified position in the list, and shift any subsequent elements down one position.
remove(Object) - Method in class org.apache.commons.collections.FastArrayList
Remove the first occurrence of the specified element from the list, and shift any subsequent elements down one position.
remove(Object) - Method in class org.apache.commons.collections.FastHashMap
Remove any mapping for this key, and return any previously mapped value.
remove(Object) - Method in class org.apache.commons.collections.FastTreeMap
Remove any mapping for this key, and return any previously mapped value.
remove() - Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator
 
remove() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
 
remove() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
 
remove() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
 
remove() - Method in class org.apache.commons.collections.iterators.ArrayIterator
Throws UnsupportedOperationException.
remove() - Method in class org.apache.commons.collections.iterators.CollatingIterator
Removes the last returned element from the child iterator that produced it.
remove() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
Removes the last returned key from the underlying Map.
remove() - Method in class org.apache.commons.collections.iterators.EnumerationIterator
Removes the last retrieved element if a collection is attached.
remove() - Method in class org.apache.commons.collections.iterators.FilterIterator
Removes from the underlying collection of the base iterator the last element returned by this iterator.
remove() - Method in class org.apache.commons.collections.iterators.FilterListIterator
Not supported.
remove() - Method in class org.apache.commons.collections.iterators.IteratorChain
Removes from the underlying collection the last element returned by the Iterator.
remove() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
Throws UnsupportedOperationException.
remove() - Method in class org.apache.commons.collections.iterators.LoopingIterator
Removes the previously retrieved item from the underlying collection.
remove() - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
Throws UnsupportedOperationException.
remove() - Method in class org.apache.commons.collections.iterators.ObjectGraphIterator
Removes from the underlying collection the last element returned.
remove() - Method in class org.apache.commons.collections.iterators.SingletonIterator
Remove the object from this iterator.
remove() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
Remove the object from this iterator.
remove() - Method in class org.apache.commons.collections.iterators.TransformIterator
 
remove() - Method in class org.apache.commons.collections.iterators.UnmodifiableIterator
 
remove() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
 
remove() - Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
 
remove() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
 
remove() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
 
remove(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
remove() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
 
remove(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
remove(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
remove(int) - Method in class org.apache.commons.collections.list.AbstractListDecorator
 
remove(int) - Method in class org.apache.commons.collections.list.FixedSizeList
 
remove(Object) - Method in class org.apache.commons.collections.list.FixedSizeList
 
remove(int) - Method in class org.apache.commons.collections.list.PredicatedList
 
remove(Object) - Method in class org.apache.commons.collections.list.SetUniqueList
 
remove(int) - Method in class org.apache.commons.collections.list.SetUniqueList
 
remove(int) - Method in class org.apache.commons.collections.list.SynchronizedList
 
remove(int) - Method in class org.apache.commons.collections.list.TransformedList
 
remove(int) - Method in class org.apache.commons.collections.list.TreeList
Removes the element at the specified index.
remove(Object) - Method in class org.apache.commons.collections.list.UnmodifiableList
 
remove(int) - Method in class org.apache.commons.collections.list.UnmodifiableList
 
remove(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
 
remove() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
 
remove(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
 
remove(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Removes the specified mapping from this map.
remove() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
 
remove(Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
 
remove(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Removes the specified mapping from this map.
remove(Object) - Method in class org.apache.commons.collections.map.CompositeMap
Removes the mapping for this key from this map if it is present (optional operation).
remove(Object) - Method in class org.apache.commons.collections.map.FixedSizeMap
 
remove(Object) - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
 
remove(Object) - Method in class org.apache.commons.collections.map.Flat3Map
Removes the specified mapping from this map.
remove(int) - Method in class org.apache.commons.collections.map.LinkedMap
Removes the element at the specified index.
remove(Object) - Method in class org.apache.commons.collections.map.ListOrderedMap
 
remove(int) - Method in class org.apache.commons.collections.map.ListOrderedMap
Removes the element at the specified index.
remove(K...) - Method in class org.apache.commons.collections.map.MultiKeyMap
Removes the specified multi-key from this map.
remove(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
 
remove(Object) - Method in class org.apache.commons.collections.map.SingletonMap
Unsupported operation.
remove(Object) - Method in class org.apache.commons.collections.map.StaticBucketMap
Removes the specified key from the map.
remove(Object) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
 
remove(Object) - Method in class org.apache.commons.collections.map.UnmodifiableMap
 
remove(Object) - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
 
remove(Object) - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
 
remove() - Method in interface org.apache.commons.collections.MapIterator
Removes the last returned key from the underlying Map (optional operation).
remove(K, V) - Method in class org.apache.commons.collections.MultiHashMap
Removes a specific value from map.
remove(K, V) - Method in interface org.apache.commons.collections.MultiMap
Removes a specific value from map.
remove(Object) - Method in interface org.apache.commons.collections.MultiMap
Removes all values associated with the specified key.
remove(Object) - Method in class org.apache.commons.collections.set.CompositeSet
If a CollectionMutator is defined for this CompositeSet then this method will be called anyway.
remove(Object) - Method in class org.apache.commons.collections.set.ListOrderedSet
 
remove(int) - Method in class org.apache.commons.collections.set.ListOrderedSet
 
remove(Object) - Method in class org.apache.commons.collections.set.MapBackedSet
 
remove(Object) - Method in class org.apache.commons.collections.set.UnmodifiableSet
 
remove(Object) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
 
REMOVE_INVALID - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Removes objects from the bag according to their count in the specified collection.
removeAll(Collection<?>) - Method in interface org.apache.commons.collections.Bag
(Violation) Remove all elements represented in the given collection, respecting cardinality.
removeAll(Collection<?>) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.collection.CompositeCollection
Removes the elements in the specified collection from this composite collection.
removeAll(Collection<?>) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.FastArrayList
Remove from this collection all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.list.FixedSizeList
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.list.SetUniqueList
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.list.UnmodifiableList
 
removeAll(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
Removes all mappings where the first key is that specified.
removeAll(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
Removes all mappings where the first two keys are those specified.
removeAll(Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
Removes all mappings where the first three keys are those specified.
removeAll(Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
Removes all mappings where the first four keys are those specified.
removeAll(Collection<?>) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.set.ListOrderedSet
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.set.MapBackedSet
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.set.UnmodifiableSet
 
removeAll(Collection<?>) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
 
removeAllNodes() - Method in class org.apache.commons.collections.list.AbstractLinkedList
Removes all nodes by resetting the circular list marker.
removeAllNodes() - Method in class org.apache.commons.collections.list.CursorableLinkedList
Removes all nodes by iteration.
removeAllNodes() - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
Removes all the nodes from the list, storing as many as required in the cache for reuse.
removeComposited(Collection<? extends E>) - Method in class org.apache.commons.collections.collection.CompositeCollection
Removes a collection from the those being decorated in this composite.
removeComposited(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections.map.CompositeMap
Remove a Map from the composite.
removeEntry(AbstractHashedMap.HashEntry<K, V>, int, AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Removes an entry from the chain stored in a particular index.
removeEntry(AbstractHashedMap.HashEntry<K, V>, int, AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
Removes an entry from the map and the linked list.
removeFirst() - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
removeLast() - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
removeLRU(AbstractLinkedMap.LinkEntry<K, V>) - Method in class org.apache.commons.collections.map.LRUMap
Subclass method to control removal of the least recently used entry from the map.
removeMapping(AbstractHashedMap.HashEntry<K, V>, int, AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Removes a mapping from the map.
removeNode(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Removes the specified node from the list.
removeNode(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections.list.CursorableLinkedList
Removes the specified node from the list.
removeNode(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
Removes the node from the list, storing it in the cache for reuse if the cache is not yet full.
removeValue(V) - Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
 
removeValue(V) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
removeValue(V) - Method in interface org.apache.commons.collections.BidiMap
Removes the key-value pair that is currently mapped to the specified value (optional operation).
removeValue(V) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Removes the mapping for this value from this map if present.
removeValue(V) - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
 
removeValue(V) - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
 
removeValue(V) - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
reset() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
 
reset() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
 
reset() - Method in class org.apache.commons.collections.iterators.ArrayIterator
Resets the iterator back to the start index.
reset() - Method in class org.apache.commons.collections.iterators.ArrayListIterator
Resets the iterator back to the start index.
reset() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
Resets the state of the iterator.
reset() - Method in class org.apache.commons.collections.iterators.LoopingIterator
Resets the iterator back to the start of the collection.
reset() - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
Resets the iterator back to the start index.
reset() - Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
Resets the iterator back to the start index.
reset() - Method in class org.apache.commons.collections.iterators.SingletonIterator
Reset the iterator to the start.
reset() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
Reset the iterator back to the start.
reset() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
 
reset() - Method in interface org.apache.commons.collections.ResettableIterator
Resets the iterator back to the position at which the iterator was created.
reset() - Method in interface org.apache.commons.collections.ResettableListIterator
Resets the iterator back to the position at which the iterator was created.
RESETTABLE_INSTANCE - Static variable in class org.apache.commons.collections.iterators.EmptyIterator
Singleton instance of the iterator.
RESETTABLE_INSTANCE - Static variable in class org.apache.commons.collections.iterators.EmptyListIterator
Singleton instance of the iterator.
ResettableIterator<E> - Interface in org.apache.commons.collections
Defines an iterator that can be reset back to an initial state.
ResettableListIterator<E> - Interface in org.apache.commons.collections
Defines a list iterator that can be reset back to an initial state.
resolveCollision(CompositeMap<K, V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Collection<K>) - Method in interface org.apache.commons.collections.map.CompositeMap.MapMutator
Called when adding a new Composited Map results in a key collision.
resolveCollision(CompositeSet<E>, Set<E>, Set<E>, Collection<E>) - Method in interface org.apache.commons.collections.set.CompositeSet.SetMutator

Called when a Set is added to the CompositeSet and there is a collision between existing and added sets.

retainAll(Collection<?>) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Remove any members of the bag that are not in the given bag, respecting cardinality.
retainAll(Collection<?>) - Method in interface org.apache.commons.collections.Bag
(Violation) Remove any members of the bag that are not in the given collection, respecting cardinality.
retainAll(Collection<?>) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.collection.CompositeCollection
Retains all the elements in the specified collection in this composite collection, removing all others.
retainAll(Collection<?>) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.FastArrayList
Remove from this collection all of its elements except those that are contained in the specified collection.
retainAll(Collection<?>) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.list.FixedSizeList
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.list.SetUniqueList
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.list.UnmodifiableList
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.set.ListOrderedSet
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.set.MapBackedSet
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.set.UnmodifiableSet
 
retainAll(Collection<?>) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
 
reuseEntry(AbstractHashedMap.HashEntry<K, V>, int, int, K, V) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Reuses an existing key-value mapping, storing completely new data.
reuseMapping(AbstractLinkedMap.LinkEntry<K, V>, int, int, K, V) - Method in class org.apache.commons.collections.map.LRUMap
Reuses an entry by removing it and moving it to a new place in the map.
reverseArray(Object[]) - Static method in class org.apache.commons.collections.CollectionUtils
Reverses the order of the given array.
ReverseComparator<T> - Class in org.apache.commons.collections.comparators
Reverses the order of another comparator by reversing the arguments to its compare method.
ReverseComparator(Comparator<T>) - Constructor for class org.apache.commons.collections.comparators.ReverseComparator
Creates a comparator that inverts the comparison of the given comparator.
reversedComparator(Comparator<T>) - Static method in class org.apache.commons.collections.ComparatorUtils
Gets a comparator that reverses the order of the given comparator.
root - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
The root object in the tree

S

safeAddToMap(Map, Object, Object) - Static method in class org.apache.commons.collections.MapUtils
Nice method for adding data to a map in such a way as to not get NPE's.
save(OutputStream, String) - Method in class org.apache.commons.collections.ExtendedProperties
Save the properties to the given output stream.
search(E) - Method in class org.apache.commons.collections.ArrayStack
Returns the one-based position of the distance from the top that the specified object exists on this stack, where the top-most element is considered to be at distance 1.
select(Collection<E>, Predicate<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Selects all elements from input collection which match the given predicate into an output collection.
select(Collection<E>, Predicate<E>, Collection<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Selects all elements from input collection which match the given predicate and adds them to outputCollection.
selectRejected(Collection<E>, Predicate<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Selects all elements from inputCollection which don't match the given predicate into an output collection.
selectRejected(Collection<E>, Predicate<E>, Collection<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Selects all elements from inputCollection which don't match the given predicate and adds them to outputCollection.
set(int, E) - Method in class org.apache.commons.collections.FastArrayList
Replace the element at the specified position in this list with the specified element.
set(E) - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
 
set(E) - Method in class org.apache.commons.collections.iterators.ArrayListIterator
Sets the element under the cursor.
set(E) - Method in class org.apache.commons.collections.iterators.FilterListIterator
Not supported.
set(E) - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
Throws UnsupportedOperationException.
set(E) - Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
Sets the element under the cursor.
set(E) - Method in class org.apache.commons.collections.iterators.SingletonListIterator
Set sets the value of the singleton.
set(E) - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
 
set(E) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
 
set(int, E) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
set(int, E) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
set(int, E) - Method in class org.apache.commons.collections.list.AbstractListDecorator
 
set(int, E) - Method in class org.apache.commons.collections.list.FixedSizeList
 
set(E) - Method in class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator
 
set(int, E) - Method in class org.apache.commons.collections.list.PredicatedList
 
set - Variable in class org.apache.commons.collections.list.SetUniqueList
Internal Set to maintain uniqueness.
set(int, E) - Method in class org.apache.commons.collections.list.SetUniqueList
Sets the value at the specified index avoiding duplicates.
set(int, E) - Method in class org.apache.commons.collections.list.SynchronizedList
 
set(int, Object) - Method in class org.apache.commons.collections.list.TransformedList
 
set(Object) - Method in class org.apache.commons.collections.list.TransformedList.TransformedListIterator
 
set(int, E) - Method in class org.apache.commons.collections.list.TreeList
Sets the element at the specified index.
set(int, E) - Method in class org.apache.commons.collections.list.UnmodifiableList
 
setArray(Object) - Method in class org.apache.commons.collections.iterators.ArrayIterator
Sets the array that the ArrayIterator should iterate over.
setArray(E[]) - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
Sets the array that the ArrayIterator should iterate over.
setBean(Object) - Method in class org.apache.commons.collections.BeanMap
Sets the bean to be operated on by this map.
setComparator(int, Comparator<T>) - Method in class org.apache.commons.collections.comparators.ComparatorChain
Replace the Comparator at the given index, maintaining the existing sort order.
setComparator(int, Comparator<T>, boolean) - Method in class org.apache.commons.collections.comparators.ComparatorChain
Replace the Comparator at the given index in the ComparatorChain, using the given sort order
setComparator(Comparator<? super E>) - Method in class org.apache.commons.collections.iterators.CollatingIterator
Sets the Comparator by which collation occurs.
setEnumeration(Enumeration<E>) - Method in class org.apache.commons.collections.iterators.EnumerationIterator
Sets the underlying enumeration.
setFast(boolean) - Method in class org.apache.commons.collections.FastArrayList
Sets whether this list will operate in fast mode.
setFast(boolean) - Method in class org.apache.commons.collections.FastHashMap
Sets whether this map is operating in fast mode.
setFast(boolean) - Method in class org.apache.commons.collections.FastTreeMap
Sets whether this map is operating in fast mode.
setForwardSort(int) - Method in class org.apache.commons.collections.comparators.ComparatorChain
Change the sort order at the given index in the ComparatorChain to a forward sort.
setInclude(String) - Method in class org.apache.commons.collections.ExtendedProperties
Sets the property value for including other properties files.
setIterator(int, Iterator<? extends E>) - Method in class org.apache.commons.collections.iterators.CollatingIterator
Sets the iterator at the given index.
setIterator(Iterator<E>) - Method in class org.apache.commons.collections.iterators.FilterIterator
Sets the iterator for this iterator to use.
setIterator(int, Iterator<? extends E>) - Method in class org.apache.commons.collections.iterators.IteratorChain
Set the Iterator at the given index
setIterator(Iterator<E>) - Method in class org.apache.commons.collections.iterators.IteratorEnumeration
Sets the underlying iterator.
setIterator(Iterator<I>) - Method in class org.apache.commons.collections.iterators.TransformIterator
Sets the iterator for this iterator to use.
setKey(K) - Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue
Sets the key.
setKey(K) - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
 
setListIterator(ListIterator<E>) - Method in class org.apache.commons.collections.iterators.FilterListIterator
Sets the iterator for this iterator to use.
setMaximumCacheSize(int) - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
Sets the maximum size of the cache.
setMutator(CompositeCollection.CollectionMutator<E>) - Method in class org.apache.commons.collections.collection.CompositeCollection
Specify a CollectionMutator strategy instance to handle changes.
setMutator(CompositeMap.MapMutator<K, V>) - Method in class org.apache.commons.collections.map.CompositeMap
Specify the MapMutator to be used by mutation operations.
setMutator(CompositeCollection.CollectionMutator<E>) - Method in class org.apache.commons.collections.set.CompositeSet
This can receive either a CompositeCollection.CollectionMutator or a CompositeSet.SetMutator.
setNextNode(AbstractLinkedList.Node<T>) - Method in class org.apache.commons.collections.list.AbstractLinkedList.Node
Sets the next node.
setOrder - Variable in class org.apache.commons.collections.set.ListOrderedSet
Internal list to hold the sequence of objects
setPredicate(Predicate<? super E>) - Method in class org.apache.commons.collections.iterators.FilterIterator
Sets the predicate this the iterator to use.
setPredicate(Predicate<? super E>) - Method in class org.apache.commons.collections.iterators.FilterListIterator
Sets the predicate this the iterator to use.
setPreviousNode(AbstractLinkedList.Node<T>) - Method in class org.apache.commons.collections.list.AbstractLinkedList.Node
Sets the previous node.
setProperty(String, Object) - Method in class org.apache.commons.collections.ExtendedProperties
Set a property, this will replace any previously set values.
setReverseSort(int) - Method in class org.apache.commons.collections.comparators.ComparatorChain
Change the sort order at the given index in the ComparatorChain to a reverse sort.
setTransformer(Transformer<I, O>) - Method in class org.apache.commons.collections.iterators.TransformIterator
Sets the transformer this the iterator to use.
setTyped(int, I) - Method in class org.apache.commons.collections.list.TransformedList
Type-safe version of TransformedList.set(int, Object) (but breaks List interface).
SetUniqueList<E> - Class in org.apache.commons.collections.list
Decorates a List to ensure that no duplicates are present much like a Set.
SetUniqueList(List<E>, Set<E>) - Constructor for class org.apache.commons.collections.list.SetUniqueList
Constructor that wraps (not copies) the List and specifies the set to use.
setUnknownObjectBehavior(int) - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
Sets the behavior for comparing unknown objects.
SetUtils - Class in org.apache.commons.collections
Provides utility methods and decorators for Set and SortedSet instances.
SetUtils() - Constructor for class org.apache.commons.collections.SetUtils
SetUtils should not normally be instantiated.
setValue(Object) - Method in class org.apache.commons.collections.BeanMap.MyMapEntry
Sets the value.
setValue(V) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
 
setValue(V) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry
 
setValue(V) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
 
setValue(V) - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
 
setValue(V) - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
 
setValue(V) - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
Sets the value associated with the current key.
setValue(V) - Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
 
setValue(V) - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
 
setValue(V) - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntry
Sets the value stored in this Map Entry.
setValue(V) - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
 
setValue(V) - Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue
Sets the value.
setValue(V) - Method in class org.apache.commons.collections.keyvalue.TiedMapEntry
Sets the value associated with the key direct onto the map.
setValue(V) - Method in class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry
Throws UnsupportedOperationException.
setValue(T) - Method in class org.apache.commons.collections.list.AbstractLinkedList.Node
Sets the value of the node.
setValue(V) - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
 
setValue(V) - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
 
setValue(V) - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
 
setValue(V) - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
Sets the value of the entry.
setValue(V) - Method in class org.apache.commons.collections.map.SingletonMap
Sets the value.
setValue(V) - Method in interface org.apache.commons.collections.MapIterator
Sets the value associated with the current key (optional operation).
SETVALUE_INVALID - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
 
shrinkCacheToMaximumSize() - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
Reduce the size of the cache to the maximum, if necessary.
SingletonIterator<E> - Class in org.apache.commons.collections.iterators
SingletonIterator is an Iterator over a single object instance.
SingletonIterator(E) - Constructor for class org.apache.commons.collections.iterators.SingletonIterator
Constructs a new SingletonIterator where remove is a permitted operation.
SingletonIterator(E, boolean) - Constructor for class org.apache.commons.collections.iterators.SingletonIterator
Constructs a new SingletonIterator optionally choosing if remove is a permitted operation.
singletonIterator(E) - Static method in class org.apache.commons.collections.IteratorUtils
Gets a singleton iterator.
SingletonListIterator<E> - Class in org.apache.commons.collections.iterators
SingletonIterator is an ListIterator over a single object instance.
SingletonListIterator(E) - Constructor for class org.apache.commons.collections.iterators.SingletonListIterator
Constructs a new SingletonListIterator.
singletonListIterator(E) - Static method in class org.apache.commons.collections.IteratorUtils
Gets a singleton list iterator.
SingletonMap<K,V> - Class in org.apache.commons.collections.map
A Map implementation that holds a single item and is fixed size.
SingletonMap() - Constructor for class org.apache.commons.collections.map.SingletonMap
Constructor that creates a map of null to null.
SingletonMap(K, V) - Constructor for class org.apache.commons.collections.map.SingletonMap
Constructor specifying the key and value.
SingletonMap(KeyValue<K, V>) - Constructor for class org.apache.commons.collections.map.SingletonMap
Constructor specifying the key and value as a KeyValue.
SingletonMap(Map.Entry<K, V>) - Constructor for class org.apache.commons.collections.map.SingletonMap
Constructor specifying the key and value as a MapEntry.
SingletonMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections.map.SingletonMap
Constructor copying elements from another map.
size() - Method in class org.apache.commons.collections.bag.AbstractMapBag
Returns the number of elements in this bag.
size() - Method in interface org.apache.commons.collections.Bag
Returns the total number of items in the bag across all types.
size() - Method in class org.apache.commons.collections.BeanMap
Returns the number of properties defined by the bean.
size() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
size() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Returns the number of key-value mappings in this map.
size() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
Returns the number of elements stored in the buffer.
size - Variable in class org.apache.commons.collections.buffer.PriorityBuffer
The number of elements currently in this buffer.
size() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Returns the number of elements in this buffer.
size() - Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
Returns the number of elements stored in the buffer.
size() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
size() - Method in class org.apache.commons.collections.collection.CompositeCollection
Gets the size of this composite collection.
size() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
size(Object) - Static method in class org.apache.commons.collections.CollectionUtils
Gets the size of the collection/iterator specified.
size() - Method in class org.apache.commons.collections.comparators.ComparatorChain
Number of Comparators in the current ComparatorChain.
size() - Method in class org.apache.commons.collections.FastArrayList
Return the number of elements in this list.
size() - Method in class org.apache.commons.collections.FastHashMap
Return the number of key-value mappings in this map.
size() - Method in class org.apache.commons.collections.FastTreeMap
Return the number of key-value mappings in this map.
size() - Method in class org.apache.commons.collections.iterators.IteratorChain
Number of Iterators in the current IteratorChain.
size() - Method in class org.apache.commons.collections.iterators.LoopingIterator
Gets the size of the collection underlying the iterator.
size() - Method in class org.apache.commons.collections.keyvalue.MultiKey
Gets the size of the list of keys.
size() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
size - Variable in class org.apache.commons.collections.list.AbstractLinkedList
The size of the list
size() - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
size() - Method in class org.apache.commons.collections.list.TreeList
Gets the current size of the list.
size() - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
 
size() - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
 
size - Variable in class org.apache.commons.collections.map.AbstractHashedMap
The size of the map
size() - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the size of the map.
size() - Method in class org.apache.commons.collections.map.AbstractHashedMap.Values
 
size() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
 
size() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Gets the size of the map.
size() - Method in class org.apache.commons.collections.map.CompositeMap
Returns the number of key-value mappings in this map.
size() - Method in class org.apache.commons.collections.map.Flat3Map
Gets the size of the map.
size() - Method in class org.apache.commons.collections.map.MultiKeyMap
 
size() - Method in class org.apache.commons.collections.map.SingletonMap
Gets the size of the map, always 1.
size() - Method in class org.apache.commons.collections.map.StaticBucketMap
Gets the current size of the map.
size(K) - Method in class org.apache.commons.collections.MultiHashMap
Gets the size of the collection mapped to the specified key.
size() - Method in interface org.apache.commons.collections.MultiMap
Gets the number of keys in this map.
size() - Method in class org.apache.commons.collections.set.MapBackedSet
 
SOFT - Static variable in class org.apache.commons.collections.map.AbstractReferenceMap
Constant indicating that soft references should be used
SortedBag<E> - Interface in org.apache.commons.collections
Defines a type of Bag that maintains a sorted order among its unique representative members.
SortedBidiMap<K,V> - Interface in org.apache.commons.collections
Defines a map that allows bidirectional lookup between key and values and retains both keys and values in sorted order.
sortsTrueFirst() - Method in class org.apache.commons.collections.comparators.BooleanComparator
Returns true iff I sort true values before false values.
stack - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
The stack of iterators
START_TOKEN - Static variable in class org.apache.commons.collections.ExtendedProperties
 
startIndex - Variable in class org.apache.commons.collections.iterators.ArrayIterator
The start index to loop from
startIndex - Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator
The start index to loop from
StaticBucketMap<K,V> - Class in org.apache.commons.collections.map
A StaticBucketMap is an efficient, thread-safe implementation of java.util.Map that performs well in in a highly thread-contentious environment.
StaticBucketMap() - Constructor for class org.apache.commons.collections.map.StaticBucketMap
Initializes the map with the default number of buckets (255).
StaticBucketMap(int) - Constructor for class org.apache.commons.collections.map.StaticBucketMap
Initializes the map with a specified number of buckets.
StringValueTransformer<T> - Class in org.apache.commons.collections.functors
Transformer implementation that returns the String.valueOf.
stringValueTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
Gets a transformer that returns a java.lang.String representation of the input object.
sub - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
The parent list
subList(int, int) - Method in class org.apache.commons.collections.FastArrayList
Return a view of the portion of this list between fromIndex (inclusive) and toIndex (exclusive).
subList(int, int) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
 
subList(int, int) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Gets a sublist of the main list.
subList(int, int) - Method in class org.apache.commons.collections.list.AbstractListDecorator
 
subList(int, int) - Method in class org.apache.commons.collections.list.FixedSizeList
 
subList(int, int) - Method in class org.apache.commons.collections.list.LazyList
 
subList(int, int) - Method in class org.apache.commons.collections.list.PredicatedList
 
subList(int, int) - Method in class org.apache.commons.collections.list.SetUniqueList
 
subList(int, int) - Method in class org.apache.commons.collections.list.SynchronizedList
 
subList(int, int) - Method in class org.apache.commons.collections.list.TransformedList
 
subList(int, int) - Method in class org.apache.commons.collections.list.UnmodifiableList
 
subMap(K, K) - Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
 
subMap(K, K) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
 
subMap(K, K) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
 
subMap(K, K) - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
subMap(K, K) - Method in class org.apache.commons.collections.FastTreeMap
Return a view of the portion of this map whose keys are in the range fromKey (inclusive) to toKey (exclusive).
subMap(K, K) - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
 
subMap(K, K) - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
 
subMap(K, K) - Method in class org.apache.commons.collections.map.LazySortedMap
 
subMap(K, K) - Method in class org.apache.commons.collections.map.PredicatedSortedMap
 
subMap(Object, Object) - Method in class org.apache.commons.collections.map.TransformedSortedMap
 
subMap(K, K) - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
 
subset(String) - Method in class org.apache.commons.collections.ExtendedProperties
Create an ExtendedProperties object that is a subset of this one.
subSet(E, E) - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
 
subSet(E, E) - Method in class org.apache.commons.collections.set.PredicatedSortedSet
 
subSet(E, E) - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
 
subSet(Object, Object) - Method in class org.apache.commons.collections.set.TransformedSortedSet
 
subSet(E, E) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
 
subtract(Collection<E>, Collection<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Returns a new Collection containing a - b.
subtract(List<? extends E>, List<? extends E>) - Static method in class org.apache.commons.collections.ListUtils
Subtracts all elements in the second list from the first list, placing the results in a new list.
sum(List<? extends E>, List<? extends E>) - Static method in class org.apache.commons.collections.ListUtils
Returns the sum of the given lists.
switchClosure(Predicate<? super T>[], Closure<? super T>[]) - Static method in class org.apache.commons.collections.ClosureUtils
Create a new Closure that calls one of the closures depending on the predicates.
switchClosure(Predicate<? super T>[], Closure<? super T>[], Closure<? super T>) - Static method in class org.apache.commons.collections.ClosureUtils
Create a new Closure that calls one of the closures depending on the predicates.
switchClosure(Map<Predicate<? super T>, Closure<? super T>>) - Static method in class org.apache.commons.collections.ClosureUtils
Create a new Closure that calls one of the closures depending on the predicates.
SwitchClosure<T> - Class in org.apache.commons.collections.functors
Closure implementation calls the closure whose predicate returns true, like a switch statement.
SwitchClosure(Predicate<? super T>[], Closure<? super T>[], Closure<? super T>) - Constructor for class org.apache.commons.collections.functors.SwitchClosure
Constructor that performs no validation.
switchMapClosure(Map<T, Closure<T>>) - Static method in class org.apache.commons.collections.ClosureUtils
Create a new Closure that uses the input object as a key to find the closure to call.
switchMapTransformer(Map<I, Transformer<? super I, ? extends O>>) - Static method in class org.apache.commons.collections.TransformerUtils
Create a new Transformer that uses the input object as a key to find the transformer to call.
SwitchTransformer<I,O> - Class in org.apache.commons.collections.functors
Transformer implementation calls the transformer whose predicate returns true, like a switch statement.
SwitchTransformer(Predicate<? super I>[], Transformer<? super I, ? extends O>[], Transformer<? super I, ? extends O>) - Constructor for class org.apache.commons.collections.functors.SwitchTransformer
Constructor that performs no validation.
switchTransformer(Predicate<I>, Transformer<? super I, ? extends O>, Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections.TransformerUtils
Create a new Transformer that calls one of two transformers depending on the specified predicate.
switchTransformer(Predicate<? super I>[], Transformer<? super I, ? extends O>[]) - Static method in class org.apache.commons.collections.TransformerUtils
Create a new Transformer that calls one of the transformers depending on the predicates.
switchTransformer(Predicate<? super I>[], Transformer<? super I, ? extends O>[], Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections.TransformerUtils
Create a new Transformer that calls one of the transformers depending on the predicates.
switchTransformer(Map<Predicate<? super I>, Transformer<? super I, ? extends O>>) - Static method in class org.apache.commons.collections.TransformerUtils
Create a new Transformer that calls one of the transformers depending on the predicates.
SynchronizedBag<E> - Class in org.apache.commons.collections.bag
Decorates another Bag to synchronize its behaviour for a multi-threaded environment.
SynchronizedBag(Bag<E>) - Constructor for class org.apache.commons.collections.bag.SynchronizedBag
Constructor that wraps (not copies).
SynchronizedBag(Bag<E>, Object) - Constructor for class org.apache.commons.collections.bag.SynchronizedBag
Constructor that wraps (not copies).
synchronizedBag(Bag<E>) - Static method in class org.apache.commons.collections.BagUtils
Returns a synchronized (thread-safe) bag backed by the given bag.
SynchronizedBuffer<E> - Class in org.apache.commons.collections.buffer
Decorates another Buffer to synchronize its behaviour for a multi-threaded environment.
SynchronizedBuffer(Buffer<E>) - Constructor for class org.apache.commons.collections.buffer.SynchronizedBuffer
Constructor that wraps (not copies).
SynchronizedBuffer(Buffer<E>, Object) - Constructor for class org.apache.commons.collections.buffer.SynchronizedBuffer
Constructor that wraps (not copies).
synchronizedBuffer(Buffer<E>) - Static method in class org.apache.commons.collections.BufferUtils
Returns a synchronized buffer backed by the given buffer.
SynchronizedCollection<E> - Class in org.apache.commons.collections.collection
Decorates another Collection to synchronize its behaviour for a multi-threaded environment.
SynchronizedCollection(Collection<E>) - Constructor for class org.apache.commons.collections.collection.SynchronizedCollection
Constructor that wraps (not copies).
SynchronizedCollection(Collection<E>, Object) - Constructor for class org.apache.commons.collections.collection.SynchronizedCollection
Constructor that wraps (not copies).
synchronizedCollection(Collection<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Returns a synchronized collection backed by the given collection.
SynchronizedList<E> - Class in org.apache.commons.collections.list
Decorates another List to synchronize its behaviour for a multi-threaded environment.
SynchronizedList(List<E>) - Constructor for class org.apache.commons.collections.list.SynchronizedList
Constructor that wraps (not copies).
SynchronizedList(List<E>, Object) - Constructor for class org.apache.commons.collections.list.SynchronizedList
Constructor that wraps (not copies).
synchronizedList(List<E>) - Static method in class org.apache.commons.collections.ListUtils
Returns a synchronized list backed by the given list.
synchronizedMap(Map<K, V>) - Static method in class org.apache.commons.collections.MapUtils
Returns a synchronized map backed by the given map.
SynchronizedSet<E> - Class in org.apache.commons.collections.set
Decorates another Set to synchronize its behaviour for a multi-threaded environment.
SynchronizedSet(Set<E>) - Constructor for class org.apache.commons.collections.set.SynchronizedSet
Constructor that wraps (not copies).
SynchronizedSet(Set<E>, Object) - Constructor for class org.apache.commons.collections.set.SynchronizedSet
Constructor that wraps (not copies).
synchronizedSet(Set<E>) - Static method in class org.apache.commons.collections.SetUtils
Returns a synchronized set backed by the given set.
SynchronizedSortedBag<E> - Class in org.apache.commons.collections.bag
Decorates another SortedBag to synchronize its behaviour for a multi-threaded environment.
SynchronizedSortedBag(SortedBag<E>) - Constructor for class org.apache.commons.collections.bag.SynchronizedSortedBag
Constructor that wraps (not copies).
SynchronizedSortedBag(Bag<E>, Object) - Constructor for class org.apache.commons.collections.bag.SynchronizedSortedBag
Constructor that wraps (not copies).
synchronizedSortedBag(SortedBag<E>) - Static method in class org.apache.commons.collections.BagUtils
Returns a synchronized (thread-safe) sorted bag backed by the given sorted bag.
synchronizedSortedMap(SortedMap<K, V>) - Static method in class org.apache.commons.collections.MapUtils
Returns a synchronized sorted map backed by the given sorted map.
SynchronizedSortedSet<E> - Class in org.apache.commons.collections.set
Decorates another SortedSet to synchronize its behaviour for a multi-threaded environment.
SynchronizedSortedSet(SortedSet<E>) - Constructor for class org.apache.commons.collections.set.SynchronizedSortedSet
Constructor that wraps (not copies).
SynchronizedSortedSet(SortedSet<E>, Object) - Constructor for class org.apache.commons.collections.set.SynchronizedSortedSet
Constructor that wraps (not copies).
synchronizedSortedSet(SortedSet<E>) - Static method in class org.apache.commons.collections.SetUtils
Returns a synchronized sorted set backed by the given sorted set.

T

tail - Variable in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
The current tail index.
tailMap(K) - Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
 
tailMap(K) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
 
tailMap(K) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
 
tailMap(K) - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
tailMap(K) - Method in class org.apache.commons.collections.FastTreeMap
Return a view of the portion of this map whose keys are greater than or equal to the specified key.
tailMap(K) - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
 
tailMap(K) - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
 
tailMap(K) - Method in class org.apache.commons.collections.map.LazySortedMap
 
tailMap(K) - Method in class org.apache.commons.collections.map.PredicatedSortedMap
 
tailMap(Object) - Method in class org.apache.commons.collections.map.TransformedSortedMap
 
tailMap(K) - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
 
tailSet(E) - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
 
tailSet(E) - Method in class org.apache.commons.collections.set.PredicatedSortedSet
 
tailSet(E) - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
 
tailSet(Object) - Method in class org.apache.commons.collections.set.TransformedSortedSet
 
tailSet(E) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
 
testBoolean(String) - Method in class org.apache.commons.collections.ExtendedProperties
Test whether the string represent by value maps to a boolean value or not.
threshold - Variable in class org.apache.commons.collections.map.AbstractHashedMap
Size at which to rehash
TiedMapEntry<K,V> - Class in org.apache.commons.collections.keyvalue
A Map Entry tied to a map underneath.
TiedMapEntry(Map<K, V>, K) - Constructor for class org.apache.commons.collections.keyvalue.TiedMapEntry
Constructs a new entry with the given Map and key.
toArray() - Method in class org.apache.commons.collections.bag.AbstractMapBag
Returns an array of all of this bag's elements.
toArray(Object[]) - Method in class org.apache.commons.collections.bag.AbstractMapBag
Returns an array of all of this bag's elements.
toArray() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
toArray(T[]) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
toArray() - Method in class org.apache.commons.collections.collection.CompositeCollection
Returns an array containing all of the elements in this composite.
toArray(E[]) - Method in class org.apache.commons.collections.collection.CompositeCollection
Returns an object array, populating the supplied array if possible.
toArray() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
toArray(T[]) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
toArray() - Method in class org.apache.commons.collections.FastArrayList
Return an array containing all of the elements in this list in the correct order.
toArray(T[]) - Method in class org.apache.commons.collections.FastArrayList
Return an array containing all of the elements in this list in the correct order.
toArray(Iterator<E>) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an array based on an iterator.
toArray(Iterator<E>, Class<E>) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an array based on an iterator.
toArray() - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
toArray(T[]) - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
toArray() - Method in class org.apache.commons.collections.list.TreeList
Converts the list into an array.
toArray() - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
 
toArray(T[]) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
 
toArray() - Method in class org.apache.commons.collections.set.ListOrderedSet
 
toArray(T[]) - Method in class org.apache.commons.collections.set.ListOrderedSet
 
toArray() - Method in class org.apache.commons.collections.set.MapBackedSet
 
toArray(T[]) - Method in class org.apache.commons.collections.set.MapBackedSet
 
toCollection() - Method in class org.apache.commons.collections.collection.CompositeCollection
Returns a new collection containing all of the elements
toList(Enumeration<E>) - Static method in class org.apache.commons.collections.EnumerationUtils
Creates a list based on an enumeration.
toList(Iterator<E>) - Static method in class org.apache.commons.collections.IteratorUtils
Gets a list based on an iterator.
toList(Iterator<E>, int) - Static method in class org.apache.commons.collections.IteratorUtils
Gets a list based on an iterator.
toListIterator(Iterator<E>) - Static method in class org.apache.commons.collections.IteratorUtils
Gets a list iterator based on a simple iterator.
toMap(ResourceBundle) - Static method in class org.apache.commons.collections.MapUtils
Creates a new HashMap using data copied from a ResourceBundle.
toMapEntry() - Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue
Returns a new Map.Entry object with key and value from this pair.
toProperties(Map) - Static method in class org.apache.commons.collections.MapUtils
Gets a new Properties object initialised with the values from a Map.
toReference(int, T, int) - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
Constructs a reference of the given type to the given referent.
toString() - Method in class org.apache.commons.collections.bag.AbstractMapBag
Implement a toString() method suitable for debugging.
toString() - Method in class org.apache.commons.collections.BeanMap
 
toString() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
 
toString() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
 
toString() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
 
toString() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Returns a string version of this Map in standard format.
toString() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
Returns a string representation of this heap.
toString() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
 
toString() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
 
toString() - Method in class org.apache.commons.collections.FastArrayList
Return a String representation of this object.
toString() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
Gets the iterator as a String.
toString() - Method in class org.apache.commons.collections.keyvalue.AbstractKeyValue
Gets a debugging String view of the pair.
toString() - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
 
toString() - Method in class org.apache.commons.collections.keyvalue.MultiKey
Gets a debugging string version of the key.
toString() - Method in class org.apache.commons.collections.keyvalue.TiedMapEntry
Gets a string version of the entry.
toString() - Method in class org.apache.commons.collections.list.AbstractLinkedList
 
toString() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
 
toString() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
 
toString() - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the map as a String.
toString() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
 
toString() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
 
toString() - Method in class org.apache.commons.collections.map.Flat3Map
Gets the map as a String.
toString() - Method in class org.apache.commons.collections.map.ListOrderedMap
Returns the Map as a string.
toString() - Method in class org.apache.commons.collections.map.MultiKeyMap
 
toString() - Method in class org.apache.commons.collections.map.SingletonMap
Gets the map as a String.
toString() - Method in class org.apache.commons.collections.set.ListOrderedSet
Uses the underlying List's toString so that order is achieved.
totalSize() - Method in class org.apache.commons.collections.MultiHashMap
Gets the total size of the map by counting all the values.
transform(I) - Method in class org.apache.commons.collections.collection.TransformedCollection
Transforms an object.
transform(Collection<? extends I>) - Method in class org.apache.commons.collections.collection.TransformedCollection
Transforms a collection.
transform(Collection<E>, Transformer<E, E>) - Static method in class org.apache.commons.collections.CollectionUtils
Transform the collection by applying a Transformer to each element.
transform(I) - Method in class org.apache.commons.collections.functors.ChainedTransformer
Transforms the input to result via each decorated transformer
transform(Object) - Method in class org.apache.commons.collections.functors.CloneTransformer
Transforms the input to result by cloning it.
transform(T) - Method in class org.apache.commons.collections.functors.ClosureTransformer
Transforms the input to result by executing a closure.
transform(Object) - Method in class org.apache.commons.collections.functors.ConstantTransformer
Transforms the input by ignoring it and returning the stored constant instead.
transform(I) - Method in class org.apache.commons.collections.functors.ExceptionTransformer
Transforms the input to result by cloning it.
transform(Object) - Method in class org.apache.commons.collections.functors.FactoryTransformer
Transforms the input by ignoring the input and returning the result of calling the decorated factory.
transform(Class) - Method in class org.apache.commons.collections.functors.InstantiateTransformer
Transforms the input Class object to a result by instantiation.
transform(Object) - Method in class org.apache.commons.collections.functors.InvokerTransformer
Transforms the input to result by invoking a method on the input.
transform(I) - Method in class org.apache.commons.collections.functors.MapTransformer
Transforms the input to result by looking it up in a Map.
transform(I) - Method in class org.apache.commons.collections.functors.NOPTransformer
Transforms the input to result by doing nothing.
transform(T) - Method in class org.apache.commons.collections.functors.PredicateTransformer
Transforms the input to result by calling a predicate.
transform(T) - Method in class org.apache.commons.collections.functors.StringValueTransformer
Transforms the input to result by calling String.valueOf.
transform(I) - Method in class org.apache.commons.collections.functors.SwitchTransformer
Transforms the input to result by calling the transformer whose matching predicate returns true.
transform(I) - Method in class org.apache.commons.collections.iterators.TransformIterator
Transforms the given object using the transformer.
transform(I) - Method in interface org.apache.commons.collections.Transformer
Transforms the input object (leaving it unchanged) into some output object.
TransformedBag - Class in org.apache.commons.collections.bag
Decorates another Bag to transform objects that are added.
TransformedBag(Bag, Transformer) - Constructor for class org.apache.commons.collections.bag.TransformedBag
Constructor that wraps (not copies).
transformedBag(Bag<I>, Transformer<I, O>) - Static method in class org.apache.commons.collections.BagUtils
Deprecated. TransformedCollections are not type-safe in Java 1.5.
TransformedBuffer<I,O> - Class in org.apache.commons.collections.buffer
Decorates another Buffer to transform objects that are added.
TransformedBuffer(Buffer<I>, Transformer<? super I, ? extends O>) - Constructor for class org.apache.commons.collections.buffer.TransformedBuffer
Constructor that wraps (not copies).
transformedBuffer(Buffer<I>, Transformer<I, O>) - Static method in class org.apache.commons.collections.BufferUtils
Returns a transformed buffer backed by the given buffer.
TransformedCollection<I,O> - Class in org.apache.commons.collections.collection
Decorates another Collection to transform objects that are added.
TransformedCollection(Collection<I>, Transformer<? super I, ? extends O>) - Constructor for class org.apache.commons.collections.collection.TransformedCollection
Constructor that wraps (not copies).
transformedCollection(Collection<I>, Transformer<I, O>) - Static method in class org.apache.commons.collections.CollectionUtils
Returns a transformed bag backed by the given collection.
transformedComparator(Comparator<I>, Transformer<I, O>) - Static method in class org.apache.commons.collections.ComparatorUtils
Gets a Comparator that passes transformed objects to the given comparator.
transformedIterator(Iterator<I>, Transformer<I, O>) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an iterator that transforms the elements of another iterator.
TransformedList<I,O> - Class in org.apache.commons.collections.list
Decorates another List to transform objects that are added.
TransformedList(List<I>, Transformer<? super I, ? extends O>) - Constructor for class org.apache.commons.collections.list.TransformedList
Constructor that wraps (not copies).
transformedList(List<I>, Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections.ListUtils
Returns a transformed list backed by the given list.
TransformedList.TransformedListIterator - Class in org.apache.commons.collections.list
Inner class Iterator for the TransformedList
TransformedList.TransformedListIterator(ListIterator<O>) - Constructor for class org.apache.commons.collections.list.TransformedList.TransformedListIterator
 
TransformedMap - Class in org.apache.commons.collections.map
Decorates another Map to transform objects that are added.
TransformedMap(Map, Transformer, Transformer) - Constructor for class org.apache.commons.collections.map.TransformedMap
Constructor that wraps (not copies).
transformedMap(Map, Transformer, Transformer) - Static method in class org.apache.commons.collections.MapUtils
Returns a transformed map backed by the given map.
TransformedPredicate<I,O> - Class in org.apache.commons.collections.functors
Predicate implementation that transforms the given object before invoking another Predicate.
TransformedPredicate(Transformer<I, ? extends O>, Predicate<? super O>) - Constructor for class org.apache.commons.collections.functors.TransformedPredicate
Constructor that performs no validation.
transformedPredicate(Transformer<I, ? extends O>, Predicate<? super O>) - Static method in class org.apache.commons.collections.PredicateUtils
Creates a predicate that transforms the input object before passing it to the predicate.
TransformedSet - Class in org.apache.commons.collections.set
Decorates another Set to transform objects that are added.
TransformedSet(Set, Transformer) - Constructor for class org.apache.commons.collections.set.TransformedSet
Constructor that wraps (not copies).
transformedSet(Set<I>, Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections.SetUtils
Returns a transformed set backed by the given set.
TransformedSortedBag - Class in org.apache.commons.collections.bag
Decorates another SortedBag to transform objects that are added.
TransformedSortedBag(SortedBag, Transformer) - Constructor for class org.apache.commons.collections.bag.TransformedSortedBag
Constructor that wraps (not copies).
transformedSortedBag(SortedBag<I>, Transformer<I, O>) - Static method in class org.apache.commons.collections.BagUtils
Deprecated. This breaks the java.util.Collection interface in Java 1.5. It is recommended that it not be used.
TransformedSortedMap - Class in org.apache.commons.collections.map
Decorates another SortedMap to transform objects that are added.
TransformedSortedMap(SortedMap, Transformer, Transformer) - Constructor for class org.apache.commons.collections.map.TransformedSortedMap
Constructor that wraps (not copies).
transformedSortedMap(SortedMap, Transformer, Transformer) - Static method in class org.apache.commons.collections.MapUtils
Returns a transformed sorted map backed by the given map.
TransformedSortedSet - Class in org.apache.commons.collections.set
Decorates another SortedSet to transform objects that are added.
TransformedSortedSet(SortedSet, Transformer) - Constructor for class org.apache.commons.collections.set.TransformedSortedSet
Constructor that wraps (not copies).
transformedSortedSet(SortedSet<I>, Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections.SetUtils
Returns a transformed sorted set backed by the given set.
transformer - Variable in class org.apache.commons.collections.collection.TransformedCollection
The transformer to use
transformer - Variable in class org.apache.commons.collections.comparators.TransformingComparator
The transformer being used.
transformer - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
The transformer to use
Transformer<I,O> - Interface in org.apache.commons.collections
Defines a functor interface implemented by classes that transform one object into another.
TransformerClosure<I,O> - Class in org.apache.commons.collections.functors
Closure implementation that calls a Transformer using the input object and ignore the result.
TransformerClosure(Transformer<? super I, O>) - Constructor for class org.apache.commons.collections.functors.TransformerClosure
Constructor that performs no validation.
TransformerPredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns the result of a transformer.
TransformerPredicate(Transformer<T, Boolean>) - Constructor for class org.apache.commons.collections.functors.TransformerPredicate
Constructor that performs no validation.
TransformerUtils - Class in org.apache.commons.collections
TransformerUtils provides reference implementations and utilities for the Transformer functor interface.
TransformerUtils() - Constructor for class org.apache.commons.collections.TransformerUtils
This class is not normally instantiated.
TransformingComparator<I,O> - Class in org.apache.commons.collections.comparators
Decorates another Comparator with transformation behavior.
TransformingComparator(Transformer<I, O>, Comparator<O>) - Constructor for class org.apache.commons.collections.comparators.TransformingComparator
Constructs an instance with the given Transformer and Comparator.
TransformIterator<I,O> - Class in org.apache.commons.collections.iterators
Decorates an iterator such that each element returned is transformed.
TransformIterator() - Constructor for class org.apache.commons.collections.iterators.TransformIterator
Constructs a new TransformIterator that will not function until the setIterator method is invoked.
TransformIterator(Iterator<I>) - Constructor for class org.apache.commons.collections.iterators.TransformIterator
Constructs a new TransformIterator that won't transform elements from the given iterator.
TransformIterator(Iterator<I>, Transformer<I, O>) - Constructor for class org.apache.commons.collections.iterators.TransformIterator
Constructs a new TransformIterator that will use the given iterator and transformer.
transformKey(Object) - Method in class org.apache.commons.collections.map.TransformedMap
Transforms a key.
transformMap(Map) - Method in class org.apache.commons.collections.map.TransformedMap
Transforms a map.
transformValue(Object) - Method in class org.apache.commons.collections.map.TransformedMap
Transforms a value.
TreeBag<E> - Class in org.apache.commons.collections.bag
Implements SortedBag, using a TreeMap to provide the data storage.
TreeBag() - Constructor for class org.apache.commons.collections.bag.TreeBag
Constructs an empty TreeBag.
TreeBag(Comparator<? super E>) - Constructor for class org.apache.commons.collections.bag.TreeBag
Constructs an empty bag that maintains order on its unique representative members according to the given Comparator.
TreeBag(Collection<? extends E>) - Constructor for class org.apache.commons.collections.bag.TreeBag
Constructs a TreeBag containing all the members of the specified collection.
TreeBidiMap<K extends Comparable,V extends Comparable> - Class in org.apache.commons.collections.bidimap
Red-Black tree-based implementation of BidiMap where all objects added implement the Comparable interface.
TreeBidiMap() - Constructor for class org.apache.commons.collections.bidimap.TreeBidiMap
Constructs a new empty TreeBidiMap.
TreeBidiMap(Map) - Constructor for class org.apache.commons.collections.bidimap.TreeBidiMap
Constructs a new TreeBidiMap by copying an existing Map.
TreeList<E> - Class in org.apache.commons.collections.list
A List implementation that is optimised for fast insertions and removals at any index in the list.
TreeList() - Constructor for class org.apache.commons.collections.list.TreeList
Constructs a new empty list.
TreeList(Collection<? extends E>) - Constructor for class org.apache.commons.collections.list.TreeList
Constructs a new empty list that copies the specified list.
trimToSize() - Method in class org.apache.commons.collections.FastArrayList
Trim the capacity of this ArrayList instance to be the list's current size.
TruePredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that always returns true.
truePredicate() - Static method in class org.apache.commons.collections.PredicateUtils
Gets a Predicate that always returns true.
TypedBag - Class in org.apache.commons.collections.bag
Deprecated. Type safety classes not required anymore under 1.5, just use a typed Bag.
TypedBag() - Constructor for class org.apache.commons.collections.bag.TypedBag
Deprecated. Restrictive constructor.
typedBag(Bag<E>, Class<E>) - Static method in class org.apache.commons.collections.BagUtils
Deprecated. Java 1.5 generics makes this method no longer useful.
TypedBuffer<E> - Class in org.apache.commons.collections.buffer
Decorates another Buffer to validate that elements added are of a specific type.
TypedBuffer() - Constructor for class org.apache.commons.collections.buffer.TypedBuffer
Restrictive constructor.
typedBuffer(Buffer<E>, Class<E>) - Static method in class org.apache.commons.collections.BufferUtils
Deprecated. No longer required with Java 1.5 Generics.
TypedCollection - Class in org.apache.commons.collections.collection
Deprecated. Type safe classes are no longer required under 1.5.
TypedCollection() - Constructor for class org.apache.commons.collections.collection.TypedCollection
Deprecated. Restrictive constructor.
typedCollection(Collection<E>, Class<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Deprecated. Obsoleted by Java 1.5 Generics.
TypedList - Class in org.apache.commons.collections.list
Deprecated. Java Generics makes this class obsolete.
TypedList() - Constructor for class org.apache.commons.collections.list.TypedList
Deprecated. Restrictive constructor.
typedList(List<E>, Class<E>) - Static method in class org.apache.commons.collections.ListUtils
Deprecated. Java generics makes this method obsolete.
TypedMap - Class in org.apache.commons.collections.map
Deprecated. no longer needed with Java generics.
TypedMap() - Constructor for class org.apache.commons.collections.map.TypedMap
Deprecated. Restrictive constructor.
typedMap(Map, Class, Class) - Static method in class org.apache.commons.collections.MapUtils
Deprecated. this is no longer needed with Java generics.
TypedSet - Class in org.apache.commons.collections.set
Decorates another Set to validate that elements added are of a specific type.
TypedSet() - Constructor for class org.apache.commons.collections.set.TypedSet
Restrictive constructor.
typedSet(Set<E>, Class<E>) - Static method in class org.apache.commons.collections.SetUtils
Deprecated. Made obsolete by Java 1.5 generics.
TypedSortedBag<E> - Class in org.apache.commons.collections.bag
Decorates another SortedBag to validate that elements added are of a specific type.
TypedSortedBag() - Constructor for class org.apache.commons.collections.bag.TypedSortedBag
Restrictive constructor.
typedSortedBag(SortedBag<E>, Class<E>) - Static method in class org.apache.commons.collections.BagUtils
Deprecated. Java 1.5 generics makes this method no longer useful.
TypedSortedMap - Class in org.apache.commons.collections.map
Deprecated. no longer needed with Java generics.
TypedSortedMap() - Constructor for class org.apache.commons.collections.map.TypedSortedMap
Deprecated. Restrictive constructor.
typedSortedMap(SortedMap, Class, Class) - Static method in class org.apache.commons.collections.MapUtils
Deprecated. no longer needed with Java generics.
TypedSortedSet - Class in org.apache.commons.collections.set
Decorates another SortedSet to validate that elements added are of a specific type.
TypedSortedSet() - Constructor for class org.apache.commons.collections.set.TypedSortedSet
Restrictive constructor.
typedSortedSet(SortedSet<E>, Class<E>) - Static method in class org.apache.commons.collections.SetUtils
Deprecated. made obsolete by Java 1.5 generics.

U

UnboundedFifoBuffer<E> - Class in org.apache.commons.collections.buffer
UnboundedFifoBuffer is a very efficient buffer implementation.
UnboundedFifoBuffer() - Constructor for class org.apache.commons.collections.buffer.UnboundedFifoBuffer
Constructs an UnboundedFifoBuffer with the default number of elements.
UnboundedFifoBuffer(int) - Constructor for class org.apache.commons.collections.buffer.UnboundedFifoBuffer
Constructs an UnboundedFifoBuffer with the specified number of elements.
union(Collection<E>, Collection<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Returns a Collection containing the union of the given Collections.
union(List<? extends E>, List<? extends E>) - Static method in class org.apache.commons.collections.ListUtils
Returns a new list containing the second list appended to the first list.
UniqueFilterIterator<E> - Class in org.apache.commons.collections.iterators
A FilterIterator which only returns "unique" Objects.
UniqueFilterIterator(Iterator<E>) - Constructor for class org.apache.commons.collections.iterators.UniqueFilterIterator
Constructs a new UniqueFilterIterator.
UniquePredicate<T> - Class in org.apache.commons.collections.functors
Predicate implementation that returns true the first time an object is passed into the predicate.
UniquePredicate() - Constructor for class org.apache.commons.collections.functors.UniquePredicate
Constructor that performs no validation.
uniquePredicate() - Static method in class org.apache.commons.collections.PredicateUtils
Creates a Predicate that returns true the first time an object is encountered, and false if the same object is received again.
uniqueSet() - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
 
uniqueSet() - Method in class org.apache.commons.collections.bag.AbstractMapBag
Returns an unmodifiable view of the underlying map's key set.
uniqueSet() - Method in class org.apache.commons.collections.bag.PredicatedBag
 
uniqueSet() - Method in class org.apache.commons.collections.bag.SynchronizedBag
 
uniqueSet() - Method in class org.apache.commons.collections.bag.TransformedBag
 
uniqueSet() - Method in interface org.apache.commons.collections.Bag
Returns a Set of unique elements in the Bag.
uniqueSet() - Method in class org.apache.commons.collections.bag.UnmodifiableBag
 
uniqueSet() - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
 
UNKNOWN_AFTER - Static variable in class org.apache.commons.collections.comparators.FixedOrderComparator
Behavior when comparing unknown Objects: unknown objects compare as after known Objects.
UNKNOWN_BEFORE - Static variable in class org.apache.commons.collections.comparators.FixedOrderComparator
Behavior when comparing unknown Objects: unknown objects compare as before known Objects.
UNKNOWN_THROW_EXCEPTION - Static variable in class org.apache.commons.collections.comparators.FixedOrderComparator
Behavior when comparing unknown Objects: unknown objects cause a IllegalArgumentException to be thrown.
Unmodifiable - Interface in org.apache.commons.collections
Marker interface for collections, maps and iterators that are unmodifiable.
UnmodifiableBag<E> - Class in org.apache.commons.collections.bag
Decorates another Bag to ensure it can't be altered.
unmodifiableBag(Bag<E>) - Static method in class org.apache.commons.collections.BagUtils
Returns an unmodifiable view of the given bag.
UnmodifiableBidiMap<K,V> - Class in org.apache.commons.collections.bidimap
Decorates another BidiMap to ensure it can't be altered.
UnmodifiableBoundedCollection<E> - Class in org.apache.commons.collections.collection
UnmodifiableBoundedCollection decorates another BoundedCollection to ensure it can't be altered.
UnmodifiableBuffer<E> - Class in org.apache.commons.collections.buffer
Decorates another Buffer to ensure it can't be altered.
unmodifiableBuffer(Buffer<E>) - Static method in class org.apache.commons.collections.BufferUtils
Returns an unmodifiable buffer backed by the given buffer.
UnmodifiableCollection<E> - Class in org.apache.commons.collections.collection
Decorates another Collection to ensure it can't be altered.
unmodifiableCollection(Collection<E>) - Static method in class org.apache.commons.collections.CollectionUtils
Returns an unmodifiable collection backed by the given collection.
UnmodifiableEntrySet<K,V> - Class in org.apache.commons.collections.map
Decorates a map entry Set to ensure it can't be altered.
UnmodifiableIterator<E> - Class in org.apache.commons.collections.iterators
Decorates an iterator such that it cannot be modified.
unmodifiableIterator(Iterator<E>) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an immutable version of an Iterator.
UnmodifiableList<E> - Class in org.apache.commons.collections.list
Decorates another List to ensure it can't be altered.
unmodifiableList(List<E>) - Static method in class org.apache.commons.collections.ListUtils
Returns an unmodifiable list backed by the given list.
UnmodifiableListIterator<E> - Class in org.apache.commons.collections.iterators
Decorates a list iterator such that it cannot be modified.
unmodifiableListIterator(ListIterator<E>) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an immutable version of a ListIterator.
UnmodifiableMap<K,V> - Class in org.apache.commons.collections.map
Decorates another Map to ensure it can't be altered.
unmodifiableMap(Map<K, V>) - Static method in class org.apache.commons.collections.MapUtils
Returns an unmodifiable map backed by the given map.
UnmodifiableMapEntry<K,V> - Class in org.apache.commons.collections.keyvalue
A Map.Entry that throws UnsupportedOperationException when setValue is called.
UnmodifiableMapEntry(K, V) - Constructor for class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry
Constructs a new entry with the specified key and given value.
UnmodifiableMapEntry(KeyValue<K, V>) - Constructor for class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry
Constructs a new entry from the specified KeyValue.
UnmodifiableMapEntry(Map.Entry<K, V>) - Constructor for class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry
Constructs a new entry from the specified MapEntry.
UnmodifiableMapIterator<K,V> - Class in org.apache.commons.collections.iterators
Decorates a map iterator such that it cannot be modified.
unmodifiableMapIterator(MapIterator<K, V>) - Static method in class org.apache.commons.collections.IteratorUtils
Gets an immutable version of a MapIterator.
UnmodifiableOrderedBidiMap<K,V> - Class in org.apache.commons.collections.bidimap
Decorates another OrderedBidiMap to ensure it can't be altered.
UnmodifiableOrderedMap<K,V> - Class in org.apache.commons.collections.map
Decorates another OrderedMap to ensure it can't be altered.
UnmodifiableOrderedMapIterator<K,V> - Class in org.apache.commons.collections.iterators
Decorates an ordered map iterator such that it cannot be modified.
UnmodifiableSet<E> - Class in org.apache.commons.collections.set
Decorates another Set to ensure it can't be altered.
unmodifiableSet(Set<E>) - Static method in class org.apache.commons.collections.SetUtils
Returns an unmodifiable set backed by the given set.
UnmodifiableSortedBag<E> - Class in org.apache.commons.collections.bag
Decorates another SortedBag to ensure it can't be altered.
unmodifiableSortedBag(SortedBag<E>) - Static method in class org.apache.commons.collections.BagUtils
Returns an unmodifiable view of the given sorted bag.
UnmodifiableSortedBidiMap<K,V> - Class in org.apache.commons.collections.bidimap
Decorates another SortedBidiMap to ensure it can't be altered.
UnmodifiableSortedMap<K,V> - Class in org.apache.commons.collections.map
Decorates another SortedMap to ensure it can't be altered.
unmodifiableSortedMap(SortedMap<K, V>) - Static method in class org.apache.commons.collections.MapUtils
Returns an unmodifiable sorted map backed by the given sorted map.
UnmodifiableSortedSet<E> - Class in org.apache.commons.collections.set
Decorates another SortedSet to ensure it can't be altered.
unmodifiableSortedSet(SortedSet<E>) - Static method in class org.apache.commons.collections.SetUtils
Returns an unmodifiable sorted set backed by the given sorted set.
unregisterCursor(CursorableLinkedList.Cursor<E>) - Method in class org.apache.commons.collections.list.CursorableLinkedList
Deregisters a cursor from the list to be notified of changes.
updateCurrentIterator() - Method in class org.apache.commons.collections.iterators.IteratorChain
Updates the current iterator field to ensure that the current Iterator is not exhausted
updateCurrentIterator() - Method in class org.apache.commons.collections.iterators.ObjectGraphIterator
Loops around the iterators to find the next value to return.
updateEntry(AbstractHashedMap.HashEntry<K, V>, V) - Method in class org.apache.commons.collections.map.AbstractHashedMap
Updates an existing key-value mapping to change the value.
updateEntry(AbstractHashedMap.HashEntry<K, V>, V) - Method in class org.apache.commons.collections.map.LRUMap
Updates an existing key-value mapping.
updateNode(AbstractLinkedList.Node<E>, E) - Method in class org.apache.commons.collections.list.AbstractLinkedList
Updates the node with a new value.
updateNode(AbstractLinkedList.Node<E>, E) - Method in class org.apache.commons.collections.list.CursorableLinkedList
Updates the node with a new value.

V

validate(E) - Method in class org.apache.commons.collections.collection.PredicatedCollection
Validates the object being added to ensure it matches the predicate.
validate(K, V) - Method in class org.apache.commons.collections.map.PredicatedMap
Validates a key value pair.
value - Variable in class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger
The value of this mutable.
value - Variable in class org.apache.commons.collections.keyvalue.AbstractKeyValue
The value
value - Variable in class org.apache.commons.collections.list.AbstractLinkedList.Node
The object contained within this node
valueIterator() - Method in class org.apache.commons.collections.BeanMap
Convenience method for getting an iterator over the values.
valuePredicate - Variable in class org.apache.commons.collections.map.PredicatedMap
The value predicate to use
values() - Method in class org.apache.commons.collections.BeanMap
Returns the values for the BeanMap.
values - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
View of the values.
values() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
Gets a values view of the map.
values() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
Returns a set view of the values contained in this map in key order.
values() - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
 
values() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
 
values() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
 
values() - Method in class org.apache.commons.collections.FastHashMap
Return a collection view of the values contained in this map.
values() - Method in class org.apache.commons.collections.FastTreeMap
Return a collection view of the values contained in this map.
values - Variable in class org.apache.commons.collections.map.AbstractHashedMap
Values
values() - Method in class org.apache.commons.collections.map.AbstractHashedMap
Gets the values view of the map.
values() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
 
values() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
Returns a collection view of this map's values.
values() - Method in class org.apache.commons.collections.map.CompositeMap
Returns a collection view of the values contained in this map.
values() - Method in class org.apache.commons.collections.map.FixedSizeMap
 
values() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
 
values() - Method in class org.apache.commons.collections.map.Flat3Map
Gets the values view of the map.
values() - Method in class org.apache.commons.collections.map.ListOrderedMap
 
values() - Method in class org.apache.commons.collections.map.MultiKeyMap
 
values() - Method in class org.apache.commons.collections.map.SingletonMap
Gets the unmodifiable values view of the map.
values() - Method in class org.apache.commons.collections.map.StaticBucketMap
Gets the values.
values() - Method in class org.apache.commons.collections.map.UnmodifiableMap
 
values() - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
 
values() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
 
values() - Method in class org.apache.commons.collections.MultiHashMap
Gets a collection containing all the values in the map.
values() - Method in interface org.apache.commons.collections.MultiMap
Gets a collection containing all the values in the map.
valueTransformer - Variable in class org.apache.commons.collections.map.TransformedMap
The transformer to use for the value
valueType - Variable in class org.apache.commons.collections.map.AbstractReferenceMap
The reference type for values.
verbosePrint(PrintStream, Object, Map) - Static method in class org.apache.commons.collections.MapUtils
Prints the given map with nice line breaks.

W

WEAK - Static variable in class org.apache.commons.collections.map.AbstractReferenceMap
Constant indicating that weak references should be used
whileClosure(Predicate<? super T>, Closure<? super T>) - Static method in class org.apache.commons.collections.ClosureUtils
Creates a Closure that will call the closure repeatedly until the predicate returns false.
WhileClosure<T> - Class in org.apache.commons.collections.functors
Closure implementation that executes a closure repeatedly until a condition is met, like a do-while or while loop.
WhileClosure(Predicate<? super T>, Closure<? super T>, boolean) - Constructor for class org.apache.commons.collections.functors.WhileClosure
Constructor that performs no validation.

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

Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.