- AbstractBagDecorator<E> - Class in org.apache.commons.collections4.bag
-
Decorates another Bag
to provide additional behaviour.
- AbstractBagDecorator() - Constructor for class org.apache.commons.collections4.bag.AbstractBagDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractBagDecorator(Bag<E>) - Constructor for class org.apache.commons.collections4.bag.AbstractBagDecorator
-
Constructor that wraps (not copies).
- AbstractBidiMapDecorator<K,V> - Class in org.apache.commons.collections4.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.collections4.bidimap.AbstractBidiMapDecorator
-
Constructor that wraps (not copies).
- AbstractBitwiseTrie<K,V> - Class in org.apache.commons.collections4.trie
-
This class provides some basic
Trie
functionality and
utility methods for actual bitwise
Trie
implementations.
- AbstractBitwiseTrie(KeyAnalyzer<? super K>) - Constructor for class org.apache.commons.collections4.trie.AbstractBitwiseTrie
-
- AbstractCollectionDecorator<E> - Class in org.apache.commons.collections4.collection
-
Decorates another Collection
to provide additional behaviour.
- AbstractCollectionDecorator() - Constructor for class org.apache.commons.collections4.collection.AbstractCollectionDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractCollectionDecorator(Collection<E>) - Constructor for class org.apache.commons.collections4.collection.AbstractCollectionDecorator
-
Constructor that wraps (not copies).
- AbstractDualBidiMap<K,V> - Class in org.apache.commons.collections4.bidimap
-
Abstract
BidiMap
implemented using two maps.
- AbstractDualBidiMap() - Constructor for class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Creates an empty map, initialised by createMap
.
- AbstractDualBidiMap(Map<K, V>, Map<V, K>) - Constructor for class org.apache.commons.collections4.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.collections4.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.collections4.bidimap
-
Inner class MapIterator.
- AbstractDualBidiMap.EntrySet<K,V> - Class in org.apache.commons.collections4.bidimap
-
Inner class EntrySet.
- AbstractDualBidiMap.EntrySetIterator<K,V> - Class in org.apache.commons.collections4.bidimap
-
Inner class EntrySetIterator.
- AbstractDualBidiMap.KeySet<K> - Class in org.apache.commons.collections4.bidimap
-
Inner class KeySet.
- AbstractDualBidiMap.KeySetIterator<K> - Class in org.apache.commons.collections4.bidimap
-
Inner class KeySetIterator.
- AbstractDualBidiMap.MapEntry<K,V> - Class in org.apache.commons.collections4.bidimap
-
Inner class MapEntry.
- AbstractDualBidiMap.Values<V> - Class in org.apache.commons.collections4.bidimap
-
Inner class Values.
- AbstractDualBidiMap.ValuesIterator<V> - Class in org.apache.commons.collections4.bidimap
-
Inner class ValuesIterator.
- AbstractDualBidiMap.View<K,V,E> - Class in org.apache.commons.collections4.bidimap
-
Inner class View.
- AbstractEmptyMapIterator<K,V> - Class in org.apache.commons.collections4.iterators
-
Provides an implementation of an empty map iterator.
- AbstractEmptyMapIterator() - Constructor for class org.apache.commons.collections4.iterators.AbstractEmptyMapIterator
-
Create a new AbstractEmptyMapIterator.
- AbstractEntry() - Constructor for class org.apache.commons.collections4.multiset.AbstractMultiSet.AbstractEntry
-
- AbstractHashedMap<K,V> - Class in org.apache.commons.collections4.map
-
An abstract implementation of a hash-based map which provides numerous points for
subclasses to override.
- AbstractHashedMap() - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap
-
Constructor only used in deserialization, do not use otherwise.
- AbstractHashedMap(int, float, int) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap
-
Constructor which performs no validation on the passed in parameters.
- AbstractHashedMap(int) - Constructor for class org.apache.commons.collections4.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.collections4.map.AbstractHashedMap
-
Constructs a new, empty map with the specified initial capacity and
load factor.
- AbstractHashedMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap
-
Constructor copying elements from another map.
- AbstractHashedMap.EntrySet<K,V> - Class in org.apache.commons.collections4.map
-
EntrySet implementation.
- AbstractHashedMap.EntrySetIterator<K,V> - Class in org.apache.commons.collections4.map
-
EntrySet iterator.
- AbstractHashedMap.HashEntry<K,V> - Class in org.apache.commons.collections4.map
-
HashEntry used to store the data.
- AbstractHashedMap.HashIterator<K,V> - Class in org.apache.commons.collections4.map
-
Base Iterator
- AbstractHashedMap.HashMapIterator<K,V> - Class in org.apache.commons.collections4.map
-
MapIterator implementation.
- AbstractHashedMap.KeySet<K> - Class in org.apache.commons.collections4.map
-
KeySet implementation.
- AbstractHashedMap.KeySetIterator<K> - Class in org.apache.commons.collections4.map
-
KeySet iterator.
- AbstractHashedMap.Values<V> - Class in org.apache.commons.collections4.map
-
Values implementation.
- AbstractHashedMap.ValuesIterator<V> - Class in org.apache.commons.collections4.map
-
Values iterator.
- AbstractIterableGetMapDecorator<K,V> - Class in org.apache.commons.collections4.splitmap
-
- AbstractIterableGetMapDecorator(Map<K, V>) - Constructor for class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
-
Create a new AbstractSplitMapDecorator.
- AbstractIterableGetMapDecorator() - Constructor for class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractIterableMap<K,V> - Class in org.apache.commons.collections4.map
-
- AbstractIterableMap() - Constructor for class org.apache.commons.collections4.map.AbstractIterableMap
-
- AbstractIteratorDecorator<E> - Class in org.apache.commons.collections4.iterators
-
Provides basic behaviour for decorating an iterator with extra functionality.
- AbstractIteratorDecorator(Iterator<E>) - Constructor for class org.apache.commons.collections4.iterators.AbstractIteratorDecorator
-
Constructor that decorates the specified iterator.
- AbstractKeyValue<K,V> - Class in org.apache.commons.collections4.keyvalue
-
Abstract pair class to assist with creating
KeyValue
and
Map.Entry
implementations.
- AbstractKeyValue(K, V) - Constructor for class org.apache.commons.collections4.keyvalue.AbstractKeyValue
-
Constructs a new pair with the specified key and given value.
- AbstractLinkedList<E> - Class in org.apache.commons.collections4.list
-
An abstract implementation of a linked list which provides numerous points for
subclasses to override.
- AbstractLinkedList() - Constructor for class org.apache.commons.collections4.list.AbstractLinkedList
-
Constructor that does nothing intended for deserialization.
- AbstractLinkedList(Collection<? extends E>) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedList
-
Constructs a list copying data from the specified collection.
- AbstractLinkedList.LinkedListIterator<E> - Class in org.apache.commons.collections4.list
-
A list iterator over the linked list.
- AbstractLinkedList.LinkedSubList<E> - Class in org.apache.commons.collections4.list
-
The sublist implementation for AbstractLinkedList.
- AbstractLinkedList.LinkedSubListIterator<E> - Class in org.apache.commons.collections4.list
-
A list iterator over the linked sub list.
- AbstractLinkedList.Node<E> - Class in org.apache.commons.collections4.list
-
A node within the linked list.
- AbstractLinkedMap<K,V> - Class in org.apache.commons.collections4.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.collections4.map.AbstractLinkedMap
-
Constructor only used in deserialization, do not use otherwise.
- AbstractLinkedMap(int, float, int) - Constructor for class org.apache.commons.collections4.map.AbstractLinkedMap
-
Constructor which performs no validation on the passed in parameters.
- AbstractLinkedMap(int) - Constructor for class org.apache.commons.collections4.map.AbstractLinkedMap
-
Constructs a new, empty map with the specified initial capacity.
- AbstractLinkedMap(int, float) - Constructor for class org.apache.commons.collections4.map.AbstractLinkedMap
-
Constructs a new, empty map with the specified initial capacity and
load factor.
- AbstractLinkedMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.AbstractLinkedMap
-
Constructor copying elements from another map.
- AbstractLinkedMap.EntrySetIterator<K,V> - Class in org.apache.commons.collections4.map
-
EntrySet iterator.
- AbstractLinkedMap.KeySetIterator<K> - Class in org.apache.commons.collections4.map
-
KeySet iterator.
- AbstractLinkedMap.LinkEntry<K,V> - Class in org.apache.commons.collections4.map
-
LinkEntry that stores the data.
- AbstractLinkedMap.LinkIterator<K,V> - Class in org.apache.commons.collections4.map
-
Base Iterator that iterates in link order.
- AbstractLinkedMap.LinkMapIterator<K,V> - Class in org.apache.commons.collections4.map
-
MapIterator implementation.
- AbstractLinkedMap.ValuesIterator<V> - Class in org.apache.commons.collections4.map
-
Values iterator.
- AbstractListDecorator<E> - Class in org.apache.commons.collections4.list
-
Decorates another
List
to provide additional behaviour.
- AbstractListDecorator() - Constructor for class org.apache.commons.collections4.list.AbstractListDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractListDecorator(List<E>) - Constructor for class org.apache.commons.collections4.list.AbstractListDecorator
-
Constructor that wraps (not copies).
- AbstractListIteratorDecorator<E> - Class in org.apache.commons.collections4.iterators
-
Provides basic behaviour for decorating a list iterator with extra functionality.
- AbstractListIteratorDecorator(ListIterator<E>) - Constructor for class org.apache.commons.collections4.iterators.AbstractListIteratorDecorator
-
Constructor that decorates the specified iterator.
- AbstractListValuedMap<K,V> - Class in org.apache.commons.collections4.multimap
-
Abstract implementation of the
ListValuedMap
interface to simplify
the creation of subclass implementations.
- AbstractListValuedMap() - Constructor for class org.apache.commons.collections4.multimap.AbstractListValuedMap
-
Constructor needed for subclass serialisation.
- AbstractListValuedMap(Map<K, ? extends List<V>>) - Constructor for class org.apache.commons.collections4.multimap.AbstractListValuedMap
-
A constructor that wraps, not copies
- AbstractMapBag<E> - Class in org.apache.commons.collections4.bag
-
Abstract implementation of the
Bag
interface to simplify the creation
of subclass implementations.
- AbstractMapBag() - Constructor for class org.apache.commons.collections4.bag.AbstractMapBag
-
Constructor needed for subclass serialisation.
- AbstractMapBag(Map<E, AbstractMapBag.MutableInteger>) - Constructor for class org.apache.commons.collections4.bag.AbstractMapBag
-
Constructor that assigns the specified Map as the backing store.
- AbstractMapBag.MutableInteger - Class in org.apache.commons.collections4.bag
-
Mutable integer class for storing the data.
- AbstractMapDecorator<K,V> - Class in org.apache.commons.collections4.map
-
Provides a base decorator that enables additional functionality to be added
to a Map via decoration.
- AbstractMapDecorator() - Constructor for class org.apache.commons.collections4.map.AbstractMapDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractMapDecorator(Map<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractMapDecorator
-
Constructor that wraps (not copies).
- AbstractMapEntry<K,V> - Class in org.apache.commons.collections4.keyvalue
-
Abstract Pair class to assist with creating correct
Map.Entry
implementations.
- AbstractMapEntry(K, V) - Constructor for class org.apache.commons.collections4.keyvalue.AbstractMapEntry
-
Constructs a new entry with the given key and given value.
- AbstractMapEntryDecorator<K,V> - Class in org.apache.commons.collections4.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.collections4.keyvalue.AbstractMapEntryDecorator
-
Constructor that wraps (not copies).
- AbstractMapIteratorDecorator<K,V> - Class in org.apache.commons.collections4.iterators
-
Provides basic behaviour for decorating a map iterator with extra functionality.
- AbstractMapIteratorDecorator(MapIterator<K, V>) - Constructor for class org.apache.commons.collections4.iterators.AbstractMapIteratorDecorator
-
Constructor that decorates the specified iterator.
- AbstractMapMultiSet<E> - Class in org.apache.commons.collections4.multiset
-
Abstract implementation of the
MultiSet
interface to simplify the
creation of subclass implementations.
- AbstractMapMultiSet() - Constructor for class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Constructor needed for subclass serialisation.
- AbstractMapMultiSet(Map<E, AbstractMapMultiSet.MutableInteger>) - Constructor for class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Constructor that assigns the specified Map as the backing store.
- AbstractMapMultiSet.EntrySetIterator<E> - Class in org.apache.commons.collections4.multiset
-
Inner class EntrySetIterator.
- AbstractMapMultiSet.MultiSetEntry<E> - Class in org.apache.commons.collections4.multiset
-
Inner class MultiSetEntry.
- AbstractMapMultiSet.MutableInteger - Class in org.apache.commons.collections4.multiset
-
Mutable integer class for storing the data.
- AbstractMapMultiSet.UniqueSetIterator<E> - Class in org.apache.commons.collections4.multiset
-
Inner class UniqueSetIterator.
- AbstractMultiSet<E> - Class in org.apache.commons.collections4.multiset
-
Abstract implementation of the
MultiSet
interface to simplify the
creation of subclass implementations.
- AbstractMultiSet() - Constructor for class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Constructor needed for subclass serialisation.
- AbstractMultiSet.AbstractEntry<E> - Class in org.apache.commons.collections4.multiset
-
Inner class AbstractEntry.
- AbstractMultiSet.EntrySet<E> - Class in org.apache.commons.collections4.multiset
-
Inner class EntrySet.
- AbstractMultiSet.UniqueSet<E> - Class in org.apache.commons.collections4.multiset
-
Inner class UniqueSet.
- AbstractMultiSetDecorator<E> - Class in org.apache.commons.collections4.multiset
-
Decorates another MultSet
to provide additional behaviour.
- AbstractMultiSetDecorator() - Constructor for class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractMultiSetDecorator(MultiSet<E>) - Constructor for class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator
-
Constructor that wraps (not copies).
- AbstractMultiValuedMap<K,V> - Class in org.apache.commons.collections4.multimap
-
Abstract implementation of the
MultiValuedMap
interface to simplify
the creation of subclass implementations.
- AbstractMultiValuedMap() - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Constructor needed for subclass serialisation.
- AbstractMultiValuedMap(Map<K, ? extends Collection<V>>) - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Constructor that wraps (not copies).
- AbstractMultiValuedMapDecorator<K,V> - Class in org.apache.commons.collections4.multimap
-
Decorates another MultiValuedMap
to provide additional behaviour.
- AbstractMultiValuedMapDecorator(MultiValuedMap<K, V>) - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
-
Constructor that wraps (not copies).
- AbstractNavigableSetDecorator<E> - Class in org.apache.commons.collections4.set
-
Decorates another NavigableSet
to provide additional behaviour.
- AbstractNavigableSetDecorator() - Constructor for class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractNavigableSetDecorator(NavigableSet<E>) - Constructor for class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
-
Constructor that wraps (not copies).
- AbstractOrderedBidiMapDecorator<K,V> - Class in org.apache.commons.collections4.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.collections4.bidimap.AbstractOrderedBidiMapDecorator
-
Constructor that wraps (not copies).
- AbstractOrderedMapDecorator<K,V> - Class in org.apache.commons.collections4.map
-
Provides a base decorator that enables additional functionality to be added
to an OrderedMap via decoration.
- AbstractOrderedMapDecorator() - Constructor for class org.apache.commons.collections4.map.AbstractOrderedMapDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractOrderedMapDecorator(OrderedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractOrderedMapDecorator
-
Constructor that wraps (not copies).
- AbstractOrderedMapIteratorDecorator<K,V> - Class in org.apache.commons.collections4.iterators
-
Provides basic behaviour for decorating an ordered map iterator with extra functionality.
- AbstractOrderedMapIteratorDecorator(OrderedMapIterator<K, V>) - Constructor for class org.apache.commons.collections4.iterators.AbstractOrderedMapIteratorDecorator
-
Constructor that decorates the specified iterator.
- AbstractQuantifierPredicate<T> - Class in org.apache.commons.collections4.functors
-
Abstract base class for quantification predicates, e.g.
- AbstractQuantifierPredicate(Predicate<? super T>...) - Constructor for class org.apache.commons.collections4.functors.AbstractQuantifierPredicate
-
Constructor that performs no validation.
- AbstractQueueDecorator<E> - Class in org.apache.commons.collections4.queue
-
Decorates another
Queue
to provide additional behaviour.
- AbstractQueueDecorator() - Constructor for class org.apache.commons.collections4.queue.AbstractQueueDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractQueueDecorator(Queue<E>) - Constructor for class org.apache.commons.collections4.queue.AbstractQueueDecorator
-
Constructor that wraps (not copies).
- AbstractReferenceMap<K,V> - Class in org.apache.commons.collections4.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.collections4.map.AbstractReferenceMap
-
Constructor used during deserialization.
- AbstractReferenceMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, int, float, boolean) - Constructor for class org.apache.commons.collections4.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.collections4.map
-
A MapEntry implementation for the map.
- AbstractReferenceMap.ReferenceStrength - Enum in org.apache.commons.collections4.map
-
Reference type enum.
- AbstractSerializableListDecorator<E> - Class in org.apache.commons.collections4.list
-
Serializable subclass of AbstractListDecorator.
- AbstractSerializableListDecorator(List<E>) - Constructor for class org.apache.commons.collections4.list.AbstractSerializableListDecorator
-
Constructor that wraps (not copies).
- AbstractSerializableSetDecorator<E> - Class in org.apache.commons.collections4.set
-
Serializable subclass of AbstractSetDecorator.
- AbstractSerializableSetDecorator(Set<E>) - Constructor for class org.apache.commons.collections4.set.AbstractSerializableSetDecorator
-
Constructor.
- AbstractSetDecorator<E> - Class in org.apache.commons.collections4.set
-
Decorates another Set
to provide additional behaviour.
- AbstractSetDecorator() - Constructor for class org.apache.commons.collections4.set.AbstractSetDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractSetDecorator(Set<E>) - Constructor for class org.apache.commons.collections4.set.AbstractSetDecorator
-
Constructor that wraps (not copies).
- AbstractSetValuedMap<K,V> - Class in org.apache.commons.collections4.multimap
-
Abstract implementation of the
SetValuedMap
interface to simplify the
creation of subclass implementations.
- AbstractSetValuedMap() - Constructor for class org.apache.commons.collections4.multimap.AbstractSetValuedMap
-
Constructor needed for subclass serialisation.
- AbstractSetValuedMap(Map<K, ? extends Set<V>>) - Constructor for class org.apache.commons.collections4.multimap.AbstractSetValuedMap
-
A constructor that wraps, not copies
- AbstractSortedBagDecorator<E> - Class in org.apache.commons.collections4.bag
-
Decorates another SortedBag
to provide additional behaviour.
- AbstractSortedBagDecorator() - Constructor for class org.apache.commons.collections4.bag.AbstractSortedBagDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractSortedBagDecorator(SortedBag<E>) - Constructor for class org.apache.commons.collections4.bag.AbstractSortedBagDecorator
-
Constructor that wraps (not copies).
- AbstractSortedBidiMapDecorator<K,V> - Class in org.apache.commons.collections4.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.collections4.bidimap.AbstractSortedBidiMapDecorator
-
Constructor that wraps (not copies).
- AbstractSortedMapDecorator<K,V> - Class in org.apache.commons.collections4.map
-
Provides a base decorator that enables additional functionality to be added
to a Map via decoration.
- AbstractSortedMapDecorator() - Constructor for class org.apache.commons.collections4.map.AbstractSortedMapDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractSortedMapDecorator(SortedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractSortedMapDecorator
-
Constructor that wraps (not copies).
- AbstractSortedMapDecorator.SortedMapIterator<K,V> - Class in org.apache.commons.collections4.map
-
OrderedMapIterator implementation.
- AbstractSortedSetDecorator<E> - Class in org.apache.commons.collections4.set
-
Decorates another SortedSet
to provide additional behaviour.
- AbstractSortedSetDecorator() - Constructor for class org.apache.commons.collections4.set.AbstractSortedSetDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractSortedSetDecorator(Set<E>) - Constructor for class org.apache.commons.collections4.set.AbstractSortedSetDecorator
-
Constructor that wraps (not copies).
- AbstractUntypedIteratorDecorator<I,O> - Class in org.apache.commons.collections4.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.collections4.iterators.AbstractUntypedIteratorDecorator
-
Create a new AbstractUntypedIteratorDecorator.
- accept(CommandVisitor<T>) - Method in class org.apache.commons.collections4.sequence.DeleteCommand
-
Accept a visitor.
- accept(CommandVisitor<T>) - Method in class org.apache.commons.collections4.sequence.EditCommand
-
Accept a visitor.
- accept(CommandVisitor<T>) - Method in class org.apache.commons.collections4.sequence.InsertCommand
-
Accept a visitor.
- accept(CommandVisitor<T>) - Method in class org.apache.commons.collections4.sequence.KeepCommand
-
Accept a visitor.
- add(E, int) - Method in class org.apache.commons.collections4.bag.AbstractBagDecorator
-
- add(E) - Method in class org.apache.commons.collections4.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.collections4.bag.AbstractMapBag
-
Adds a new element to the bag, incrementing its count in the map.
- add(E) - Method in interface org.apache.commons.collections4.Bag
-
(Violation)
Adds one copy of the specified object to the Bag.
- add(E, int) - Method in interface org.apache.commons.collections4.Bag
-
Adds nCopies
copies of the specified object to the Bag.
- add(E) - Method in class org.apache.commons.collections4.bag.CollectionBag
-
(Change)
Adds one copy of the specified object to the Bag.
- add(E, int) - Method in class org.apache.commons.collections4.bag.CollectionBag
-
(Change)
Adds count
copies of the specified object to the Bag.
- add(E) - Method in class org.apache.commons.collections4.bag.CollectionSortedBag
-
- add(E, int) - Method in class org.apache.commons.collections4.bag.CollectionSortedBag
-
- add(E, int) - Method in class org.apache.commons.collections4.bag.PredicatedBag
-
- add(E, int) - Method in class org.apache.commons.collections4.bag.SynchronizedBag
-
- add(E, int) - Method in class org.apache.commons.collections4.bag.TransformedBag
-
- add(E) - Method in class org.apache.commons.collections4.bag.TreeBag
-
Adds a new element to the bag, incrementing its count in the underlying map.
- add(E) - Method in class org.apache.commons.collections4.bag.UnmodifiableBag
-
- add(E, int) - Method in class org.apache.commons.collections4.bag.UnmodifiableBag
-
- add(E) - Method in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
-
- add(E, int) - Method in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
-
- add(E) - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
-
- add(E) - Method in class org.apache.commons.collections4.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.collections4.collection.CompositeCollection.CollectionMutator
-
Called when an object is to be added to the composite.
- add(C) - Method in class org.apache.commons.collections4.collection.IndexedCollection
- add(E) - Method in class org.apache.commons.collections4.collection.PredicatedCollection
-
Override to validate the object being added to ensure it matches
the predicate.
- add(E) - Method in class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
Adds the item to the builder.
- add(E) - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
-
- add(E) - Method in class org.apache.commons.collections4.collection.TransformedCollection
-
- add(E) - Method in class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
-
- add(E) - Method in class org.apache.commons.collections4.collection.UnmodifiableCollection
-
- add(T) - Method in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Adds an item, which compares as after all items known to the Comparator.
- add(E) - Method in class org.apache.commons.collections4.iterators.AbstractListIteratorDecorator
- add(Object) - Method in class org.apache.commons.collections4.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.collections4.iterators.FilterListIterator
-
Not supported.
- add(E) - Method in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
- add(E) - Method in class org.apache.commons.collections4.iterators.LoopingListIterator
-
Inserts the specified element into the underlying list.
- add(E) - Method in class org.apache.commons.collections4.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.collections4.iterators.ReverseListIterator
-
Adds a new element to the list between the next and previous elements.
- add(E) - Method in class org.apache.commons.collections4.iterators.SingletonListIterator
-
- add(E) - Method in class org.apache.commons.collections4.iterators.UnmodifiableListIterator
-
- add(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- add(int, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- add(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
- add(int, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
- add(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubListIterator
-
- add(int, E) - Method in class org.apache.commons.collections4.list.AbstractListDecorator
-
- add(E) - Method in class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Adds an object to the list.
- add(E) - Method in class org.apache.commons.collections4.list.CursorableLinkedList.SubCursor
-
- add(E) - Method in class org.apache.commons.collections4.list.FixedSizeList
-
- add(int, E) - Method in class org.apache.commons.collections4.list.FixedSizeList
-
- add(int, E) - Method in class org.apache.commons.collections4.list.GrowthList
-
Decorate the add method to perform the growth behaviour.
- add(int, E) - Method in class org.apache.commons.collections4.list.PredicatedList
-
- add(E) - Method in class org.apache.commons.collections4.list.PredicatedList.PredicatedListIterator
-
- add(E) - Method in class org.apache.commons.collections4.list.SetUniqueList
-
Adds an element to the list if it is not already present.
- add(int, E) - Method in class org.apache.commons.collections4.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.collections4.list.TransformedList
-
- add(E) - Method in class org.apache.commons.collections4.list.TransformedList.TransformedListIterator
-
- add(int, E) - Method in class org.apache.commons.collections4.list.TreeList
-
Adds a new element to the list.
- add(Object) - Method in class org.apache.commons.collections4.list.UnmodifiableList
-
- add(int, E) - Method in class org.apache.commons.collections4.list.UnmodifiableList
-
- add(Map.Entry<K, V>) - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet
-
- add(E, int) - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
- add(E) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
- add(E, int) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
- add(E, int) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator
-
- add(E) - Method in interface org.apache.commons.collections4.MultiSet
-
Adds one copy of the specified object to the MultiSet.
- add(E, int) - Method in interface org.apache.commons.collections4.MultiSet
-
Adds a number of occurrences of the specified object to the MultiSet.
- add(E, int) - Method in class org.apache.commons.collections4.multiset.PredicatedMultiSet
-
- add(E, int) - Method in class org.apache.commons.collections4.multiset.SynchronizedMultiSet
-
- add(E) - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
-
- add(E, int) - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
-
- add(E) - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Adds the given element to this queue.
- add(Object) - Method in class org.apache.commons.collections4.queue.UnmodifiableQueue
-
- add(E) - Method in class org.apache.commons.collections4.set.CompositeSet
-
Adds an object to the collection, throwing UnsupportedOperationException
unless a SetMutator strategy is specified.
- add(CompositeSet<E>, List<Set<E>>, E) - Method in interface org.apache.commons.collections4.set.CompositeSet.SetMutator
-
Called when an object is to be added to the composite.
- add(E) - Method in class org.apache.commons.collections4.set.ListOrderedSet
-
- add(int, E) - Method in class org.apache.commons.collections4.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.collections4.set.MapBackedSet
-
- add(E) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
-
- add(E) - Method in class org.apache.commons.collections4.set.UnmodifiableSet
-
- add(E) - Method in class org.apache.commons.collections4.set.UnmodifiableSortedSet
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.bag.CollectionBag
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.bag.CollectionSortedBag
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.bag.UnmodifiableBag
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.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.collections4.collection.CompositeCollection.CollectionMutator
-
Called when a collection is to be added to the composite.
- addAll(Collection<? extends C>) - Method in class org.apache.commons.collections4.collection.IndexedCollection
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.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.collections4.collection.PredicatedCollection.Builder
-
Adds all elements from the given collection to the builder.
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.collection.TransformedCollection
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.collection.UnmodifiableCollection
-
- addAll(Collection<C>, Iterable<? extends C>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Adds all elements in the
Iterable
to the given collection.
- addAll(Collection<C>, Iterator<? extends C>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Adds all elements in the iteration to the given collection.
- addAll(Collection<C>, Enumeration<? extends C>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Adds all elements in the enumeration to the given collection.
- addAll(Collection<C>, C...) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Adds all elements in the array to the given collection.
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
- addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
- addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections4.list.AbstractListDecorator
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.list.FixedSizeList
-
- addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections4.list.FixedSizeList
-
- addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections4.list.GrowthList
-
Decorate the addAll method to perform the growth behaviour.
- addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections4.list.PredicatedList
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.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.collections4.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.collections4.list.TransformedList
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.list.TreeList
-
Appends all of the elements in the specified collection to the end of this list,
in the order that they are returned by the specified collection's Iterator.
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.list.UnmodifiableList
-
- addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections4.list.UnmodifiableList
-
- addAll(Collection<? extends Map.Entry<K, V>>) - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.queue.UnmodifiableQueue
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.set.CompositeSet
-
Adds a collection of elements to this composite, throwing
UnsupportedOperationException unless a SetMutator strategy is specified.
- addAll(CompositeSet<E>, List<Set<E>>, Collection<? extends E>) - Method in interface org.apache.commons.collections4.set.CompositeSet.SetMutator
-
Called when a collection is to be added to the composite.
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.set.ListOrderedSet
-
- addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections4.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.collections4.set.MapBackedSet
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.set.UnmodifiableSet
-
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.set.UnmodifiableSortedSet
-
- addAsEqual(T, T) - Method in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Adds a new item, which compares as equal to the given existing item.
- addComparator(Comparator<E>) - Method in class org.apache.commons.collections4.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.collections4.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.collections4.collection.CompositeCollection
-
Add these Collections to the list of collections in this composite
- addComposited(Collection<E>, Collection<E>) - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Add these Collections to the list of collections in this composite
- addComposited(Collection<E>...) - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Add these Collections to the list of collections in this composite
- addComposited(Map<K, V>) - Method in class org.apache.commons.collections4.map.CompositeMap
-
Add an additional Map to the composite.
- addComposited(Set<E>) - Method in class org.apache.commons.collections4.set.CompositeSet
-
Add a Set to this composite.
- addComposited(Set<E>, Set<E>) - Method in class org.apache.commons.collections4.set.CompositeSet
-
Add these Sets to the list of sets in this composite.
- addComposited(Set<E>...) - Method in class org.apache.commons.collections4.set.CompositeSet
-
Add these Sets to the list of sets in this composite
- addEntry(AbstractHashedMap.HashEntry<K, V>, int) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Adds an entry into this map.
- addEntry(AbstractHashedMap.HashEntry<K, V>, int) - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Adds an entry into this map, maintaining insertion order.
- addFirst(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- addIgnoreNull(Collection<T>, T) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Adds an element to the collection unless the element is null.
- addIterator(Iterator<? extends E>) - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Adds the given
Iterator
to the iterators being collated.
- addIterator(Iterator<? extends E>) - Method in class org.apache.commons.collections4.iterators.IteratorChain
-
Add an Iterator to the end of the chain
- addLast(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- addMapping(int, int, K, V) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Adds a new key-value mapping into this map.
- addMapping(int, int, K, V) - Method in class org.apache.commons.collections4.map.LRUMap
-
Adds a new key-value mapping into this map.
- addNode(AbstractLinkedList.Node<E>, AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Inserts a new node into the list.
- addNode(AbstractLinkedList.Node<E>, AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Inserts a new node into the list.
- addNodeAfter(AbstractLinkedList.Node<E>, E) - Method in class org.apache.commons.collections4.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.collections4.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.collections4.list.NodeCachingLinkedList
-
Adds a node to the cache, if the cache isn't full.
- after - Variable in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkEntry
-
The entry after this one in the order
- allMatch(Predicate<? super E>) - Method in class org.apache.commons.collections4.FluentIterable
-
Checks if all elements contained in this iterable are matching the
provided predicate.
- AllPredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that returns true if all the
predicates return true.
- AllPredicate(Predicate<? super T>...) - Constructor for class org.apache.commons.collections4.functors.AllPredicate
-
Constructor that performs no validation.
- allPredicate(Predicate<? super T>...) - Static method in class org.apache.commons.collections4.functors.AllPredicate
-
Factory to create the predicate.
- allPredicate(Collection<? extends Predicate<? super T>>) - Static method in class org.apache.commons.collections4.functors.AllPredicate
-
Factory to create the predicate.
- allPredicate(Predicate<? super T>...) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Create a new Predicate that returns true only if all of the specified
predicates are true.
- allPredicate(Collection<? extends Predicate<? super T>>) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Create a new Predicate that returns true only if all of the specified
predicates are true.
- AndPredicate<T> - Class in org.apache.commons.collections4.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.collections4.functors.AndPredicate
-
Constructor that performs no validation.
- andPredicate(Predicate<? super T>, Predicate<? super T>) - Static method in class org.apache.commons.collections4.functors.AndPredicate
-
Factory to create the predicate.
- andPredicate(Predicate<? super T>, Predicate<? super T>) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Create a new Predicate that returns true only if both of the specified
predicates are true.
- anyMatch(Predicate<? super E>) - Method in class org.apache.commons.collections4.FluentIterable
-
Checks if this iterable contains any element matching the provided predicate.
- AnyPredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that returns true if any of the
predicates return true.
- AnyPredicate(Predicate<? super T>...) - Constructor for class org.apache.commons.collections4.functors.AnyPredicate
-
Constructor that performs no validation.
- anyPredicate(Predicate<? super T>...) - Static method in class org.apache.commons.collections4.functors.AnyPredicate
-
Factory to create the predicate.
- anyPredicate(Collection<? extends Predicate<? super T>>) - Static method in class org.apache.commons.collections4.functors.AnyPredicate
-
Factory to create the predicate.
- anyPredicate(Predicate<? super T>...) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Create a new Predicate that returns true if any of the specified
predicates are true.
- anyPredicate(Collection<? extends Predicate<? super T>>) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Create a new Predicate that returns true if any of the specified
predicates are true.
- append(E...) - Method in class org.apache.commons.collections4.FluentIterable
-
Returns a new FluentIterable whose iterator will first traverse
the elements of the current iterable, followed by the provided
elements.
- append(Iterable<? extends E>) - Method in class org.apache.commons.collections4.FluentIterable
-
Returns a new FluentIterable whose iterator will first traverse
the elements of the current iterable, followed by the elements
of the provided iterable.
- append(KeepCommand<T>) - Method in class org.apache.commons.collections4.sequence.EditScript
-
Add a keep command to the script.
- append(InsertCommand<T>) - Method in class org.apache.commons.collections4.sequence.EditScript
-
Add an insert command to the script.
- append(DeleteCommand<T>) - Method in class org.apache.commons.collections4.sequence.EditScript
-
Add a delete command to the script.
- ArrayIterator<E> - Class in org.apache.commons.collections4.iterators
-
- ArrayIterator(Object) - Constructor for class org.apache.commons.collections4.iterators.ArrayIterator
-
Constructs an ArrayIterator that will iterate over the values in the
specified array.
- ArrayIterator(Object, int) - Constructor for class org.apache.commons.collections4.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.collections4.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.collections4.IteratorUtils
-
Gets an iterator over an object array.
- arrayIterator(Object) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator over an object or primitive array.
- arrayIterator(E[], int) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator over the end part of an object array.
- arrayIterator(Object, int) - Static method in class org.apache.commons.collections4.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.collections4.IteratorUtils
-
Gets an iterator over part of an object array.
- arrayIterator(Object, int, int) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator over part of an object or primitive array.
- ArrayListIterator<E> - Class in org.apache.commons.collections4.iterators
-
- ArrayListIterator(Object) - Constructor for class org.apache.commons.collections4.iterators.ArrayListIterator
-
Constructs an ArrayListIterator that will iterate over the values in the
specified array.
- ArrayListIterator(Object, int) - Constructor for class org.apache.commons.collections4.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.collections4.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.collections4.IteratorUtils
-
Gets a list iterator over an object array.
- arrayListIterator(Object) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets a list iterator over an object or primitive array.
- arrayListIterator(E[], int) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets a list iterator over the end part of an object array.
- arrayListIterator(Object, int) - Static method in class org.apache.commons.collections4.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.collections4.IteratorUtils
-
Gets a list iterator over part of an object array.
- arrayListIterator(Object, int, int) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets a list iterator over part of an object or primitive array.
- ArrayListValuedHashMap<K,V> - Class in org.apache.commons.collections4.multimap
-
Implements a
ListValuedMap
, using a
HashMap
to provide data
storage and
ArrayList
s as value collections.
- ArrayListValuedHashMap() - Constructor for class org.apache.commons.collections4.multimap.ArrayListValuedHashMap
-
Creates an empty ArrayListValuedHashMap with the default initial
map capacity (16) and the default initial list capacity (3).
- ArrayListValuedHashMap(int) - Constructor for class org.apache.commons.collections4.multimap.ArrayListValuedHashMap
-
Creates an empty ArrayListValuedHashMap with the default initial
map capacity (16) and the specified initial list capacity.
- ArrayListValuedHashMap(int, int) - Constructor for class org.apache.commons.collections4.multimap.ArrayListValuedHashMap
-
Creates an empty ArrayListValuedHashMap with the specified initial
map and list capacities.
- ArrayListValuedHashMap(MultiValuedMap<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.multimap.ArrayListValuedHashMap
-
Creates an ArrayListValuedHashMap copying all the mappings of the given map.
- ArrayListValuedHashMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.multimap.ArrayListValuedHashMap
-
Creates an ArrayListValuedHashMap copying all the mappings of the given map.
- ArrayStack<E> - Class in org.apache.commons.collections4
-
- ArrayStack() - Constructor for class org.apache.commons.collections4.ArrayStack
-
Deprecated.
Constructs a new empty ArrayStack
.
- ArrayStack(int) - Constructor for class org.apache.commons.collections4.ArrayStack
-
Deprecated.
Constructs a new empty ArrayStack
with an initial size.
- asClosure(Transformer<? super E, ?>) - Static method in class org.apache.commons.collections4.ClosureUtils
-
Creates a Closure that calls a Transformer each time it is called.
- asEnumeration() - Method in class org.apache.commons.collections4.FluentIterable
-
Returns an Enumeration that will enumerate all elements contained
in this iterable.
- asEnumeration(Iterator<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an enumeration that wraps an iterator.
- asIterable(Iterator<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an
Iterable
that wraps an iterator.
- asIterator(Enumeration<? extends E>) - Static method in class org.apache.commons.collections4.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.collections4.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.collections4.map.LinkedMap
-
Gets an unmodifiable List view of the keys.
- asList() - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Gets an unmodifiable List view of the keys which changes as the map changes.
- asList() - Method in class org.apache.commons.collections4.set.ListOrderedSet
-
Gets an unmodifiable view of the order of the Set.
- asMap() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
- asMap() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
-
- asMap() - Method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
-
- asMap() - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Returns a view of this multi-valued map as a Map
from each distinct
key to the non-empty collection of that key's associated values.
- asMultipleUseIterable(Iterator<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterable that wraps an iterator.
- asPredicate(Transformer<? super T, Boolean>) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Create a new Predicate that wraps a Transformer.
- asSet() - Method in class org.apache.commons.collections4.list.SetUniqueList
-
Gets an unmodifiable view as a Set.
- asTransformer(Closure<? super T>) - Static method in class org.apache.commons.collections4.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.collections4.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.collections4.TransformerUtils
-
Creates a Transformer that calls a Factory each time the transformer is used.
- atomic(Runnable) - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Prevents any operations from occurring on this map while the
given
Runnable
executes.
- calculateNewCapacity(int) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Calculates the new capacity of the map.
- calculateThreshold(int, float) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Calculates the new threshold of the map, where it will be resized.
- canRemove - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.BidiMapIterator
-
Whether remove is allowed at present
- canRemove - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySetIterator
-
Whether remove is allowed at present
- canRemove - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySetIterator
-
Whether remove is allowed at present
- canRemove - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.ValuesIterator
-
Whether remove is allowed at present
- canRemove - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.EntrySetIterator
-
Whether remove is allowed at present
- canRemove - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.UniqueSetIterator
-
Whether remove is allowed at present
- cardinality(O, Iterable<? super O>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
- CaseInsensitiveMap<K,V> - Class in org.apache.commons.collections4.map
-
A case-insensitive Map
.
- CaseInsensitiveMap() - Constructor for class org.apache.commons.collections4.map.CaseInsensitiveMap
-
Constructs a new empty map with default size and load factor.
- CaseInsensitiveMap(int) - Constructor for class org.apache.commons.collections4.map.CaseInsensitiveMap
-
Constructs a new, empty map with the specified initial capacity.
- CaseInsensitiveMap(int, float) - Constructor for class org.apache.commons.collections4.map.CaseInsensitiveMap
-
Constructs a new, empty map with the specified initial capacity and
load factor.
- CaseInsensitiveMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.CaseInsensitiveMap
-
Constructor copying elements from another map.
- CatchAndRethrowClosure<E> - Class in org.apache.commons.collections4.functors
-
- CatchAndRethrowClosure() - Constructor for class org.apache.commons.collections4.functors.CatchAndRethrowClosure
-
- ceiling(E) - Method in class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
-
- ceiling(E) - Method in class org.apache.commons.collections4.set.PredicatedNavigableSet
-
- ceiling(E) - Method in class org.apache.commons.collections4.set.TransformedNavigableSet
-
- chainedClosure(Closure<? super E>...) - Static method in class org.apache.commons.collections4.ClosureUtils
-
Create a new Closure that calls each closure in turn, passing the
result into the next closure.
- chainedClosure(Collection<? extends Closure<? super E>>) - Static method in class org.apache.commons.collections4.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.collections4.functors
-
Closure implementation that chains the specified closures together.
- ChainedClosure(Closure<? super E>...) - Constructor for class org.apache.commons.collections4.functors.ChainedClosure
-
Constructor that performs no validation.
- chainedClosure(Closure<? super E>...) - Static method in class org.apache.commons.collections4.functors.ChainedClosure
-
Factory method that performs validation and copies the parameter array.
- chainedClosure(Collection<? extends Closure<? super E>>) - Static method in class org.apache.commons.collections4.functors.ChainedClosure
-
Create a new Closure that calls each closure in turn, passing the
result into the next closure.
- chainedComparator(Comparator<E>...) - Static method in class org.apache.commons.collections4.ComparatorUtils
-
Gets a comparator that compares using an array of
Comparator
s, applied
in sequence until one returns not equal or the array is exhausted.
- chainedComparator(Collection<Comparator<E>>) - Static method in class org.apache.commons.collections4.ComparatorUtils
-
Gets a comparator that compares using a collection of
Comparator
s,
applied in (default iterator) sequence until one returns not equal or the
collection is exhausted.
- chainedIterable(Iterable<? extends E>, Iterable<? extends E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Combines two iterables into a single iterable.
- chainedIterable(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Combines three iterables into a single iterable.
- chainedIterable(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Combines four iterables into a single iterable.
- chainedIterable(Iterable<? extends E>...) - Static method in class org.apache.commons.collections4.IterableUtils
-
Combines the provided iterables into a single iterable.
- chainedIterator(Iterator<? extends E>, Iterator<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that iterates through two
Iterator
s
one after another.
- chainedIterator(Iterator<? extends E>...) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that iterates through an array of
Iterator
s
one after another.
- chainedIterator(Collection<Iterator<? extends E>>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that iterates through a collections of
Iterator
s
one after another.
- ChainedTransformer<T> - Class in org.apache.commons.collections4.functors
-
Transformer implementation that chains the specified transformers together.
- ChainedTransformer(Transformer<? super T, ? extends T>...) - Constructor for class org.apache.commons.collections4.functors.ChainedTransformer
-
Constructor that performs no validation.
- chainedTransformer(Transformer<? super T, ? extends T>...) - Static method in class org.apache.commons.collections4.functors.ChainedTransformer
-
Factory method that performs validation and copies the parameter array.
- chainedTransformer(Collection<? extends Transformer<? super T, ? extends T>>) - Static method in class org.apache.commons.collections4.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>...) - Static method in class org.apache.commons.collections4.TransformerUtils
-
Create a new Transformer that calls each transformer in turn, passing the
result into the next transformer.
- chainedTransformer(Collection<? extends Transformer<? super T, ? extends T>>) - Static method in class org.apache.commons.collections4.TransformerUtils
-
Create a new Transformer that calls each transformer in turn, passing the
result into the next transformer.
- checkBound(int, int, String) - Method in class org.apache.commons.collections4.iterators.ArrayIterator
-
Checks whether the index is valid or not.
- checkCapacity() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Checks the capacity of the map and enlarges it if necessary.
- checkKey(MultiKey<?>) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Check to ensure that input keys are valid MultiKey objects.
- checkLocked() - Method in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Checks to see whether the comparator is now locked against further changes.
- checkModCount() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Checks the modification count of the list is the value that this
object expects.
- checkModCount() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
- checkModCount() - Method in class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Override superclass modCount check, and replace it with our valid flag.
- checkSetValue(V) - Method in class org.apache.commons.collections4.map.PredicatedMap
-
Override to validate an object set into the map via setValue
.
- checkSetValue(V) - Method in class org.apache.commons.collections4.map.TransformedMap
-
Override to transform the value when using setValue
.
- checkSetValue(U) - Method in class org.apache.commons.collections4.splitmap.TransformedSplitMap
-
Override to transform the value when using setValue
.
- CircularFifoQueue<E> - Class in org.apache.commons.collections4.queue
-
CircularFifoQueue is a first-in first-out queue with a fixed size that
replaces its oldest element if full.
- CircularFifoQueue() - Constructor for class org.apache.commons.collections4.queue.CircularFifoQueue
-
Constructor that creates a queue with the default size of 32.
- CircularFifoQueue(int) - Constructor for class org.apache.commons.collections4.queue.CircularFifoQueue
-
Constructor that creates a queue with the specified size.
- CircularFifoQueue(Collection<? extends E>) - Constructor for class org.apache.commons.collections4.queue.CircularFifoQueue
-
Constructor that creates a queue from the specified collection.
- clear() - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Clears the bag by clearing the underlying map.
- clear() - Method in class org.apache.commons.collections4.bag.UnmodifiableBag
-
- clear() - Method in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
-
- clear() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
- clear() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View
-
- clear() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.ViewMap
-
- clear() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Removes all mappings from this map.
- clear() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableBidiMap
-
- clear() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMap
-
- clear() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
-
- clear() - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
-
- clear() - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Removes all of the elements from this collection .
- clear() - Method in class org.apache.commons.collections4.collection.IndexedCollection
-
- clear() - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
-
- clear() - Method in class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
-
- clear() - Method in class org.apache.commons.collections4.collection.UnmodifiableCollection
-
- clear() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- clear() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
- clear() - Method in class org.apache.commons.collections4.list.FixedSizeList
-
- clear() - Method in class org.apache.commons.collections4.list.SetUniqueList
-
- clear() - Method in class org.apache.commons.collections4.list.TreeList
-
Clears the list, removing all entries.
- clear() - Method in class org.apache.commons.collections4.list.UnmodifiableList
-
- clear() - Method in class org.apache.commons.collections4.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.collections4.map.AbstractHashedMap.EntrySet
-
- clear() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.KeySet
-
- clear() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.Values
-
- clear() - Method in class org.apache.commons.collections4.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.collections4.map.AbstractMapDecorator
-
- clear() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Clears this map.
- clear() - Method in class org.apache.commons.collections4.map.CompositeMap
-
Calls clear()
on all composited Maps.
- clear() - Method in class org.apache.commons.collections4.map.FixedSizeMap
-
- clear() - Method in class org.apache.commons.collections4.map.FixedSizeSortedMap
-
- clear() - Method in class org.apache.commons.collections4.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.collections4.map.ListOrderedMap
-
- clear() - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.
Clear the map.
- clear() - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
Normal
Map.clear()
behavior with the addition of clearing all
expiration entries as well.
- clear() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Unsupported operation.
- clear() - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Clears the map of all entries.
- clear() - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet
-
- clear() - Method in class org.apache.commons.collections4.map.UnmodifiableMap
-
- clear() - Method in class org.apache.commons.collections4.map.UnmodifiableOrderedMap
-
- clear() - Method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
-
- clear() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
- clear() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
-
- clear() - Method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
-
- clear() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Clears the multiset by clearing the underlying map.
- clear() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Clears the multiset removing all elements from the entrySet.
- clear() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.UniqueSet
-
- clear() - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
-
- clear() - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in interface org.apache.commons.collections4.Put
-
- clear() - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Clears this queue.
- clear() - Method in class org.apache.commons.collections4.queue.UnmodifiableQueue
-
- clear() - Method in class org.apache.commons.collections4.set.CompositeSet
-
Removes all of the elements from this composite set.
- clear() - Method in class org.apache.commons.collections4.set.ListOrderedSet
-
- clear() - Method in class org.apache.commons.collections4.set.MapBackedSet
-
- clear() - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
-
- clear() - Method in class org.apache.commons.collections4.set.UnmodifiableSet
-
- clear() - Method in class org.apache.commons.collections4.set.UnmodifiableSortedSet
-
- clear() - Method in class org.apache.commons.collections4.splitmap.TransformedSplitMap
-
- clear() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
-
- clone() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections4.map.CaseInsensitiveMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections4.map.Flat3Map
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections4.map.HashedMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections4.map.LinkedMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections4.map.LRUMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Clones the map without cloning the key or value.
- CloneTransformer<T> - Class in org.apache.commons.collections4.functors
-
Transformer implementation that returns a clone of the input object.
- cloneTransformer() - Static method in class org.apache.commons.collections4.functors.CloneTransformer
-
Factory returning the singleton instance.
- cloneTransformer() - Static method in class org.apache.commons.collections4.TransformerUtils
-
Gets a transformer that returns a clone of the input object.
- close() - Method in class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Mark this cursor as no longer being needed.
- Closure<T> - Interface in org.apache.commons.collections4
-
Defines a functor interface implemented by classes that do something.
- ClosureTransformer<T> - Class in org.apache.commons.collections4.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.collections4.functors.ClosureTransformer
-
Constructor that performs no validation.
- closureTransformer(Closure<? super T>) - Static method in class org.apache.commons.collections4.functors.ClosureTransformer
-
Factory method that performs validation.
- ClosureUtils - Class in org.apache.commons.collections4
-
ClosureUtils
provides reference implementations and utilities
for the Closure functor interface.
- collate(Iterable<? extends O>, Iterable<? extends O>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Merges two sorted Collections, a and b, into a single, sorted List
such that the natural ordering of the elements is retained.
- collate(Iterable<? extends O>, Iterable<? extends O>, boolean) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Merges two sorted Collections, a and b, into a single, sorted List
such that the natural ordering of the elements is retained.
- collate(Iterable<? extends O>, Iterable<? extends O>, Comparator<? super O>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Merges two sorted Collections, a and b, into a single, sorted List
such that the ordering of the elements according to Comparator c is retained.
- collate(Iterable<? extends O>, Iterable<? extends O>, Comparator<? super O>, boolean) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Merges two sorted Collections, a and b, into a single, sorted List
such that the ordering of the elements according to Comparator c is retained.
- collate(Iterable<? extends E>) - Method in class org.apache.commons.collections4.FluentIterable
-
Returns a new FluentIterable whose iterator will traverse the
elements of the current and provided iterable in natural order.
- collate(Iterable<? extends E>, Comparator<? super E>) - Method in class org.apache.commons.collections4.FluentIterable
-
Returns a new FluentIterable whose iterator will traverse the
elements of the current and provided iterable according to the
ordering defined by an comparator.
- collatedIterable(Iterable<? extends E>, Iterable<? extends E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Combines the two provided iterables into an ordered iterable using
natural ordering.
- collatedIterable(Comparator<? super E>, Iterable<? extends E>, Iterable<? extends E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Combines the two provided iterables into an ordered iterable using the
provided comparator.
- collatedIterator(Comparator<? super E>, Iterator<? extends E>, Iterator<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that provides an ordered iteration over the elements
contained in a collection of ordered
Iterator
s.
- collatedIterator(Comparator<? super E>, Iterator<? extends E>...) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that provides an ordered iteration over the elements
contained in an array of
Iterator
s.
- collatedIterator(Comparator<? super E>, Collection<Iterator<? extends E>>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that provides an ordered iteration over the elements
contained in a collection of
Iterator
s.
- CollatingIterator<E> - Class in org.apache.commons.collections4.iterators
-
Provides an ordered iteration over the elements contained in a collection of
ordered Iterators.
- CollatingIterator() - Constructor for class org.apache.commons.collections4.iterators.CollatingIterator
-
Constructs a new CollatingIterator
.
- CollatingIterator(Comparator<? super E>) - Constructor for class org.apache.commons.collections4.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.collections4.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.collections4.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.collections4.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.collections4.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.collections4.CollectionUtils
-
Returns a new Collection containing all elements of the input collection
transformed by the given transformer.
- collect(Iterator<I>, Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Transforms all elements from the input iterator with the given transformer
and adds them to the output collection.
- collect(Iterable<? extends I>, Transformer<? super I, ? extends O>, R) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Transforms all elements from input collection with the given transformer
and adds them to the output collection.
- collect(Iterator<? extends I>, Transformer<? super I, ? extends O>, R) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Transforms all elements from the input iterator with the given transformer
and adds them to the output collection.
- CollectionBag<E> - Class in org.apache.commons.collections4.bag
-
Decorates another
Bag
to comply with the Collection contract.
- CollectionBag(Bag<E>) - Constructor for class org.apache.commons.collections4.bag.CollectionBag
-
Constructor that wraps (not copies).
- collectionBag(Bag<E>) - Static method in class org.apache.commons.collections4.bag.CollectionBag
-
Factory method to create a bag that complies to the Collection contract.
- collectionBag(Bag<E>) - Static method in class org.apache.commons.collections4.BagUtils
-
Returns a bag that complies to the Collection contract, backed by the given bag.
- CollectionSortedBag<E> - Class in org.apache.commons.collections4.bag
-
Decorates another
SortedBag
to comply with the Collection contract.
- CollectionSortedBag(SortedBag<E>) - Constructor for class org.apache.commons.collections4.bag.CollectionSortedBag
-
Constructor that wraps (not copies).
- collectionSortedBag(SortedBag<E>) - Static method in class org.apache.commons.collections4.bag.CollectionSortedBag
-
Factory method to create a sorted bag that complies to the Collection contract.
- CollectionUtils - Class in org.apache.commons.collections4
-
Provides utility methods and decorators for
Collection
instances.
- CommandVisitor<T> - Interface in org.apache.commons.collections4.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.collections4.comparators
-
- ComparableComparator() - Constructor for class org.apache.commons.collections4.comparators.ComparableComparator
-
Constructor whose use should be avoided.
- comparableComparator() - Static method in class org.apache.commons.collections4.comparators.ComparableComparator
-
Gets the singleton instance of a ComparableComparator.
- comparator() - Method in class org.apache.commons.collections4.bag.AbstractSortedBagDecorator
-
- comparator() - Method in class org.apache.commons.collections4.bag.PredicatedSortedBag
-
- comparator() - Method in class org.apache.commons.collections4.bag.SynchronizedSortedBag
-
- comparator() - Method in class org.apache.commons.collections4.bag.TransformedSortedBag
-
- comparator() - Method in class org.apache.commons.collections4.bag.TreeBag
-
- comparator() - Method in class org.apache.commons.collections4.bidimap.AbstractSortedBidiMapDecorator
-
- comparator() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
- comparator() - Method in class org.apache.commons.collections4.map.AbstractSortedMapDecorator
-
- comparator() - Method in class org.apache.commons.collections4.map.LazySortedMap
-
- comparator() - Method in class org.apache.commons.collections4.map.PredicatedSortedMap
-
- comparator() - Method in class org.apache.commons.collections4.map.TransformedSortedMap
-
- comparator() - Method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
-
- comparator() - Method in class org.apache.commons.collections4.set.AbstractSortedSetDecorator
-
- comparator() - Method in class org.apache.commons.collections4.set.PredicatedSortedSet
-
- comparator() - Method in class org.apache.commons.collections4.set.TransformedSortedSet
-
- comparator() - Method in interface org.apache.commons.collections4.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.collections4.trie.UnmodifiableTrie
-
- ComparatorChain<E> - Class in org.apache.commons.collections4.comparators
-
A ComparatorChain is a Comparator that wraps one or more Comparators in
sequence.
- ComparatorChain() - Constructor for class org.apache.commons.collections4.comparators.ComparatorChain
-
Construct a ComparatorChain with no Comparators.
- ComparatorChain(Comparator<E>) - Constructor for class org.apache.commons.collections4.comparators.ComparatorChain
-
Construct a ComparatorChain with a single Comparator,
sorting in the forward order
- ComparatorChain(Comparator<E>, boolean) - Constructor for class org.apache.commons.collections4.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.collections4.comparators.ComparatorChain
-
Construct a ComparatorChain from the Comparators in the
List.
- ComparatorChain(List<Comparator<E>>, BitSet) - Constructor for class org.apache.commons.collections4.comparators.ComparatorChain
-
Construct a ComparatorChain from the Comparators in the
given List.
- ComparatorPredicate<T> - Class in org.apache.commons.collections4.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.collections4.functors.ComparatorPredicate
-
Constructor that performs no validation.
- comparatorPredicate(T, Comparator<T>) - Static method in class org.apache.commons.collections4.functors.ComparatorPredicate
-
Factory to create the comparator predicate
- comparatorPredicate(T, Comparator<T>, ComparatorPredicate.Criterion) - Static method in class org.apache.commons.collections4.functors.ComparatorPredicate
-
Factory to create the comparator predicate
- ComparatorPredicate.Criterion - Enum in org.apache.commons.collections4.functors
-
- ComparatorUtils - Class in org.apache.commons.collections4
-
Provides convenient static utility methods for Comparator
objects.
- compare(Boolean, Boolean) - Method in class org.apache.commons.collections4.comparators.BooleanComparator
-
- compare(E, E) - Method in class org.apache.commons.collections4.comparators.ComparableComparator
-
- compare(E, E) - Method in class org.apache.commons.collections4.comparators.ComparatorChain
-
Perform comparisons on the Objects as per
Comparator.compare(o1,o2).
- compare(T, T) - Method in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Compares two objects according to the order of this Comparator.
- compare(E, E) - Method in class org.apache.commons.collections4.comparators.NullComparator
-
Perform a comparison between two objects.
- compare(E, E) - Method in class org.apache.commons.collections4.comparators.ReverseComparator
-
Compares two objects in reverse order.
- compare(I, I) - Method in class org.apache.commons.collections4.comparators.TransformingComparator
-
Returns the result of comparing the values from the transform operation.
- compare(K, K) - Method in class org.apache.commons.collections4.trie.KeyAnalyzer
-
- CompositeCollection<E> - Class in org.apache.commons.collections4.collection
-
Decorates a collection of other collections to provide a single unified view.
- CompositeCollection() - Constructor for class org.apache.commons.collections4.collection.CompositeCollection
-
Create an empty CompositeCollection.
- CompositeCollection(Collection<E>) - Constructor for class org.apache.commons.collections4.collection.CompositeCollection
-
Create a Composite Collection with one collection.
- CompositeCollection(Collection<E>, Collection<E>) - Constructor for class org.apache.commons.collections4.collection.CompositeCollection
-
Create a Composite Collection with two collections.
- CompositeCollection(Collection<E>...) - Constructor for class org.apache.commons.collections4.collection.CompositeCollection
-
Create a Composite Collection with an array of collections.
- CompositeCollection.CollectionMutator<E> - Interface in org.apache.commons.collections4.collection
-
Pluggable strategy to handle changes to the composite.
- CompositeMap<K,V> - Class in org.apache.commons.collections4.map
-
Decorates a map of other maps to provide a single unified view.
- CompositeMap() - Constructor for class org.apache.commons.collections4.map.CompositeMap
-
Create a new, empty, CompositeMap.
- CompositeMap(Map<K, V>, Map<K, V>) - Constructor for class org.apache.commons.collections4.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.collections4.map.CompositeMap
-
Create a new CompositeMap with two composited Map instances.
- CompositeMap(Map<K, V>...) - Constructor for class org.apache.commons.collections4.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.collections4.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.collections4.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.collections4.set
-
Decorates a set of other sets to provide a single unified view.
- CompositeSet() - Constructor for class org.apache.commons.collections4.set.CompositeSet
-
Create an empty CompositeSet.
- CompositeSet(Set<E>) - Constructor for class org.apache.commons.collections4.set.CompositeSet
-
Create a CompositeSet with just set
composited.
- CompositeSet(Set<E>...) - Constructor for class org.apache.commons.collections4.set.CompositeSet
-
Create a composite set with sets as the initial set of composited Sets.
- CompositeSet.SetMutator<E> - Interface in org.apache.commons.collections4.set
-
Define callbacks for mutation operations.
- constantFactory(T) - Static method in class org.apache.commons.collections4.FactoryUtils
-
Creates a Factory that will return the same object each time the factory
is used.
- ConstantFactory<T> - Class in org.apache.commons.collections4.functors
-
Factory implementation that returns the same constant each time.
- ConstantFactory(T) - Constructor for class org.apache.commons.collections4.functors.ConstantFactory
-
Constructor that performs no validation.
- constantFactory(T) - Static method in class org.apache.commons.collections4.functors.ConstantFactory
-
Factory method that performs validation.
- ConstantTimeToLiveExpirationPolicy() - Constructor for class org.apache.commons.collections4.map.PassiveExpiringMap.ConstantTimeToLiveExpirationPolicy
-
Default constructor.
- ConstantTimeToLiveExpirationPolicy(long) - Constructor for class org.apache.commons.collections4.map.PassiveExpiringMap.ConstantTimeToLiveExpirationPolicy
-
Construct a policy with the given time-to-live constant measured in
milliseconds.
- ConstantTimeToLiveExpirationPolicy(long, TimeUnit) - Constructor for class org.apache.commons.collections4.map.PassiveExpiringMap.ConstantTimeToLiveExpirationPolicy
-
Construct a policy with the given time-to-live constant measured in
the given time unit of measure.
- ConstantTransformer<I,O> - Class in org.apache.commons.collections4.functors
-
Transformer implementation that returns the same constant each time.
- ConstantTransformer(O) - Constructor for class org.apache.commons.collections4.functors.ConstantTransformer
-
Constructor that performs no validation.
- constantTransformer(O) - Static method in class org.apache.commons.collections4.functors.ConstantTransformer
-
Transformer method that performs validation.
- constantTransformer(O) - Static method in class org.apache.commons.collections4.TransformerUtils
-
Creates a Transformer that will return the same object each time the
transformer is used.
- contains(Object) - Method in class org.apache.commons.collections4.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.collections4.bidimap.AbstractDualBidiMap.KeySet
-
- contains(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Values
-
- contains(Object) - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
-
- contains(Object) - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Checks whether this composite collection contains the object.
- contains(Object) - Method in class org.apache.commons.collections4.collection.IndexedCollection
- contains(Object) - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
-
- contains(Object) - Method in class org.apache.commons.collections4.FluentIterable
-
Checks if the object is contained in this iterable.
- contains(Iterable<E>, Object) - Static method in class org.apache.commons.collections4.IterableUtils
-
Checks if the object is contained in the given iterable.
- contains(Iterable<? extends E>, E, Equator<? super E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Checks if the object is contained in the given iterable.
- contains(Iterator<E>, Object) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Checks if the object is contained in the given iterator.
- contains(Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- contains(Object) - Method in class org.apache.commons.collections4.list.SetUniqueList
-
- contains(Object) - Method in class org.apache.commons.collections4.list.TreeList
-
Searches for the presence of an object in the list.
- contains(Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap.EntrySet
-
- contains(Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap.KeySet
-
- contains(Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap.Values
-
- contains(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Determines if the multiset contains the given element by checking if the
underlying map contains the element as a key.
- contains(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Determines if the multiset contains the given element.
- contains(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.EntrySet
-
- contains(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.UniqueSet
-
- contains(Object) - Method in class org.apache.commons.collections4.set.CompositeSet
-
Checks whether this composite set contains the object.
- contains(Object) - Method in class org.apache.commons.collections4.set.MapBackedSet
-
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Determines if the bag contains the given elements.
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.bag.CollectionBag
-
(Change)
Returns true
if the bag contains all elements in
the given collection, not respecting cardinality.
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.bag.CollectionSortedBag
-
- containsAll(Collection<?>) - Method in interface org.apache.commons.collections4.Bag
-
(Violation)
Returns true
if the bag contains all elements in
the given collection, respecting cardinality.
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
-
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Checks whether this composite contains all the elements in the specified collection.
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.IndexedCollection
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
-
- containsAll(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns true
iff all elements of coll2
are also contained
in coll1
.
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.list.SetUniqueList
-
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.UniqueSet
-
- containsAll(Collection<?>) - Method in interface org.apache.commons.collections4.MultiSet
-
Returns true
if the MultiSet contains at least one
occurrence for each element contained in the given collection.
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.set.CompositeSet
-
Checks whether this composite contains all the elements in the specified collection.
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.set.MapBackedSet
-
- containsAny(Collection<?>, T...) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns true
iff at least one element is in both collections.
- containsAny(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns true
iff at least one element is in both collections.
- containsKey(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
- containsKey(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Checks whether this map contains the a mapping for the specified key.
- containsKey(Object) - Method in interface org.apache.commons.collections4.Get
-
- containsKey(Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Checks whether the map contains the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections4.map.AbstractMapDecorator
-
- containsKey(Object) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Checks whether the map contains the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections4.map.CompositeMap
-
Returns true
if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class org.apache.commons.collections4.map.Flat3Map
-
Checks whether the map contains the specified key.
- containsKey(Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsKey(Object, Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsKey(Object, Object, Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsKey(Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsKey(Object) - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
All expired entries are removed from the map prior to determining the
contains result.
- containsKey(Object) - Method in class org.apache.commons.collections4.map.SingletonMap
-
Checks whether the map contains the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Checks if the map contains the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
- containsKey(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
-
- containsKey(Object) - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Returns true
if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
-
- containsKey(Object) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
-
- containsMapping(Object, Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
- containsMapping(Object, Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
-
- containsMapping(Object, Object) - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Checks whether the map contains a mapping for the specified key and value.
- containsValue(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
- containsValue(Object) - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.ViewMap
-
- containsValue(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Checks whether this map contains the a mapping for the specified value.
- containsValue(Object) - Method in interface org.apache.commons.collections4.Get
-
- containsValue(Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections4.map.AbstractMapDecorator
-
- containsValue(Object) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections4.map.CompositeMap
-
Returns true
if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class org.apache.commons.collections4.map.Flat3Map
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.
Checks whether the map contains the value specified.
- containsValue(Object, Object) - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.
Checks whether the collection at the specified key contains the value.
- containsValue(Object) - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
All expired entries are removed from the map prior to determining the
contains result.
- containsValue(Object) - Method in class org.apache.commons.collections4.map.SingletonMap
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Checks if the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
- containsValue(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
-
- containsValue(Object) - Method in interface org.apache.commons.collections4.MultiMap
-
Deprecated.
Checks whether the map contains the value specified.
- containsValue(Object) - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Checks whether the map contains at least one mapping for the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
-
- containsValue(Object) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
-
- convertKey(Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Converts input keys to another object for storage in the map.
- convertKey(Object) - Method in class org.apache.commons.collections4.map.CaseInsensitiveMap
-
- copyInto(Collection<? super E>) - Method in class org.apache.commons.collections4.FluentIterable
-
Traverses an iterator of this iterable and adds all elements
to the provided collection.
- copyInto(S) - Method in class org.apache.commons.collections4.SetUtils.SetView
-
Copies the contents of this view into the provided set.
- countMatches(Iterable<C>, Predicate<? super C>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
- countMatches(Iterable<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Counts the number of elements in the input iterable that match the predicate.
- create() - Method in interface org.apache.commons.collections4.Factory
-
Create a new object.
- create() - Method in class org.apache.commons.collections4.functors.ConstantFactory
-
Always return constant.
- create() - Method in class org.apache.commons.collections4.functors.ExceptionFactory
-
Always throws an exception.
- create() - Method in class org.apache.commons.collections4.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.collections4.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.collections4.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.collections4.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.collections4.bidimap.DualTreeBidiMap
-
Creates a new instance of this object.
- createCollection(int) - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.
Creates a new instance of the map value Collection container
using the factory.
- createCollection() - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap
-
Creates a new value collection using the provided factory.
- createCollection() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
- createCollection() - Method in class org.apache.commons.collections4.multimap.AbstractSetValuedMap
-
Creates a new value collection using the provided factory.
- createCollection() - Method in class org.apache.commons.collections4.multimap.ArrayListValuedHashMap
-
- createCollection() - Method in class org.apache.commons.collections4.multimap.HashSetValuedHashMap
-
- createDelegateMap() - Method in class org.apache.commons.collections4.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.collections4.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.collections4.map.AbstractLinkedMap
-
Creates an entry to store the data.
- createEntry(AbstractHashedMap.HashEntry<K, V>, int, K, V) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Creates a ReferenceEntry instead of a HashEntry.
- createEntrySet() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Create a new view for the set of entries in this multiset.
- createEntrySetIterator(Iterator<Map.Entry<K, V>>) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Creates an entry set iterator.
- createEntrySetIterator() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Creates an entry set iterator.
- createEntrySetIterator() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Creates an entry set iterator.
- createEntrySetIterator() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Creates an entry set iterator.
- createEntrySetIterator() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
- createEntrySetIterator() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Creates an entry set iterator.
- createHeaderNode() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Creates a new node with previous, next and element all set to null.
- createIterator() - Method in class org.apache.commons.collections4.SetUtils.SetView
-
Return an iterator for this view; the returned iterator is
not required to be unmodifiable.
- createKeySetIterator(Iterator<K>) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Creates a key set iterator.
- createKeySetIterator() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Creates a key set iterator.
- createKeySetIterator() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Creates a key set iterator.
- createKeySetIterator() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Creates an key set iterator.
- createNode(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Creates a new node with the specified properties.
- createNode(E) - Method in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Creates a new node, either by reusing one from the cache or creating
a new one.
- createPredicatedBag() - Method in class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
Create a new predicated bag filled with the accepted elements.
- createPredicatedBag(Bag<E>) - Method in class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
Decorates the given bag with validating behavior using the predicate.
- createPredicatedList() - Method in class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
Create a new predicated list filled with the accepted elements.
- createPredicatedList(List<E>) - Method in class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
Decorates the given list with validating behavior using the predicate.
- createPredicatedMultiSet() - Method in class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
Create a new predicated multiset filled with the accepted elements.
- createPredicatedMultiSet(MultiSet<E>) - Method in class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
Decorates the given multiset with validating behavior using the predicate.
- createPredicatedQueue() - Method in class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
Create a new predicated queue filled with the accepted elements.
- createPredicatedQueue(Queue<E>) - Method in class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
Decorates the given queue with validating behavior using the predicate.
- createPredicatedSet() - Method in class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
Create a new predicated set filled with the accepted elements.
- createPredicatedSet(Set<E>) - Method in class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
Decorates the given list with validating behavior using the predicate.
- createSetBasedOnList(Set<E>, List<E>) - Method in class org.apache.commons.collections4.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.collections4.list.AbstractLinkedList
-
Creates an iterator for the sublist.
- createSubListListIterator(AbstractLinkedList.LinkedSubList<E>, int) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Creates a list iterator for the sublist.
- createSubListListIterator(AbstractLinkedList.LinkedSubList<E>, int) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Creates a list iterator for the sublist.
- createUniqueSet() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Create a new view for the set of unique elements in this multiset.
- createUniqueSetIterator() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
- createUniqueSetIterator() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Creates a unique set iterator.
- createValuesIterator(Iterator<V>) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Creates a values iterator.
- createValuesIterator() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Creates a values iterator.
- createValuesIterator() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Creates a values iterator.
- createValuesIterator() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Creates an values iterator.
- current - Variable in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
- current() - Method in class org.apache.commons.collections4.map.EntrySetToMapIteratorAdapter
-
Get the currently active entry.
- currentEntry() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashIterator
-
- currentEntry() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
- cursor() - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
- cursor(int) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
- Cursor(CursorableLinkedList<E>, int) - Constructor for class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Constructs a new cursor.
- CursorableLinkedList<E> - Class in org.apache.commons.collections4.list
-
A List
implementation with a ListIterator
that
allows concurrent modifications to the underlying list.
- CursorableLinkedList() - Constructor for class org.apache.commons.collections4.list.CursorableLinkedList
-
Constructor that creates.
- CursorableLinkedList(Collection<? extends E>) - Constructor for class org.apache.commons.collections4.list.CursorableLinkedList
-
Constructor that copies the specified collection
- CursorableLinkedList.Cursor<E> - Class in org.apache.commons.collections4.list
-
An extended ListIterator
that allows concurrent changes to
the underlying list.
- CursorableLinkedList.SubCursor<E> - Class in org.apache.commons.collections4.list
-
A cursor for the sublist based on LinkedSubListIterator.
- debugPrint(PrintStream, Object, Map<?, ?>) - Static method in class org.apache.commons.collections4.MapUtils
-
Prints the given map with nice line breaks.
- decorated() - Method in class org.apache.commons.collections4.bag.AbstractBagDecorator
-
Gets the bag being decorated.
- decorated() - Method in class org.apache.commons.collections4.bag.AbstractSortedBagDecorator
-
Gets the bag being decorated.
- decorated() - Method in class org.apache.commons.collections4.bag.PredicatedBag
-
Gets the decorated bag.
- decorated() - Method in class org.apache.commons.collections4.bag.PredicatedSortedBag
-
Gets the decorated sorted bag.
- decorated() - Method in class org.apache.commons.collections4.bidimap.AbstractBidiMapDecorator
-
Gets the map being decorated.
- decorated() - Method in class org.apache.commons.collections4.bidimap.AbstractOrderedBidiMapDecorator
-
Gets the map being decorated.
- decorated() - Method in class org.apache.commons.collections4.bidimap.AbstractSortedBidiMapDecorator
-
Gets the map being decorated.
- decorated() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.ViewMap
-
- decorated() - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
-
Gets the collection being decorated.
- decorated() - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
-
Gets the collection being decorated.
- decorated() - Method in class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
-
- decorated() - Method in class org.apache.commons.collections4.list.AbstractListDecorator
-
Gets the list being decorated.
- decorated() - Method in class org.apache.commons.collections4.list.PredicatedList
-
Gets the list being decorated.
- decorated() - Method in class org.apache.commons.collections4.map.AbstractMapDecorator
-
Gets the map being decorated.
- decorated() - Method in class org.apache.commons.collections4.map.AbstractOrderedMapDecorator
-
Gets the map being decorated.
- decorated() - Method in class org.apache.commons.collections4.map.AbstractSortedMapDecorator
-
Gets the map being decorated.
- decorated() - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Gets the map being decorated.
- decorated() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
-
The decorated multi-valued map.
- decorated - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.EntrySetIterator
-
- decorated() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator
-
Gets the multiset being decorated.
- decorated() - Method in class org.apache.commons.collections4.multiset.PredicatedMultiSet
-
Gets the decorated multiset.
- decorated() - Method in class org.apache.commons.collections4.multiset.SynchronizedMultiSet
-
Gets the multiset being decorated.
- decorated() - Method in class org.apache.commons.collections4.queue.AbstractQueueDecorator
-
Gets the queue being decorated.
- decorated() - Method in class org.apache.commons.collections4.queue.PredicatedQueue
-
Gets the queue being decorated.
- decorated() - Method in class org.apache.commons.collections4.queue.SynchronizedQueue
-
Gets the queue being decorated.
- decorated() - Method in class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
-
Gets the set being decorated.
- decorated() - Method in class org.apache.commons.collections4.set.AbstractSetDecorator
-
Gets the set being decorated.
- decorated() - Method in class org.apache.commons.collections4.set.AbstractSortedSetDecorator
-
Gets the set being decorated.
- decorated() - Method in class org.apache.commons.collections4.set.PredicatedNavigableSet
-
Gets the navigable set being decorated.
- decorated() - Method in class org.apache.commons.collections4.set.PredicatedSet
-
Gets the set being decorated.
- decorated() - Method in class org.apache.commons.collections4.set.PredicatedSortedSet
-
Gets the sorted set being decorated.
- decorated() - Method in class org.apache.commons.collections4.set.TransformedNavigableSet
-
Gets the decorated navigable set.
- decorated() - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
-
Gets the map being decorated.
- DEFAULT_CAPACITY - Static variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
The default capacity to use
- DEFAULT_LOAD_FACTOR - Static variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
The default load factor to use
- DEFAULT_MAX_SIZE - Static variable in class org.apache.commons.collections4.map.LRUMap
-
Default maximum size
- DEFAULT_THRESHOLD - Static variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
The default threshold to use
- DefaultedMap<K,V> - Class in org.apache.commons.collections4.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.collections4.map.DefaultedMap
-
Constructs a new empty DefaultedMap
that decorates
a HashMap
.
- DefaultedMap(Transformer<? super K, ? extends V>) - Constructor for class org.apache.commons.collections4.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.collections4.map.DefaultedMap
-
Constructor that wraps (not copies).
- defaultedMap(Map<K, V>, V) - Static method in class org.apache.commons.collections4.map.DefaultedMap
-
Factory method to create a defaulting map.
- defaultedMap(Map<K, V>, Factory<? extends V>) - Static method in class org.apache.commons.collections4.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.collections4.map.DefaultedMap
-
Factory method to create a defaulting map.
- DefaultEquator<T> - Class in org.apache.commons.collections4.functors
-
- defaultEquator() - Static method in class org.apache.commons.collections4.functors.DefaultEquator
-
Factory returning the typed singleton instance.
- defaultIfNull(List<T>, List<T>) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns either the passed in list, or if the list is null
,
the value of defaultList
.
- DefaultKeyValue<K,V> - Class in org.apache.commons.collections4.keyvalue
-
A mutable
KeyValue
pair that does not implement
Map.Entry
.
- DefaultKeyValue() - Constructor for class org.apache.commons.collections4.keyvalue.DefaultKeyValue
-
Constructs a new pair with a null key and null value.
- DefaultKeyValue(K, V) - Constructor for class org.apache.commons.collections4.keyvalue.DefaultKeyValue
-
Constructs a new pair with the specified key and given value.
- DefaultKeyValue(KeyValue<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.keyvalue.DefaultKeyValue
-
Constructs a new pair from the specified KeyValue
.
- DefaultKeyValue(Map.Entry<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.keyvalue.DefaultKeyValue
-
Constructs a new pair from the specified Map.Entry
.
- DefaultMapEntry<K,V> - Class in org.apache.commons.collections4.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.collections4.keyvalue.DefaultMapEntry
-
Constructs a new entry with the specified key and given value.
- DefaultMapEntry(KeyValue<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.keyvalue.DefaultMapEntry
-
Constructs a new entry from the specified KeyValue
.
- DefaultMapEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.keyvalue.DefaultMapEntry
-
Constructs a new entry from the specified Map.Entry
.
- DeleteCommand<T> - Class in org.apache.commons.collections4.sequence
-
Command representing the deletion of one object of the first sequence.
- DeleteCommand(T) - Constructor for class org.apache.commons.collections4.sequence.DeleteCommand
-
Simple constructor.
- descendingIterator() - Method in class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
-
- descendingIterator() - Method in class org.apache.commons.collections4.set.PredicatedNavigableSet
-
- descendingIterator() - Method in class org.apache.commons.collections4.set.TransformedNavigableSet
-
- descendingIterator() - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
-
- descendingSet() - Method in class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
-
- descendingSet() - Method in class org.apache.commons.collections4.set.PredicatedNavigableSet
-
- descendingSet() - Method in class org.apache.commons.collections4.set.TransformedNavigableSet
-
- descendingSet() - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
-
- destroyEntry(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Kills an entry ready for the garbage collector.
- difference(Set<? extends E>, Set<? extends E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns a unmodifiable
view containing the difference of the given
Set
s, denoted by
a \ b
(or
a - b
).
- disjunction(Iterable<? extends O>, Iterable<? extends O>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns a
Collection
containing the exclusive disjunction
(symmetric difference) of the given
Iterable
s.
- disjunction(Set<? extends E>, Set<? extends E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns a unmodifiable
view of the symmetric difference of the given
Set
s.
- doReadObject(Map<E, AbstractMapBag.MutableInteger>, ObjectInputStream) - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Read the map in using a custom routine.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deserializes the data held in this object to the stream specified.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Reads the map data from the stream.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Replaces the superclass method to read the state of this class.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.LRUMap
-
Reads the data necessary for put()
to work in the superclass.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Read the map in using a custom routine.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Read the multiset in using a custom routine.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Read the multiset in using a custom routine.
- doWhileClosure(Closure<? super E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.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.collections4.bag.AbstractMapBag
-
Write the map out using a custom routine.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Serializes the data held in this object to the stream specified.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Writes the map data to the stream.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Replaces the superclass method to store the state of this class.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.LRUMap
-
Writes the data necessary for put()
to work in deserialization.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Write the map out using a custom routine.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Write the multiset out using a custom routine.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Write the multiset out using a custom routine.
- DualHashBidiMap<K,V> - Class in org.apache.commons.collections4.bidimap
-
- DualHashBidiMap() - Constructor for class org.apache.commons.collections4.bidimap.DualHashBidiMap
-
Creates an empty HashBidiMap
.
- DualHashBidiMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.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.collections4.bidimap.DualHashBidiMap
-
Constructs a HashBidiMap
that decorates the specified maps.
- DualLinkedHashBidiMap<K,V> - Class in org.apache.commons.collections4.bidimap
-
Implementation of BidiMap
that uses two LinkedHashMap
instances.
- DualLinkedHashBidiMap() - Constructor for class org.apache.commons.collections4.bidimap.DualLinkedHashBidiMap
-
Creates an empty HashBidiMap
.
- DualLinkedHashBidiMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.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.collections4.bidimap.DualLinkedHashBidiMap
-
Constructs a LinkedHashBidiMap
that decorates the specified maps.
- DualTreeBidiMap<K,V> - Class in org.apache.commons.collections4.bidimap
-
- DualTreeBidiMap() - Constructor for class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
Creates an empty DualTreeBidiMap
- DualTreeBidiMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.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.collections4.bidimap.DualTreeBidiMap
-
- DualTreeBidiMap(Map<K, V>, Map<V, K>, BidiMap<V, K>) - Constructor for class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
- DualTreeBidiMap.BidiOrderedMapIterator<K,V> - Class in org.apache.commons.collections4.bidimap
-
Inner class MapIterator.
- DualTreeBidiMap.ViewMap<K,V> - Class in org.apache.commons.collections4.bidimap
-
Internal sorted map view.
- EditCommand<T> - Class in org.apache.commons.collections4.sequence
-
Abstract base class for all commands used to transform an objects sequence
into another one.
- EditCommand(T) - Constructor for class org.apache.commons.collections4.sequence.EditCommand
-
Simple constructor.
- EditScript<T> - Class in org.apache.commons.collections4.sequence
-
This class gathers all the
commands
needed to transform
one objects sequence into another objects sequence.
- EditScript() - Constructor for class org.apache.commons.collections4.sequence.EditScript
-
Simple constructor.
- eitherPredicate(Predicate<? super T>, Predicate<? super T>) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Create a new Predicate that returns true if one, but not both, of the
specified predicates are true.
- element() - Method in class org.apache.commons.collections4.iterators.PeekingIterator
-
Returns the next element in iteration without advancing the underlying iterator.
- element() - Method in class org.apache.commons.collections4.queue.AbstractQueueDecorator
-
- element() - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
- element() - Method in class org.apache.commons.collections4.queue.PredicatedQueue
-
- element() - Method in class org.apache.commons.collections4.queue.SynchronizedQueue
-
- element() - Method in class org.apache.commons.collections4.queue.TransformedQueue
-
- empty() - Method in class org.apache.commons.collections4.ArrayStack
-
Deprecated.
Return true
if this stack is currently empty.
- empty() - Static method in class org.apache.commons.collections4.FluentIterable
-
Creates a new empty FluentIterable.
- EMPTY_BAG - Static variable in class org.apache.commons.collections4.BagUtils
-
An empty unmodifiable bag.
- EMPTY_COLLECTION - Static variable in class org.apache.commons.collections4.CollectionUtils
-
An empty unmodifiable collection.
- EMPTY_ITERATOR - Static variable in class org.apache.commons.collections4.IteratorUtils
-
An iterator over no elements.
- EMPTY_LIST_ITERATOR - Static variable in class org.apache.commons.collections4.IteratorUtils
-
A list iterator over no elements.
- EMPTY_MAP_ITERATOR - Static variable in class org.apache.commons.collections4.IteratorUtils
-
A map iterator over no elements.
- EMPTY_MULTI_VALUED_MAP - Static variable in class org.apache.commons.collections4.MultiMapUtils
-
- EMPTY_MULTISET - Static variable in class org.apache.commons.collections4.MultiSetUtils
-
An empty unmodifiable multiset.
- EMPTY_ORDERED_ITERATOR - Static variable in class org.apache.commons.collections4.IteratorUtils
-
An ordered iterator over no elements.
- EMPTY_ORDERED_MAP_ITERATOR - Static variable in class org.apache.commons.collections4.IteratorUtils
-
An ordered map iterator over no elements.
- EMPTY_QUEUE - Static variable in class org.apache.commons.collections4.QueueUtils
-
An empty unmodifiable queue.
- EMPTY_SORTED_BAG - Static variable in class org.apache.commons.collections4.BagUtils
-
An empty unmodifiable sorted bag.
- EMPTY_SORTED_MAP - Static variable in class org.apache.commons.collections4.MapUtils
-
An empty unmodifiable sorted map.
- EMPTY_SORTED_SET - Static variable in class org.apache.commons.collections4.SetUtils
-
An empty unmodifiable sorted set.
- emptyBag() - Static method in class org.apache.commons.collections4.BagUtils
-
Get an empty Bag
.
- emptyCollection() - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns the immutable EMPTY_COLLECTION with generic type safety.
- emptyIfNull(Collection<T>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns an immutable empty collection if the argument is null
,
or the argument itself otherwise.
- emptyIfNull(Iterable<E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns an immutable empty iterable if the argument is null,
or the argument itself otherwise.
- emptyIfNull(List<T>) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Returns an immutable empty map if the argument is null
,
or the argument itself otherwise.
- emptyIfNull(MultiValuedMap<K, V>) - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Returns an immutable empty MultiValuedMap
if the argument is
null
, or the argument itself otherwise.
- emptyIfNull(Set<T>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns an immutable empty set if the argument is null
,
or the argument itself otherwise.
- emptyIterable() - Static method in class org.apache.commons.collections4.IterableUtils
-
Gets an empty iterable.
- EmptyIterator<E> - Class in org.apache.commons.collections4.iterators
-
Provides an implementation of an empty iterator.
- EmptyIterator() - Constructor for class org.apache.commons.collections4.iterators.EmptyIterator
-
Constructor.
- emptyIterator() - Static method in class org.apache.commons.collections4.iterators.EmptyIterator
-
Get a typed empty iterator instance.
- emptyIterator() - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an empty iterator.
- EmptyListIterator<E> - Class in org.apache.commons.collections4.iterators
-
Provides an implementation of an empty list iterator.
- EmptyListIterator() - Constructor for class org.apache.commons.collections4.iterators.EmptyListIterator
-
Constructor.
- emptyListIterator() - Static method in class org.apache.commons.collections4.iterators.EmptyListIterator
-
Get a typed instance of the iterator.
- emptyListIterator() - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an empty list iterator.
- EmptyMapIterator<K,V> - Class in org.apache.commons.collections4.iterators
-
Provides an implementation of an empty map iterator.
- EmptyMapIterator() - Constructor for class org.apache.commons.collections4.iterators.EmptyMapIterator
-
Constructor.
- emptyMapIterator() - Static method in class org.apache.commons.collections4.iterators.EmptyMapIterator
-
Get a typed instance of the iterator.
- emptyMapIterator() - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an empty map iterator.
- emptyMultiSet() - Static method in class org.apache.commons.collections4.MultiSetUtils
-
Get an empty MultiSet
.
- emptyMultiValuedMap() - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Returns immutable EMPTY_MULTI_VALUED_MAP with generic type safety.
- EmptyOrderedIterator<E> - Class in org.apache.commons.collections4.iterators
-
Provides an implementation of an empty ordered iterator.
- EmptyOrderedIterator() - Constructor for class org.apache.commons.collections4.iterators.EmptyOrderedIterator
-
Constructor.
- emptyOrderedIterator() - Static method in class org.apache.commons.collections4.iterators.EmptyOrderedIterator
-
Typed instance of the iterator.
- emptyOrderedIterator() - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an empty ordered iterator.
- EmptyOrderedMapIterator<K,V> - Class in org.apache.commons.collections4.iterators
-
Provides an implementation of an empty ordered map iterator.
- EmptyOrderedMapIterator() - Constructor for class org.apache.commons.collections4.iterators.EmptyOrderedMapIterator
-
Constructor.
- emptyOrderedMapIterator() - Static method in class org.apache.commons.collections4.iterators.EmptyOrderedMapIterator
-
Get a typed instance of the iterator.
- emptyOrderedMapIterator() - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an empty ordered map iterator.
- emptyQueue() - Static method in class org.apache.commons.collections4.QueueUtils
-
Get an empty Queue
.
- emptySet() - Static method in class org.apache.commons.collections4.SetUtils
-
Get a typed empty unmodifiable Set.
- emptySortedBag() - Static method in class org.apache.commons.collections4.BagUtils
-
Get an empty SortedBag
.
- emptySortedSet() - Static method in class org.apache.commons.collections4.SetUtils
-
Get a typed empty unmodifiable sorted set.
- ensureCapacity(int) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Changes the size of the data structure to the capacity proposed.
- entries() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
- entries() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
-
- entries() - Method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
-
- entries() - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Returns a
Collection
view of the mappings contained in this multi-valued map.
- entryAfter(AbstractLinkedMap.LinkEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Gets the after
field from a LinkEntry
.
- entryBefore(AbstractLinkedMap.LinkEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Gets the before
field from a LinkEntry
.
- entryHashCode(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the hashCode
field from a HashEntry
.
- entryKey(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the key
field from a HashEntry
.
- entryNext(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the next
field from a HashEntry
.
- entrySet() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Gets an entrySet view of the map.
- EntrySet(AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySet
-
Constructs a new view of the BidiMap.
- entrySet() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Returns a set view of the entries contained in this map in key order.
- entrySet() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableBidiMap
-
- entrySet() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMap
-
- entrySet() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
-
- entrySet() - Method in interface org.apache.commons.collections4.Get
-
- entrySet() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the entrySet view of the map.
- EntrySet(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap.EntrySet
-
- entrySet() - Method in class org.apache.commons.collections4.map.AbstractMapDecorator
-
- entrySet() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Returns a set view of this map's entries.
- entrySet() - Method in class org.apache.commons.collections4.map.CompositeMap
-
Returns a set view of the mappings contained in this map.
- entrySet() - Method in class org.apache.commons.collections4.map.FixedSizeMap
-
- entrySet() - Method in class org.apache.commons.collections4.map.FixedSizeSortedMap
-
- entrySet() - Method in class org.apache.commons.collections4.map.Flat3Map
-
Gets the entrySet view of the map.
- entrySet() - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Gets a view over the entries in the map.
- entrySet() - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.
- entrySet() - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
All expired entries are removed from the map prior to returning the entry set.
- entrySet() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the entrySet view of the map.
- entrySet() - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Gets the entry set.
- entrySet() - Method in class org.apache.commons.collections4.map.UnmodifiableMap
-
- entrySet() - Method in class org.apache.commons.collections4.map.UnmodifiableOrderedMap
-
- entrySet() - Method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
-
- entrySet() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Returns an unmodifiable view of the entries of this multiset.
- EntrySet(AbstractMultiSet<E>) - Constructor for class org.apache.commons.collections4.multiset.AbstractMultiSet.EntrySet
-
Constructs a new view of the MultiSet.
- entrySet() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator
-
- entrySet() - Method in interface org.apache.commons.collections4.MultiSet
-
Returns a
Set
of all entries contained in the MultiSet.
- entrySet() - Method in class org.apache.commons.collections4.multiset.PredicatedMultiSet
-
- entrySet() - Method in class org.apache.commons.collections4.multiset.SynchronizedMultiSet
-
- entrySet() - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
-
- entrySet() - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
-
- entrySet() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
-
- EntrySetIterator(Iterator<Map.Entry<K, V>>, AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySetIterator
-
Constructor.
- EntrySetIterator(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap.EntrySetIterator
-
- EntrySetIterator(AbstractLinkedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractLinkedMap.EntrySetIterator
-
- EntrySetIterator(Iterator<Map.Entry<E, AbstractMapMultiSet.MutableInteger>>, AbstractMapMultiSet<E>) - Constructor for class org.apache.commons.collections4.multiset.AbstractMapMultiSet.EntrySetIterator
-
Constructor.
- EntrySetMapIterator<K,V> - Class in org.apache.commons.collections4.iterators
-
Implements a MapIterator
using a Map entrySet.
- EntrySetMapIterator(Map<K, V>) - Constructor for class org.apache.commons.collections4.iterators.EntrySetMapIterator
-
Constructor.
- EntrySetToMapIteratorAdapter<K,V> - Class in org.apache.commons.collections4.map
-
Adapts a Map entrySet to the MapIterator interface.
- EntrySetToMapIteratorAdapter(Set<Map.Entry<K, V>>) - Constructor for class org.apache.commons.collections4.map.EntrySetToMapIteratorAdapter
-
Create a new EntrySetToMapIteratorAdapter.
- entryValue(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the value
field from a HashEntry
.
- EnumerationIterator<E> - Class in org.apache.commons.collections4.iterators
-
- EnumerationIterator() - Constructor for class org.apache.commons.collections4.iterators.EnumerationIterator
-
- EnumerationIterator(Enumeration<? extends E>) - Constructor for class org.apache.commons.collections4.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.collections4.iterators.EnumerationIterator
-
Constructs a new EnumerationIterator
that will remove
elements from the specified collection.
- EnumerationUtils - Class in org.apache.commons.collections4
-
- EQUAL_BIT_KEY - Static variable in class org.apache.commons.collections4.trie.KeyAnalyzer
-
- EqualPredicate<T> - Class in org.apache.commons.collections4.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.collections4.functors.EqualPredicate
-
Constructor that performs no validation.
- EqualPredicate(T, Equator<T>) - Constructor for class org.apache.commons.collections4.functors.EqualPredicate
-
Constructor that performs no validation.
- equalPredicate(T) - Static method in class org.apache.commons.collections4.functors.EqualPredicate
-
Factory to create the predicate.
- equalPredicate(T, Equator<T>) - Static method in class org.apache.commons.collections4.functors.EqualPredicate
-
Factory to create the identity predicate.
- equalPredicate(T) - Static method in class org.apache.commons.collections4.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.collections4.bag.AbstractBagDecorator
-
- equals(Object) - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Compares this Bag to another.
- equals(Object) - Method in class org.apache.commons.collections4.bag.AbstractMapBag.MutableInteger
-
- equals(Object) - Method in class org.apache.commons.collections4.bag.PredicatedBag
-
- equals(Object) - Method in class org.apache.commons.collections4.bag.SynchronizedBag
-
- equals(Object) - Method in class org.apache.commons.collections4.bag.TransformedBag
-
- equals(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
- equals(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View
-
- equals(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Compares for equals as per the API.
- equals(Object) - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
-
- equals(Object) - Method in class org.apache.commons.collections4.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.collections4.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.collections4.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.collections4.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.collections4.comparators.NullComparator
-
Determines whether the specified object represents a comparator that is
equal to this comparator.
- equals(Object) - Method in class org.apache.commons.collections4.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.collections4.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.collections4.functors.ConstantTransformer
- equals(Object) - Method in class org.apache.commons.collections4.keyvalue.AbstractMapEntry
-
Compares this Map.Entry
with another Map.Entry
.
- equals(Object) - Method in class org.apache.commons.collections4.keyvalue.AbstractMapEntryDecorator
-
- equals(Object) - Method in class org.apache.commons.collections4.keyvalue.DefaultKeyValue
-
Compares this Map.Entry
with another Map.Entry
.
- equals(Object) - Method in class org.apache.commons.collections4.keyvalue.MultiKey
-
Compares this object to another.
- equals(Object) - Method in class org.apache.commons.collections4.keyvalue.TiedMapEntry
-
Compares this Map.Entry
with another Map.Entry
.
- equals(Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- equals(Object) - Method in class org.apache.commons.collections4.list.AbstractListDecorator
-
- equals(Object) - Method in class org.apache.commons.collections4.list.PredicatedList
-
- equals(Object) - Method in class org.apache.commons.collections4.list.TransformedList
-
- equals(Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Compares this map with another.
- equals(Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashEntry
-
- equals(Object) - Method in class org.apache.commons.collections4.map.AbstractMapDecorator
-
- equals(Object) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry
-
Compares this map entry to another.
- equals(Object) - Method in class org.apache.commons.collections4.map.CompositeMap
-
Checks if this Map equals another as per the Map specification.
- equals(Object) - Method in class org.apache.commons.collections4.map.Flat3Map
-
Compares this map with another.
- equals(Object) - Method in class org.apache.commons.collections4.map.SingletonMap
-
Compares this map with another.
- equals(Object) - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Compares this map to another, as per the Map specification.
- equals(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
- equals(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
-
- equals(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
- equals(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MutableInteger
-
- equals(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.AbstractEntry
-
- equals(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
- equals(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator
-
- equals(Object) - Method in interface org.apache.commons.collections4.MultiSet.Entry
-
Compares the specified object with this entry for equality.
- equals(Object) - Method in interface org.apache.commons.collections4.MultiSet
-
Compares this MultiSet to another object.
- equals(Object) - Method in class org.apache.commons.collections4.multiset.PredicatedMultiSet
-
- equals(Object) - Method in class org.apache.commons.collections4.multiset.SynchronizedMultiSet
-
- equals(Object) - Method in class org.apache.commons.collections4.queue.SynchronizedQueue
-
- equals(Object) - Method in class org.apache.commons.collections4.set.AbstractSetDecorator
-
- equals(Object) - Method in class org.apache.commons.collections4.set.CompositeSet
- equals(Object) - Method in class org.apache.commons.collections4.set.MapBackedSet
-
- equals(Object) - Method in class org.apache.commons.collections4.set.PredicatedSet
-
- equals(Object) - Method in class org.apache.commons.collections4.set.TransformedSet
-
- equals(Object) - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
-
- equals(Object) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
-
- equate(T, T) - Method in interface org.apache.commons.collections4.Equator
-
Evaluates the two arguments for their equality.
- equate(T, T) - Method in class org.apache.commons.collections4.functors.DefaultEquator
-
Evaluates the two arguments for their equality.
- Equator<T> - Interface in org.apache.commons.collections4
-
An equation function, which determines equality between objects of type T.
- eval() - Method in class org.apache.commons.collections4.FluentIterable
-
This method fully traverses an iterator of this iterable and returns
a new iterable with the same contents, but without any reference
to the originating iterables and/or iterators.
- evaluate(T) - Method in class org.apache.commons.collections4.functors.AllPredicate
-
Evaluates the predicate returning true if all predicates return true.
- evaluate(T) - Method in class org.apache.commons.collections4.functors.AndPredicate
-
Evaluates the predicate returning true if both predicates return true.
- evaluate(T) - Method in class org.apache.commons.collections4.functors.AnyPredicate
-
Evaluates the predicate returning true if any predicate returns true.
- evaluate(T) - Method in class org.apache.commons.collections4.functors.ComparatorPredicate
-
Evaluates the predicate.
- evaluate(T) - Method in class org.apache.commons.collections4.functors.EqualPredicate
-
Evaluates the predicate returning true if the input equals the stored value.
- evaluate(T) - Method in class org.apache.commons.collections4.functors.ExceptionPredicate
-
Evaluates the predicate always throwing an exception.
- evaluate(T) - Method in class org.apache.commons.collections4.functors.FalsePredicate
-
Evaluates the predicate returning false always.
- evaluate(T) - Method in class org.apache.commons.collections4.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.collections4.functors.InstanceofPredicate
-
Evaluates the predicate returning true if the input object is of the correct type.
- evaluate(T) - Method in class org.apache.commons.collections4.functors.NonePredicate
-
Evaluates the predicate returning false if any stored predicate returns false.
- evaluate(T) - Method in class org.apache.commons.collections4.functors.NotNullPredicate
-
Evaluates the predicate returning true if the object does not equal null.
- evaluate(T) - Method in class org.apache.commons.collections4.functors.NotPredicate
-
Evaluates the predicate returning the opposite to the stored predicate.
- evaluate(T) - Method in class org.apache.commons.collections4.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.collections4.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.collections4.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.collections4.functors.NullPredicate
-
Evaluates the predicate returning true if the input is null.
- evaluate(T) - Method in class org.apache.commons.collections4.functors.OnePredicate
-
Evaluates the predicate returning true if only one decorated predicate
returns true.
- evaluate(T) - Method in class org.apache.commons.collections4.functors.OrPredicate
-
Evaluates the predicate returning true if either predicate returns true.
- evaluate(T) - Method in class org.apache.commons.collections4.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.collections4.functors.TransformerPredicate
-
Evaluates the predicate returning the result of the decorated transformer.
- evaluate(T) - Method in class org.apache.commons.collections4.functors.TruePredicate
-
Evaluates the predicate returning true always.
- evaluate(T) - Method in class org.apache.commons.collections4.functors.UniquePredicate
-
Evaluates the predicate returning true if the input object hasn't been
received yet.
- evaluate(T) - Method in interface org.apache.commons.collections4.Predicate
-
Use the specified parameter to perform a test that returns true or false.
- exceptionClosure() - Static method in class org.apache.commons.collections4.ClosureUtils
-
Gets a Closure that always throws an exception.
- ExceptionClosure<E> - Class in org.apache.commons.collections4.functors
-
Closure implementation that always throws an exception.
- exceptionClosure() - Static method in class org.apache.commons.collections4.functors.ExceptionClosure
-
Factory returning the singleton instance.
- exceptionFactory() - Static method in class org.apache.commons.collections4.FactoryUtils
-
Gets a Factory that always throws an exception.
- ExceptionFactory<T> - Class in org.apache.commons.collections4.functors
-
Factory implementation that always throws an exception.
- exceptionFactory() - Static method in class org.apache.commons.collections4.functors.ExceptionFactory
-
Factory returning the singleton instance.
- ExceptionPredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that always throws an exception.
- exceptionPredicate() - Static method in class org.apache.commons.collections4.functors.ExceptionPredicate
-
Factory returning the singleton instance.
- exceptionPredicate() - Static method in class org.apache.commons.collections4.PredicateUtils
-
Gets a Predicate that always throws an exception.
- ExceptionTransformer<I,O> - Class in org.apache.commons.collections4.functors
-
Transformer implementation that always throws an exception.
- exceptionTransformer() - Static method in class org.apache.commons.collections4.functors.ExceptionTransformer
-
Factory returning the singleton instance.
- exceptionTransformer() - Static method in class org.apache.commons.collections4.TransformerUtils
-
Gets a transformer that always throws an exception.
- execute(T) - Method in interface org.apache.commons.collections4.Closure
-
Performs an action on the specified input object.
- execute(E) - Method in class org.apache.commons.collections4.functors.CatchAndRethrowClosure
-
Execute this closure on the specified input object.
- execute(E) - Method in class org.apache.commons.collections4.functors.ChainedClosure
-
Execute a list of closures.
- execute(E) - Method in class org.apache.commons.collections4.functors.ExceptionClosure
-
Always throw an exception.
- execute(E) - Method in class org.apache.commons.collections4.functors.ForClosure
-
Executes the closure count
times.
- execute(E) - Method in class org.apache.commons.collections4.functors.IfClosure
-
Executes the true or false closure according to the result of the predicate.
- execute(E) - Method in class org.apache.commons.collections4.functors.NOPClosure
-
Do nothing.
- execute(E) - Method in class org.apache.commons.collections4.functors.SwitchClosure
-
Executes the closure whose matching predicate returns true
- execute(E) - Method in class org.apache.commons.collections4.functors.TransformerClosure
-
Executes the closure by calling the decorated transformer.
- execute(E) - Method in class org.apache.commons.collections4.functors.WhileClosure
-
Executes the closure until the predicate is false.
- executeAndThrow(E) - Method in class org.apache.commons.collections4.functors.CatchAndRethrowClosure
-
Execute this closure on the specified input object.
- exists(Iterable<C>, Predicate<? super C>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
- expectedModCount - Variable in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
The modification count that the list is expected to have.
- expectedModCount - Variable in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
The modification count expected
- expirationTime(K, V) - Method in class org.apache.commons.collections4.map.PassiveExpiringMap.ConstantTimeToLiveExpirationPolicy
-
Determine the expiration time for the given key-value entry.
- expirationTime(K, V) - Method in interface org.apache.commons.collections4.map.PassiveExpiringMap.ExpirationPolicy
-
Determine the expiration time for the given key-value entry.
- extractSingleton(Collection<E>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Extract the lone element of the specified Collection.
- Factory<T> - Interface in org.apache.commons.collections4
-
Defines a functor interface implemented by classes that create objects.
- factory - Variable in class org.apache.commons.collections4.map.LazyMap
-
The factory to use to construct elements
- FactoryTransformer<I,O> - Class in org.apache.commons.collections4.functors
-
Transformer implementation that calls a Factory and returns the result.
- FactoryTransformer(Factory<? extends O>) - Constructor for class org.apache.commons.collections4.functors.FactoryTransformer
-
Constructor that performs no validation.
- factoryTransformer(Factory<? extends O>) - Static method in class org.apache.commons.collections4.functors.FactoryTransformer
-
Factory method that performs validation.
- FactoryUtils - Class in org.apache.commons.collections4
-
FactoryUtils
provides reference implementations and utilities
for the Factory functor interface.
- FalsePredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that always returns false.
- falsePredicate() - Static method in class org.apache.commons.collections4.functors.FalsePredicate
-
Get a typed instance.
- falsePredicate() - Static method in class org.apache.commons.collections4.PredicateUtils
-
Gets a Predicate that always returns false.
- filter(Iterable<T>, Predicate<? super T>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Filter the collection by applying a Predicate to each element.
- filter(Predicate<? super E>) - Method in class org.apache.commons.collections4.FluentIterable
-
Returns a new FluentIterable whose iterator will only return
elements from this iterable matching the provided predicate.
- filteredIterable(Iterable<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns a view of the given iterable that only contains elements matching
the provided predicate.
- filteredIterator(Iterator<? extends E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that filters another iterator.
- filteredListIterator(ListIterator<? extends E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets a list iterator that filters another list iterator.
- filterInverse(Iterable<T>, Predicate<? super T>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Filter the collection by applying a Predicate to each element.
- FilterIterator<E> - Class in org.apache.commons.collections4.iterators
-
Decorates another
Iterator
using a predicate to filter elements.
- FilterIterator() - Constructor for class org.apache.commons.collections4.iterators.FilterIterator
-
Constructs a new
FilterIterator
that will not function
until
setIterator
is invoked.
- FilterIterator(Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.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.collections4.iterators.FilterIterator
-
Constructs a new FilterIterator
that will use the
given iterator and predicate.
- FilterListIterator<E> - Class in org.apache.commons.collections4.iterators
-
Decorates another
ListIterator
using a predicate to filter elements.
- FilterListIterator() - Constructor for class org.apache.commons.collections4.iterators.FilterListIterator
-
- FilterListIterator(ListIterator<? extends E>) - Constructor for class org.apache.commons.collections4.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.collections4.iterators.FilterListIterator
-
Constructs a new FilterListIterator
.
- FilterListIterator(Predicate<? super E>) - Constructor for class org.apache.commons.collections4.iterators.FilterListIterator
-
Constructs a new
FilterListIterator
that will not function
until
setListIterator
is invoked.
- find(Iterable<T>, Predicate<? super T>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
- find(Iterable<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Finds the first element in the given iterable which matches the given predicate.
- find(Iterator<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Finds the first element in the given iterator which matches the given predicate.
- findNext(E) - Method in class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
Finds the next object in the iteration given any start object.
- findNextByIterator(Iterator<? extends E>) - Method in class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
Finds the next object in the iteration given an iterator.
- first() - Method in class org.apache.commons.collections4.bag.AbstractSortedBagDecorator
-
- first() - Method in class org.apache.commons.collections4.bag.PredicatedSortedBag
-
- first() - Method in class org.apache.commons.collections4.bag.SynchronizedSortedBag
-
- first() - Method in class org.apache.commons.collections4.bag.TransformedSortedBag
-
- first() - Method in class org.apache.commons.collections4.bag.TreeBag
-
- first(Iterable<T>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Shortcut for get(iterator, 0)
.
- first(Iterator<E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Shortcut for get(iterator, 0)
.
- first() - Method in class org.apache.commons.collections4.set.AbstractSortedSetDecorator
-
- first() - Method in class org.apache.commons.collections4.set.PredicatedSortedSet
-
- first() - Method in class org.apache.commons.collections4.set.TransformedSortedSet
-
- first() - Method in interface org.apache.commons.collections4.SortedBag
-
Returns the first (lowest) member.
- firstKey() - Method in class org.apache.commons.collections4.bidimap.AbstractOrderedBidiMapDecorator
-
- firstKey() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
- firstKey() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Gets the first (lowest) key currently in this map.
- firstKey() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Gets the first key in the map, which is the first inserted.
- firstKey() - Method in class org.apache.commons.collections4.map.AbstractOrderedMapDecorator
-
- firstKey() - Method in class org.apache.commons.collections4.map.AbstractSortedMapDecorator
-
- firstKey() - Method in class org.apache.commons.collections4.map.LazySortedMap
-
- firstKey() - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Gets the first key in this map by insert order.
- firstKey() - Method in class org.apache.commons.collections4.map.PredicatedSortedMap
-
- firstKey() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the first (and only) key in the map.
- firstKey() - Method in class org.apache.commons.collections4.map.TransformedSortedMap
-
- firstKey() - Method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
-
- firstKey() - Method in interface org.apache.commons.collections4.OrderedMap
-
Gets the first key currently in this map.
- firstKey() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
-
- FixedOrderComparator<T> - Class in org.apache.commons.collections4.comparators
-
A Comparator which imposes a specific order on a specific set of Objects.
- FixedOrderComparator() - Constructor for class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Constructs an empty FixedOrderComparator.
- FixedOrderComparator(T...) - Constructor for class org.apache.commons.collections4.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.collections4.comparators.FixedOrderComparator
-
Constructs a FixedOrderComparator which uses the order of the given list
to compare the objects.
- FixedOrderComparator.UnknownObjectBehavior - Enum in org.apache.commons.collections4.comparators
-
Unknown object behavior enum.
- FixedSizeList<E> - Class in org.apache.commons.collections4.list
-
Decorates another List
to fix the size preventing add/remove.
- FixedSizeList(List<E>) - Constructor for class org.apache.commons.collections4.list.FixedSizeList
-
Constructor that wraps (not copies).
- fixedSizeList(List<E>) - Static method in class org.apache.commons.collections4.list.FixedSizeList
-
Factory method to create a fixed size list.
- fixedSizeList(List<E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns a fixed-sized list backed by the given list.
- FixedSizeMap<K,V> - Class in org.apache.commons.collections4.map
-
Decorates another Map
to fix the size, preventing add/remove.
- FixedSizeMap(Map<K, V>) - Constructor for class org.apache.commons.collections4.map.FixedSizeMap
-
Constructor that wraps (not copies).
- fixedSizeMap(Map<K, V>) - Static method in class org.apache.commons.collections4.map.FixedSizeMap
-
Factory method to create a fixed size map.
- fixedSizeMap(Map<K, V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Returns a fixed-sized map backed by the given map.
- FixedSizeSortedMap<K,V> - Class in org.apache.commons.collections4.map
-
Decorates another SortedMap
to fix the size blocking add/remove.
- FixedSizeSortedMap(SortedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.FixedSizeSortedMap
-
Constructor that wraps (not copies).
- fixedSizeSortedMap(SortedMap<K, V>) - Static method in class org.apache.commons.collections4.map.FixedSizeSortedMap
-
Factory method to create a fixed size sorted map.
- fixedSizeSortedMap(SortedMap<K, V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Returns a fixed-sized sorted map backed by the given sorted map.
- Flat3Map<K,V> - Class in org.apache.commons.collections4.map
-
A Map
implementation that stores data in simple fields until
the size is greater than 3.
- Flat3Map() - Constructor for class org.apache.commons.collections4.map.Flat3Map
-
Constructor.
- Flat3Map(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.Flat3Map
-
Constructor copying elements from another map.
- floor(E) - Method in class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
-
- floor(E) - Method in class org.apache.commons.collections4.set.PredicatedNavigableSet
-
- floor(E) - Method in class org.apache.commons.collections4.set.TransformedNavigableSet
-
- FluentIterable<E> - Class in org.apache.commons.collections4
-
A FluentIterable provides a powerful yet simple API for manipulating
Iterable instances in a fluent manner.
- forAllButLastDo(Iterable<T>, C) - Static method in class org.apache.commons.collections4.CollectionUtils
-
- forAllButLastDo(Iterator<T>, C) - Static method in class org.apache.commons.collections4.CollectionUtils
-
- forAllDo(Iterable<T>, C) - Static method in class org.apache.commons.collections4.CollectionUtils
-
- forAllDo(Iterator<T>, C) - Static method in class org.apache.commons.collections4.CollectionUtils
-
- forClosure(int, Closure<? super E>) - Static method in class org.apache.commons.collections4.ClosureUtils
-
Creates a Closure that will call the closure count
times.
- ForClosure<E> - Class in org.apache.commons.collections4.functors
-
Closure implementation that calls another closure n times, like a for loop.
- ForClosure(int, Closure<? super E>) - Constructor for class org.apache.commons.collections4.functors.ForClosure
-
Constructor that performs no validation.
- forClosure(int, Closure<? super E>) - Static method in class org.apache.commons.collections4.functors.ForClosure
-
Factory method that performs validation.
- forEach(Closure<? super E>) - Method in class org.apache.commons.collections4.FluentIterable
-
Applies the closure to all elements contained in this iterable.
- forEach(Iterable<E>, Closure<? super E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Applies the closure to each element of the provided iterable.
- forEach(Iterator<E>, Closure<? super E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Applies the closure to each element of the provided iterator.
- forEachButLast(Iterable<E>, Closure<? super E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Executes the given closure on each but the last element in the iterable.
- forEachButLast(Iterator<E>, Closure<? super E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Executes the given closure on each but the last element in the iterator.
- frequency(Iterable<E>, T) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns the number of occurrences of the provided object in the iterable.
- FunctorException - Exception in org.apache.commons.collections4
-
Runtime exception thrown from functors.
- FunctorException() - Constructor for exception org.apache.commons.collections4.FunctorException
-
Constructs a new FunctorException
without specified
detail message.
- FunctorException(String) - Constructor for exception org.apache.commons.collections4.FunctorException
-
Constructs a new FunctorException
with specified
detail message.
- FunctorException(Throwable) - Constructor for exception org.apache.commons.collections4.FunctorException
-
Constructs a new FunctorException
with specified
nested Throwable
root cause.
- FunctorException(String, Throwable) - Constructor for exception org.apache.commons.collections4.FunctorException
-
Constructs a new FunctorException
with specified
detail message and nested Throwable
root cause.
- get(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
- get(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Gets the value to which this map maps the specified key.
- get(K) - Method in class org.apache.commons.collections4.collection.IndexedCollection
-
Get the element associated with the given key.
- get(Iterator<T>, int) - Static method in class org.apache.commons.collections4.CollectionUtils
-
- get(Iterable<T>, int) - Static method in class org.apache.commons.collections4.CollectionUtils
-
- get(Object, int) - Static method in class org.apache.commons.collections4.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.collections4.CollectionUtils
-
Returns the index
-th Map.Entry
in the map
's entrySet
,
throwing IndexOutOfBoundsException
if there is no such element.
- get(Enumeration<T>, int) - Static method in class org.apache.commons.collections4.EnumerationUtils
-
Returns the
index
-th value in the
Enumeration
, throwing
IndexOutOfBoundsException
if there is no such element.
- get(int) - Method in class org.apache.commons.collections4.FluentIterable
-
Returns the element at the provided position in this iterable.
- Get<K,V> - Interface in org.apache.commons.collections4
-
The "read" subset of the
Map
interface.
- get(Object) - Method in interface org.apache.commons.collections4.Get
-
- get(Iterable<T>, int) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns the
index
-th value in the
iterable
's
Iterator
, throwing
IndexOutOfBoundsException
if there is no such element.
- get(Iterator<E>, int) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Returns the
index
-th value in
Iterator
, throwing
IndexOutOfBoundsException
if there is no such element.
- get(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- get(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
- get(int) - Method in class org.apache.commons.collections4.list.AbstractListDecorator
-
- get(int) - Method in class org.apache.commons.collections4.list.FixedSizeList
-
- get(int) - Method in class org.apache.commons.collections4.list.LazyList
-
Decorate the get method to perform the lazy behaviour.
- get(int) - Method in class org.apache.commons.collections4.list.PredicatedList
-
- get(int) - Method in class org.apache.commons.collections4.list.TransformedList
-
- get(int) - Method in class org.apache.commons.collections4.list.TreeList
-
Gets the element at the specified index.
- get(K) - Method in interface org.apache.commons.collections4.ListValuedMap
-
Gets the list of values associated with the specified key.
- get(Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the value mapped to the key specified.
- get(Object) - Method in class org.apache.commons.collections4.map.AbstractMapDecorator
-
- get(Object) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Gets the value mapped to the key specified.
- get(Object) - Method in class org.apache.commons.collections4.map.CompositeMap
-
Returns the value to which this map maps the specified key.
- get(Object) - Method in class org.apache.commons.collections4.map.DefaultedMap
-
- get(Object) - Method in class org.apache.commons.collections4.map.Flat3Map
-
Gets the value mapped to the key specified.
- get(Object) - Method in class org.apache.commons.collections4.map.LazyMap
-
- get(int) - Method in class org.apache.commons.collections4.map.LinkedMap
-
Gets the key at the specified index.
- get(int) - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Gets the key at the specified index.
- get(Object) - Method in class org.apache.commons.collections4.map.LRUMap
-
Gets the value mapped to the key specified.
- get(Object, boolean) - Method in class org.apache.commons.collections4.map.LRUMap
-
Gets the value mapped to the key specified.
- get(Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- get(Object, Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- get(Object, Object, Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- get(Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- get(Object) - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
All expired entries are removed from the map prior to returning the entry value.
- get(Object) - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the value mapped to the key specified.
- get(Object) - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Gets the value associated with the key.
- get(K) - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap
-
Gets the list of values associated with the specified key.
- get(K) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Gets the collection of values associated with the specified key.
- get(K) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
-
- get(K) - Method in class org.apache.commons.collections4.multimap.AbstractSetValuedMap
-
Gets the set of values associated with the specified key.
- get(Object) - Method in interface org.apache.commons.collections4.MultiMap
-
Deprecated.
Gets the collection of values associated with the specified key.
- get(K) - Method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
-
- get(K) - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Returns a view collection of the values associated with the specified key.
- get(int) - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Returns the element at the specified position in this queue.
- get(int) - Method in class org.apache.commons.collections4.set.ListOrderedSet
-
Returns the element at the specified position in this ordered set.
- get(K) - Method in interface org.apache.commons.collections4.SetValuedMap
-
Gets the set of values associated with the specified key.
- get(Object) - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
-
- get(Object) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
-
- getArray() - Method in class org.apache.commons.collections4.iterators.ArrayIterator
-
Gets the array that this iterator is iterating over.
- getArray() - Method in class org.apache.commons.collections4.iterators.ObjectArrayIterator
-
Gets the array that this iterator is iterating over.
- getBag() - Method in class org.apache.commons.collections4.bag.SynchronizedBag
-
Gets the bag being decorated.
- getBag() - Method in class org.apache.commons.collections4.bag.TransformedBag
-
Gets the decorated bag.
- getBoolean(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Looks up the given key in the given map, converting the result into
a boolean, using the default value if the conversion fails.
- getBooleanValue(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Gets a boolean from a Map in a null-safe manner,
using the default value if the conversion fails.
- getByte(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Looks up the given key in the given map, converting the result into
a byte, using the default value if the conversion fails.
- getByteValue(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Gets a byte from a Map in a null-safe manner,
using the default value if the conversion fails.
- getCardinalityMap(Iterable<? extends O>) - Static method in class org.apache.commons.collections4.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.collections4.functors.ClosureTransformer
-
Gets the closure.
- getClosure() - Method in class org.apache.commons.collections4.functors.ForClosure
-
Gets the closure.
- getClosure() - Method in class org.apache.commons.collections4.functors.WhileClosure
-
Gets the closure.
- getClosures() - Method in class org.apache.commons.collections4.functors.ChainedClosure
-
Gets the closures.
- getClosures() - Method in class org.apache.commons.collections4.functors.SwitchClosure
-
Gets the closures.
- getCollection(Object) - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.
Gets the collection mapped to the specified key.
- getCollection(MultiValuedMap<K, V>, K) - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Gets a Collection from MultiValuedMap
in a null-safe manner.
- getCollections() - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Gets the collections being decorated.
- getComparator() - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
- getConstant() - Method in class org.apache.commons.collections4.functors.ConstantFactory
-
Gets the constant.
- getConstant() - Method in class org.apache.commons.collections4.functors.ConstantTransformer
-
Gets the constant.
- getCount(Object) - Method in class org.apache.commons.collections4.bag.AbstractBagDecorator
-
- getCount(Object) - Method in class org.apache.commons.collections4.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.collections4.Bag
-
Returns the number of occurrences (cardinality) of the given
object currently in the bag.
- getCount(Object) - Method in class org.apache.commons.collections4.bag.PredicatedBag
-
- getCount(Object) - Method in class org.apache.commons.collections4.bag.SynchronizedBag
-
- getCount(Object) - Method in class org.apache.commons.collections4.bag.TransformedBag
-
- getCount() - Method in class org.apache.commons.collections4.functors.ForClosure
-
Gets the count.
- getCount(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Returns the number of occurrence of the given element in this multiset by
looking up its count in the underlying map.
- getCount() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MultiSetEntry
-
- getCount(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Returns the number of occurrence of the given element in this multiset by
iterating over its entrySet.
- getCount(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator
-
- getCount() - Method in interface org.apache.commons.collections4.MultiSet.Entry
-
Returns the number of occurrences for the element of this entry.
- getCount(Object) - Method in interface org.apache.commons.collections4.MultiSet
-
Returns the number of occurrences of the given object currently
in the MultiSet.
- getCount(Object) - Method in class org.apache.commons.collections4.multiset.PredicatedMultiSet
-
- getCount(Object) - Method in class org.apache.commons.collections4.multiset.SynchronizedMultiSet
-
- getDefaultClosure() - Method in class org.apache.commons.collections4.functors.SwitchClosure
-
Gets the default closure.
- getDefaultTransformer() - Method in class org.apache.commons.collections4.functors.SwitchTransformer
-
Gets the default transformer.
- getDouble(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Looks up the given key in the given map, converting the result into
a double, using the default value if the conversion fails.
- getDoubleValue(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Gets a double from a Map in a null-safe manner,
using the default value if the conversion fails.
- getElement() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MultiSetEntry
-
- getElement() - Method in interface org.apache.commons.collections4.MultiSet.Entry
-
Returns the element corresponding to this entry.
- getEndIndex() - Method in class org.apache.commons.collections4.iterators.ArrayIterator
-
Gets the end index to loop to.
- getEndIndex() - Method in class org.apache.commons.collections4.iterators.ObjectArrayIterator
-
Gets the end index to loop to.
- getEntry(Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the entry mapped to the key specified.
- getEntry(Object) - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
- getEntry(int) - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Gets the key at the specified index.
- getEntry(Object) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Gets the entry mapped to the key specified.
- getEnumeration() - Method in class org.apache.commons.collections4.iterators.EnumerationIterator
-
Returns the underlying enumeration.
- getFactory() - Method in class org.apache.commons.collections4.functors.FactoryTransformer
-
Gets the factory.
- getFalseClosure() - Method in class org.apache.commons.collections4.functors.IfClosure
-
Gets the closure called when false.
- getFalseFirstComparator() - Static method in class org.apache.commons.collections4.comparators.BooleanComparator
-
Returns a BooleanComparator instance that sorts
false
values before true
values.
- getFalseTransformer() - Method in class org.apache.commons.collections4.functors.IfTransformer
-
Gets the transformer used when false.
- getFirst() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- getFloat(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Looks up the given key in the given map, converting the result into
a float, using the default value if the conversion fails.
- getFloatValue(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Gets a float from a Map in a null-safe manner,
using the default value if the conversion fails.
- getInteger(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Looks up the given key in the given map, converting the result into
an integer, using the default value if the conversion fails.
- getIntValue(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Gets an int from a Map in a null-safe manner,
using the default value if the conversion fails.
- getIterator() - Method in class org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator
-
Gets the iterator being decorated.
- getIterator() - Method in class org.apache.commons.collections4.iterators.FilterIterator
-
Gets the iterator this iterator is using.
- getIterator() - Method in class org.apache.commons.collections4.iterators.IteratorEnumeration
-
Returns the underlying iterator.
- getIterator() - Method in class org.apache.commons.collections4.iterators.TransformIterator
-
Gets the iterator this iterator is using.
- getIterator(Object) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets a suitable Iterator for the given object.
- getIteratorIndex() - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Returns the index of the iterator that returned the last element.
- getIterators() - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Gets the list of Iterators (unmodifiable).
- getKey(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractBidiMapDecorator
-
- getKey() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.BidiMapIterator
-
- getKey(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
- getKey() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
- getKey(Object) - Method in interface org.apache.commons.collections4.BidiMap
-
Gets the key that is currently mapped to the specified value.
- getKey(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Returns the key to which this map maps the specified value.
- getKey() - Method in class org.apache.commons.collections4.iterators.AbstractEmptyMapIterator
-
- getKey() - Method in class org.apache.commons.collections4.iterators.AbstractMapIteratorDecorator
-
Gets the current key, which is the key returned by the last call
to next()
.
- getKey() - Method in class org.apache.commons.collections4.iterators.AbstractOrderedMapIteratorDecorator
-
Gets the current key, which is the key returned by the last call
to next()
.
- getKey() - Method in class org.apache.commons.collections4.iterators.EntrySetMapIterator
-
Gets the current key, which is the key returned by the last call
to next()
.
- getKey() - Method in class org.apache.commons.collections4.iterators.UnmodifiableMapIterator
-
- getKey() - Method in class org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIterator
-
- getKey() - Method in class org.apache.commons.collections4.keyvalue.AbstractKeyValue
-
Gets the key from the pair.
- getKey() - Method in class org.apache.commons.collections4.keyvalue.AbstractMapEntryDecorator
-
- getKey() - Method in interface org.apache.commons.collections4.KeyValue
-
Gets the key from the pair.
- getKey(int) - Method in class org.apache.commons.collections4.keyvalue.MultiKey
-
Gets the key at the specified index.
- getKey() - Method in class org.apache.commons.collections4.keyvalue.TiedMapEntry
-
Gets the key of this entry
- getKey() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashEntry
-
- getKey() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashMapIterator
-
- getKey() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkMapIterator
-
- getKey() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry
-
Gets the key from the entry.
- getKey() - Method in class org.apache.commons.collections4.map.EntrySetToMapIteratorAdapter
-
Gets the current key, which is the key returned by the last call
to next()
.
- getKey() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the key.
- getKey() - Method in interface org.apache.commons.collections4.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.collections4.map.AbstractHashedMap
-
- getKeyAnalyzer() - Method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie
-
- getKeys() - Method in class org.apache.commons.collections4.keyvalue.MultiKey
-
Gets a clone of the array of keys.
- getLast() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- getLastNodeReturned() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Gets the last node returned.
- getLCSLength() - Method in class org.apache.commons.collections4.sequence.EditScript
-
Get the length of the Longest Common Subsequence (LCS).
- getList() - Method in class org.apache.commons.collections4.list.TransformedList
-
Gets the decorated list.
- getListIterator() - Method in class org.apache.commons.collections4.iterators.AbstractListIteratorDecorator
-
Gets the iterator being decorated.
- getListIterator() - Method in class org.apache.commons.collections4.iterators.FilterListIterator
-
Gets the iterator this iterator is using.
- getLong(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Looks up the given key in the given map, converting the result into
a long, using the default value if the conversion fails.
- getLongValue(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Gets a long from a Map in a null-safe manner,
using the default value if the conversion fails.
- getMap() - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Utility method for implementations to access the map that backs this bag.
- getMap() - Method in class org.apache.commons.collections4.bag.TreeBag
-
- getMap() - Method in class org.apache.commons.collections4.functors.MapTransformer
-
Gets the map to lookup in.
- getMap(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Looks up the given key in the given map, converting the result into
a map, using the default value if the conversion fails.
- getMap() - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap
-
- getMap() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Gets the map being wrapped.
- getMap() - Method in class org.apache.commons.collections4.multimap.AbstractSetValuedMap
-
- getMap() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Utility method for implementations to access the map that backs this multiset.
- getMapEntry() - Method in class org.apache.commons.collections4.keyvalue.AbstractMapEntryDecorator
-
Gets the map being decorated.
- getMapIterator() - Method in class org.apache.commons.collections4.iterators.AbstractMapIteratorDecorator
-
Gets the iterator being decorated.
- getMaximumCacheSize() - Method in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Gets the maximum size of the cache.
- getModifications() - Method in class org.apache.commons.collections4.sequence.EditScript
-
Get the number of effective modifications.
- getMutator() - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Get the collection mutator to be used for this CompositeCollection.
- getMutator() - Method in class org.apache.commons.collections4.set.CompositeSet
-
Get the set mutator to be used for this CompositeSet.
- getNextNode() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.Node
-
Gets the next node.
- getNode(int, boolean) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Gets the node at a particular index.
- getNodeFromCache() - Method in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Gets a node from the cache.
- getNumber(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Looks up the given key in the given map, converting the result into
a number, using the default value if the conversion fails.
- getObject(Map<? super K, V>, K) - Static method in class org.apache.commons.collections4.MapUtils
-
Gets from a Map in a null-safe manner.
- getObject(Map<K, V>, K, V) - Static method in class org.apache.commons.collections4.MapUtils
-
Looks up the given key in the given map, converting null into the
given default value.
- getObject() - Method in class org.apache.commons.collections4.sequence.EditCommand
-
Returns the object associated with this command.
- getOrderedMapIterator() - Method in class org.apache.commons.collections4.iterators.AbstractOrderedMapIteratorDecorator
-
Gets the iterator being decorated.
- getPredicate() - Method in class org.apache.commons.collections4.functors.IfClosure
-
Gets the predicate.
- getPredicate() - Method in class org.apache.commons.collections4.functors.IfTransformer
-
Gets the predicate.
- getPredicate() - Method in class org.apache.commons.collections4.functors.PredicateTransformer
-
Gets the predicate.
- getPredicate() - Method in class org.apache.commons.collections4.functors.WhileClosure
-
Gets the predicate in use.
- getPredicate() - Method in class org.apache.commons.collections4.iterators.FilterIterator
-
Gets the predicate this iterator is using.
- getPredicate() - Method in class org.apache.commons.collections4.iterators.FilterListIterator
-
Gets the predicate this iterator is using.
- getPredicates() - Method in class org.apache.commons.collections4.functors.AbstractQuantifierPredicate
-
Gets the predicates.
- getPredicates() - Method in class org.apache.commons.collections4.functors.AndPredicate
-
Gets the two predicates being decorated as an array.
- getPredicates() - Method in class org.apache.commons.collections4.functors.NotPredicate
-
Gets the predicate being decorated.
- getPredicates() - Method in class org.apache.commons.collections4.functors.NullIsExceptionPredicate
-
Gets the predicate being decorated.
- getPredicates() - Method in class org.apache.commons.collections4.functors.NullIsFalsePredicate
-
Gets the predicate being decorated.
- getPredicates() - Method in class org.apache.commons.collections4.functors.NullIsTruePredicate
-
Gets the predicate being decorated.
- getPredicates() - Method in class org.apache.commons.collections4.functors.OrPredicate
-
Gets the two predicates being decorated as an array.
- getPredicates() - Method in interface org.apache.commons.collections4.functors.PredicateDecorator
-
Gets the predicates being decorated as an array.
- getPredicates() - Method in class org.apache.commons.collections4.functors.SwitchClosure
-
Gets the predicates.
- getPredicates() - Method in class org.apache.commons.collections4.functors.SwitchTransformer
-
Gets the predicates.
- getPredicates() - Method in class org.apache.commons.collections4.functors.TransformedPredicate
-
Gets the predicate being decorated.
- getPreviousNode() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.Node
-
Gets the previous node.
- getQueue() - Method in class org.apache.commons.collections4.queue.TransformedQueue
-
Gets the decorated queue.
- getScript() - Method in class org.apache.commons.collections4.sequence.SequencesComparator
-
- getSets() - Method in class org.apache.commons.collections4.set.CompositeSet
-
Gets the sets being decorated.
- getShort(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Looks up the given key in the given map, converting the result into
a short, using the default value if the conversion fails.
- getShortValue(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Gets a short from a Map in a null-safe manner,
using the default value if the conversion fails.
- getSortedBag() - Method in class org.apache.commons.collections4.bag.SynchronizedSortedBag
-
Gets the bag being decorated.
- getSortedBag() - Method in class org.apache.commons.collections4.bag.TransformedSortedBag
-
Gets the decorated bag.
- getSortedMap() - Method in class org.apache.commons.collections4.map.FixedSizeSortedMap
-
Gets the map being decorated.
- getSortedMap() - Method in class org.apache.commons.collections4.map.LazySortedMap
-
Gets the map being decorated.
- getSortedMap() - Method in class org.apache.commons.collections4.map.PredicatedSortedMap
-
Gets the map being decorated.
- getSortedMap() - Method in class org.apache.commons.collections4.map.TransformedSortedMap
-
Gets the map being decorated.
- getSortedSet() - Method in class org.apache.commons.collections4.set.TransformedSortedSet
-
Gets the decorated set.
- getStartIndex() - Method in class org.apache.commons.collections4.iterators.ArrayIterator
-
Gets the start index to loop from.
- getStartIndex() - Method in class org.apache.commons.collections4.iterators.ObjectArrayIterator
-
Gets the start index to loop from.
- getString(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Looks up the given key in the given map, converting the result into
a string, using the default value if the conversion fails.
- getTransformer() - Method in class org.apache.commons.collections4.functors.TransformedPredicate
-
Gets the transformer in use.
- getTransformer() - Method in class org.apache.commons.collections4.functors.TransformerClosure
-
Gets the transformer.
- getTransformer() - Method in class org.apache.commons.collections4.functors.TransformerPredicate
-
Gets the transformer.
- getTransformer() - Method in class org.apache.commons.collections4.iterators.TransformIterator
-
Gets the transformer this iterator is using.
- getTransformers() - Method in class org.apache.commons.collections4.functors.ChainedTransformer
-
Gets the transformers.
- getTransformers() - Method in class org.apache.commons.collections4.functors.SwitchTransformer
-
Gets the transformers.
- getTrueClosure() - Method in class org.apache.commons.collections4.functors.IfClosure
-
Gets the closure called when true.
- getTrueFirstComparator() - Static method in class org.apache.commons.collections4.comparators.BooleanComparator
-
Returns a BooleanComparator instance that sorts
true
values before false
values.
- getTrueTransformer() - Method in class org.apache.commons.collections4.functors.IfTransformer
-
Gets the transformer used when true.
- getType() - Method in class org.apache.commons.collections4.functors.InstanceofPredicate
-
Gets the type to compare to.
- getUnknownObjectBehavior() - Method in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Gets the behavior for comparing unknown objects.
- getValue() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.BidiMapIterator
-
- getValue() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
- getValue() - Method in class org.apache.commons.collections4.functors.EqualPredicate
-
Gets the value.
- getValue() - Method in class org.apache.commons.collections4.functors.IdentityPredicate
-
Gets the value.
- getValue() - Method in class org.apache.commons.collections4.iterators.AbstractEmptyMapIterator
-
- getValue() - Method in class org.apache.commons.collections4.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.collections4.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.collections4.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.collections4.iterators.UnmodifiableMapIterator
-
- getValue() - Method in class org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIterator
-
- getValue() - Method in class org.apache.commons.collections4.keyvalue.AbstractKeyValue
-
Gets the value from the pair.
- getValue() - Method in class org.apache.commons.collections4.keyvalue.AbstractMapEntryDecorator
-
- getValue() - Method in interface org.apache.commons.collections4.KeyValue
-
Gets the value from the pair.
- getValue() - Method in class org.apache.commons.collections4.keyvalue.TiedMapEntry
-
Gets the value of this entry direct from the map.
- getValue() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.Node
-
Gets the value of the node.
- getValue() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashEntry
-
- getValue() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashMapIterator
-
- getValue() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkMapIterator
-
- getValue() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry
-
Gets the value from the entry.
- getValue() - Method in class org.apache.commons.collections4.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.collections4.map.LinkedMap
-
Gets the value at the specified index.
- getValue(int) - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Gets the value at the specified index.
- getValue() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the value.
- getValue() - Method in interface org.apache.commons.collections4.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.collections4.map.AbstractHashedMap
-
- getValuesAsBag(MultiValuedMap<K, V>, K) - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Gets a Bag from MultiValuedMap
in a null-safe manner.
- getValuesAsList(MultiValuedMap<K, V>, K) - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Gets a List from MultiValuedMap
in a null-safe manner.
- getValuesAsSet(MultiValuedMap<K, V>, K) - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Gets a Set from MultiValuedMap
in a null-safe manner.
- GrowthList<E> - Class in org.apache.commons.collections4.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.collections4.list.GrowthList
-
Constructor that uses an ArrayList internally.
- GrowthList(int) - Constructor for class org.apache.commons.collections4.list.GrowthList
-
Constructor that uses an ArrayList internally.
- GrowthList(List<E>) - Constructor for class org.apache.commons.collections4.list.GrowthList
-
Constructor that wraps (not copies).
- growthList(List<E>) - Static method in class org.apache.commons.collections4.list.GrowthList
-
Factory method to create a growth list.
- handleReplacement(int, List<T>, List<T>) - Method in interface org.apache.commons.collections4.sequence.ReplacementsHandler
-
Handle two synchronized sequences.
- hash(T) - Method in interface org.apache.commons.collections4.Equator
-
Calculates the hash for the object, based on the method of equality used in the equate
method.
- hash(T) - Method in class org.apache.commons.collections4.functors.DefaultEquator
-
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.collections4.map.AbstractHashedMap
-
Gets the hash code for the key specified.
- hash(Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Gets the hash code for the specified multi-key.
- hash(Object, Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Gets the hash code for the specified multi-key.
- hash(Object, Object, Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Gets the hash code for the specified multi-key.
- hash(Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Gets the hash code for the specified multi-key.
- hash(Object) - Method in class org.apache.commons.collections4.map.ReferenceIdentityMap
-
Gets the hash code for the key specified.
- HashBag<E> - Class in org.apache.commons.collections4.bag
-
Implements
Bag
, using a
HashMap
to provide the
data storage.
- HashBag() - Constructor for class org.apache.commons.collections4.bag.HashBag
-
- HashBag(Collection<? extends E>) - Constructor for class org.apache.commons.collections4.bag.HashBag
-
Constructs a bag containing all the members of the given collection.
- hashCode() - Method in class org.apache.commons.collections4.bag.AbstractBagDecorator
-
- hashCode() - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Gets a hash code for the Bag compatible with the definition of equals.
- hashCode() - Method in class org.apache.commons.collections4.bag.AbstractMapBag.MutableInteger
-
- hashCode() - Method in class org.apache.commons.collections4.bag.PredicatedBag
-
- hashCode() - Method in class org.apache.commons.collections4.bag.SynchronizedBag
-
- hashCode() - Method in class org.apache.commons.collections4.bag.TransformedBag
-
- hashCode() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
- hashCode() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View
-
- hashCode() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Gets the hash code value for this map as per the API.
- hashCode() - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
-
- hashCode() - Method in class org.apache.commons.collections4.comparators.BooleanComparator
-
Implement a hash code for this comparator that is consistent with
equals
.
- hashCode() - Method in class org.apache.commons.collections4.comparators.ComparableComparator
-
Implement a hash code for this comparator that is consistent with
equals
.
- hashCode() - Method in class org.apache.commons.collections4.comparators.ComparatorChain
-
Implement a hash code for this comparator that is consistent with
equals
.
- hashCode() - Method in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Implement a hash code for this comparator that is consistent with
equals
.
- hashCode() - Method in class org.apache.commons.collections4.comparators.NullComparator
-
- hashCode() - Method in class org.apache.commons.collections4.comparators.ReverseComparator
-
Implement a hash code for this comparator that is consistent with
equals
.
- hashCode() - Method in class org.apache.commons.collections4.comparators.TransformingComparator
-
Implement a hash code for this comparator that is consistent with
equals
.
- hashCode() - Method in class org.apache.commons.collections4.functors.ConstantTransformer
- hashCode() - Method in class org.apache.commons.collections4.keyvalue.AbstractMapEntry
-
Gets a hashCode compatible with the equals method.
- hashCode() - Method in class org.apache.commons.collections4.keyvalue.AbstractMapEntryDecorator
-
- hashCode() - Method in class org.apache.commons.collections4.keyvalue.DefaultKeyValue
-
Gets a hashCode compatible with the equals method.
- hashCode() - Method in class org.apache.commons.collections4.keyvalue.MultiKey
-
Gets the combined hash code that is computed from all the keys.
- hashCode() - Method in class org.apache.commons.collections4.keyvalue.TiedMapEntry
-
Gets a hashCode compatible with the equals method.
- hashCode() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- hashCode() - Method in class org.apache.commons.collections4.list.AbstractListDecorator
-
- hashCode() - Method in class org.apache.commons.collections4.list.PredicatedList
-
- hashCode() - Method in class org.apache.commons.collections4.list.TransformedList
-
- hashCode() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the standard Map hashCode.
- hashCode - Variable in class org.apache.commons.collections4.map.AbstractHashedMap.HashEntry
-
The hash code of the key
- hashCode() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashEntry
-
- hashCode() - Method in class org.apache.commons.collections4.map.AbstractMapDecorator
-
- hashCode() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry
-
Gets the hashcode of the entry using temporary hard references.
- hashCode() - Method in class org.apache.commons.collections4.map.CompositeMap
-
Gets a hash code for the Map as per the Map specification.
- hashCode() - Method in class org.apache.commons.collections4.map.Flat3Map
-
Gets the standard Map hashCode.
- hashCode() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the standard Map hashCode.
- hashCode() - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Gets the hash code, as per the Map specification.
- hashCode() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
- hashCode() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
-
- hashCode() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
- hashCode() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MutableInteger
-
- hashCode() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.AbstractEntry
-
- hashCode() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
- hashCode() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator
-
- hashCode() - Method in interface org.apache.commons.collections4.MultiSet.Entry
-
Returns the hash code value for this multiset entry.
- hashCode() - Method in interface org.apache.commons.collections4.MultiSet
-
Gets a hash code for the MultiSet compatible with the definition of equals.
- hashCode() - Method in class org.apache.commons.collections4.multiset.PredicatedMultiSet
-
- hashCode() - Method in class org.apache.commons.collections4.multiset.SynchronizedMultiSet
-
- hashCode() - Method in class org.apache.commons.collections4.queue.SynchronizedQueue
-
- hashCode() - Method in class org.apache.commons.collections4.set.AbstractSetDecorator
-
- hashCode() - Method in class org.apache.commons.collections4.set.CompositeSet
- hashCode() - Method in class org.apache.commons.collections4.set.MapBackedSet
-
- hashCode() - Method in class org.apache.commons.collections4.set.PredicatedSet
-
- hashCode() - Method in class org.apache.commons.collections4.set.TransformedSet
-
- hashCode() - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
-
- hashCode() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
-
- HASHCODE_NULL - Static variable in class org.apache.commons.collections4.functors.DefaultEquator
-
Hashcode used for null
objects.
- hashCodeForList(Collection<?>) - Static method in class org.apache.commons.collections4.ListUtils
-
- hashCodeForSet(Collection<T>) - Static method in class org.apache.commons.collections4.SetUtils
-
Generates a hash code using the algorithm specified in
Set.hashCode()
.
- HashedMap<K,V> - Class in org.apache.commons.collections4.map
-
A Map
implementation that is a general purpose alternative
to HashMap
.
- HashedMap() - Constructor for class org.apache.commons.collections4.map.HashedMap
-
Constructs a new empty map with default size and load factor.
- HashedMap(int) - Constructor for class org.apache.commons.collections4.map.HashedMap
-
Constructs a new, empty map with the specified initial capacity.
- HashedMap(int, float) - Constructor for class org.apache.commons.collections4.map.HashedMap
-
Constructs a new, empty map with the specified initial capacity and
load factor.
- HashedMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.HashedMap
-
Constructor copying elements from another map.
- HashEntry(AbstractHashedMap.HashEntry<K, V>, int, Object, V) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap.HashEntry
-
- hashEntry(Object, Object) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Gets the hash code for a MapEntry.
- hashEntry(Object, Object) - Method in class org.apache.commons.collections4.map.ReferenceIdentityMap
-
Gets the hash code for a MapEntry.
- hashIndex(int, int) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the index into the data storage for the hashCode specified.
- HashIterator(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap.HashIterator
-
- HashMapIterator(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap.HashMapIterator
-
- HashMultiSet<E> - Class in org.apache.commons.collections4.multiset
-
Implements
MultiSet
, using a
HashMap
to provide the
data storage.
- HashMultiSet() - Constructor for class org.apache.commons.collections4.multiset.HashMultiSet
-
- HashMultiSet(Collection<? extends E>) - Constructor for class org.apache.commons.collections4.multiset.HashMultiSet
-
Constructs a multiset containing all the members of the given collection.
- hashSet(E...) - Static method in class org.apache.commons.collections4.SetUtils
-
Create a set from the given items.
- HashSetValuedHashMap<K,V> - Class in org.apache.commons.collections4.multimap
-
Implements a
SetValuedMap
, using a
HashMap
to provide data
storage and
HashSet
s as value collections.
- HashSetValuedHashMap() - Constructor for class org.apache.commons.collections4.multimap.HashSetValuedHashMap
-
Creates an empty HashSetValuedHashMap with the default initial
map capacity (16) and the default initial set capacity (3).
- HashSetValuedHashMap(int) - Constructor for class org.apache.commons.collections4.multimap.HashSetValuedHashMap
-
Creates an empty HashSetValuedHashMap with the default initial
map capacity (16) and the specified initial set capacity.
- HashSetValuedHashMap(int, int) - Constructor for class org.apache.commons.collections4.multimap.HashSetValuedHashMap
-
Creates an empty HashSetValuedHashMap with the specified initial
map and list capacities.
- HashSetValuedHashMap(MultiValuedMap<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.multimap.HashSetValuedHashMap
-
Creates an HashSetValuedHashMap copying all the mappings of the given map.
- HashSetValuedHashMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.multimap.HashSetValuedHashMap
-
Creates an HashSetValuedHashMap copying all the mappings of the given map.
- hasMoreElements() - Method in class org.apache.commons.collections4.iterators.IteratorEnumeration
-
Returns true if the underlying iterator has more elements.
- hasNext() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.BidiMapIterator
-
- hasNext() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
- hasNext() - Method in class org.apache.commons.collections4.iterators.AbstractListIteratorDecorator
- hasNext() - Method in class org.apache.commons.collections4.iterators.AbstractMapIteratorDecorator
-
Checks to see if there are more entries still to be iterated.
- hasNext() - Method in class org.apache.commons.collections4.iterators.AbstractOrderedMapIteratorDecorator
-
Checks to see if there are more entries still to be iterated.
- hasNext() - Method in class org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator
-
- hasNext() - Method in class org.apache.commons.collections4.iterators.ArrayIterator
-
Returns true if there are more elements to return from the array.
- hasNext() - Method in class org.apache.commons.collections4.iterators.BoundedIterator
-
- hasNext() - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Returns true
if any child iterator has remaining elements.
- hasNext() - Method in class org.apache.commons.collections4.iterators.EntrySetMapIterator
-
Checks to see if there are more entries still to be iterated.
- hasNext() - Method in class org.apache.commons.collections4.iterators.EnumerationIterator
-
Returns true if the underlying enumeration has more elements.
- hasNext() - Method in class org.apache.commons.collections4.iterators.FilterIterator
-
Returns true if the underlying iterator contains an object that
matches the predicate.
- hasNext() - Method in class org.apache.commons.collections4.iterators.FilterListIterator
-
- hasNext() - Method in class org.apache.commons.collections4.iterators.IteratorChain
-
Return true if any Iterator in the IteratorChain has a remaining element.
- hasNext() - Method in class org.apache.commons.collections4.iterators.LazyIteratorChain
-
Return true if any Iterator in the chain has a remaining element.
- hasNext() - Method in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
Returns true if there are more elements in the iterator.
- hasNext() - Method in class org.apache.commons.collections4.iterators.LoopingIterator
-
Has the iterator any more elements.
- hasNext() - Method in class org.apache.commons.collections4.iterators.LoopingListIterator
-
Returns whether this iterator has any more elements.
- hasNext() - Method in class org.apache.commons.collections4.iterators.NodeListIterator
-
- hasNext() - Method in class org.apache.commons.collections4.iterators.ObjectArrayIterator
-
Returns true if there are more elements to return from the array.
- hasNext() - Method in class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
Checks whether there are any more elements in the iteration to obtain.
- hasNext() - Method in class org.apache.commons.collections4.iterators.PeekingIterator
-
- hasNext() - Method in class org.apache.commons.collections4.iterators.PermutationIterator
-
Indicates if there are more permutation available.
- hasNext() - Method in class org.apache.commons.collections4.iterators.PushbackIterator
-
- hasNext() - Method in class org.apache.commons.collections4.iterators.ReverseListIterator
-
Checks whether there is another element.
- hasNext() - Method in class org.apache.commons.collections4.iterators.SingletonIterator
-
Is another object available from the iterator?
- hasNext() - Method in class org.apache.commons.collections4.iterators.SingletonListIterator
-
Is another object available from the iterator?
- hasNext() - Method in class org.apache.commons.collections4.iterators.TransformIterator
-
- hasNext() - Method in class org.apache.commons.collections4.iterators.UnmodifiableIterator
-
- hasNext() - Method in class org.apache.commons.collections4.iterators.UnmodifiableListIterator
-
- hasNext() - Method in class org.apache.commons.collections4.iterators.UnmodifiableMapIterator
-
- hasNext() - Method in class org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIterator
-
- hasNext() - Method in class org.apache.commons.collections4.iterators.ZippingIterator
-
Returns true
if any child iterator has remaining elements.
- hasNext() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
- hasNext() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubListIterator
-
- hasNext() - Method in class org.apache.commons.collections4.list.CursorableLinkedList.SubCursor
-
- hasNext() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashIterator
-
- hasNext() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
- hasNext() - Method in class org.apache.commons.collections4.map.EntrySetToMapIteratorAdapter
-
Checks to see if there are more entries still to be iterated.
- hasNext() - Method in interface org.apache.commons.collections4.MapIterator
-
Checks to see if there are more entries still to be iterated.
- hasNext() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.EntrySetIterator
-
- hasPrevious() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
- hasPrevious() - Method in class org.apache.commons.collections4.iterators.AbstractListIteratorDecorator
- hasPrevious() - Method in class org.apache.commons.collections4.iterators.AbstractOrderedMapIteratorDecorator
-
Checks to see if there is a previous entry that can be iterated to.
- hasPrevious() - Method in class org.apache.commons.collections4.iterators.ArrayListIterator
-
Returns true if there are previous elements to return from the array.
- hasPrevious() - Method in class org.apache.commons.collections4.iterators.FilterListIterator
-
- hasPrevious() - Method in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
Returns true if there are previous elements in the iterator.
- hasPrevious() - Method in class org.apache.commons.collections4.iterators.LoopingListIterator
-
Returns whether this iterator has any more previous elements.
- hasPrevious() - Method in class org.apache.commons.collections4.iterators.ObjectArrayListIterator
-
Returns true if there are previous elements to return from the array.
- hasPrevious() - Method in class org.apache.commons.collections4.iterators.ReverseListIterator
-
Checks whether there is a previous element.
- hasPrevious() - Method in class org.apache.commons.collections4.iterators.SingletonListIterator
-
Is a previous object available from the iterator?
- hasPrevious() - Method in class org.apache.commons.collections4.iterators.UnmodifiableListIterator
-
- hasPrevious() - Method in class org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIterator
-
- hasPrevious() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
- hasPrevious() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubListIterator
-
- hasPrevious() - Method in class org.apache.commons.collections4.list.CursorableLinkedList.SubCursor
-
- hasPrevious() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
- hasPrevious() - Method in class org.apache.commons.collections4.map.AbstractSortedMapDecorator.SortedMapIterator
-
Checks to see if there is a previous entry that can be iterated to.
- hasPrevious() - Method in interface org.apache.commons.collections4.OrderedIterator
-
Checks to see if there is a previous element that can be iterated to.
- hasPrevious() - Method in interface org.apache.commons.collections4.OrderedMapIterator
-
Checks to see if there is a previous entry that can be iterated to.
- headMap(K) - Method in class org.apache.commons.collections4.bidimap.AbstractSortedBidiMapDecorator
-
- headMap(K) - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
- headMap(K) - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.ViewMap
-
- headMap(K) - Method in class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
-
- headMap(K) - Method in class org.apache.commons.collections4.map.AbstractSortedMapDecorator
-
- headMap(K) - Method in class org.apache.commons.collections4.map.FixedSizeSortedMap
-
- headMap(K) - Method in class org.apache.commons.collections4.map.LazySortedMap
-
- headMap(K) - Method in class org.apache.commons.collections4.map.PredicatedSortedMap
-
- headMap(K) - Method in class org.apache.commons.collections4.map.TransformedSortedMap
-
- headMap(K) - Method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
-
- headMap(K) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
-
- headSet(E, boolean) - Method in class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
-
- headSet(E) - Method in class org.apache.commons.collections4.set.AbstractSortedSetDecorator
-
- headSet(E, boolean) - Method in class org.apache.commons.collections4.set.PredicatedNavigableSet
-
- headSet(E) - Method in class org.apache.commons.collections4.set.PredicatedSortedSet
-
- headSet(E, boolean) - Method in class org.apache.commons.collections4.set.TransformedNavigableSet
-
- headSet(E) - Method in class org.apache.commons.collections4.set.TransformedSortedSet
-
- headSet(E) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
-
- headSet(E, boolean) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
-
- headSet(E) - Method in class org.apache.commons.collections4.set.UnmodifiableSortedSet
-
- higher(E) - Method in class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
-
- higher(E) - Method in class org.apache.commons.collections4.set.PredicatedNavigableSet
-
- higher(E) - Method in class org.apache.commons.collections4.set.TransformedNavigableSet
-
- IdentityPredicate<T> - Class in org.apache.commons.collections4.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.collections4.functors.IdentityPredicate
-
Constructor that performs no validation.
- identityPredicate(T) - Static method in class org.apache.commons.collections4.functors.IdentityPredicate
-
Factory to create the identity predicate.
- identityPredicate(T) - Static method in class org.apache.commons.collections4.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.collections4.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.collections4.ClosureUtils
-
Create a new Closure that calls one of two closures depending
on the specified predicate.
- IfClosure<E> - Class in org.apache.commons.collections4.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.collections4.functors.IfClosure
-
Constructor that performs no validation.
- IfClosure(Predicate<? super E>, Closure<? super E>, Closure<? super E>) - Constructor for class org.apache.commons.collections4.functors.IfClosure
-
Constructor that performs no validation.
- ifClosure(Predicate<? super E>, Closure<? super E>) - Static method in class org.apache.commons.collections4.functors.IfClosure
-
Factory method that performs validation.
- ifClosure(Predicate<? super E>, Closure<? super E>, Closure<? super E>) - Static method in class org.apache.commons.collections4.functors.IfClosure
-
Factory method that performs validation.
- IfTransformer<I,O> - Class in org.apache.commons.collections4.functors
-
Transformer implementation that will call one of two closures based on whether a predicate evaluates
as true or false.
- IfTransformer(Predicate<? super I>, Transformer<? super I, ? extends O>, Transformer<? super I, ? extends O>) - Constructor for class org.apache.commons.collections4.functors.IfTransformer
-
Constructor that performs no validation.
- ifTransformer(Predicate<? super I>, Transformer<? super I, ? extends O>, Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections4.functors.IfTransformer
-
Factory method that performs validation.
- ifTransformer(Predicate<? super T>, Transformer<? super T, ? extends T>) - Static method in class org.apache.commons.collections4.functors.IfTransformer
-
Factory method that performs validation.
- ifTransformer(Predicate<? super T>, Transformer<? super T, ? extends T>) - Static method in class org.apache.commons.collections4.TransformerUtils
-
Create a new Transformer that calls the transformer if the predicate is true,
otherwise the input object is returned unchanged.
- ifTransformer(Predicate<? super I>, Transformer<? super I, ? extends O>, Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections4.TransformerUtils
-
Create a new Transformer that calls one of two transformers depending
on the specified predicate.
- IndexedCollection<K,C> - Class in org.apache.commons.collections4.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.collections4.collection.IndexedCollection
-
- indexOf(Iterable<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns the index of the first element in the specified iterable that
matches the given predicate.
- indexOf(Iterator<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Returns the index of the first element in the specified iterator that
matches the given predicate.
- indexOf(Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- indexOf(Object) - Method in class org.apache.commons.collections4.list.AbstractListDecorator
-
- indexOf(Object) - Method in class org.apache.commons.collections4.list.FixedSizeList
-
- indexOf(Object) - Method in class org.apache.commons.collections4.list.PredicatedList
-
- indexOf(Object) - Method in class org.apache.commons.collections4.list.TransformedList
-
- indexOf(Object) - Method in class org.apache.commons.collections4.list.TreeList
-
Searches for the index of an object in the list.
- indexOf(List<E>, Predicate<E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Finds the first index in the given List which matches the given predicate.
- indexOf(Object) - Method in class org.apache.commons.collections4.map.LinkedMap
-
Gets the index of the specified key.
- indexOf(Object) - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Gets the index of the specified key.
- indexOf(Object) - Method in class org.apache.commons.collections4.set.ListOrderedSet
-
Returns the index of the first occurrence of the specified element in
ordered set.
- init() - Method in class org.apache.commons.collections4.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.collections4.list.CursorableLinkedList
-
The equivalent of a default constructor called
by any constructor and by readObject
.
- init() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Initialise subclasses during construction, cloning or deserialization.
- init() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Initialise this subclass during construction.
- init() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Initialise this subclass during construction, cloning or deserialization.
- InsertCommand<T> - Class in org.apache.commons.collections4.sequence
-
Command representing the insertion of one object of the second sequence.
- InsertCommand(T) - Constructor for class org.apache.commons.collections4.sequence.InsertCommand
-
Simple constructor.
- INSTANCE - Static variable in class org.apache.commons.collections4.comparators.ComparableComparator
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.collections4.functors.CloneTransformer
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections4.functors.DefaultEquator
-
Static instance
- INSTANCE - Static variable in class org.apache.commons.collections4.functors.ExceptionClosure
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections4.functors.ExceptionFactory
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections4.functors.ExceptionPredicate
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections4.functors.ExceptionTransformer
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections4.functors.FalsePredicate
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections4.functors.NOPClosure
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections4.functors.NOPTransformer
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections4.functors.NotNullPredicate
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections4.functors.NullPredicate
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections4.functors.TruePredicate
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections4.iterators.EmptyIterator
-
Singleton instance of the iterator.
- INSTANCE - Static variable in class org.apache.commons.collections4.iterators.EmptyListIterator
-
Singleton instance of the iterator.
- INSTANCE - Static variable in class org.apache.commons.collections4.iterators.EmptyMapIterator
-
Singleton instance of the iterator.
- INSTANCE - Static variable in class org.apache.commons.collections4.iterators.EmptyOrderedIterator
-
Singleton instance of the iterator.
- INSTANCE - Static variable in class org.apache.commons.collections4.iterators.EmptyOrderedMapIterator
-
Singleton instance of the iterator.
- INSTANCE - Static variable in class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
-
- InstanceofPredicate - Class in org.apache.commons.collections4.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.collections4.functors.InstanceofPredicate
-
Constructor that performs no validation.
- instanceOfPredicate(Class<?>) - Static method in class org.apache.commons.collections4.functors.InstanceofPredicate
-
Factory to create the identity predicate.
- instanceofPredicate(Class<?>) - Static method in class org.apache.commons.collections4.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.collections4.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.collections4.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.collections4.functors
-
Factory implementation that creates a new object instance by reflection.
- InstantiateFactory(Class<T>) - Constructor for class org.apache.commons.collections4.functors.InstantiateFactory
-
Constructor that performs no validation.
- InstantiateFactory(Class<T>, Class<?>[], Object[]) - Constructor for class org.apache.commons.collections4.functors.InstantiateFactory
-
Constructor that performs no validation.
- instantiateFactory(Class<T>, Class<?>[], Object[]) - Static method in class org.apache.commons.collections4.functors.InstantiateFactory
-
Factory method that performs validation.
- InstantiateTransformer<T> - Class in org.apache.commons.collections4.functors
-
Transformer implementation that creates a new object instance by reflection.
- InstantiateTransformer(Class<?>[], Object[]) - Constructor for class org.apache.commons.collections4.functors.InstantiateTransformer
-
Constructor that performs no validation.
- instantiateTransformer() - Static method in class org.apache.commons.collections4.functors.InstantiateTransformer
-
Get a typed no-arg instance.
- instantiateTransformer(Class<?>[], Object[]) - Static method in class org.apache.commons.collections4.functors.InstantiateTransformer
-
Transformer method that performs validation.
- instantiateTransformer() - Static method in class org.apache.commons.collections4.TransformerUtils
-
Gets a Transformer that expects an input Class object that it will instantiate.
- instantiateTransformer(Class<?>[], Object[]) - Static method in class org.apache.commons.collections4.TransformerUtils
-
Creates a Transformer that expects an input Class object that it will
instantiate.
- intersection(Iterable<? extends O>, Iterable<? extends O>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
- intersection(List<? extends E>, List<? extends E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns a new list containing all elements that are contained in
both given lists.
- intersection(Set<? extends E>, Set<? extends E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns a unmodifiable
view of the intersection of the given
Set
s.
- inverseBidiMap() - Method in class org.apache.commons.collections4.bidimap.AbstractBidiMapDecorator
-
- inverseBidiMap() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
- inverseBidiMap() - Method in class org.apache.commons.collections4.bidimap.AbstractOrderedBidiMapDecorator
-
- inverseBidiMap() - Method in class org.apache.commons.collections4.bidimap.AbstractSortedBidiMapDecorator
-
- inverseBidiMap() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
- inverseBidiMap() - Method in interface org.apache.commons.collections4.BidiMap
-
Gets a view of this map where the keys and values are reversed.
- inverseBidiMap() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Gets the inverse map for comparison.
- inverseBidiMap() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableBidiMap
-
- inverseBidiMap() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMap
-
- inverseBidiMap() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
-
- inverseBidiMap() - Method in interface org.apache.commons.collections4.OrderedBidiMap
-
Gets a view of this map where the keys and values are reversed.
- inverseBidiMap() - Method in interface org.apache.commons.collections4.SortedBidiMap
-
Gets a view of this map where the keys and values are reversed.
- inverseOrderedBidiMap() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
- inverseOrderedBidiMap() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMap
-
Gets an unmodifiable view of this map where the keys and values are reversed.
- inverseSortedBidiMap() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
- invertMap(Map<K, V>) - Static method in class org.apache.commons.collections4.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.collections4.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.collections4.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.collections4.PredicateUtils
-
Creates a Predicate that invokes a method on the input object.
- invokerPredicate(String, Class<?>[], Object[]) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Creates a Predicate that invokes a method on the input object.
- InvokerTransformer<I,O> - Class in org.apache.commons.collections4.functors
-
Transformer implementation that creates a new object instance by reflection.
- InvokerTransformer(String, Class<?>[], Object[]) - Constructor for class org.apache.commons.collections4.functors.InvokerTransformer
-
Constructor that performs no validation.
- invokerTransformer(String) - Static method in class org.apache.commons.collections4.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.collections4.functors.InvokerTransformer
-
Gets an instance of this transformer calling a specific method with specific values.
- invokerTransformer(String) - Static method in class org.apache.commons.collections4.TransformerUtils
-
Gets a Transformer that invokes a method on the input object.
- invokerTransformer(String, Class<?>[], Object[]) - Static method in class org.apache.commons.collections4.TransformerUtils
-
Gets a Transformer that invokes a method on the input object.
- iPredicates - Variable in class org.apache.commons.collections4.functors.AbstractQuantifierPredicate
-
The array of predicates to call
- isAtFullCapacity() - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Returns true
if the capacity limit of this queue has been reached,
i.e.
- isBitSet(String, int, int) - Method in class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
-
- isBitSet(K, int, int) - Method in class org.apache.commons.collections4.trie.KeyAnalyzer
-
Returns whether or not a bit is set.
- isCacheFull() - Method in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Checks whether the cache is full.
- isDoLoop() - Method in class org.apache.commons.collections4.functors.WhileClosure
-
Is the loop a do-while loop.
- isEmpty() - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Returns true if the underlying map is empty.
- isEmpty() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
- isEmpty() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Checks whether the map is empty or not.
- isEmpty() - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
-
- isEmpty() - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Checks whether this composite collection is empty.
- isEmpty() - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
-
- isEmpty(Collection<?>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Null-safe check if the specified collection is empty.
- isEmpty() - Method in class org.apache.commons.collections4.FluentIterable
-
Checks if this iterable is empty.
- isEmpty() - Method in interface org.apache.commons.collections4.Get
-
- isEmpty(Iterable<?>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Answers true if the provided iterable is empty.
- isEmpty(Iterator<?>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Checks if the given iterator is empty.
- isEmpty() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- isEmpty() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Checks whether the map is currently empty.
- isEmpty() - Method in class org.apache.commons.collections4.map.AbstractMapDecorator
-
- isEmpty() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Checks whether the map is currently empty.
- isEmpty() - Method in class org.apache.commons.collections4.map.CompositeMap
-
Returns true
if this map contains no key-value mappings.
- isEmpty() - Method in class org.apache.commons.collections4.map.Flat3Map
-
Checks whether the map is currently empty.
- isEmpty() - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
All expired entries are removed from the map prior to determining if it is empty.
- isEmpty() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Checks whether the map is currently empty, which it never is.
- isEmpty() - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Checks if the size is currently zero.
- isEmpty(Map<?, ?>) - Static method in class org.apache.commons.collections4.MapUtils
-
Null-safe check if the specified map is empty.
- isEmpty() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
- isEmpty() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
-
- isEmpty(MultiValuedMap<?, ?>) - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Null-safe check if the specified MultiValuedMap
is empty.
- isEmpty() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Returns true if the underlying map is empty.
- isEmpty() - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Returns true
if this map contains no key-value mappings.
- isEmpty() - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Returns true if this queue is empty; false otherwise.
- isEmpty() - Method in class org.apache.commons.collections4.set.CompositeSet
-
Checks whether this composite set is empty.
- isEmpty() - Method in class org.apache.commons.collections4.set.MapBackedSet
-
- isEmpty() - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
-
- isEmpty() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
-
- isEqualCollection(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns
true
iff the given
Collection
s contain
exactly the same elements with exactly the same cardinalities.
- isEqualCollection(Collection<? extends E>, Collection<? extends E>, Equator<? super E>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns
true
iff the given
Collection
s contain
exactly the same elements with exactly the same cardinalities.
- isEqualKey(Object, Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Compares two keys, in internal converted form, to see if they are equal.
- isEqualKey(Object, Object) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Compares two keys, in internal converted form, to see if they are equal.
- isEqualKey(AbstractHashedMap.HashEntry<MultiKey<? extends K>, V>, Object, Object) - Method in class org.apache.commons.collections4.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.collections4.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.collections4.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.collections4.map.MultiKeyMap
-
Is the key equal to the combined key.
- isEqualKey(Object, Object) - Method in class org.apache.commons.collections4.map.ReferenceIdentityMap
-
Compares two keys for equals.
- isEqualKey(Object) - Method in class org.apache.commons.collections4.map.SingletonMap
-
Compares the specified key to the stored key.
- isEqualList(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections4.ListUtils
-
- isEqualSet(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections4.SetUtils
-
- isEqualValue(Object, Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Compares two values for equals.
- isEqualValue(Object, Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Compares two values, in external form, to see if they are equal.
- isEqualValue(Object, Object) - Method in class org.apache.commons.collections4.map.ReferenceIdentityMap
-
Compares two values for equals.
- isEqualValue(Object) - Method in class org.apache.commons.collections4.map.SingletonMap
-
Compares the specified value to the stored value.
- isFull() - Method in interface org.apache.commons.collections4.BoundedCollection
-
Returns true if this collection is full and no new elements can be added.
- isFull() - Method in interface org.apache.commons.collections4.BoundedMap
-
Returns true if this map is full and no new elements can be added.
- isFull() - Method in class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
-
- isFull(Collection<? extends Object>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns true if no more elements can be added to the Collection.
- isFull() - Method in class org.apache.commons.collections4.list.FixedSizeList
-
- isFull() - Method in class org.apache.commons.collections4.map.FixedSizeMap
-
- isFull() - Method in class org.apache.commons.collections4.map.FixedSizeSortedMap
-
- isFull() - Method in class org.apache.commons.collections4.map.LRUMap
-
Returns true if this map is full and no new mappings can be added.
- isFull() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Is the map currently full, always true.
- isFull() - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Returns true if this collection is full and no new elements can be added.
- isKeyType(AbstractReferenceMap.ReferenceStrength) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Provided protected read-only access to the key type.
- isLocked() - Method in class org.apache.commons.collections4.comparators.ComparatorChain
-
Determine if modifications can still be made to the
ComparatorChain.
- isLocked() - Method in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Returns true if modifications cannot be made to the FixedOrderComparator.
- isLocked() - Method in class org.apache.commons.collections4.iterators.IteratorChain
-
Determine if modifications can still be made to the IteratorChain.
- isNotEmpty(Collection<?>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Null-safe check if the specified collection is not empty.
- isNotEmpty(Map<?, ?>) - Static method in class org.apache.commons.collections4.MapUtils
-
Null-safe check if the specified map is not empty.
- isPrefix(String, int, int, String) - Method in class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
-
- isPrefix(K, int, int, K) - Method in class org.apache.commons.collections4.trie.KeyAnalyzer
-
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.collections4.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.collections4.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.collections4.map.PredicatedMap
-
Override to only return true when there is a value transformer.
- isSetValueChecking() - Method in class org.apache.commons.collections4.map.TransformedMap
-
Override to only return true when there is a value transformer.
- isSubCollection(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections4.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.
- isValueType(AbstractReferenceMap.ReferenceStrength) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Provided protected read-only access to the value type.
- IterableGet<K,V> - Interface in org.apache.commons.collections4
-
The "read" subset of the
Map
interface.
- IterableMap<K,V> - Interface in org.apache.commons.collections4
-
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.collections4.MapUtils
-
- IterableSortedMap<K,V> - Interface in org.apache.commons.collections4
-
- iterableSortedMap(SortedMap<K, V>) - Static method in class org.apache.commons.collections4.MapUtils
-
- IterableUtils - Class in org.apache.commons.collections4
-
Provides utility methods and decorators for
Iterable
instances.
- IterableUtils() - Constructor for class org.apache.commons.collections4.IterableUtils
-
- iterator() - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Gets an iterator over the bag elements.
- iterator() - Method in interface org.apache.commons.collections4.Bag
-
Returns an
Iterator
over the entire set of members,
including copies due to cardinality.
- iterator() - Method in class org.apache.commons.collections4.bag.UnmodifiableBag
-
- iterator() - Method in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
-
- iterator - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.BidiMapIterator
-
The iterator being wrapped
- iterator() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySet
-
- iterator() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySet
-
- iterator() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Values
-
- iterator() - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
-
- iterator() - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Gets an iterator over all the collections in this composite.
- iterator() - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
-
Iterators must be manually synchronized.
- iterator() - Method in class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
-
- iterator() - Method in class org.apache.commons.collections4.collection.UnmodifiableCollection
-
- iterator() - Method in class org.apache.commons.collections4.FluentIterable
- iterator() - Method in class org.apache.commons.collections4.iterators.IteratorIterable
-
Gets the iterator wrapped by this iterable.
- iterator() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- iterator() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
- iterator() - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Returns an iterator that does not support concurrent modification.
- iterator() - Method in class org.apache.commons.collections4.list.FixedSizeList
-
- iterator() - Method in class org.apache.commons.collections4.list.SetUniqueList
-
- iterator() - Method in class org.apache.commons.collections4.list.TreeList
-
Gets an iterator over the list.
- iterator() - Method in class org.apache.commons.collections4.list.UnmodifiableList
-
- iterator() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.EntrySet
-
- iterator() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.KeySet
-
- iterator() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.Values
-
- iterator(Object) - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.
Gets an iterator for the collection mapped to the specified key.
- iterator() - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.
- iterator() - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet
-
- iterator() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Gets an iterator over the multiset elements.
- iterator() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.EntrySet
-
- iterator() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Gets an iterator over the multiset elements.
- iterator() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.UniqueSet
-
- iterator() - Method in interface org.apache.commons.collections4.MultiSet
-
Returns an
Iterator
over the entire set of members,
including copies due to cardinality.
- iterator() - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
-
- iterator() - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Returns an iterator over this queue's elements.
- iterator() - Method in class org.apache.commons.collections4.queue.UnmodifiableQueue
-
- iterator() - Method in class org.apache.commons.collections4.set.CompositeSet
-
Gets an iterator over all the sets in this composite.
- iterator() - Method in class org.apache.commons.collections4.set.ListOrderedSet
-
- iterator() - Method in class org.apache.commons.collections4.set.MapBackedSet
-
- iterator() - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
-
- iterator() - Method in class org.apache.commons.collections4.set.UnmodifiableSet
-
- iterator() - Method in class org.apache.commons.collections4.set.UnmodifiableSortedSet
-
- iterator() - Method in class org.apache.commons.collections4.SetUtils.SetView
-
- IteratorChain<E> - Class in org.apache.commons.collections4.iterators
-
An IteratorChain is an Iterator that wraps a number of Iterators.
- IteratorChain() - Constructor for class org.apache.commons.collections4.iterators.IteratorChain
-
Construct an IteratorChain with no Iterators.
- IteratorChain(Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.IteratorChain
-
Construct an IteratorChain with a single Iterator.
- IteratorChain(Iterator<? extends E>, Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.IteratorChain
-
Constructs a new IteratorChain
over the two given iterators.
- IteratorChain(Iterator<? extends E>...) - Constructor for class org.apache.commons.collections4.iterators.IteratorChain
-
Constructs a new IteratorChain
over the array of iterators.
- IteratorChain(Collection<Iterator<? extends E>>) - Constructor for class org.apache.commons.collections4.iterators.IteratorChain
-
Constructs a new IteratorChain
over the collection of
iterators.
- IteratorEnumeration<E> - Class in org.apache.commons.collections4.iterators
-
- IteratorEnumeration() - Constructor for class org.apache.commons.collections4.iterators.IteratorEnumeration
-
Constructs a new
IteratorEnumeration
that will not function
until
setIterator
is invoked.
- IteratorEnumeration(Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.IteratorEnumeration
-
Constructs a new IteratorEnumeration
that will use the given
iterator.
- IteratorIterable<E> - Class in org.apache.commons.collections4.iterators
-
- IteratorIterable(Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.IteratorIterable
-
Constructs a new IteratorIterable
that will use the given
iterator.
- IteratorIterable(Iterator<? extends E>, boolean) - Constructor for class org.apache.commons.collections4.iterators.IteratorIterable
-
Constructs a new IteratorIterable
that will use the given
iterator.
- IteratorUtils - Class in org.apache.commons.collections4
-
Provides static utility methods and decorators for
Iterator
instances.
- last() - Method in class org.apache.commons.collections4.bag.AbstractSortedBagDecorator
-
- last() - Method in class org.apache.commons.collections4.bag.PredicatedSortedBag
-
- last() - Method in class org.apache.commons.collections4.bag.SynchronizedSortedBag
-
- last() - Method in class org.apache.commons.collections4.bag.TransformedSortedBag
-
- last() - Method in class org.apache.commons.collections4.bag.TreeBag
-
- last - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.BidiMapIterator
-
The last returned entry
- last - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySetIterator
-
The last returned entry
- last - Variable in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
The current (last returned) entry
- last - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.EntrySetIterator
-
The last returned entry
- last() - Method in class org.apache.commons.collections4.set.AbstractSortedSetDecorator
-
- last() - Method in class org.apache.commons.collections4.set.PredicatedSortedSet
-
- last() - Method in class org.apache.commons.collections4.set.TransformedSortedSet
-
- last() - Method in interface org.apache.commons.collections4.SortedBag
-
Returns the last (highest) member.
- lastElement - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.UniqueSetIterator
-
The last returned element
- lastIndexOf(Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- lastIndexOf(Object) - Method in class org.apache.commons.collections4.list.AbstractListDecorator
-
- lastIndexOf(Object) - Method in class org.apache.commons.collections4.list.FixedSizeList
-
- lastIndexOf(Object) - Method in class org.apache.commons.collections4.list.PredicatedList
-
- lastIndexOf(Object) - Method in class org.apache.commons.collections4.list.TransformedList
-
- lastKey - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySetIterator
-
The last returned key
- lastKey() - Method in class org.apache.commons.collections4.bidimap.AbstractOrderedBidiMapDecorator
-
- lastKey() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
- lastKey() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Gets the last (highest) key currently in this map.
- lastKey() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Gets the last key in the map, which is the most recently inserted.
- lastKey() - Method in class org.apache.commons.collections4.map.AbstractOrderedMapDecorator
-
- lastKey() - Method in class org.apache.commons.collections4.map.AbstractSortedMapDecorator
-
- lastKey() - Method in class org.apache.commons.collections4.map.LazySortedMap
-
- lastKey() - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Gets the last key in this map by insert order.
- lastKey() - Method in class org.apache.commons.collections4.map.PredicatedSortedMap
-
- lastKey() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the last (and only) key in the map.
- lastKey() - Method in class org.apache.commons.collections4.map.TransformedSortedMap
-
- lastKey() - Method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
-
- lastKey() - Method in interface org.apache.commons.collections4.OrderedMap
-
Gets the last key currently in this map.
- lastKey() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
-
- lastValue - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.ValuesIterator
-
The last returned value
- LazyIteratorChain<E> - Class in org.apache.commons.collections4.iterators
-
An LazyIteratorChain is an Iterator that wraps a number of Iterators in a lazy manner.
- LazyIteratorChain() - Constructor for class org.apache.commons.collections4.iterators.LazyIteratorChain
-
- LazyList<E> - Class in org.apache.commons.collections4.list
-
Decorates another List
to create objects in the list on demand.
- LazyList(List<E>, Factory<? extends E>) - Constructor for class org.apache.commons.collections4.list.LazyList
-
Constructor that wraps (not copies).
- lazyList(List<E>, Factory<? extends E>) - Static method in class org.apache.commons.collections4.list.LazyList
-
Factory method to create a lazily instantiating list.
- lazyList(List<E>, Factory<? extends E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns a "lazy" list whose elements will be created on demand.
- LazyMap<K,V> - Class in org.apache.commons.collections4.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.collections4.map.LazyMap
-
Constructor that wraps (not copies).
- LazyMap(Map<K, V>, Transformer<? super K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.LazyMap
-
Constructor that wraps (not copies).
- lazyMap(Map<K, V>, Factory<? extends V>) - Static method in class org.apache.commons.collections4.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.collections4.map.LazyMap
-
Factory method to create a lazily instantiated map.
- lazyMap(Map<K, V>, Factory<? extends V>) - Static method in class org.apache.commons.collections4.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.collections4.MapUtils
-
Returns a "lazy" map whose values will be created on demand.
- LazySortedMap<K,V> - Class in org.apache.commons.collections4.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.collections4.map.LazySortedMap
-
Constructor that wraps (not copies).
- LazySortedMap(SortedMap<K, V>, Transformer<? super K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.LazySortedMap
-
Constructor that wraps (not copies).
- lazySortedMap(SortedMap<K, V>, Factory<? extends V>) - Static method in class org.apache.commons.collections4.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.collections4.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.collections4.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.collections4.MapUtils
-
Returns a "lazy" sorted map whose values will be created on demand.
- LENGTH - Static variable in class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
-
- lengthInBits(String) - Method in class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
-
- lengthInBits(K) - Method in class org.apache.commons.collections4.trie.KeyAnalyzer
-
Returns the length of the Key in bits.
- limit(long) - Method in class org.apache.commons.collections4.FluentIterable
-
Returns a new FluentIterable whose iterator will return at most
the provided maximum number of elements from this iterable.
- LinkedListIterator(AbstractLinkedList<E>, int) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Create a ListIterator for a list.
- LinkedMap<K,V> - Class in org.apache.commons.collections4.map
-
A Map
implementation that maintains the order of the entries.
- LinkedMap() - Constructor for class org.apache.commons.collections4.map.LinkedMap
-
Constructs a new empty map with default size and load factor.
- LinkedMap(int) - Constructor for class org.apache.commons.collections4.map.LinkedMap
-
Constructs a new, empty map with the specified initial capacity.
- LinkedMap(int, float) - Constructor for class org.apache.commons.collections4.map.LinkedMap
-
Constructs a new, empty map with the specified initial capacity and
load factor.
- LinkedMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.LinkedMap
-
Constructor copying elements from another map.
- LinkedSubList(AbstractLinkedList<E>, int, int) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
- LinkedSubListIterator(AbstractLinkedList.LinkedSubList<E>, int) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubListIterator
-
- LinkEntry(AbstractHashedMap.HashEntry<K, V>, int, Object, V) - Constructor for class org.apache.commons.collections4.map.AbstractLinkedMap.LinkEntry
-
Constructs a new entry.
- LinkIterator(AbstractLinkedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
- LinkMapIterator(AbstractLinkedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractLinkedMap.LinkMapIterator
-
- listIterator(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
- listIterator() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- listIterator(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
- listIterator() - Method in class org.apache.commons.collections4.list.AbstractListDecorator
-
- listIterator(int) - Method in class org.apache.commons.collections4.list.AbstractListDecorator
-
- listIterator() - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Returns a cursor iterator that allows changes to the underlying list in parallel.
- listIterator(int) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Returns a cursor iterator that allows changes to the underlying list in parallel.
- listIterator() - Method in class org.apache.commons.collections4.list.FixedSizeList
-
- listIterator(int) - Method in class org.apache.commons.collections4.list.FixedSizeList
-
- listIterator() - Method in class org.apache.commons.collections4.list.PredicatedList
-
- listIterator(int) - Method in class org.apache.commons.collections4.list.PredicatedList
-
- listIterator() - Method in class org.apache.commons.collections4.list.SetUniqueList
-
- listIterator(int) - Method in class org.apache.commons.collections4.list.SetUniqueList
-
- listIterator() - Method in class org.apache.commons.collections4.list.TransformedList
-
- listIterator(int) - Method in class org.apache.commons.collections4.list.TransformedList
-
- listIterator() - Method in class org.apache.commons.collections4.list.TreeList
-
Gets a ListIterator over the list.
- listIterator(int) - Method in class org.apache.commons.collections4.list.TreeList
-
Gets a ListIterator over the list.
- listIterator() - Method in class org.apache.commons.collections4.list.UnmodifiableList
-
- listIterator(int) - Method in class org.apache.commons.collections4.list.UnmodifiableList
-
- ListIteratorWrapper<E> - Class in org.apache.commons.collections4.iterators
-
- ListIteratorWrapper(Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
Constructs a new ListIteratorWrapper
that will wrap
the given iterator.
- ListOrderedMap<K,V> - Class in org.apache.commons.collections4.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.collections4.map.ListOrderedMap
-
Constructs a new empty ListOrderedMap
that decorates
a HashMap
.
- ListOrderedMap(Map<K, V>) - Constructor for class org.apache.commons.collections4.map.ListOrderedMap
-
Constructor that wraps (not copies).
- listOrderedMap(Map<K, V>) - Static method in class org.apache.commons.collections4.map.ListOrderedMap
-
Factory method to create an ordered map.
- ListOrderedSet<E> - Class in org.apache.commons.collections4.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.collections4.set.ListOrderedSet
-
Constructs a new empty ListOrderedSet
using a
HashSet
and an ArrayList
internally.
- ListOrderedSet(Set<E>) - Constructor for class org.apache.commons.collections4.set.ListOrderedSet
-
Constructor that wraps (not copies).
- ListOrderedSet(Set<E>, List<E>) - Constructor for class org.apache.commons.collections4.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.collections4.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.collections4.set.ListOrderedSet
-
Factory method to create an ordered set.
- listOrderedSet(List<E>) - Static method in class org.apache.commons.collections4.set.ListOrderedSet
-
Factory method to create an ordered set using the supplied list to retain order.
- ListUtils - Class in org.apache.commons.collections4
-
Provides utility methods and decorators for
List
instances.
- ListValuedMap<K,V> - Interface in org.apache.commons.collections4
-
Defines a map that holds a list of values against each key.
- lock - Variable in class org.apache.commons.collections4.collection.SynchronizedCollection
-
The object to lock on, needed for List/SortedSet views
- longestCommonSubsequence(List<E>, List<E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns the longest common subsequence (LCS) of two sequences (lists).
- longestCommonSubsequence(List<E>, List<E>, Equator<? super E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns the longest common subsequence (LCS) of two sequences (lists).
- longestCommonSubsequence(CharSequence, CharSequence) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns the longest common subsequence (LCS) of two
CharSequence
objects.
- loop() - Method in class org.apache.commons.collections4.FluentIterable
-
Returns a new FluentIterable whose iterator will loop infinitely
over the elements from this iterable.
- loopingIterable(Iterable<E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns a view of the given iterable which will cycle infinitely over
its elements.
- LoopingIterator<E> - Class in org.apache.commons.collections4.iterators
-
An Iterator that restarts when it reaches the end.
- LoopingIterator(Collection<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.LoopingIterator
-
Constructor that wraps a collection.
- loopingIterator(Collection<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that loops continuously over the supplied collection.
- LoopingListIterator<E> - Class in org.apache.commons.collections4.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.collections4.iterators.LoopingListIterator
-
Constructor that wraps a list.
- loopingListIterator(List<E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that loops continuously over the supplied list.
- lower(E) - Method in class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
-
- lower(E) - Method in class org.apache.commons.collections4.set.PredicatedNavigableSet
-
- lower(E) - Method in class org.apache.commons.collections4.set.TransformedNavigableSet
-
- LRUMap<K,V> - Class in org.apache.commons.collections4.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.collections4.map.LRUMap
-
Constructs a new empty map with a maximum size of 100.
- LRUMap(int) - Constructor for class org.apache.commons.collections4.map.LRUMap
-
Constructs a new, empty map with the specified maximum size.
- LRUMap(int, int) - Constructor for class org.apache.commons.collections4.map.LRUMap
-
Constructs a new, empty map with the specified maximum size.
- LRUMap(int, boolean) - Constructor for class org.apache.commons.collections4.map.LRUMap
-
Constructs a new, empty map with the specified maximum size.
- LRUMap(int, float) - Constructor for class org.apache.commons.collections4.map.LRUMap
-
Constructs a new, empty map with the specified max capacity and
load factor.
- LRUMap(int, int, float) - Constructor for class org.apache.commons.collections4.map.LRUMap
-
Constructs a new, empty map with the specified max / initial capacity and
load factor.
- LRUMap(int, float, boolean) - Constructor for class org.apache.commons.collections4.map.LRUMap
-
Constructs a new, empty map with the specified max capacity and load factor.
- LRUMap(int, int, float, boolean) - Constructor for class org.apache.commons.collections4.map.LRUMap
-
Constructs a new, empty map with the specified max / initial capacity and load factor.
- LRUMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.LRUMap
-
Constructor copying elements from another map.
- LRUMap(Map<? extends K, ? extends V>, boolean) - Constructor for class org.apache.commons.collections4.map.LRUMap
-
Constructor copying elements from another map.