- 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
-
Creates an empty map, initialised by createMap.
- 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> - Class in org.apache.commons.collections.bidimap
-
Inner class KeySet.
- AbstractDualBidiMap.KeySet(AbstractDualBidiMap<K, ?>) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
-
Constructs a new view of the BidiMap.
- AbstractDualBidiMap.KeySetIterator<K> - Class in org.apache.commons.collections.bidimap
-
Inner class KeySetIterator.
- AbstractDualBidiMap.KeySetIterator(Iterator<K>, AbstractDualBidiMap<K, ?>) - 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<V> - Class in org.apache.commons.collections.bidimap
-
Inner class Values.
- AbstractDualBidiMap.Values(AbstractDualBidiMap<?, V>) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
-
Constructs a new view of the BidiMap.
- AbstractDualBidiMap.ValuesIterator<V> - Class in org.apache.commons.collections.bidimap
-
Inner class ValuesIterator.
- AbstractDualBidiMap.ValuesIterator(Iterator<V>, AbstractDualBidiMap<?, 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.
- AbstractEmptyMapIterator<K,V> - Class in org.apache.commons.collections.iterators
-
Provides an implementation of an empty map iterator.
- AbstractEmptyMapIterator() - Constructor for class org.apache.commons.collections.iterators.AbstractEmptyMapIterator
-
Create a new AbstractEmptyMapIterator.
- 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<K, 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, Object, 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> - Class in org.apache.commons.collections.map
-
KeySet implementation.
- AbstractHashedMap.KeySet(AbstractHashedMap<K, ?>) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySet
-
- AbstractHashedMap.KeySetIterator<K> - Class in org.apache.commons.collections.map
-
KeySet iterator.
- AbstractHashedMap.KeySetIterator(AbstractHashedMap<K, ?>) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator
-
- AbstractHashedMap.Values<V> - Class in org.apache.commons.collections.map
-
Values implementation.
- AbstractHashedMap.Values(AbstractHashedMap<?, V>) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.Values
-
- AbstractHashedMap.ValuesIterator<V> - Class in org.apache.commons.collections.map
-
Values iterator.
- AbstractHashedMap.ValuesIterator(AbstractHashedMap<?, V>) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator
-
- AbstractIterableGetMapDecorator<K,V> - Class in org.apache.commons.collections.splitmap
-
- AbstractIterableGetMapDecorator(Map<K, V>) - Constructor for class org.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator
-
Create a new AbstractSplitMapDecorator.
- AbstractIterableGetMapDecorator() - Constructor for class org.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractIterableMap<K,V> - Class in org.apache.commons.collections.map
-
- AbstractIterableMap() - Constructor for class org.apache.commons.collections.map.AbstractIterableMap
-
- 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.
- AbstractKeyAnalyzer<K> - Class in org.apache.commons.collections.trie
-
TODO: add javadoc
- AbstractKeyAnalyzer() - Constructor for class org.apache.commons.collections.trie.AbstractKeyAnalyzer
-
- AbstractKeyValue<K,V> - Class in org.apache.commons.collections.keyvalue
-
Abstract pair class to assist with creating
KeyValue
and
Map.Entry 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<? extends 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<E> - 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(E) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node
-
Constructs a new node.
- AbstractLinkedList.Node(AbstractLinkedList.Node<E>, AbstractLinkedList.Node<E>, E) - 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<K, 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> - Class in org.apache.commons.collections.map
-
KeySet iterator.
- AbstractLinkedMap.KeySetIterator(AbstractLinkedMap<K, ?>) - 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, Object, 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<V> - Class in org.apache.commons.collections.map
-
Values iterator.
- AbstractLinkedMap.ValuesIterator(AbstractLinkedMap<?, 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.
- AbstractQuantifierPredicate<T> - Class in org.apache.commons.collections.functors
-
Abstract base class for quantification predicates, e.g.
- AbstractQuantifierPredicate(Predicate<? super T>...) - Constructor for class org.apache.commons.collections.functors.AbstractQuantifierPredicate
-
Constructor that performs no validation.
- 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(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, 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>, AbstractHashedMap.HashEntry<K, V>, int, K, V) - Constructor for class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
Creates a new entry object for the ReferenceMap.
- AbstractReferenceMap.ReferenceStrength - Enum in org.apache.commons.collections.map
-
Reference type enum.
- 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 that wraps (not copies).
- 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).
- AbstractSortedMapDecorator.SortedMapIterator<K,V> - Class in org.apache.commons.collections.map
-
OrderedMapIterator implementation.
- AbstractSortedMapDecorator.SortedMapIterator(Set<Map.Entry<K, V>>) - Constructor for class org.apache.commons.collections.map.AbstractSortedMapDecorator.SortedMapIterator
-
Create a new AbstractSortedMapDecorator.SortedMapIterator.
- 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).
- AbstractUntypedCollectionDecorator<E,D> - Class in org.apache.commons.collections.collection
-
Decorates another Collection to provide additional behaviour
without guaranteeing that the provided Collection type is the
same as that of the decorated Collection.
- AbstractUntypedCollectionDecorator() - Constructor for class org.apache.commons.collections.collection.AbstractUntypedCollectionDecorator
-
Create a new AbstractUntypedCollectionDecorator.
- AbstractUntypedIteratorDecorator<I,O> - Class in org.apache.commons.collections.iterators
-
Provides basic behaviour for decorating an iterator with extra functionality
without committing the generic type of the Iterator implementation.
- AbstractUntypedIteratorDecorator(Iterator<I>) - Constructor for class org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator
-
Create a new AbstractUntypedIteratorDecorator.
- accept(CommandVisitor<T>) - Method in class org.apache.commons.collections.comparators.sequence.DeleteCommand
-
Accept a visitor.
- accept(CommandVisitor<T>) - Method in class org.apache.commons.collections.comparators.sequence.EditCommand
-
Accept a visitor.
- accept(CommandVisitor<T>) - Method in class org.apache.commons.collections.comparators.sequence.InsertCommand
-
Accept a visitor.
- accept(CommandVisitor<T>) - Method in class org.apache.commons.collections.comparators.sequence.KeepCommand
-
Accept a visitor.
- 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(E, int) - Method in class org.apache.commons.collections.bag.TransformedBag
-
- add(E) - Method in class org.apache.commons.collections.bag.TreeBag
-
Adds a new element to the bag, incrementing its count in the underlying
map.
- 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.BoundedBuffer
-
- 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(Object) - 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<E>, List<Collection<E>>, E) - Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator
-
Called when an object is to be added to the composite.
- add(C) - Method in class org.apache.commons.collections.collection.IndexedCollection
- 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(E) - 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.iterators.AbstractListIteratorDecorator
- add(Object) - Method in class org.apache.commons.collections.iterators.ArrayListIterator
-
This iterator does not support modification of its backing collection, and so will
always throw an
UnsupportedOperationException when this method is invoked.
- add(E) - Method in class org.apache.commons.collections.iterators.FilterListIterator
-
Not supported.
- add(E) - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
-
- add(E) - Method in class org.apache.commons.collections.iterators.LoopingListIterator
-
Inserts the specified element into the underlying list.
- 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.ReverseListIterator
-
Adds a new element to the list between the next and previous elements.
- add(E) - Method in class org.apache.commons.collections.iterators.SingletonListIterator
-
- 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.CursorableLinkedList.SubCursor
-
- 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.GrowthList
-
Decorate the add method to perform the growth behaviour.
- 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, E) - Method in class org.apache.commons.collections.list.TransformedList
-
- add(E) - 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(Object) - 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
-
Inserts the specified element at the specified position if it is not yet
contained in this ordered set (optional operation).
- add(E) - 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
-
- 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.BoundedBuffer
-
- 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<E>, List<Collection<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 C>) - Method in class org.apache.commons.collections.collection.IndexedCollection
-
- 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<? extends E>) - 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<C>, Iterable<? extends C>) - Static method in class org.apache.commons.collections.CollectionUtils
-
Adds all elements in the
Iterable to the given collection.
- addAll(Collection<C>, Iterator<? extends C>) - Static method in class org.apache.commons.collections.CollectionUtils
-
Adds all elements in the iteration to the given collection.
- addAll(Collection<C>, Enumeration<? extends C>) - Static method in class org.apache.commons.collections.CollectionUtils
-
Adds all elements in the enumeration to the given collection.
- addAll(Collection<C>, C[]) - 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.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.GrowthList
-
Decorate the addAll method to perform the growth behaviour.
- 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 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.SetUniqueList
-
Adds a collection of objects a specific index in the list avoiding
duplicates.
- addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections.list.SynchronizedList
-
- addAll(int, Collection<? extends E>) - 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
-
Inserts all elements in the specified collection not yet contained in the
ordered set at the specified position (optional operation).
- addAll(Collection<? extends E>) - 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
-
- 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<E>) - 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<E>, 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<E>) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Add these Collections to the list of collections in this composite
- addComposited(Collection<E>, Collection<E>) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Add these Collections to the list of collections in this composite
- addComposited(Collection<E>[]) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Add these Collections to the list of collections in this composite
- addComposited(Map<K, V>) - Method in class org.apache.commons.collections.map.CompositeMap
-
Add an additional Map to the composite.
- addComposited(Collection<E>) - Method in class org.apache.commons.collections.set.CompositeSet
-
Add a Set to this composite
- addComposited(Collection<E>, Collection<E>) - Method in class org.apache.commons.collections.set.CompositeSet
-
Add two sets to this composite.
- addComposited(Collection<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
-
- addIgnoreNull(Collection<T>, T) - Static method in class org.apache.commons.collections.CollectionUtils
-
Adds an element to the collection unless the element is null.
- 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.
- 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.functors.AllPredicate
-
Factory to create the predicate.
- allPredicate(Collection<? extends Predicate<T>>) - Static method in class org.apache.commons.collections.functors.AllPredicate
-
Factory to create the predicate.
- 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<? extends Predicate<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.functors.AndPredicate
-
Factory to create the predicate.
- 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.functors.AnyPredicate
-
Factory to create the predicate.
- anyPredicate(Collection<? extends Predicate<T>>) - Static method in class org.apache.commons.collections.functors.AnyPredicate
-
Factory to create the predicate.
- 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<? extends Predicate<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.
- append(KeepCommand<T>) - Method in class org.apache.commons.collections.comparators.sequence.EditScript
-
Add a keep command to the script.
- append(InsertCommand<T>) - Method in class org.apache.commons.collections.comparators.sequence.EditScript
-
Add an insert command to the script.
- append(DeleteCommand<T>) - Method in class org.apache.commons.collections.comparators.sequence.EditScript
-
Add a delete command to the script.
- 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
-
- 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
-
- 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<? super E, ?>) - Static method in class org.apache.commons.collections.ClosureUtils
-
Creates a Closure that calls a Transformer each time it is called.
- asEnumeration(Iterator<? extends E>) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an enumeration that wraps an iterator.
- asIterable(Iterator<? extends E>) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an
Iterable that wraps an iterator.
- asIterator(Enumeration<? extends E>) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that provides an iterator view of the given enumeration.
- asIterator(Enumeration<? extends E>, Collection<? super 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.
- asMultipleUseIterable(Iterator<? extends E>) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterable that wraps an iterator.
- asPredicate(Transformer<? super 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<? super 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<? super 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<? extends O>) - 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.
- 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.
- 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.
- bitIndex(byte[], int, int, byte[], int, int) - Method in class org.apache.commons.collections.trie.ByteArrayKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(Byte, int, int, Byte, int, int) - Method in class org.apache.commons.collections.trie.ByteKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(Character, int, int, Character, int, int) - Method in class org.apache.commons.collections.trie.CharacterKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(char[], int, int, char[], int, int) - Method in class org.apache.commons.collections.trie.CharArrayKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(Integer, int, int, Integer, int, int) - Method in class org.apache.commons.collections.trie.IntegerKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(K, int, int, K, int, int) - Method in interface org.apache.commons.collections.trie.KeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(Long, int, int, Long, int, int) - Method in class org.apache.commons.collections.trie.LongKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(Short, int, int, Short, int, int) - Method in class org.apache.commons.collections.trie.ShortKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(String, int, int, String, int, int) - Method in class org.apache.commons.collections.trie.StringKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitsPerElement() - Method in class org.apache.commons.collections.trie.ByteArrayKeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in class org.apache.commons.collections.trie.ByteKeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in class org.apache.commons.collections.trie.CharacterKeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in class org.apache.commons.collections.trie.CharArrayKeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in class org.apache.commons.collections.trie.IntegerKeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in interface org.apache.commons.collections.trie.KeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in class org.apache.commons.collections.trie.LongKeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in class org.apache.commons.collections.trie.ShortKeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in class org.apache.commons.collections.trie.StringKeyAnalyzer
-
Returns the number of bits per element in the key.
- BlockingBuffer<E> - Class in org.apache.commons.collections.buffer
-
- BlockingBuffer(Buffer<E>) - Constructor for class org.apache.commons.collections.buffer.BlockingBuffer
-
Constructor that wraps (not copies).
- BlockingBuffer(Buffer<E>, long) - 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.buffer.BlockingBuffer
-
Factory method to create a blocking buffer.
- blockingBuffer(Buffer<E>, long) - Static method in class org.apache.commons.collections.buffer.BlockingBuffer
-
Factory method to create a blocking buffer with a timeout value.
- blockingBuffer(Buffer<E>) - Static method in class org.apache.commons.collections.BufferUtils
-
- blockingBuffer(Buffer<E>, long) - Static method in class org.apache.commons.collections.BufferUtils
-
Returns a synchronized buffer backed by the given buffer that will
block on
Buffer.get() and
Buffer.remove() operations
until
timeout expires.
- BooleanComparator - Class in org.apache.commons.collections.comparators
-
- 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.comparators.BooleanComparator
-
Returns a BooleanComparator instance 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.
- BoundedBuffer<E> - Class in org.apache.commons.collections.buffer
-
Decorates another
Buffer to ensure a fixed maximum size.
- BoundedBuffer(Buffer<E>, int, long) - Constructor for class org.apache.commons.collections.buffer.BoundedBuffer
-
Constructor that wraps (not copies) another buffer, making it bounded
waiting only up to a maximum amount of time.
- boundedBuffer(Buffer<E>, int) - Static method in class org.apache.commons.collections.buffer.BoundedBuffer
-
Factory method to create a bounded buffer.
- boundedBuffer(Buffer<E>, int, long) - Static method in class org.apache.commons.collections.buffer.BoundedBuffer
-
Factory method to create a bounded buffer that blocks for a maximum
amount of time.
- boundedBuffer(Buffer<E>, int) - Static method in class org.apache.commons.collections.BufferUtils
-
- boundedBuffer(Buffer<E>, int, long) - Static method in class org.apache.commons.collections.BufferUtils
-
- 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
-
- 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<? extends 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.
- ByteArrayKeyAnalyzer - Class in org.apache.commons.collections.trie
-
- ByteArrayKeyAnalyzer(int) - Constructor for class org.apache.commons.collections.trie.ByteArrayKeyAnalyzer
-
- ByteKeyAnalyzer - Class in org.apache.commons.collections.trie
-
- ByteKeyAnalyzer() - Constructor for class org.apache.commons.collections.trie.ByteKeyAnalyzer
-
- 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(O, Iterable<? super O>) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns the number of occurrences of obj in coll.
- CaseInsensitiveMap<K,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<K, V>) - Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap
-
Constructor copying elements from another map.
- CatchAndRethrowClosure<E> - Class in org.apache.commons.collections.functors
-
- CatchAndRethrowClosure() - Constructor for class org.apache.commons.collections.functors.CatchAndRethrowClosure
-
- chainedClosure(Closure<? super E>, Closure<? super E>) - 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<? super E>...) - 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<Closure<E>>) - 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<E> - Class in org.apache.commons.collections.functors
-
Closure implementation that chains the specified closures together.
- ChainedClosure(Closure<? super E>[]) - Constructor for class org.apache.commons.collections.functors.ChainedClosure
-
Constructor that performs no validation.
- chainedClosure(Closure<? super E>...) - Static method in class org.apache.commons.collections.functors.ChainedClosure
-
Factory method that performs validation and copies the parameter array.
- chainedClosure(Collection<Closure<E>>) - 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.
- chainedComparator(Comparator<E>, Comparator<E>) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Gets a comparator that compares using two
Comparators.
- chainedComparator(Comparator<E>[]) - 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<Comparator<E>>) - 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<? extends E>, Iterator<? extends E>) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that iterates through two
Iterators
one after another.
- chainedIterator(Iterator<? extends 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<T> - Class in org.apache.commons.collections.functors
-
Transformer implementation that chains the specified transformers together.
- ChainedTransformer(Transformer<? super T, ? extends T>[]) - Constructor for class org.apache.commons.collections.functors.ChainedTransformer
-
Constructor that performs no validation.
- chainedTransformer(Transformer<? super T, ? extends T>...) - Static method in class org.apache.commons.collections.functors.ChainedTransformer
-
Factory method that performs validation and copies the parameter array.
- chainedTransformer(Collection<? extends Transformer<T, T>>) - 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.
- chainedTransformer(Transformer<? super T, ? extends T>, Transformer<? super T, ? extends T>) - 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<? super T, ? extends T>[]) - 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<? extends Transformer<T, T>>) - 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.
- CharacterKeyAnalyzer - Class in org.apache.commons.collections.trie
-
- CharacterKeyAnalyzer() - Constructor for class org.apache.commons.collections.trie.CharacterKeyAnalyzer
-
- CharArrayKeyAnalyzer - Class in org.apache.commons.collections.trie
-
- CharArrayKeyAnalyzer() - Constructor for class org.apache.commons.collections.trie.CharArrayKeyAnalyzer
-
- 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(MultiKey<?>) - 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(V) - Method in class org.apache.commons.collections.map.TransformedMap
-
Override to transform the value when using setValue.
- checkSetValue(U) - Method in class org.apache.commons.collections.splitmap.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.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.AbstractUntypedCollectionDecorator
-
- 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.IndexedCollection
-
- clear() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
-
- clear() - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
-
- clear() - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
-
- clear() - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- 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.MultiValueMap
-
Clear the map.
- clear() - Method in class org.apache.commons.collections.map.PassiveExpiringMap
-
Normal
Map.clear() behavior with the addition of clearing all
expiration entries as well.
- 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 interface org.apache.commons.collections.Put
-
- 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
-
- clear() - Method in class org.apache.commons.collections.splitmap.TransformedMap
-
- clear() - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- clear() - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- clearProperty(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Clear a property in the configuration.
- 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.
- CloneTransformer<T> - 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.functors.CloneTransformer
-
Factory returning the singleton instance.
- 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<? super T>) - Constructor for class org.apache.commons.collections.functors.ClosureTransformer
-
Constructor that performs no validation.
- closureTransformer(Closure<? super T>) - Static method in class org.apache.commons.collections.functors.ClosureTransformer
-
Factory method that performs 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(Iterable<I>, Transformer<? super I, ? extends 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<? super I, ? extends 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(Iterable<? extends I>, Transformer<? super I, ? extends O>, R) - 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<? extends I>, Transformer<? super I, ? extends O>, R) - 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.AbstractUntypedCollectionDecorator
-
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 ExtendedProperties object with this one.
- CommandVisitor<T> - Interface in org.apache.commons.collections.comparators.sequence
-
This interface should be implemented by user object to walk
through
EditScript objects.
- ComparableComparator<E extends Comparable<? super E>> - Class in org.apache.commons.collections.comparators
-
- ComparableComparator() - Constructor for class org.apache.commons.collections.comparators.ComparableComparator
-
Constructor whose use should be avoided.
- comparableComparator() - Static method in class org.apache.commons.collections.comparators.ComparableComparator
-
Gets the singleton instance of a ComparableComparator.
- 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 key comparator to use
- comparator() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
- comparator - Variable in class org.apache.commons.collections.buffer.PriorityBuffer
-
The comparator used to order the elements
- comparator() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Gets the comparator being used for this buffer, null is natural order.
- comparator() - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
-
- comparator() - Method in class org.apache.commons.collections.map.LazySortedMap
-
- comparator() - Method in class org.apache.commons.collections.map.PredicatedSortedMap
-
- comparator() - Method in class org.apache.commons.collections.map.TransformedSortedMap
-
- comparator() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
-
- comparator() - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
-
- comparator() - Method in class org.apache.commons.collections.set.PredicatedSortedSet
-
- comparator() - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
-
- comparator() - Method in class org.apache.commons.collections.set.TransformedSortedSet
-
- comparator() - Method in interface org.apache.commons.collections.SortedBag
-
Returns the comparator associated with this sorted set, or null
if it uses its elements' natural ordering.
- comparator() - Method in class org.apache.commons.collections.trie.PatriciaTrie
- comparator() - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- comparator() - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- ComparatorChain<E> - 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<E>) - Constructor for class org.apache.commons.collections.comparators.ComparatorChain
-
Construct a ComparatorChain with a single Comparator,
sorting in the forward order
- ComparatorChain(Comparator<E>, 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<E>>) - Constructor for class org.apache.commons.collections.comparators.ComparatorChain
-
Construct a ComparatorChain from the Comparators in the
List.
- ComparatorChain(List<Comparator<E>>, 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.
- ComparatorPredicate<T> - Class in org.apache.commons.collections.functors
-
Predicate that compares the input object with the one stored in the predicate using a comparator.
- ComparatorPredicate(T, Comparator<T>, ComparatorPredicate.Criterion) - Constructor for class org.apache.commons.collections.functors.ComparatorPredicate
-
Constructor that performs no validation.
- comparatorPredicate(T, Comparator<T>) - Static method in class org.apache.commons.collections.functors.ComparatorPredicate
-
Factory to create the comparator predicate
- comparatorPredicate(T, Comparator<T>, ComparatorPredicate.Criterion) - Static method in class org.apache.commons.collections.functors.ComparatorPredicate
-
Factory to create the comparator predicate
- ComparatorPredicate.Criterion - Enum in org.apache.commons.collections.functors
-
- 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
-
- compare(E, E) - Method in class org.apache.commons.collections.comparators.ComparableComparator
-
- compare(E, E) - 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(E, E) - Method in class org.apache.commons.collections.comparators.NullComparator
-
Perform a comparison between two objects.
- compare(E, E) - Method in class org.apache.commons.collections.comparators.ReverseComparator
-
Compares two objects in reverse order.
- compare(E, E) - Method in class org.apache.commons.collections.comparators.TransformingComparator
-
Returns the result of comparing the values from the transform operation.
- compare(K, K) - Method in class org.apache.commons.collections.trie.AbstractKeyAnalyzer
- compare(byte[], byte[]) - Method in class org.apache.commons.collections.trie.ByteArrayKeyAnalyzer
- compare(Short, Short) - Method in class org.apache.commons.collections.trie.ShortKeyAnalyzer
- 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 one collection.
- CompositeCollection(Collection<E>, Collection<E>) - Constructor for class org.apache.commons.collections.collection.CompositeCollection
-
Create a Composite Collection with two collections.
- CompositeCollection(Collection<E>[]) - Constructor for class org.apache.commons.collections.collection.CompositeCollection
-
Create a Composite Collection with an array of 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<K, V>, Map<K, V>) - Constructor for class org.apache.commons.collections.map.CompositeMap
-
Create a new CompositeMap with two composited Map instances.
- CompositeMap(Map<K, V>, Map<K, 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<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(Map<K, V>[], 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.
- constantFactory(T) - Static method in class org.apache.commons.collections.functors.ConstantFactory
-
Factory method that performs validation.
- ConstantTransformer<I,O> - Class in org.apache.commons.collections.functors
-
Transformer implementation that returns the same constant each time.
- ConstantTransformer(O) - Constructor for class org.apache.commons.collections.functors.ConstantTransformer
-
Constructor that performs no validation.
- constantTransformer(O) - Static method in class org.apache.commons.collections.functors.ConstantTransformer
-
Transformer method that performs validation.
- constantTransformer(O) - 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.AbstractUntypedCollectionDecorator
-
- 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.IndexedCollection
- contains(Object) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
-
- contains(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- contains(Object) - Method in class org.apache.commons.collections.list.SetUniqueList
-
- contains(Object) - Method in class org.apache.commons.collections.list.TreeList
-
Searches for the presence of an object in the list.
- contains(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
-
- contains(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
-
- contains(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.Values
-
- contains(Object) - Method in class org.apache.commons.collections.set.MapBackedSet
-
- containsAll(Collection<?>) - Method in 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.AbstractUntypedCollectionDecorator
-
- 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.IndexedCollection
- containsAll(Collection<?>) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
-
- containsAll(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns true iff all elements of coll2 are also contained
in coll1.
- containsAll(Collection<?>) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- containsAll(Collection<?>) - Method in class org.apache.commons.collections.list.SetUniqueList
-
- containsAll(Collection<?>) - Method in class org.apache.commons.collections.set.MapBackedSet
-
- containsAny(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns true iff at least one element is in both collections.
- containsKey(Object) - Method in class org.apache.commons.collections.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 interface org.apache.commons.collections.Get
-
- containsKey(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Checks whether the map contains the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
-
- containsKey(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Checks whether the map contains the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections.map.CompositeMap
-
Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class org.apache.commons.collections.map.Flat3Map
-
Checks whether the map contains the specified key.
- containsKey(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsKey(Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsKey(Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsKey(Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsKey(Object) - Method in class org.apache.commons.collections.map.PassiveExpiringMap
-
All expired entries are removed from the map prior to determining the
contains result.
- 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.
- containsKey(Object) - Method in class org.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator
-
- containsKey(Object) - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- containsKey(Object) - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- 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 interface org.apache.commons.collections.Get
-
- 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.MultiValueMap
-
Checks whether the map contains the value specified.
- containsValue(Object, Object) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Checks whether the collection at the specified key contains the value.
- containsValue(Object) - Method in class org.apache.commons.collections.map.PassiveExpiringMap
-
All expired entries are removed from the map prior to determining the
contains result.
- 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 interface org.apache.commons.collections.MultiMap
-
Checks whether the map contains the value specified.
- containsValue(Object) - Method in class org.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator
-
- containsValue(Object) - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- containsValue(Object) - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- convertKey(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Converts input keys to another object for storage in the map.
- convertKey(Object) - Method in class org.apache.commons.collections.map.CaseInsensitiveMap
-
- convertProperties(Properties) - Static method in class org.apache.commons.collections.ExtendedProperties
-
Convert a standard properties class into a configuration class.
- countMatches(Iterable<C>, Predicate<? super C>) - 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<V, K>, Map<K, V>, BidiMap<K, V>) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Creates a new instance of the subclass.
- createBidiMap(Map<V, K>, Map<K, V>, BidiMap<K, V>) - Method in class org.apache.commons.collections.bidimap.DualHashBidiMap
-
Creates a new instance of this object.
- createBidiMap(Map<V, K>, Map<K, V>, BidiMap<K, V>) - Method in class org.apache.commons.collections.bidimap.DualLinkedHashBidiMap
-
Creates a new instance of this object.
- createBidiMap(Map<V, K>, Map<K, V>, BidiMap<K, V>) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
Creates a new instance of this object.
- createCollection(int) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Creates a new instance of the map value Collection container
using the factory.
- createDelegateMap() - Method in class org.apache.commons.collections.map.Flat3Map
-
Create an instance of the map used for storage when in delegation mode.
- createEntry(AbstractHashedMap.HashEntry<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.
- 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.
- createSetBasedOnList(Set<E>, List<E>) - Method in class org.apache.commons.collections.list.SetUniqueList
-
Create a new
Set with the same type as the provided
set
and populate it with all elements of
list.
- 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.
- createSubListListIterator(AbstractLinkedList.LinkedSubList<E>, int) - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Creates a list iterator for the sublist.
- 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.
- current - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
- current() - Method in class org.apache.commons.collections.map.EntrySetToMapIteratorAdapter
-
Get the currently active entry.
- 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
-
- cursor(int) - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
- 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.
- CursorableLinkedList.SubCursor<E> - Class in org.apache.commons.collections.list
-
A cursor for the sublist based on LinkedSubListIterator.
- CursorableLinkedList.SubCursor(AbstractLinkedList.LinkedSubList<E>, int) - Constructor for class org.apache.commons.collections.list.CursorableLinkedList.SubCursor
-
Constructs a new cursor.
- cursors - Variable in class org.apache.commons.collections.list.CursorableLinkedList
-
A list of the cursor currently open on this list
- 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.
- decorated() - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
-
Gets the bag being decorated.
- decorated() - Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator
-
Gets the bag being decorated.
- decorated() - Method in class org.apache.commons.collections.bag.PredicatedBag
-
Gets the decorated bag.
- decorated() - Method in class org.apache.commons.collections.bag.PredicatedSortedBag
-
Gets the decorated sorted bag.
- decorated() - Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
-
Gets the map being decorated.
- decorated() - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
-
Gets the map being decorated.
- decorated() - Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
-
Gets the map being decorated.
- decorated() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
-
- decorated() - Method in class org.apache.commons.collections.buffer.AbstractBufferDecorator
-
Gets the buffer being decorated.
- decorated() - Method in class org.apache.commons.collections.buffer.PredicatedBuffer
-
Gets the buffer being decorated.
- decorated() - Method in class org.apache.commons.collections.buffer.SynchronizedBuffer
-
Gets the buffer being decorated.
- decorated() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
-
Gets the collection being decorated.
- decorated() - Method in class org.apache.commons.collections.collection.AbstractUntypedCollectionDecorator
-
Gets the collection being decorated.
- decorated() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
-
Gets the collection being decorated.
- decorated() - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
-
- decorated - Variable in class org.apache.commons.collections.comparators.TransformingComparator
-
The decorated comparator.
- decorated() - Method in class org.apache.commons.collections.list.AbstractListDecorator
-
Gets the list being decorated.
- decorated() - Method in class org.apache.commons.collections.list.PredicatedList
-
Gets the list being decorated.
- decorated() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
-
Gets the map being decorated.
- decorated() - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
-
Gets the map being decorated.
- decorated() - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
-
Gets the map being decorated.
- decorated() - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the map being decorated.
- decorated() - Method in class org.apache.commons.collections.set.AbstractSetDecorator
-
Gets the set being decorated.
- decorated() - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
-
Gets the set being decorated.
- decorated() - Method in class org.apache.commons.collections.set.PredicatedSet
-
Gets the set being decorated.
- decorated() - Method in class org.apache.commons.collections.set.PredicatedSortedSet
-
Gets the sorted set being decorated.
- decorated() - Method in class org.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator
-
Gets the map being decorated.
- 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
-
- DEFAULT_THRESHOLD - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
-
The default threshold to use
- DefaultedMap<K,V> - Class in org.apache.commons.collections.map
-
Decorates another Map returning a default value if the map
does not contain the requested key.
- DefaultedMap(V) - Constructor for class org.apache.commons.collections.map.DefaultedMap
-
Constructs a new empty DefaultedMap that decorates
a HashMap.
- DefaultedMap(Transformer<? super K, ? extends V>) - Constructor for class org.apache.commons.collections.map.DefaultedMap
-
Constructs a new empty DefaultedMap that decorates a HashMap.
- DefaultedMap(Map<K, V>, Transformer<? super K, ? extends V>) - Constructor for class org.apache.commons.collections.map.DefaultedMap
-
Constructor that wraps (not copies).
- defaultedMap(Map<K, V>, V) - Static method in class org.apache.commons.collections.map.DefaultedMap
-
Factory method to create a defaulting map.
- defaultedMap(Map<K, V>, Factory<? extends V>) - Static method in class org.apache.commons.collections.map.DefaultedMap
-
Factory method to create a defaulting map.
- defaultedMap(Map<K, V>, Transformer<? super K, ? extends V>) - Static method in class org.apache.commons.collections.map.DefaultedMap
-
Factory method to create a defaulting map.
- DefaultEquator<T> - Class in org.apache.commons.collections.functors
-
- DefaultEquator() - Constructor for class org.apache.commons.collections.functors.DefaultEquator
-
- defaultEquator() - Static method in class org.apache.commons.collections.functors.DefaultEquator
-
- DefaultKeyValue<K,V> - Class in org.apache.commons.collections.keyvalue
-
A mutable
KeyValue pair that does not implement
Map.Entry.
- DefaultKeyValue() - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
-
Constructs a new pair with a null key and null value.
- DefaultKeyValue(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 Map.Entry.
- DefaultMapEntry<K,V> - Class in org.apache.commons.collections.keyvalue
-
A restricted implementation of
Map.Entry that prevents
the
Map.Entry 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 Map.Entry.
- DeleteCommand<T> - Class in org.apache.commons.collections.comparators.sequence
-
Command representing the deletion of one object of the first sequence.
- DeleteCommand(T) - Constructor for class org.apache.commons.collections.comparators.sequence.DeleteCommand
-
Simple constructor.
- destroyEntry(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Kills an entry ready for the garbage collector.
- disjunction(Iterable<? extends O>, Iterable<? extends O>) - 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 superclass 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 E>, Predicate<? super E>) - 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
-
- DualHashBidiMap() - Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap
-
Creates an empty HashBidiMap.
- DualHashBidiMap(Map<K, 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.
- DualLinkedHashBidiMap<K,V> - Class in org.apache.commons.collections.bidimap
-
Implementation of BidiMap that uses two LinkedHashMap instances.
- DualLinkedHashBidiMap() - Constructor for class org.apache.commons.collections.bidimap.DualLinkedHashBidiMap
-
Creates an empty HashBidiMap.
- DualLinkedHashBidiMap(Map<K, V>) - Constructor for class org.apache.commons.collections.bidimap.DualLinkedHashBidiMap
-
Constructs a LinkedHashBidiMap and copies the mappings from
specified Map.
- DualLinkedHashBidiMap(Map<K, V>, Map<V, K>, BidiMap<V, K>) - Constructor for class org.apache.commons.collections.bidimap.DualLinkedHashBidiMap
-
Constructs a LinkedHashBidiMap that decorates the specified maps.
- DualTreeBidiMap<K,V> - Class in org.apache.commons.collections.bidimap
-
- DualTreeBidiMap() - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
Creates an empty DualTreeBidiMap
- DualTreeBidiMap(Map<K, 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
-
- DualTreeBidiMap(Map<K, V>, Map<V, K>, BidiMap<V, K>) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
- 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
- EditCommand<T> - Class in org.apache.commons.collections.comparators.sequence
-
Abstract base class for all commands used to transform an objects sequence
into another one.
- EditCommand(T) - Constructor for class org.apache.commons.collections.comparators.sequence.EditCommand
-
Simple constructor.
- EditScript<T> - Class in org.apache.commons.collections.comparators.sequence
-
This class gathers all the
commands needed to transform
one objects sequence into another objects sequence.
- EditScript() - Constructor for class org.apache.commons.collections.comparators.sequence.EditScript
-
Simple constructor.
- 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.
- emptyBag() - Static method in class org.apache.commons.collections.BagUtils
-
Get an empty Bag.
- emptyBuffer() - Static method in class org.apache.commons.collections.BufferUtils
-
Get an empty Buffer.
- emptyCollection() - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns the immutable EMPTY_COLLECTION with generic type safety.
- emptyIfNull(Collection<T>) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns an immutable empty collection if the argument is null,
or the argument itself otherwise.
- emptyIfNull(List<T>) - Static method in class org.apache.commons.collections.ListUtils
-
Returns an immutable empty list if the argument is null,
or the argument itself otherwise.
- emptyIfNull(Map<K, V>) - Static method in class org.apache.commons.collections.MapUtils
-
Returns an immutable empty map if the argument is null,
or the argument itself otherwise.
- emptyIfNull(Set<T>) - Static method in class org.apache.commons.collections.SetUtils
-
Returns an immutable empty set if the argument is null,
or the argument itself otherwise.
- 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.iterators.EmptyIterator
-
Get a typed empty iterator instance.
- 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.iterators.EmptyListIterator
-
Get a typed instance of the iterator.
- emptyListIterator() - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an empty list iterator.
- EmptyMapIterator<K,V> - 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.iterators.EmptyMapIterator
-
Get a typed instance of the iterator.
- 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.iterators.EmptyOrderedIterator
-
Typed instance of the iterator.
- emptyOrderedIterator() - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an empty ordered iterator.
- EmptyOrderedMapIterator<K,V> - 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.iterators.EmptyOrderedMapIterator
-
Get a typed instance of the iterator.
- emptyOrderedMapIterator() - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an empty ordered map iterator.
- emptySet() - Static method in class org.apache.commons.collections.SetUtils
-
Get a typed empty unmodifiable Set.
- emptySortedBag() - Static method in class org.apache.commons.collections.BagUtils
-
Get an empty SortedBag.
- emptySortedSet() - Static method in class org.apache.commons.collections.SetUtils
-
Get a typed empty unmodifiable sorted set.
- 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.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
- entry - Variable in class org.apache.commons.collections.map.EntrySetToMapIteratorAdapter
-
The currently positioned Map entry.
- 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.
- 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 - 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 interface org.apache.commons.collections.Get
-
- 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 - Variable in class org.apache.commons.collections.map.EntrySetToMapIteratorAdapter
-
The adapted Map entry Set.
- entrySet() - Method in class org.apache.commons.collections.map.FixedSizeMap
-
- entrySet() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
-
- entrySet() - Method in class org.apache.commons.collections.map.Flat3Map
-
Gets the entrySet view of the map.
- entrySet() - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets a view over the entries in the map.
- entrySet() - Method in class org.apache.commons.collections.map.PassiveExpiringMap
-
All expired entries are removed from the map prior to returning the entry set.
- 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
-
- entrySet() - Method in class org.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator
-
- entrySet() - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- entrySet() - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- 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.
- EntrySetToMapIteratorAdapter<K,V> - Class in org.apache.commons.collections.map
-
Adapts a Map entrySet to the MapIterator interface.
- EntrySetToMapIteratorAdapter(Set<Map.Entry<K, V>>) - Constructor for class org.apache.commons.collections.map.EntrySetToMapIteratorAdapter
-
Create a new EntrySetToMapIteratorAdapter.
- 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
-
- EnumerationIterator() - Constructor for class org.apache.commons.collections.iterators.EnumerationIterator
-
- EnumerationIterator(Enumeration<? extends 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<? extends E>, Collection<? super 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
-
- EnumerationUtils() - Constructor for class org.apache.commons.collections.EnumerationUtils
-
EnumerationUtils is not normally instantiated.
- EQUAL_BIT_KEY - Static variable in interface org.apache.commons.collections.trie.KeyAnalyzer
-
- 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, Equator<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.functors.EqualPredicate
-
Factory to create the predicate.
- equalPredicate(T, Equator<T>) - Static method in class org.apache.commons.collections.functors.EqualPredicate
-
Factory to create the identity predicate.
- 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.AbstractUntypedCollectionDecorator
-
- 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.FixedOrderComparator
-
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.comparators.TransformingComparator
-
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.functors.ConstantTransformer
- 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.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
-
- equals(Object) - Method in class org.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator
-
- equals(Object) - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- equals(Object) - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- equate(T, T) - Method in class org.apache.commons.collections.functors.DefaultEquator
-
Evaluates the two arguments for their equality.
- equate(T, T) - Method in interface org.apache.commons.collections.functors.Equator
-
Evaluates the two arguments for their equality.
- Equator<T> - Interface in org.apache.commons.collections.functors
-
An equation function, which determines equality between objects of type T.
- 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.ComparatorPredicate
-
Evaluates the predicate.
- 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(Object) - Method in class org.apache.commons.collections.functors.InstanceofPredicate
-
Evaluates the predicate returning true if the input object is of the correct type.
- evaluate(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(T) - 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<E> - Class in org.apache.commons.collections.functors
-
Closure implementation that always throws an exception.
- exceptionClosure() - Static method in class org.apache.commons.collections.functors.ExceptionClosure
-
Factory returning the singleton instance.
- 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.
- exceptionFactory() - Static method in class org.apache.commons.collections.functors.ExceptionFactory
-
Factory returning the singleton instance.
- 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.functors.ExceptionPredicate
-
Factory returning the singleton instance.
- 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.functors.ExceptionTransformer
-
Factory returning the singleton instance.
- 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(E) - Method in class org.apache.commons.collections.functors.CatchAndRethrowClosure
-
Execute this closure on the specified input object.
- execute(E) - Method in class org.apache.commons.collections.functors.ChainedClosure
-
Execute a list of closures.
- execute(E) - Method in class org.apache.commons.collections.functors.ExceptionClosure
-
Always throw an exception.
- execute(E) - Method in class org.apache.commons.collections.functors.ForClosure
-
Executes the closure count times.
- execute(E) - Method in class org.apache.commons.collections.functors.IfClosure
-
Executes the true or false closure according to the result of the predicate.
- execute(E) - Method in class org.apache.commons.collections.functors.NOPClosure
-
Do nothing.
- execute(E) - Method in class org.apache.commons.collections.functors.SwitchClosure
-
Executes the closure whose matching predicate returns true
- execute(E) - Method in class org.apache.commons.collections.functors.TransformerClosure
-
Executes the closure by calling the decorated transformer.
- execute(E) - Method in class org.apache.commons.collections.functors.WhileClosure
-
Executes the closure until the predicate is false.
- executeAndThrow(E) - Method in class org.apache.commons.collections.functors.CatchAndRethrowClosure
-
Execute this closure on the specified input object.
- exists(Iterable<C>, Predicate<? super C>) - 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
- expirationTime(K, V) - Method in class org.apache.commons.collections.map.PassiveExpiringMap.ConstantTimeToLiveExpirationPolicy
-
Determine the expiration time for the given key-value entry.
- expirationTime(K, V) - Method in interface org.apache.commons.collections.map.PassiveExpiringMap.ExpirationPolicy
-
Determine the expiration time for the given key-value entry.
- 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.
- extractSingleton(Collection<E>) - Static method in class org.apache.commons.collections.CollectionUtils
-
Extract the lone element of the specified Collection.
- 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<I,O> - Class in org.apache.commons.collections.functors
-
Transformer implementation that calls a Factory and returns the result.
- FactoryTransformer(Factory<? extends O>) - Constructor for class org.apache.commons.collections.functors.FactoryTransformer
-
Constructor that performs no validation.
- factoryTransformer(Factory<? extends O>) - Static method in class org.apache.commons.collections.functors.FactoryTransformer
-
Factory method that performs 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.functors.FalsePredicate
-
Get a typed instance.
- falsePredicate() - Static method in class org.apache.commons.collections.PredicateUtils
-
Gets a Predicate that always returns false.
- 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(Iterable<T>, Predicate<? super T>) - Static method in class org.apache.commons.collections.CollectionUtils
-
Filter the collection by applying a Predicate to each element.
- filteredIterator(Iterator<? extends E>, Predicate<? super E>) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that filters another iterator.
- filteredListIterator(ListIterator<? extends 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 another
Iterator using a predicate to filter elements.
- FilterIterator() - Constructor for class org.apache.commons.collections.iterators.FilterIterator
-
Constructs a new
FilterIterator that will not function
until
setIterator is invoked.
- FilterIterator(Iterator<? extends E>) - Constructor for class org.apache.commons.collections.iterators.FilterIterator
-
Constructs a new
FilterIterator that will not function
until
setPredicate is invoked.
- FilterIterator(Iterator<? extends 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
-
Decorates another
ListIterator using a predicate to filter elements.
- FilterListIterator() - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
-
- FilterListIterator(ListIterator<? extends E>) - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
-
Constructs a new
FilterListIterator that will not
function until
setPredicate is invoked.
- FilterListIterator(ListIterator<? extends 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 that will not function
until
setListIterator is invoked.
- find(Collection<T>, Predicate<? super T>) - Static method in class org.apache.commons.collections.CollectionUtils
-
Finds the first element in the given collection which matches the given predicate.
- findNext(E) - Method in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
Finds the next object in the iteration given any start object.
- findNextByIterator(Iterator<? extends E>) - Method in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
Finds the next object in the iteration given an iterator.
- 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.map.AbstractLinkedMap
-
Gets the first key in the map, which is the first 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.
- firstKey() - Method in class org.apache.commons.collections.trie.PatriciaTrie
- firstKey() - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- firstKey() - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- 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.
- FixedOrderComparator.UnknownObjectBehavior - Enum in org.apache.commons.collections.comparators
-
Unknown object behavior enum.
- 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.list.FixedSizeList
-
Factory method to create a fixed size list.
- 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.map.FixedSizeMap
-
Factory method to create a fixed size map.
- 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.map.FixedSizeSortedMap
-
Factory method to create a fixed size sorted map.
- 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<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections.map.Flat3Map
-
Constructor copying elements from another map.
- forAllDo(Collection<T>, C) - Static method in class org.apache.commons.collections.CollectionUtils
-
Executes the given closure on each element in the collection.
- forAllDo(Iterator<T>, C) - Static method in class org.apache.commons.collections.CollectionUtils
-
Executes the given closure on each element in the collection.
- forClosure(int, Closure<? super E>) - Static method in class org.apache.commons.collections.ClosureUtils
-
Creates a Closure that will call the closure count times.
- ForClosure<E> - Class in org.apache.commons.collections.functors
-
Closure implementation that calls another closure n times, like a for loop.
- ForClosure(int, Closure<? super E>) - Constructor for class org.apache.commons.collections.functors.ForClosure
-
Constructor that performs no validation.
- forClosure(int, Closure<? super E>) - Static method in class org.apache.commons.collections.functors.ForClosure
-
Factory method that performs validation.
- 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.
- get() - Method in class org.apache.commons.collections.ArrayStack
-
Returns the element on the top of the stack.
- get(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
- get(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Gets the value to which this map maps the specified key.
- get() - Method in class org.apache.commons.collections.buffer.AbstractBufferDecorator
-
- get() - Method in class org.apache.commons.collections.buffer.BlockingBuffer
-
Gets the next value from the buffer, waiting until an object is
added if the buffer is empty.
- get(long) - Method in class org.apache.commons.collections.buffer.BlockingBuffer
-
Gets the next value from the buffer, waiting until an object is
added for up to the specified timeout value if the buffer is empty.
- get() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
-
Returns the least recently inserted element in this buffer.
- get(int) - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
-
Returns the element at the specified position 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(K) - Method in class org.apache.commons.collections.collection.IndexedCollection
-
Get the element associated with the given key.
- get(Iterator<T>, int) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns the
index-th value in
Iterator, throwing
IndexOutOfBoundsException if there is no such element.
- get(Iterable<T>, int) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns the
index-th value in the
iterable's
Iterator, throwing
IndexOutOfBoundsException if there is no such element.
- 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(Map<K, V>, int) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns the index-th Map.Entry in the map's entrySet,
throwing IndexOutOfBoundsException if there is no such element.
- Get<K,V> - Interface in org.apache.commons.collections
-
The "read" subset of the
Map interface.
- get(Object) - Method in interface org.apache.commons.collections.Get
-
- 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.CompositeMap
-
Returns the value to which this map maps the specified key.
- get(Object) - Method in class org.apache.commons.collections.map.DefaultedMap
-
- get(Object) - Method in class org.apache.commons.collections.map.Flat3Map
-
Gets the value mapped to the key specified.
- get(Object) - Method in class org.apache.commons.collections.map.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(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- get(Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- get(Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- get(Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- get(Object) - Method in class org.apache.commons.collections.map.PassiveExpiringMap
-
All expired entries are removed from the map prior to returning the entry value.
- 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
-
Returns the element at the specified position in this ordered set.
- get(Object) - Method in class org.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator
-
- get(Object) - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- get(Object) - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- 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.SynchronizedBag
-
Gets the bag being decorated.
- getBag() - Method in class org.apache.commons.collections.bag.TransformedBag
-
Gets the decorated bag.
- 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<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Boolean from a Map in a null-safe manner.
- getBoolean(Map<? super K, ?>, K, 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.
- getBooleanValue(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a boolean from a Map in a null-safe manner.
- getBooleanValue(Map<? super K, ?>, K, 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.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<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Byte from a Map in a null-safe manner.
- getByte(Map<? super K, ?>, K, 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<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a byte from a Map in a null-safe manner.
- getByteValue(Map<? super K, ?>, K, 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(Iterable<? extends O>) - 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.
- 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.
- getClosures() - Method in class org.apache.commons.collections.functors.SwitchClosure
-
Gets the closures.
- getCollection(Object) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Gets the collection mapped to the specified key.
- getCollections() - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Gets the collections being decorated.
- getCollections() - Method in class org.apache.commons.collections.set.CompositeSet
-
- getComparator() - Method in class org.apache.commons.collections.iterators.CollatingIterator
-
- 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(Object) - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
-
- getCount(Object) - 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(Object) - Method in interface org.apache.commons.collections.Bag
-
Returns the number of occurrences (cardinality) of the given
object currently in the bag.
- getCount(Object) - Method in class org.apache.commons.collections.bag.PredicatedBag
-
- getCount(Object) - 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.
- getDiag() - Method in class org.apache.commons.collections.comparators.sequence.Snake
-
Get the diagonal number of the snake.
- 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<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Double from a Map in a null-safe manner.
- getDouble(Map<? super K, ?>, K, 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<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a double from a Map in a null-safe manner.
- getDoubleValue(Map<? super K, ?>, K, 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.
- getEnd() - Method in class org.apache.commons.collections.comparators.sequence.Snake
-
Get the end index of the snake.
- 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(Object) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
- 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.
- 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<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Float from a Map in a null-safe manner.
- getFloat(Map<? super K, ?>, K, 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<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a float from a Map in a null-safe manner.
- getFloatValue(Map<? super K, ?>, K, 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.
- 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<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Integer from a Map in a null-safe manner.
- getInteger(Map<? super K, ?>, K, 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<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets an int from a Map in a null-safe manner.
- getIntValue(Map<? super K, ?>, K, 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.AbstractUntypedIteratorDecorator
-
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.
- getIteratorIndex() - Method in class org.apache.commons.collections.iterators.CollatingIterator
-
Returns the index of the iterator that returned the last element.
- 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(Object) - Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
-
- getKey() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
-
- getKey(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
- getKey() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
- getKey(Object) - Method in interface org.apache.commons.collections.BidiMap
-
Gets the key that is currently mapped to the specified value.
- getKey(Object) - 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.AbstractEmptyMapIterator
-
- getKey() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
-
Gets the current key, which is the key returned by the last call
to next().
- getKey() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
-
Gets the current key, which is the key returned by the last call
to next().
- 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.EntrySetToMapIteratorAdapter
-
Gets the current key, which is the key returned by the last call
to next().
- 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.
- getLCSLength() - Method in class org.apache.commons.collections.comparators.sequence.EditScript
-
Get the length of the Longest Common Subsequence (LCS).
- getList(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a List of strings associated with the given configuration key.
- getList(String, List<String>) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a List of strings associated with the given configuration key.
- 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<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Long from a Map in a null-safe manner.
- getLong(Map<? super K, ?>, K, 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<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a long from a Map in a null-safe manner.
- getLongValue(Map<? super K, ?>, K, 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.bag.TreeBag
-
- getMap() - Method in class org.apache.commons.collections.functors.MapTransformer
-
Gets the map to lookup in.
- getMap(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Map from a Map in a null-safe manner.
- getMap(Map<? super K, ?>, K, Map<?, ?>) - 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.
- getMaxLengthInBits() - Method in class org.apache.commons.collections.trie.ByteArrayKeyAnalyzer
-
Returns the maximum length of a key in bits
- getModifications() - Method in class org.apache.commons.collections.comparators.sequence.EditScript
-
Get the number of effective modifications.
- getMutator() - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Get the collection mutator to be used for this CompositeCollection.
- getMutator() - Method in class org.apache.commons.collections.set.CompositeSet
-
- 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<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Number from a Map in a null-safe manner.
- getNumber(Map<? super K, ?>, K, 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<? super K, V>, K) - 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.
- 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.AbstractQuantifierPredicate
-
Gets the predicates.
- 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.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.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.
- getPredicates() - Method in class org.apache.commons.collections.functors.SwitchTransformer
-
Gets the predicates.
- getPredicates() - Method in class org.apache.commons.collections.functors.TransformedPredicate
-
Gets the predicate being decorated.
- getPrefixedBy(K) - Method in interface org.apache.commons.collections.Trie
-
Returns a view of this
Trie of all elements that are prefixed
by the given key.
- getPrefixedBy(K, int) - Method in interface org.apache.commons.collections.Trie
-
Returns a view of this
Trie of all elements that are prefixed
by the length of the key.
- getPrefixedBy(K, int, int) - Method in interface org.apache.commons.collections.Trie
-
Returns a view of this
Trie of all elements that are prefixed
by the key, starting at the given offset and for the given length.
- getPrefixedBy(K) - Method in class org.apache.commons.collections.trie.PatriciaTrie
-
Returns a view of this
Trie of all elements that are prefixed
by the given key.
- getPrefixedBy(K, int) - Method in class org.apache.commons.collections.trie.PatriciaTrie
-
Returns a view of this
Trie of all elements that are prefixed
by the length of the key.
- getPrefixedBy(K, int, int) - Method in class org.apache.commons.collections.trie.PatriciaTrie
-
Returns a view of this
Trie of all elements that are prefixed
by the key, starting at the given offset and for the given length.
- getPrefixedBy(K, int, int) - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- getPrefixedBy(K, int) - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- getPrefixedBy(K) - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- getPrefixedBy(K, int, int) - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- getPrefixedBy(K, int) - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- getPrefixedBy(K) - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- getPrefixedByBits(K, int) - Method in interface org.apache.commons.collections.Trie
-
Returns a view of this
Trie of all elements that are prefixed
by the number of bits in the given Key.
- getPrefixedByBits(K, int, int) - Method in interface org.apache.commons.collections.Trie
-
Returns a view of this
Trie of all elements that are prefixed
by the number of bits in the given Key.
- getPrefixedByBits(K, int) - Method in class org.apache.commons.collections.trie.PatriciaTrie
-
Returns a view of this
Trie of all elements that are prefixed
by the number of bits in the given Key.
- getPrefixedByBits(K, int, int) - Method in class org.apache.commons.collections.trie.PatriciaTrie
-
Returns a view of this
Trie of all elements that are prefixed
by the number of bits in the given Key.
- getPrefixedByBits(K, int) - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- getPrefixedByBits(K, int, int) - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- getPrefixedByBits(K, int) - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- getPrefixedByBits(K, int, int) - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- 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.
- getScript() - Method in class org.apache.commons.collections.comparators.sequence.SequencesComparator
-
- 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<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Short from a Map in a null-safe manner.
- getShort(Map<? super K, ?>, K, 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<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a short from a Map in a null-safe manner.
- getShortValue(Map<? super K, ?>, K, 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.SynchronizedSortedBag
-
Gets the bag being decorated.
- getSortedBag() - Method in class org.apache.commons.collections.bag.TransformedSortedBag
-
Gets the decorated bag.
- 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.SynchronizedSortedSet
-
Gets the decorated set.
- getSortedSet() - Method in class org.apache.commons.collections.set.TransformedSortedSet
-
Gets the decorated set.
- getStart() - Method in class org.apache.commons.collections.comparators.sequence.Snake
-
Get the start index of the snake.
- 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<? super K, ?>, K) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a String from a Map in a null-safe manner.
- getString(Map<? super K, ?>, K, 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.
- getTransformers() - Method in class org.apache.commons.collections.functors.SwitchTransformer
-
Gets the transformers.
- 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() - Method in class org.apache.commons.collections.functors.InstanceofPredicate
-
Gets the type to compare to.
- 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.AbstractEmptyMapIterator
-
- getValue() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
-
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.AbstractOrderedMapIteratorDecorator
-
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.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() - Method in class org.apache.commons.collections.map.EntrySetToMapIteratorAdapter
-
Gets the current value, which is the value associated with the last key
returned by next().
- 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<String>) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a Vector of strings associated with the given configuration key.
- grow() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Increases the size of the heap to support additional elements
- GrowthList<E> - Class in org.apache.commons.collections.list
-
Decorates another List to make it seamlessly grow when
indices larger than the list size are used on add and set,
avoiding most IndexOutOfBoundsExceptions.
- GrowthList() - Constructor for class org.apache.commons.collections.list.GrowthList
-
Constructor that uses an ArrayList internally.
- GrowthList(int) - Constructor for class org.apache.commons.collections.list.GrowthList
-
Constructor that uses an ArrayList internally.
- GrowthList(List<E>) - Constructor for class org.apache.commons.collections.list.GrowthList
-
Constructor that wraps (not copies).
- growthList(List<E>) - Static method in class org.apache.commons.collections.list.GrowthList
-
Factory method to create a growth list.
- handleReplacement(int, List<T>, List<T>) - Method in interface org.apache.commons.collections.comparators.sequence.ReplacementsHandler
-
Handle two synchronized sequences.
- hash(T) - Method in class org.apache.commons.collections.functors.DefaultEquator
-
Calculates the hash for the object, based on the method of equality used in the equate
method.
- hash(T) - Method in interface org.apache.commons.collections.functors.Equator
-
Calculates the hash for the object, based on the method of equality used in the equate
method.
- 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(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the hash code for the specified multi-key.
- hash(Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the hash code for the specified multi-key.
- hash(Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the hash code for the specified multi-key.
- hash(Object, Object, Object, Object, Object) - 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
-
- 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.AbstractUntypedCollectionDecorator
-
- 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.FixedOrderComparator
-
Implement a hash code for this comparator that is consistent with
equals.
- hashCode() - Method in class org.apache.commons.collections.comparators.NullComparator
-
- 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.comparators.TransformingComparator
-
Implement a hash code for this comparator that is consistent with
equals.
- hashCode() - Method in class org.apache.commons.collections.functors.ConstantTransformer
- 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.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
-
- hashCode() - Method in class org.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator
-
- hashCode() - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- hashCode() - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- HASHCODE_NULL - Static variable in class org.apache.commons.collections.functors.DefaultEquator
-
Hashcode used for null objects.
- hashCodeForList(Collection<?>) - Static method in class org.apache.commons.collections.ListUtils
-
- hashCodeForSet(Collection<T>) - 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<K, 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.AbstractListIteratorDecorator
- hasNext() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
-
Checks to see if there are more entries still to be iterated.
- hasNext() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
-
Checks to see if there are more entries still to be iterated.
- hasNext() - Method in class org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator
-
- 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.LazyIteratorChain
-
Return true if any Iterator in the chain 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.LoopingListIterator
-
Returns whether this iterator has any more elements.
- hasNext() - Method in class org.apache.commons.collections.iterators.NodeListIterator
-
- 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.ReverseListIterator
-
Checks whether there is another element.
- hasNext() - Method in class org.apache.commons.collections.iterators.SingletonIterator
-
Is another object available from the iterator?
- hasNext() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
-
Is another object available from the iterator?
- 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.list.CursorableLinkedList.SubCursor
-
- 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 class org.apache.commons.collections.map.EntrySetToMapIteratorAdapter
-
Checks to see if there are more entries still to be iterated.
- 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
-
Checks to see if there is a previous entry that can be iterated to.
- 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.LoopingListIterator
-
Returns whether this iterator has any more previous elements.
- 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.ReverseListIterator
-
Checks whether there is a previous element.
- hasPrevious() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
-
Is a previous object available from the iterator?
- 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.list.CursorableLinkedList.SubCursor
-
- hasPrevious() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
-
- hasPrevious() - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator.SortedMapIterator
-
Checks to see if there is a previous entry that can be iterated to.
- hasPrevious() - Method in interface org.apache.commons.collections.OrderedIterator
-
Checks to see if there is a previous element 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
-
- 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.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(K) - Method in class org.apache.commons.collections.map.TransformedSortedMap
-
- headMap(K) - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
-
- headMap(K) - Method in class org.apache.commons.collections.trie.PatriciaTrie
- headMap(K) - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- headMap(K) - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- 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(E) - Method in class org.apache.commons.collections.set.TransformedSortedSet
-
- headSet(E) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
-
- 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<K, 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.functors.IdentityPredicate
-
Factory to create the identity predicate.
- 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 E>, Closure<? super E>) - Static method in class org.apache.commons.collections.ClosureUtils
-
Create a new Closure that calls another closure based on the
result of the specified predicate.
- ifClosure(Predicate<? super E>, Closure<? super E>, Closure<? super E>) - 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<E> - 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 E>, Closure<? super E>) - Constructor for class org.apache.commons.collections.functors.IfClosure
-
Constructor that performs no validation.
- IfClosure(Predicate<? super E>, Closure<? super E>, Closure<? super E>) - Constructor for class org.apache.commons.collections.functors.IfClosure
-
Constructor that performs no validation.
- ifClosure(Predicate<? super E>, Closure<? super E>) - Static method in class org.apache.commons.collections.functors.IfClosure
-
Factory method that performs validation.
- ifClosure(Predicate<? super E>, Closure<? super E>, Closure<? super E>) - Static method in class org.apache.commons.collections.functors.IfClosure
-
Factory method that performs validation.
- index - Variable in class org.apache.commons.collections.iterators.ArrayIterator
-
The current iterator index
- index - Variable in class org.apache.commons.collections.iterators.NodeListIterator
-
The current iterator index
- index - Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
The current iterator index
- IndexedCollection<K,C> - Class in org.apache.commons.collections.collection
-
An IndexedCollection is a Map-like view onto a Collection.
- IndexedCollection(Collection<C>, Transformer<C, K>, MultiMap<K, C>, boolean) - Constructor for class org.apache.commons.collections.collection.IndexedCollection
-
- 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(List<E>, Predicate<E>) - Static method in class org.apache.commons.collections.ListUtils
-
Finds the first index in the given List which matches the given predicate.
- 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(Object) - Method in class org.apache.commons.collections.set.ListOrderedSet
-
Returns the index of the first occurrence of the specified element in
ordered set.
- 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.
- InsertCommand<T> - Class in org.apache.commons.collections.comparators.sequence
-
Command representing the insertion of one object of the second sequence.
- InsertCommand(T) - Constructor for class org.apache.commons.collections.comparators.sequence.InsertCommand
-
Simple constructor.
- 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.comparators.ComparableComparator
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.collections.functors.CloneTransformer
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections.functors.DefaultEquator
-
Static 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.StringValueTransformer
-
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.
- INSTANCE - Static variable in class org.apache.commons.collections.trie.ByteArrayKeyAnalyzer
-
- INSTANCE - Static variable in class org.apache.commons.collections.trie.ByteKeyAnalyzer
-
- INSTANCE - Static variable in class org.apache.commons.collections.trie.CharacterKeyAnalyzer
-
- INSTANCE - Static variable in class org.apache.commons.collections.trie.CharArrayKeyAnalyzer
-
- INSTANCE - Static variable in class org.apache.commons.collections.trie.IntegerKeyAnalyzer
-
- INSTANCE - Static variable in class org.apache.commons.collections.trie.LongKeyAnalyzer
-
- INSTANCE - Static variable in class org.apache.commons.collections.trie.ShortKeyAnalyzer
-
- INSTANCE - Static variable in class org.apache.commons.collections.trie.StringKeyAnalyzer
-
- InstanceofPredicate - 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<?>) - Constructor for class org.apache.commons.collections.functors.InstanceofPredicate
-
Constructor that performs no validation.
- instanceOfPredicate(Class<?>) - Static method in class org.apache.commons.collections.functors.InstanceofPredicate
-
Factory to create the identity predicate.
- instanceofPredicate(Class<?>) - 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.
- instantiateFactory(Class<T>, Class<?>[], Object[]) - Static method in class org.apache.commons.collections.functors.InstantiateFactory
-
Factory method that performs validation.
- InstantiateTransformer<T> - 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.functors.InstantiateTransformer
-
Get a typed no-arg instance.
- instantiateTransformer(Class<?>[], Object[]) - Static method in class org.apache.commons.collections.functors.InstantiateTransformer
-
Transformer method that performs 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.
- IntegerKeyAnalyzer - Class in org.apache.commons.collections.trie
-
- IntegerKeyAnalyzer() - Constructor for class org.apache.commons.collections.trie.IntegerKeyAnalyzer
-
- interpolate(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Interpolate key names to handle ${key} stuff
- interpolateHelper(String, List<String>) - Method in class org.apache.commons.collections.ExtendedProperties
-
Recursive handler for multiple levels of interpolation.
- intersection(Iterable<? extends O>, Iterable<? extends O>) - Static method in class org.apache.commons.collections.CollectionUtils
-
- 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 class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
-
- inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
-
- inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
- 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.
- inverseOrderedBidiMap() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
- inverseOrderedBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
-
Gets an unmodifiable view of this map where the keys and values are reversed.
- inverseSortedBidiMap() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
- 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<I,O> - 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.functors.InvokerTransformer
-
Gets an instance of this transformer calling a specific method with no arguments.
- invokerTransformer(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.
- 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.
- iPredicates - Variable in class org.apache.commons.collections.functors.AbstractQuantifierPredicate
-
The array of predicates to call
- 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.
- isBitSet(byte[], int, int) - Method in class org.apache.commons.collections.trie.ByteArrayKeyAnalyzer
-
Returns whether or not a bit is set.
- isBitSet(Byte, int, int) - Method in class org.apache.commons.collections.trie.ByteKeyAnalyzer
-
Returns whether or not a bit is set.
- isBitSet(Character, int, int) - Method in class org.apache.commons.collections.trie.CharacterKeyAnalyzer
-
Returns whether or not a bit is set.
- isBitSet(char[], int, int) - Method in class org.apache.commons.collections.trie.CharArrayKeyAnalyzer
-
Returns whether or not a bit is set.
- isBitSet(Integer, int, int) - Method in class org.apache.commons.collections.trie.IntegerKeyAnalyzer
-
Returns whether or not a bit is set.
- isBitSet(K, int, int) - Method in interface org.apache.commons.collections.trie.KeyAnalyzer
-
Returns whether or not a bit is set.
- isBitSet(Long, int, int) - Method in class org.apache.commons.collections.trie.LongKeyAnalyzer
-
Returns whether or not a bit is set.
- isBitSet(Short, int, int) - Method in class org.apache.commons.collections.trie.ShortKeyAnalyzer
-
Returns whether or not a bit is set.
- isBitSet(String, int, int) - Method in class org.apache.commons.collections.trie.StringKeyAnalyzer
-
Returns whether or not a bit is set.
- 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.AbstractUntypedCollectionDecorator
-
- 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(Collection<?>) - Static method in class org.apache.commons.collections.CollectionUtils
-
Null-safe check if the specified collection is empty.
- isEmpty() - Method in interface org.apache.commons.collections.Get
-
- 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.PassiveExpiringMap
-
All expired entries are removed from the map prior to determining if it is empty.
- 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(Map<?, ?>) - Static method in class org.apache.commons.collections.MapUtils
-
Null-safe check if the specified map is empty.
- isEmpty() - Method in class org.apache.commons.collections.set.MapBackedSet
-
- isEmpty() - Method in class org.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator
-
- isEmpty() - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- isEmpty() - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- isEqualCollection(Collection<?>, Collection<?>) - 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<? extends K>, V>, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Is the key equal to the combined key.
- isEqualKey(AbstractHashedMap.HashEntry<MultiKey<? extends K>, V>, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Is the key equal to the combined key.
- isEqualKey(AbstractHashedMap.HashEntry<MultiKey<? extends K>, V>, Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Is the key equal to the combined key.
- isEqualKey(AbstractHashedMap.HashEntry<MultiKey<? extends K>, V>, Object, Object, Object, Object, Object) - 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<?>, Collection<?>) - Static method in class org.apache.commons.collections.ListUtils
-
- isEqualSet(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections.SetUtils
-
- isEqualValue(Object, Object) - 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.BoundedBuffer
-
- 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<? extends Object>) - 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 initialized.
- 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.
- isNotEmpty(Collection<?>) - Static method in class org.apache.commons.collections.CollectionUtils
-
Null-safe check if the specified collection is not empty.
- isNotEmpty(Map<?, ?>) - Static method in class org.apache.commons.collections.MapUtils
-
Null-safe check if the specified map is not empty.
- isPrefix(byte[], int, int, byte[]) - Method in class org.apache.commons.collections.trie.ByteArrayKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length) is a prefix of the given key.
- isPrefix(Byte, int, int, Byte) - Method in class org.apache.commons.collections.trie.ByteKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length) is a prefix of the given key.
- isPrefix(Character, int, int, Character) - Method in class org.apache.commons.collections.trie.CharacterKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length) is a prefix of the given key.
- isPrefix(char[], int, int, char[]) - Method in class org.apache.commons.collections.trie.CharArrayKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length) is a prefix of the given key.
- isPrefix(Integer, int, int, Integer) - Method in class org.apache.commons.collections.trie.IntegerKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length) is a prefix of the given key.
- isPrefix(K, int, int, K) - Method in interface org.apache.commons.collections.trie.KeyAnalyzer
-
Determines whether or not the given prefix (from offset to length) is a prefix of the given key.
- isPrefix(Long, int, int, Long) - Method in class org.apache.commons.collections.trie.LongKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length) is a prefix of the given key.
- isPrefix(Short, int, int, Short) - Method in class org.apache.commons.collections.trie.ShortKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length) is a prefix of the given key.
- isPrefix(String, int, int, String) - Method in class org.apache.commons.collections.trie.StringKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length) is a prefix of the given key.
- isProperSubCollection(Collection<?>, Collection<?>) - 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<?>, Collection<?>) - 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.
- IterableGet<K,V> - Interface in org.apache.commons.collections
-
The "read" subset of the
Map interface.
- IterableMap<K,V> - Interface in org.apache.commons.collections
-
Defines a map that can be iterated directly without needing to create an entry set.
- iterableMap(Map<K, V>) - Static method in class org.apache.commons.collections.MapUtils
-
- IterableSortedMap<K,V> - Interface in org.apache.commons.collections
-
- iterableSortedMap(SortedMap<K, V>) - Static method in class org.apache.commons.collections.MapUtils
-
- 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.BoundedBuffer
-
- 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 - 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 - Variable in class org.apache.commons.collections.iterators.AbstractUntypedIteratorDecorator
-
The iterator being decorated
- iterator() - Method in class org.apache.commons.collections.iterators.IteratorIterable
-
Gets the iterator wrapped by this iterable.
- 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 - Variable in class org.apache.commons.collections.map.EntrySetToMapIteratorAdapter
-
The resettable iterator in use.
- iterator(Object) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Gets an iterator for the collection mapped to the specified key.
- iterator() - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
-
- 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
-
- IteratorEnumeration() - Constructor for class org.apache.commons.collections.iterators.IteratorEnumeration
-
Constructs a new
IteratorEnumeration that will not function
until
setIterator is invoked.
- IteratorEnumeration(Iterator<? extends E>) - Constructor for class org.apache.commons.collections.iterators.IteratorEnumeration
-
Constructs a new IteratorEnumeration that will use the given
iterator.
- IteratorIterable<E> - Class in org.apache.commons.collections.iterators
-
- IteratorIterable(Iterator<? extends E>) - Constructor for class org.apache.commons.collections.iterators.IteratorIterable
-
Constructs a new IteratorIterable that will use the given
iterator.
- IteratorIterable(Iterator<? extends E>, boolean) - Constructor for class org.apache.commons.collections.iterators.IteratorIterable
-
Constructs a new IteratorIterable 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.
- 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.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.map.AbstractLinkedMap
-
Gets the last key in the map, which is the most recently 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.
- lastKey() - Method in class org.apache.commons.collections.trie.PatriciaTrie
- lastKey() - Method in class org.apache.commons.collections.trie.SynchronizedTrie
-
- lastKey() - Method in class org.apache.commons.collections.trie.UnmodifiableTrie
-
- 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
- LazyIteratorChain<E> - Class in org.apache.commons.collections.iterators
-
An LazyIteratorChain is an Iterator that wraps a number of Iterators in a lazy manner.
- LazyIteratorChain() - Constructor for class org.apache.commons.collections.iterators.LazyIteratorChain
-
- 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.list.LazyList
-
Factory method to create a lazily instantiating list.
- 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<? extends V>) - Constructor for class org.apache.commons.collections.map.LazyMap
-
Constructor that wraps (not copies).
- LazyMap(Map<K, V>, Transformer<? super K, ? extends V>) - Constructor for class org.apache.commons.collections.map.LazyMap
-
Constructor that wraps (not copies).
- lazyMap(Map<K, V>, Factory<? extends V>) - Static method in class org.apache.commons.collections.map.LazyMap
-
Factory method to create a lazily instantiated map.
- lazyMap(Map<K, V>, Transformer<? super K, ? extends V>) - Static method in class org.apache.commons.collections.map.LazyMap
-
Factory method to create a lazily instantiated map.
- lazyMap(Map<K, V>, Factory<? extends V>) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a "lazy" map whose values will be created on demand.
- lazyMap(Map<K, V>, Transformer<? super K, ? extends 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<? extends V>) - Constructor for class org.apache.commons.collections.map.LazySortedMap
-
Constructor that wraps (not copies).
- LazySortedMap(SortedMap<K, V>, Transformer<? super K, ? extends V>) - Constructor for class org.apache.commons.collections.map.LazySortedMap
-
Constructor that wraps (not copies).
- lazySortedMap(SortedMap<K, V>, Factory<? extends V>) - Static method in class org.apache.commons.collections.map.LazySortedMap
-
Factory method to create a lazily instantiated sorted map.
- lazySortedMap(SortedMap<K, V>, Transformer<? super K, ? extends V>) - Static method in class org.apache.commons.collections.map.LazySortedMap
-
Factory method to create a lazily instantiated sorted map.
- lazySortedMap(SortedMap<K, V>, Factory<? extends V>) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a "lazy" sorted map whose values will be created on demand.
- lazySortedMap(SortedMap<K, V>, Transformer<? super K, ? extends V>) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a "lazy" sorted map whose values will be created on demand.
- LENGTH - Static variable in class org.apache.commons.collections.trie.ByteArrayKeyAnalyzer
-
The length of an
Byte in bits
- LENGTH - Static variable in class org.apache.commons.collections.trie.ByteKeyAnalyzer
-
The length of an
Byte in bits
- LENGTH - Static variable in class org.apache.commons.collections.trie.CharacterKeyAnalyzer
-
- LENGTH - Static variable in class org.apache.commons.collections.trie.CharArrayKeyAnalyzer
-
- LENGTH - Static variable in class org.apache.commons.collections.trie.IntegerKeyAnalyzer
-
- LENGTH - Static variable in class org.apache.commons.collections.trie.LongKeyAnalyzer
-
The length of an
Long in bits
- LENGTH - Static variable in class org.apache.commons.collections.trie.ShortKeyAnalyzer
-
The length of an
Short in bits
- LENGTH - Static variable in class org.apache.commons.collections.trie.StringKeyAnalyzer
-
- lengthInBits(byte[]) - Method in class org.apache.commons.collections.trie.ByteArrayKeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(Byte) - Method in class org.apache.commons.collections.trie.ByteKeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(Character) - Method in class org.apache.commons.collections.trie.CharacterKeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(char[]) - Method in class org.apache.commons.collections.trie.CharArrayKeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(Integer) - Method in class org.apache.commons.collections.trie.IntegerKeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(K) - Method in interface org.apache.commons.collections.trie.KeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(Long) - Method in class org.apache.commons.collections.trie.LongKeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(Short) - Method in class org.apache.commons.collections.trie.ShortKeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(String) - Method in class org.apache.commons.collections.trie.StringKeyAnalyzer
-
Returns the length of the Key in bits.
- 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<K, V>) - Constructor for class org.apache.commons.collections.map.LinkedMap
-
Constructor copying elements from another map.
- 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
-
- ListIteratorWrapper(Iterator<? extends 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).
- listOrderedMap(Map<K, V>) - Static method in class org.apache.commons.collections.map.ListOrderedMap
-
Factory method to create an ordered map.
- 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.
- listOrderedSet(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.
- listOrderedSet(Set<E>) - Static method in class org.apache.commons.collections.set.ListOrderedSet
-
Factory method to create an ordered set.
- listOrderedSet(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.
- 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
- LongKeyAnalyzer - Class in org.apache.commons.collections.trie
-
- LongKeyAnalyzer() - Constructor for class org.apache.commons.collections.trie.LongKeyAnalyzer
-
- LoopingIterator<E> - Class in org.apache.commons.collections.iterators
-
An Iterator that restarts when it reaches the end.
- LoopingIterator(Collection<? extends E>) - Constructor for class org.apache.commons.collections.iterators.LoopingIterator
-
Constructor that wraps a collection.
- loopingIterator(Collection<? extends E>) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that loops continuously over the supplied collection.
- LoopingListIterator<E> - Class in org.apache.commons.collections.iterators
-
A ListIterator that restarts when it reaches the end or when it
reaches the beginning.
- LoopingListIterator(List<E>) - Constructor for class org.apache.commons.collections.iterators.LoopingListIterator
-
Constructor that wraps a list.
- loopingListIterator(List<E>) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that loops continuously over the supplied list.
- 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<K, V>) - Constructor for class org.apache.commons.collections.map.LRUMap
-
Constructor copying elements from another map.
- LRUMap(Map<K, V>, boolean) - Constructor for class org.apache.commons.collections.map.LRUMap
-
Constructor copying elements from another map.
- map - Variable in class org.apache.commons.collections.map.AbstractMapDecorator
-
The map to decorate
- map - Variable in class org.apache.commons.collections.set.MapBackedSet
-
The map being used as the backing store
- map - Variable in class org.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator
-
The map to decorate
- MapBackedSet<E,V> - Class in org.apache.commons.collections.set
-
Decorates a Map to obtain Set behaviour.
- mapBackedSet(Map<E, ? super V>) - Static method in class org.apache.commons.collections.set.MapBackedSet
-
Factory method to create a set from a map.
- mapBackedSet(Map<E, ? super V>, V) - Static method in class org.apache.commons.collections.set.MapBackedSet
-
Factory method to create a set from a map.
- 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 class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
-
- mapIterator() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
Obtains an ordered map iterator.
- mapIterator() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
- 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.IterableGet
-
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.AbstractIterableMap
-
Obtains a MapIterator 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.AbstractSortedMapDecorator
-
Obtains a MapIterator over the 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
-
Obtains an OrderedMapIterator 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.
- mapIterator() - Method in interface org.apache.commons.collections.OrderedMap
-
Obtains an OrderedMapIterator over the map.
- mapIterator() - Method in class org.apache.commons.collections.splitmap.AbstractIterableGetMapDecorator
-
Get a MapIterator over this Get.
- 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<? super I, ? extends O>) - Static method in class org.apache.commons.collections.functors.MapTransformer
-
Factory to create the transformer.
- mapTransformer(Map<? super I, ? extends 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(E, E, Comparator<E>) - 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.BoundedBuffer
-
- 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<? extends Object>) - 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(E, E, Comparator<E>) - 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.
- MultiKey<K> - Class in org.apache.commons.collections.keyvalue
-
A MultiKey allows multiple map keys to be merged together.
- MultiKey(K, K) - Constructor for class org.apache.commons.collections.keyvalue.MultiKey
-
Constructor taking two keys.
- MultiKey(K, K, K) - Constructor for class org.apache.commons.collections.keyvalue.MultiKey
-
Constructor taking three keys.
- MultiKey(K, K, K, K) - Constructor for class org.apache.commons.collections.keyvalue.MultiKey
-
Constructor taking four keys.
- MultiKey(K, K, K, K, K) - Constructor for class org.apache.commons.collections.keyvalue.MultiKey
-
Constructor taking five keys.
- MultiKey(K[]) - Constructor for class org.apache.commons.collections.keyvalue.MultiKey
-
Constructor taking an array of keys which is cloned.
- 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<? extends K>, V>) - Constructor for class org.apache.commons.collections.map.MultiKeyMap
-
- multiKeyMap(AbstractHashedMap<MultiKey<? extends K>, V>) - Static method in class org.apache.commons.collections.map.MultiKeyMap
-
Decorates the specified map to add the MultiKeyMap API and fast query.
- MultiMap<K,V> - Interface in org.apache.commons.collections
-
Defines a map that holds a collection of values against each key.
- MultiValueMap<K,V> - Class in org.apache.commons.collections.map
-
A MultiValueMap decorates another map, allowing it to have
more than one value for a key.
- MultiValueMap() - Constructor for class org.apache.commons.collections.map.MultiValueMap
-
Creates a MultiValueMap based on a HashMap and
storing the multiple values in an ArrayList.
- MultiValueMap(Map<K, ? super C>, Factory<C>) - Constructor for class org.apache.commons.collections.map.MultiValueMap
-
Creates a MultiValueMap which decorates the given map and
creates the value collections using the supplied collectionFactory.
- multiValueMap(Map<K, ? super Collection<V>>) - Static method in class org.apache.commons.collections.map.MultiValueMap
-
Creates a map which wraps the given map and
maps keys to ArrayLists.
- multiValueMap(Map<K, ? super C>, Class<C>) - Static method in class org.apache.commons.collections.map.MultiValueMap
-
Creates a map which decorates the given map and
maps keys to collections of type collectionClass.
- multiValueMap(Map<K, ? super C>, Factory<C>) - Static method in class org.apache.commons.collections.map.MultiValueMap
-
Creates a map which decorates the given map and
creates the value collections using the supplied collectionFactory.
- multiValueMap(Map<K, ? super Collection<V>>) - Static method in class org.apache.commons.collections.MapUtils
-
Creates a mult-value map backed by the given map which returns
collections of type ArrayList.
- multiValueMap(Map<K, C>, Class<C>) - Static method in class org.apache.commons.collections.MapUtils
-
Creates a multi-value map backed by the given map which returns
collections of the specified type.
- multiValueMap(Map<K, C>, Factory<C>) - Static method in class org.apache.commons.collections.MapUtils
-
Creates a multi-value map backed by the given map which returns
collections created by the specified collection factory.
- mutator - Variable in class org.apache.commons.collections.collection.CompositeCollection
-
CollectionMutator to handle changes to the collection
- 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
-
Gets the next key from the Map.
- next() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
-
Gets the next key from the Map.
- 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.LazyIteratorChain
-
Returns the next element 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.LoopingListIterator
-
Returns the next object in the list.
- next() - Method in class org.apache.commons.collections.iterators.NodeListIterator
-
- 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.ReverseListIterator
-
Gets the next element.
- 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
-
- 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 class org.apache.commons.collections.map.EntrySetToMapIteratorAdapter
-
Gets the next key from the Map.
- 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 the index of the next element.
- nextIndex() - Method in class org.apache.commons.collections.iterators.LoopingListIterator
-
- 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.ReverseListIterator
-
Gets the index of the next element.
- 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
-
- 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.
- nextIndex() - Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor
-
- nextIterator(int) - Method in class org.apache.commons.collections.iterators.LazyIteratorChain
-
Gets the next iterator after the previous one has been exhausted.
- 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.DualTreeBidiMap.ViewMap
-
- nextKey(K) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Gets the next key after the one specified.
- nextKey(Object) - 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.AbstractSortedMapDecorator
-
- nextKey(Object) - 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.
- NodeListIterator - Class in org.apache.commons.collections.iterators
-
- NodeListIterator(Node) - Constructor for class org.apache.commons.collections.iterators.NodeListIterator
-
Convenience constructor, which creates a new NodeListIterator from
the specified node's childNodes.
- NodeListIterator(NodeList) - Constructor for class org.apache.commons.collections.iterators.NodeListIterator
-
Constructor, that creates a new NodeListIterator from the specified
org.w3c.NodeList
- nodeListIterator(NodeList) - Static method in class org.apache.commons.collections.IteratorUtils
-
- nodeListIterator(Node) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an
Iterator that wraps the specified node's childNodes.
- 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<? super T>[]) - 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.functors.NonePredicate
-
Factory to create the predicate.
- nonePredicate(Collection<? extends Predicate<T>>) - Static method in class org.apache.commons.collections.functors.NonePredicate
-
Factory to create the predicate.
- 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<? extends Predicate<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.
- nonUniqueIndexedCollection(Collection<C>, Transformer<C, K>) - Static method in class org.apache.commons.collections.collection.IndexedCollection
-
- nopClosure() - Static method in class org.apache.commons.collections.ClosureUtils
-
Gets a Closure that will do nothing.
- NOPClosure<E> - Class in org.apache.commons.collections.functors
-
Closure implementation that does nothing.
- nopClosure() - Static method in class org.apache.commons.collections.functors.NOPClosure
-
Factory returning the singleton instance.
- NOPTransformer<T> - Class in org.apache.commons.collections.functors
-
Transformer implementation that does nothing.
- nopTransformer() - Static method in class org.apache.commons.collections.functors.NOPTransformer
-
Factory returning the singleton instance.
- nopTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a transformer that returns the input object.
- normalMap - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Normal delegate map.
- 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.functors.NotNullPredicate
-
Factory returning the singleton instance.
- 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<? super T>) - Constructor for class org.apache.commons.collections.functors.NotPredicate
-
Constructor that performs no validation.
- notPredicate(Predicate<? super T>) - Static method in class org.apache.commons.collections.functors.NotPredicate
-
Factory to create the not predicate.
- notPredicate(Predicate<? super 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_BIT_KEY - Static variable in interface org.apache.commons.collections.trie.KeyAnalyzer
-
- 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<E> - Class in org.apache.commons.collections.comparators
-
A Comparator that will compare nulls to be either lower or higher than
other objects.
- NullComparator() - 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<E>) - 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(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.
- NullComparator(Comparator<E>, 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.