Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractBagDecorator<E> - Class in org.apache.commons.collections4.bag
-
Decorates another
Bagto provide additional behavior. - 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 - AbstractBitwiseTrie(KeyAnalyzer<? super K>) - Constructor for class org.apache.commons.collections4.trie.AbstractBitwiseTrie
-
Constructs a new
Trieusing the givenKeyAnalyzer. - AbstractBitwiseTrie.BasicEntry<K,
V> - Class in org.apache.commons.collections4.trie -
A basic implementation of
Map.Entry. - AbstractCollectionDecorator<E> - Class in org.apache.commons.collections4.collection
-
Decorates another
Collectionto provide additional behavior. - 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
BidiMapimplemented using two maps. - AbstractDualBidiMap() - Constructor for class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Creates an empty map, initialized 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
createBidiMapimplementation. - 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, - Class in org.apache.commons.collections4.bidimapE> -
Inner class View.
- AbstractEmptyIterator<E> - Class in org.apache.commons.collections4.iterators
-
Provides an abstract implementation of an empty iterator.
- AbstractEmptyIterator() - Constructor for class org.apache.commons.collections4.iterators.AbstractEmptyIterator
-
Constructs a new instance.
- 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
-
Constructs a new instance.
- 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) - 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(int, float, int) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap
-
Constructor which performs no validation on the passed in parameters.
- 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.
- AbstractInputCheckedMapDecorator<K,
V> - Class in org.apache.commons.collections4.map -
An abstract base class that simplifies the task of creating map decorators.
- AbstractInputCheckedMapDecorator() - Constructor for class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractInputCheckedMapDecorator(Map<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator
-
Constructor that wraps (not copies).
- AbstractInputCheckedMapDecorator.EntrySet - Class in org.apache.commons.collections4.map
-
Implements an entry set that checks additions via setValue.
- AbstractInputCheckedMapDecorator.EntrySetIterator - Class in org.apache.commons.collections4.map
-
Implements an entry set iterator that checks additions via setValue.
- AbstractInputCheckedMapDecorator.MapEntry - Class in org.apache.commons.collections4.map
-
Implements a map entry that checks additions via setValue.
- AbstractIterableGetMapDecorator<K,
V> - Class in org.apache.commons.collections4.splitmap - AbstractIterableGetMapDecorator() - Constructor for class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractIterableGetMapDecorator(Map<K, V>) - Constructor for class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
-
Create a new AbstractSplitMapDecorator.
- AbstractIterableMap<K,
V> - Class in org.apache.commons.collections4.map -
Provide a basic
IterableMapimplementation. - AbstractIterableMap() - Constructor for class org.apache.commons.collections4.map.AbstractIterableMap
-
Constructs a new instance for subclasses.
- AbstractIteratorDecorator<E> - Class in org.apache.commons.collections4.iterators
-
Provides basic behavior 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
KeyValueandMap.Entryimplementations. - 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
-
Deprecated.
- AbstractLinkedList() - Constructor for class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Constructor that does nothing (intended for deserialization).
- AbstractLinkedList(Collection<? extends E>) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Constructs a list copying data from the specified collection.
- AbstractLinkedList.LinkedListIterator<E> - Class in org.apache.commons.collections4.list
-
Deprecated.A list iterator over the linked list.
- AbstractLinkedList.LinkedSubList<E> - Class in org.apache.commons.collections4.list
-
Deprecated.The sublist implementation for AbstractLinkedList.
- AbstractLinkedList.LinkedSubListIterator<E> - Class in org.apache.commons.collections4.list
-
Deprecated.A list iterator over the linked sub list.
- AbstractLinkedList.Node<E> - Class in org.apache.commons.collections4.list
-
Deprecated.A node within the linked list.
- AbstractLinkedListJava21<E> - Class in org.apache.commons.collections4.list
-
An abstract implementation of a linked list which provides numerous points for subclasses to override.
- AbstractLinkedListJava21() - Constructor for class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
Constructor that does nothing (intended for deserialization).
- AbstractLinkedListJava21(Collection<? extends E>) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
Constructs a list copying data from the specified collection.
- AbstractLinkedListJava21.LinkedListIterator<E> - Class in org.apache.commons.collections4.list
-
A list iterator over the linked list.
- AbstractLinkedListJava21.LinkedSubList<E> - Class in org.apache.commons.collections4.list
-
The sublist implementation for AbstractLinkedListJava21.
- AbstractLinkedListJava21.LinkedSubListIterator<E> - Class in org.apache.commons.collections4.list
-
A list iterator over the linked sub list.
- AbstractLinkedListJava21.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) - 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(int, float, int) - Constructor for class org.apache.commons.collections4.map.AbstractLinkedMap
-
Constructor which performs no validation on the passed in parameters.
- 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
Listto provide additional behavior. - 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 behavior 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
ListValuedMapinterface to simplify the creation of subclass implementations. - AbstractListValuedMap() - Constructor for class org.apache.commons.collections4.multimap.AbstractListValuedMap
-
Constructor needed for subclass serialization.
- AbstractListValuedMap(Map<K, ? extends List<V>>) - Constructor for class org.apache.commons.collections4.multimap.AbstractListValuedMap
-
A constructor that wraps, not copies
- AbstractListValuedMap.ValuesListIterator - Class in org.apache.commons.collections4.multimap
-
Values ListIterator
- AbstractListValuedMap.WrappedList - Class in org.apache.commons.collections4.multimap
-
Wrapped list to handle add and remove on the list returned by get(object)
- AbstractMapBag<E> - Class in org.apache.commons.collections4.bag
-
Abstract implementation of the
Baginterface to simplify the creation of subclass implementations. - AbstractMapBag() - Constructor for class org.apache.commons.collections4.bag.AbstractMapBag
-
Constructor needed for subclass serialization.
- 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(Map<E, AbstractMapBag.MutableInteger>, Iterable<? extends E>) - Constructor for class org.apache.commons.collections4.bag.AbstractMapBag
-
Constructs a new instance that assigns the specified Map as the backing store.
- AbstractMapBag.BagIterator<E> - Class in org.apache.commons.collections4.bag
-
Inner class iterator for the Bag.
- 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.Entryimplementations. - 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 behavior 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
MultiSetinterface to simplify the creation of subclass implementations. - AbstractMapMultiSet() - Constructor for class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Constructor needed for subclass serialization.
- 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.MapBasedMultiSetIterator<E> - Class in org.apache.commons.collections4.multiset
-
Inner class iterator for the MultiSet.
- 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
MultiSetinterface to simplify the creation of subclass implementations. - AbstractMultiSet() - Constructor for class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Constructs a new instance subclasses.
- 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.MultiSetIterator<E> - Class in org.apache.commons.collections4.multiset
-
Inner class iterator for the MultiSet.
- AbstractMultiSet.UniqueSet<E> - Class in org.apache.commons.collections4.multiset
-
Inner class UniqueSet.
- AbstractMultiSetDecorator<E> - Class in org.apache.commons.collections4.multiset
-
Decorates another
MultiSetto provide additional behavior. - 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
MultiValuedMapinterface to simplify the creation of subclass implementations. - AbstractMultiValuedMap() - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Constructor needed for subclass serialization.
- AbstractMultiValuedMap(Map<K, ? extends Collection<V>>) - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Constructor that wraps (not copies).
- AbstractMultiValuedMap.AsMap - Class in org.apache.commons.collections4.multimap
-
Inner class that provides the AsMap view.
- AbstractMultiValuedMap.AsMap.AsMapEntrySet - Class in org.apache.commons.collections4.multimap
- AbstractMultiValuedMap.AsMap.AsMapEntrySetIterator - Class in org.apache.commons.collections4.multimap
-
EntrySet iterator for the asMap view.
- AbstractMultiValuedMap.EntryValues - Class in org.apache.commons.collections4.multimap
-
Inner class that provides the Entryinvalid input: '<'K, V> view
- AbstractMultiValuedMap.KeysMultiSet - Class in org.apache.commons.collections4.multimap
-
Inner class that provides a MultiSet
keys view. - AbstractMultiValuedMap.KeysMultiSet.MapEntryTransformer - Class in org.apache.commons.collections4.multimap
- AbstractMultiValuedMap.MultiValuedMapEntry - Class in org.apache.commons.collections4.multimap
-
Inner class for MultiValuedMap Entries.
- AbstractMultiValuedMap.MultiValuedMapIterator - Class in org.apache.commons.collections4.multimap
-
Inner class for MapIterator.
- AbstractMultiValuedMap.Values - Class in org.apache.commons.collections4.multimap
-
Inner class that provides the values view.
- AbstractMultiValuedMap.ValuesIterator - Class in org.apache.commons.collections4.multimap
-
Inner class that provides the values iterator.
- AbstractMultiValuedMap.WrappedCollection - Class in org.apache.commons.collections4.multimap
-
Wrapped collection to handle add and remove on the collection returned by get(object).
- AbstractMultiValuedMapDecorator<K,
V> - Class in org.apache.commons.collections4.multimap -
Decorates another
MultiValuedMapto provide additional behavior. - 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
NavigableSetto provide additional behavior. - 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 behavior 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.
- AbstractPatriciaTrie<K,
V> - Class in org.apache.commons.collections4.trie -
This class implements the base PATRICIA algorithm and everything that is related to the
Mapinterface. - AbstractPatriciaTrie(KeyAnalyzer<? super K>) - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Constructs a new
Trieusing the givenKeyAnalyzer. - AbstractPatriciaTrie(KeyAnalyzer<? super K>, Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Constructs a new
Trieusing the givenKeyAnalyzerand initializes theTriewith the values from the providedMap. - AbstractPatriciaTrie.AbstractRangeMap - Class in org.apache.commons.collections4.trie
-
A range view of the
Trie. - AbstractPatriciaTrie.AbstractTrieIterator<E> - Class in org.apache.commons.collections4.trie
-
An iterator for the entries.
- AbstractPatriciaTrie.EntrySet - Class in org.apache.commons.collections4.trie
-
This is an entry set view of the
Trieas returned byMap.entrySet(). - AbstractPatriciaTrie.EntrySet.EntryIterator - Class in org.apache.commons.collections4.trie
- AbstractPatriciaTrie.KeySet - Class in org.apache.commons.collections4.trie
-
This is a key set view of the
Trieas returned byMap.keySet(). - AbstractPatriciaTrie.KeySet.KeyIterator - Class in org.apache.commons.collections4.trie
-
An
Iteratorthat returns Key Objects. - AbstractPatriciaTrie.PrefixRangeEntrySet - Class in org.apache.commons.collections4.trie
-
A prefix
AbstractPatriciaTrie<K,view of theV>.RangeEntrySet Trie. - AbstractPatriciaTrie.PrefixRangeEntrySet.EntryIterator - Class in org.apache.commons.collections4.trie
-
An
Iteratorfor iterating over a prefix search. - AbstractPatriciaTrie.PrefixRangeEntrySet.SingletonIterator - Class in org.apache.commons.collections4.trie
-
An
Iteratorthat holds a singleAbstractPatriciaTrie.TrieEntry. - AbstractPatriciaTrie.PrefixRangeMap - Class in org.apache.commons.collections4.trie
-
A submap used for prefix views over the
Trie. - AbstractPatriciaTrie.RangeEntryMap - Class in org.apache.commons.collections4.trie
-
A
AbstractPatriciaTrie<K,that deals withV>.AbstractRangeMap Map.Entrys. - AbstractPatriciaTrie.RangeEntrySet - Class in org.apache.commons.collections4.trie
-
A
Setview of aAbstractPatriciaTrie<K,.V>.AbstractRangeMap - AbstractPatriciaTrie.RangeEntrySet.EntryIterator - Class in org.apache.commons.collections4.trie
-
An
IteratorforAbstractPatriciaTrie<K,s.V>.RangeEntrySet - AbstractPatriciaTrie.Reference<E> - Class in org.apache.commons.collections4.trie
-
A
AbstractPatriciaTrie.Referenceallows us to return something through a Method's argument list. - AbstractPatriciaTrie.TrieEntry<K,
V> - Class in org.apache.commons.collections4.trie -
A
Trieis a set ofAbstractPatriciaTrie.TrieEntrynodes. - AbstractPatriciaTrie.TrieMapIterator - Class in org.apache.commons.collections4.trie
-
An
OrderedMapIteratorfor aTrie. - AbstractPatriciaTrie.Values - Class in org.apache.commons.collections4.trie
-
This is a value view of the
Trieas returned byMap.values(). - AbstractPatriciaTrie.Values.ValueIterator - Class in org.apache.commons.collections4.trie
-
An
Iteratorthat returns Value Objects. - AbstractPredicate<T> - Class in org.apache.commons.collections4.functors
-
Abstract base class for predicates.
- AbstractPredicate() - Constructor for class org.apache.commons.collections4.functors.AbstractPredicate
-
Constructs a new instance.
- AbstractPropertiesFactory<T> - Class in org.apache.commons.collections4.properties
- AbstractPropertiesFactory() - Constructor for class org.apache.commons.collections4.properties.AbstractPropertiesFactory
-
Constructs an instance.
- AbstractPropertiesFactory.PropertyFormat - Enum in org.apache.commons.collections4.properties
-
Enumerates property formats.
- AbstractQuantifierPredicate<T> - Class in org.apache.commons.collections4.functors
-
Abstract base class for quantification predicates, for example All, Any, None.
- 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
Queueto provide additional behavior. - 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).
- AbstractRangeMap() - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
- 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.ReferenceBaseIterator<K,
V> - Class in org.apache.commons.collections4.map -
Base iterator class.
- AbstractReferenceMap.ReferenceEntry<K,
V> - Class in org.apache.commons.collections4.map -
A MapEntry implementation for the map.
- AbstractReferenceMap.ReferenceEntrySet<K,
V> - Class in org.apache.commons.collections4.map -
EntrySet implementation.
- AbstractReferenceMap.ReferenceEntrySetIterator<K,
V> - Class in org.apache.commons.collections4.map -
The EntrySet iterator.
- AbstractReferenceMap.ReferenceKeySet<K> - Class in org.apache.commons.collections4.map
-
KeySet implementation.
- AbstractReferenceMap.ReferenceKeySetIterator<K> - Class in org.apache.commons.collections4.map
-
The keySet iterator.
- AbstractReferenceMap.ReferenceMapIterator<K,
V> - Class in org.apache.commons.collections4.map -
The MapIterator implementation.
- AbstractReferenceMap.ReferenceStrength - Enum in org.apache.commons.collections4.map
-
Enumerates reference types.
- AbstractReferenceMap.ReferenceValues<V> - Class in org.apache.commons.collections4.map
-
Values implementation.
- AbstractReferenceMap.ReferenceValuesIterator<V> - Class in org.apache.commons.collections4.map
-
The values iterator.
- AbstractReferenceMap.SoftRef<T> - Class in org.apache.commons.collections4.map
-
A soft reference holder.
- AbstractReferenceMap.WeakRef<T> - Class in org.apache.commons.collections4.map
-
A weak reference holder.
- 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
-
Constructs a new instance.
- AbstractSetDecorator<E> - Class in org.apache.commons.collections4.set
-
Decorates another
Setto provide additional behavior. - 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
SetValuedMapinterface to simplify the creation of subclass implementations. - AbstractSetValuedMap() - Constructor for class org.apache.commons.collections4.multimap.AbstractSetValuedMap
-
Constructor needed for subclass serialization.
- AbstractSetValuedMap(Map<K, ? extends Set<V>>) - Constructor for class org.apache.commons.collections4.multimap.AbstractSetValuedMap
-
A constructor that wraps, not copies
- AbstractSetValuedMap.WrappedSet - Class in org.apache.commons.collections4.multimap
-
Wrapped set to handle add and remove on the collection returned by
get(Object). - AbstractSortedBagDecorator<E> - Class in org.apache.commons.collections4.bag
-
Decorates another
SortedBagto provide additional behavior. - 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
SortedSetto provide additional behavior. - 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).
- AbstractTrieIterator() - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractTrieIterator
-
Starts iteration from the root.
- AbstractTrieIterator(AbstractPatriciaTrie.TrieEntry<K, V>) - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractTrieIterator
-
Starts iteration at the given entry.
- AbstractUntypedIteratorDecorator<I,
O> - Class in org.apache.commons.collections4.iterators -
Provides basic behavior 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.
- AbstractView(TreeBidiMap.DataElement) - Constructor for class org.apache.commons.collections4.bidimap.TreeBidiMap.AbstractView
-
Constructs a new instance.
- AbstractViewIterator(TreeBidiMap.DataElement) - Constructor for class org.apache.commons.collections4.bidimap.TreeBidiMap.AbstractViewIterator
-
Constructs a new instance.
- 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.
- accept(T) - Method in interface org.apache.commons.collections4.Closure
-
Deprecated.
- accepted - Variable in class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
The buffer containing valid elements.
- add(int) - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
-
Adds the index to the indices.
- add(int, int) - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
-
Add to the cell for the bit index.
- add(int, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- add(int, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.
- add(int, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- add(int, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
- add(int, E) - Method in class org.apache.commons.collections4.list.AbstractListDecorator
- 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 behavior.
- add(int, E) - Method in class org.apache.commons.collections4.list.PredicatedList
- 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(int, E) - Method in class org.apache.commons.collections4.list.TreeList
-
Adds a new element to the list.
- add(int, E) - Method in class org.apache.commons.collections4.list.UnmodifiableList
- 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(int, V) - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.WrappedList
- add(C) - Method in class org.apache.commons.collections4.collection.IndexedCollection
- 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) - Method in interface org.apache.commons.collections4.Bag
-
(Violation) Adds one copy 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) - Method in class org.apache.commons.collections4.bag.CollectionSortedBag
- 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) - 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(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(E) - Method in class org.apache.commons.collections4.iterators.AbstractEmptyIterator
-
Deprecated.Will be removed in 5.0 without replacement.
- add(E) - Method in class org.apache.commons.collections4.iterators.AbstractListIteratorDecorator
- 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
UnsupportedOperationExceptionwhen 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 always throws
UnsupportedOperationException. - add(E) - Method in class org.apache.commons.collections4.iterators.UnmodifiableListIterator
- add(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- add(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.
- add(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubListIterator
-
Deprecated.
- add(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- add(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
- add(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubListIterator
- add(E) - Method in class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Deprecated.Adds an object to the list.
- add(E) - Method in class org.apache.commons.collections4.list.CursorableLinkedList.SubCursor
-
Deprecated.
- add(E) - Method in class org.apache.commons.collections4.list.FixedSizeList
- 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(E) - Method in class org.apache.commons.collections4.list.SetUniqueList.SetListListIterator
- add(E) - Method in class org.apache.commons.collections4.list.TransformedList.TransformedListIterator
- add(E) - Method in class org.apache.commons.collections4.list.TreeList.TreeListIterator
- add(E) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
- add(E) - Method in interface org.apache.commons.collections4.MultiSet
-
Adds one copy of the specified object to the MultiSet.
- add(E) - 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(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(E) - Method in class org.apache.commons.collections4.set.ListOrderedSet
- 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
- add(E, int) - Method in class org.apache.commons.collections4.bag.AbstractBagDecorator
- 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, int) - Method in interface org.apache.commons.collections4.Bag
-
Adds
nCopiescopies of the specified object to the Bag. - add(E, int) - Method in class org.apache.commons.collections4.bag.CollectionBag
-
(Change) Adds
countcopies of the specified object to the Bag. - 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, int) - Method in class org.apache.commons.collections4.bag.UnmodifiableBag
- add(E, int) - Method in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
- add(E, int) - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
- 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, 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, int) - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
- 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
UnsupportedOperationExceptionwhen this method is invoked. - add(Object) - Method in class org.apache.commons.collections4.list.FixedSizeList.FixedSizeListIterator
- add(Object) - Method in class org.apache.commons.collections4.list.UnmodifiableList
- add(Object) - Method in class org.apache.commons.collections4.queue.UnmodifiableQueue
- add(Map.Entry<K, V>) - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet
- add(CellExtractor) - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
- add(CellExtractor) - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Adds the specified CellExtractor to this Bloom filter.
- 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(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(T) - Method in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Adds an item, which compares as after all items known to the Comparator.
- add(V) - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.ValuesListIterator
- add(V) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.
- addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
- addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections4.list.AbstractListDecorator
- 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 behavior.
- addAll(int, Collection<? extends E>) - Method in class org.apache.commons.collections4.list.PredicatedList
- 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(int, Collection<? extends E>) - Method in class org.apache.commons.collections4.list.UnmodifiableList
- 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(int, Collection<? extends V>) - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.WrappedList
- addAll(Collection<? extends C>) - Method in class org.apache.commons.collections4.collection.IndexedCollection
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Invokes
AbstractMapBag.add(Object)for each element in the given collection. - 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(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<? extends E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
- addAll(Collection<? extends E>) - Method in class org.apache.commons.collections4.list.FixedSizeList
- 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(Collection<? extends E>) - Method in class org.apache.commons.collections4.list.TreeList
-
Appends all 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(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(Collection<? extends E>) - Method in class org.apache.commons.collections4.set.ListOrderedSet
- 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
- addAll(Collection<? extends Map.Entry<K, V>>) - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet
- addAll(Collection<? extends V>) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- 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<C>, Iterable<? extends C>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Adds all elements in the
Iterableto 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>, Iterator<? extends C>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Adds all elements in the iteration to the given collection.
- addAll(Iterator<? extends E>, C) - Static method in class org.apache.commons.collections4.IteratorUtils
- 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(TreeList.AVLNode<E>, int) - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Appends the elements of another tree list to this tree list by efficiently merging the two AVL trees.
- 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.
- 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>...) - 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(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
-
Adds a Set to this composite.
- addComposited(Set<E>...) - Method in class org.apache.commons.collections4.set.CompositeSet
-
Adds these Sets to the list of sets in this composite
- addComposited(Set<E>, Set<E>) - Method in class org.apache.commons.collections4.set.CompositeSet
-
Adds 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.
- addEntry(AbstractPatriciaTrie.TrieEntry<K, V>, int) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Adds the given
AbstractPatriciaTrie.TrieEntryto theTrie. - addFilter() - Method in class org.apache.commons.collections4.bloomfilter.LayerManager
-
Adds a new Bloom filter to the list.
- addFirst(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Adds an element at the beginning.
- addFirst(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- 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
Iteratorto 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
-
Deprecated.Adds an element at the end.
- addLast(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- 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
-
Deprecated.Inserts a new node into the list.
- addNode(AbstractLinkedList.Node<E>, AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Inserts a new node into the list.
- addNode(AbstractLinkedListJava21.Node<E>, AbstractLinkedListJava21.Node<E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
Inserts a new node into the list.
- addNodeAfter(AbstractLinkedList.Node<E>, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Creates a new node with the specified object as its
valueand inserts it afternode. - addNodeAfter(AbstractLinkedListJava21.Node<E>, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
Creates a new node with the specified object as its
valueand inserts it afternode. - addNodeBefore(AbstractLinkedList.Node<E>, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Creates a new node with the specified object as its
valueand inserts it beforenode. - addNodeBefore(AbstractLinkedListJava21.Node<E>, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
Creates a new node with the specified object as its
valueand inserts it beforenode. - addNodeToCache(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.Adds a node to the cache, if the cache isn't full.
- addTo(C) - Method in interface org.apache.commons.collections4.iterators.IteratorOperations
-
Adds the remaining elements in the iterator to an arbitrary
Collection. - addToIndex(C) - Method in class org.apache.commons.collections4.collection.IndexedCollection
-
Provides checking for adding the index.
- advance() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashIterator
- advanceOnCount(int) - Static method in class org.apache.commons.collections4.bloomfilter.LayerManager.ExtendCheck
-
Creates a new target after a specific number of filters have been added to the current target.
- advanceOnPopulated() - Static method in class org.apache.commons.collections4.bloomfilter.LayerManager.ExtendCheck
-
Advances the target once a merge has been performed.
- advanceOnSaturation(double) - Static method in class org.apache.commons.collections4.bloomfilter.LayerManager.ExtendCheck
-
Creates a new target after the current target is saturated.
- after - Variable in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkEntry
-
The entry after this one in the order
- AFTER - Enum constant in enum org.apache.commons.collections4.comparators.FixedOrderComparator.UnknownObjectBehavior
-
After unknown object behaviors.
- all - Variable in class org.apache.commons.collections4.collection.CompositeCollection
-
Collections in the composite
- all - Variable in class org.apache.commons.collections4.set.CompositeSet
-
Sets in the composite
- 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(Collection<? extends Predicate<? super T>>) - Static method in class org.apache.commons.collections4.functors.AllPredicate
-
Creates the predicate.
- 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.
- allPredicate(Predicate<? super T>...) - Static method in class org.apache.commons.collections4.functors.AllPredicate
-
Creates 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<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.
- andCardinality(BitMapExtractor, BitMapExtractor) - Static method in class org.apache.commons.collections4.bloomfilter.SetOperations
-
Calculates the cardinality of the logical
ANDof the bit maps for the two filters. - andPredicate(Predicate<? super T>, Predicate<? super T>) - Static method in class org.apache.commons.collections4.functors.AndPredicate
-
Creates 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.
- 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.
- andThen(Iterator<X>) - Method in class org.apache.commons.collections4.iterators.ExtendedIterator
-
Chains the
otheriterator to the end of this one. - anyHasNext(List<Iterator<? extends E>>) - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Returns
trueiff anyIteratorin the given list has a next value. - anyMatch(Predicate<? super E>) - Method in class org.apache.commons.collections4.FluentIterable
-
Checks if this iterable contains any element matching the provided predicate.
- anyPredicate(Collection<? extends Predicate<? super T>>) - Static method in class org.apache.commons.collections4.functors.AnyPredicate
-
Creates the predicate.
- 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.
- anyPredicate(Predicate<? super T>...) - Static method in class org.apache.commons.collections4.functors.AnyPredicate
-
Creates 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<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.
- anyValueSet(BitSet) - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Returns
trueiff any bit in the given set istrue. - 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(DeleteCommand<T>) - Method in class org.apache.commons.collections4.sequence.EditScript
-
Add a delete command to the script.
- append(InsertCommand<T>) - Method in class org.apache.commons.collections4.sequence.EditScript
-
Add an insert command to the script.
- append(KeepCommand<T>) - Method in class org.apache.commons.collections4.sequence.EditScript
-
Add a keep command to the script.
- apply(K, int, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- apply(T) - Method in interface org.apache.commons.collections4.Transformer
-
Deprecated.
- applyDefaultFunction(Map<? super K, ?>, K, BiFunction<Map<? super K, ?>, K, R>, Function<K, R>) - Static method in class org.apache.commons.collections4.MapUtils
-
Applies the
getFunctionand returns its result if non-null, if null returns the result of applying the default function. - applyDefaultFunction(Map<? super K, ?>, K, BiFunction<Map<? super K, ?>, K, R>, Function<K, R>, R) - Static method in class org.apache.commons.collections4.MapUtils
-
Applies the
getFunctionand returns its result if non-null, if null returns the result of applying the default function. - applyDefaultValue(Map<? super K, ?>, K, BiFunction<Map<? super K, ?>, K, R>, R) - Static method in class org.apache.commons.collections4.MapUtils
-
Applies the
getFunctionand returns its result if non-null, if null returns thedefaultValue. - applyIfPresent(K, int, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- array - Variable in class org.apache.commons.collections4.iterators.ArrayIterator
-
The array to iterate over
- array - Variable in class org.apache.commons.collections4.iterators.ObjectArrayIterator
-
The array
- ArrayCountingBloomFilter - Class in org.apache.commons.collections4.bloomfilter
-
A counting Bloom filter using an int array to track cells for each enabled bit.
- ArrayCountingBloomFilter(ArrayCountingBloomFilter) - Constructor for class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
- ArrayCountingBloomFilter(Shape) - Constructor for class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
-
Constructs an empty counting Bloom filter with the specified shape.
- arrayIterator(E...) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator over an object 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(E[], int, int) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator over part of an object array.
- arrayIterator(Object) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator over an object or primitive 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(Object, int, int) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator over part of an object or primitive array.
- ArrayIterator<E> - Class in org.apache.commons.collections4.iterators
-
Implements an
Iteratorover any array. - 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
-
Constructs an ArrayIterator 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(E[], int) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets a list iterator over the end part of an object 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) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets a list iterator over an object or primitive 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(Object, int, int) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets a list iterator over part of an object or primitive array.
- ArrayListIterator<E> - Class in org.apache.commons.collections4.iterators
-
Implements a
ListIteratorover an array. - 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
-
Constructs an ArrayListIterator that will iterate over a range of values in the specified array.
- ArrayListValuedHashMap<K,
V> - Class in org.apache.commons.collections4.multimap - 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(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.
- 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.
- ArrayListValuedLinkedHashMap<K,
V> - Class in org.apache.commons.collections4.multimap -
Implements a
ListValuedMap, using aLinkedHashMapto provide data storage andArrayLists as value collections. - ArrayListValuedLinkedHashMap() - Constructor for class org.apache.commons.collections4.multimap.ArrayListValuedLinkedHashMap
-
Creates an empty ArrayListValuedHashMap with the default initial map capacity (16) and the default initial list capacity (3).
- ArrayListValuedLinkedHashMap(int) - Constructor for class org.apache.commons.collections4.multimap.ArrayListValuedLinkedHashMap
-
Creates an empty ArrayListValuedHashMap with the default initial map capacity (16) and the specified initial list capacity.
- ArrayListValuedLinkedHashMap(int, int) - Constructor for class org.apache.commons.collections4.multimap.ArrayListValuedLinkedHashMap
-
Creates an empty ArrayListValuedHashMap with the specified initial map and list capacities.
- ArrayListValuedLinkedHashMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.multimap.ArrayListValuedLinkedHashMap
-
Creates an ArrayListValuedHashMap copying all the mappings of the given map.
- ArrayListValuedLinkedHashMap(MultiValuedMap<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.multimap.ArrayListValuedLinkedHashMap
-
Creates an ArrayListValuedHashMap copying all the mappings of the given map.
- ArrayStack<E> - Class in org.apache.commons.collections4
-
Deprecated.use
ArrayDequeinstead (available from Java 1.6) - 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
ArrayStackwith an initial size. - ArrayTracker(Shape) - Constructor for class org.apache.commons.collections4.bloomfilter.IndexFilter.ArrayTracker
-
Constructs the tracker based on the shape.
- ArrayUtils - Class in org.apache.commons.collections4
-
Operations on arrays, primitive arrays (like
int[]) and primitive wrapper arrays (likeInteger[]). - ArrayUtils() - Constructor for class org.apache.commons.collections4.ArrayUtils
-
Don't allow instances.
- ary - Variable in class org.apache.commons.collections4.bloomfilter.CountingLongPredicate
- ary - Variable in class org.apache.commons.collections4.bloomfilter.CountingPredicate
- asBitMapArray() - Method in interface org.apache.commons.collections4.bloomfilter.BitMapExtractor
-
Return a copy of the BitMapExtractor data as a bit map array.
- asBitMapArray() - Method in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
- asBitMapArray() - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
- asBitMapArray() - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- asBloomFilterArray() - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilterExtractor
-
Return an array of the Bloom filters in the collection.
- 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.
- asIndexArray() - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
- asIndexArray() - Method in interface org.apache.commons.collections4.bloomfilter.IndexExtractor
-
Return a copy of the IndexExtractor data as an int array.
- asIndexArray() - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- asIterable(Enumeration<T>) - Static method in class org.apache.commons.collections4.EnumerationUtils
-
Creates an
Iterablethat wraps anEnumeration. - asIterable(Iterator<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an
Iterablethat 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 multivalued map as a
Mapfrom each distinct key to the non-empty collection of that key's associated values. - AsMap(Map<K, Collection<V>>) - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap
- AsMapEntrySet() - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap.AsMapEntrySet
- AsMapEntrySetIterator(Iterator<Map.Entry<K, Collection<V>>>) - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap.AsMapEntrySetIterator
- asMapView - Variable in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
The AsMap view
- 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(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.
- 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.
- atomic(Runnable) - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Prevents any operations from occurring on this map while the given
Runnableexecutes. - atomic(Runnable, int) - Method in class org.apache.commons.collections4.map.StaticBucketMap
- AVLNode(int, E, TreeList.AVLNode<E>, TreeList.AVLNode<E>) - Constructor for class org.apache.commons.collections4.list.TreeList.AVLNode
-
Constructs a new node with a relative position.
- AVLNode(Collection<? extends E>) - Constructor for class org.apache.commons.collections4.list.TreeList.AVLNode
-
Constructs a new AVL tree from a collection.
- AVLNode(Iterator<? extends E>, int, int, int, TreeList.AVLNode<E>, TreeList.AVLNode<E>) - Constructor for class org.apache.commons.collections4.list.TreeList.AVLNode
-
Constructs a new AVL tree from a collection.
B
- Background - Search tag in package org.apache.commons.collections4.bloomfilter
- Section
- Bag<E> - Interface in org.apache.commons.collections4
-
Defines a collection that counts the number of times an object appears in the collection.
- BagIterator(AbstractMapBag<E>) - Constructor for class org.apache.commons.collections4.bag.AbstractMapBag.BagIterator
-
Constructs a new instance.
- BagUtils - Class in org.apache.commons.collections4
- BagUtils() - Constructor for class org.apache.commons.collections4.BagUtils
-
Don't allow instances.
- balance() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Balances according to the AVL algorithm.
- base - Variable in class org.apache.commons.collections4.iterators.ExtendedIterator
-
The base iterator that we wrap
- BaseIterator() - Constructor for class org.apache.commons.collections4.map.StaticBucketMap.BaseIterator
- BasicEntry(K) - Constructor for class org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry
- BasicEntry(K, V) - Constructor for class org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry
- before - Variable in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkEntry
-
The entry before this one in the order
- BEFORE - Enum constant in enum org.apache.commons.collections4.comparators.FixedOrderComparator.UnknownObjectBehavior
-
Before unknown object behaviors.
- beforeFirst - Variable in class org.apache.commons.collections4.iterators.SingletonIterator
-
Is the cursor before the first element
- beforeFirst - Variable in class org.apache.commons.collections4.iterators.SingletonListIterator
- bf - Variable in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter.Finder
- bfIdx - Variable in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter.Finder
- BidiMap<K,
V> - Interface in org.apache.commons.collections4 -
Defines a map that allows bidirectional lookup between key and values.
- BidiMapIterator(AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.BidiMapIterator
-
Constructs a new instance.
- BidiOrderedMapIterator(AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections4.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
Constructs a new instance.
- bitIndex - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry
-
The index this entry is comparing.
- bitIndex(String, int, int, String, int, int) - Method in class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
- bitIndex(K, int, int, K, int, int) - Method in class org.apache.commons.collections4.trie.KeyAnalyzer
-
Returns the n-th different bit between key and other.
- bitIndex(K, K) - Method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie
-
Utility method for calling
KeyAnalyzer.bitIndex(Object, int, int, Object, int, int). - bitMap - Variable in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
-
The array of bit map longs that defines this Bloom filter.
- BitMapExtractor - Interface in org.apache.commons.collections4.bloomfilter
-
Produces bit map longs for a Bloom filter.
- BitMaps - Class in org.apache.commons.collections4.bloomfilter
-
Contains functions to convert
intindices into Bloom filter bit positions and visa versa. - BitMaps() - Constructor for class org.apache.commons.collections4.bloomfilter.BitMaps
-
Do not instantiate.
- BitMapTracker(Shape) - Constructor for class org.apache.commons.collections4.bloomfilter.IndexFilter.BitMapTracker
-
Constructs a bit map based tracker for the specified shape.
- bits - Variable in class org.apache.commons.collections4.bloomfilter.IndexFilter.BitMapTracker
- bitsPerElement() - Method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie
-
Returns the number of bits per element in the key
- bitsPerElement() - Method in class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
- bitsPerElement() - Method in class org.apache.commons.collections4.trie.KeyAnalyzer
-
Returns the number of bits per element in the key.
- blackColor - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- BloomFilter - Search tag in package org.apache.commons.collections4.bloomfilter
- Section
- BloomFilter<T> - Interface in org.apache.commons.collections4.bloomfilter
-
The interface that describes a Bloom filter.
- BloomFilterExtractor - Interface in org.apache.commons.collections4.bloomfilter
-
Produces Bloom filters from a collection (for example,
LayeredBloomFilter). - booleanComparator(boolean) - Static method in class org.apache.commons.collections4.comparators.BooleanComparator
-
Returns a BooleanComparator instance that sorts
<em>trueFirst</em>values before!<em>trueFirst</em>values. - booleanComparator(boolean) - Static method in class org.apache.commons.collections4.ComparatorUtils
-
Gets a Comparator that can sort Boolean objects.
- BooleanComparator - Class in org.apache.commons.collections4.comparators
-
A
ComparatorforBooleanobjects that can sort either true or false first. - BooleanComparator() - Constructor for class org.apache.commons.collections4.comparators.BooleanComparator
-
Creates a
BooleanComparatorthat sortsfalsevalues beforetruevalues. - BooleanComparator(boolean) - Constructor for class org.apache.commons.collections4.comparators.BooleanComparator
-
Creates a
BooleanComparatorthat sorts<em>trueFirst</em>values before!<em>trueFirst</em>values. - BoundedCollection<E> - Interface in org.apache.commons.collections4
-
Defines a collection that is bounded in size.
- boundedIterable(Iterable<E>, long) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns a view of the given iterable that contains at most the given number of elements.
- boundedIterator(Iterator<? extends E>, long) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Decorates the specified iterator to return at most the given number of elements.
- boundedIterator(Iterator<? extends E>, long, long) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Decorates the specified iterator to return at most the given number of elements, skipping all elements until the iterator reaches the position at
offset. - BoundedIterator<E> - Class in org.apache.commons.collections4.iterators
-
Decorates another iterator to return elements in a specific range.
- BoundedIterator(Iterator<? extends E>, long, long) - Constructor for class org.apache.commons.collections4.iterators.BoundedIterator
-
Decorates the specified iterator to return at most the given number of elements, skipping all elements until the iterator reaches the position at
offset. - BoundedMap<K,
V> - Interface in org.apache.commons.collections4 -
Defines a map that is bounded in size.
- broadcastNodeChanged(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Informs all of my registered cursors that the specified element was changed.
- broadcastNodeInserted(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Informs all of my registered cursors that the specified element was just added to my list.
- broadcastNodeRemoved(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Informs all of my registered cursors that the specified element was just removed from my list.
- bucket - Variable in class org.apache.commons.collections4.map.StaticBucketMap.BaseIterator
- buckets - Variable in class org.apache.commons.collections4.map.StaticBucketMap
-
The array of buckets, where the actual data is held
- builder() - Static method in class org.apache.commons.collections4.bloomfilter.LayerManager
-
Creates a new Builder with defaults of
LayerManager.ExtendCheck.neverAdvance()andLayerManager.Cleanup.noCleanup(). - builder() - Static method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Creates a new Builder.
- builder(Predicate<? super E>) - Static method in class org.apache.commons.collections4.collection.PredicatedCollection
-
Returns a Builder with the given predicate.
- Builder() - Constructor for class org.apache.commons.collections4.bloomfilter.LayerManager.Builder
- Builder() - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
-
Constructs a new instances of
ConcurrentReferenceHashMap. - Builder(Predicate<? super E>) - Constructor for class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
Constructs a PredicatedCollectionBuilder with the specified Predicate.
- buildScript(int, int, int, int, EditScript<T>) - Method in class org.apache.commons.collections4.sequence.SequencesComparator
-
Build an edit script.
- buildSnake(int, int, int, int) - Method in class org.apache.commons.collections4.sequence.SequencesComparator
-
Build a snake.
C
- cached - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.EntrySet
- CachedEntryIterator() - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.CachedEntryIterator
- cacheSize - Variable in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.The size of the cache.
- calculatedHashCode - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- calculateHashCode(Object[]) - Method in class org.apache.commons.collections4.keyvalue.MultiKey
-
Calculate the hash code of the instance using the provided keys.
- calculateNewCapacity(int) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Calculates the new capacity of the map.
- calculateNumberOfHashFunctions(int, int) - Static method in class org.apache.commons.collections4.bloomfilter.Shape
-
Calculates the number of hash functions given numberOfItems and numberOfBits.
- calculateThreshold(int, float) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Calculates the new threshold of the map, where it will be resized.
- callCounter - Variable in class org.apache.commons.collections4.iterators.LazyIteratorChain
-
The number of times
LazyIteratorChain.next()was already called. - canGetSet - Variable in class org.apache.commons.collections4.map.SingletonMap.SingletonMapIterator
- CANNOT_REMOVE_MESSAGE - Static variable in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
Message used when set or add are called.
- canRemove - Variable in class org.apache.commons.collections4.bag.AbstractMapBag.BagIterator
- 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.iterators.EntrySetMapIterator
- canRemove - Variable in class org.apache.commons.collections4.map.Flat3Map.FlatMapIterator
- 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.MapBasedMultiSetIterator
- canRemove - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.UniqueSetIterator
-
Whether remove is allowed at present
- canRemove - Variable in class org.apache.commons.collections4.multiset.AbstractMultiSet.MultiSetIterator
- cardinality - Variable in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
-
The cardinality of this Bloom filter.
- cardinality() - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
- cardinality() - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Gets the cardinality (number of enabled bits) of this Bloom filter.
- cardinality() - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- cardinality() - Method in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
- cardinality() - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
- cardinality() - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- cardinality(BitMapExtractor) - Static method in class org.apache.commons.collections4.bloomfilter.SetOperations
-
Calculates the cardinality of a BitMapExtractor.
- cardinality(BitMapExtractor, BitMapExtractor, LongBinaryOperator) - Static method in class org.apache.commons.collections4.bloomfilter.SetOperations
-
Calculates the cardinality of the result of a LongBinaryOperator using the
BitMapExtractor.makePredicatemethod. - cardinality(O, Iterable<? super O>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Deprecated.since 4.1, use
IterableUtils.frequency(Iterable, Object)instead. Be aware that the order of parameters has changed. - cardinalityA - Variable in class org.apache.commons.collections4.CollectionUtils.CardinalityHelper
-
Contains the cardinality for each object in collection A.
- cardinalityB - Variable in class org.apache.commons.collections4.CollectionUtils.CardinalityHelper
-
Contains the cardinality for each object in collection B.
- CardinalityHelper(Iterable<? extends O>, Iterable<? extends O>) - Constructor for class org.apache.commons.collections4.CollectionUtils.CardinalityHelper
-
Creates a new CardinalityHelper for two collections.
- CartesianProductIterator<E> - Class in org.apache.commons.collections4.iterators
-
This iterator creates a Cartesian product of the input iterables, equivalent to nested for-loops.
- CartesianProductIterator(Iterable<? extends E>...) - Constructor for class org.apache.commons.collections4.iterators.CartesianProductIterator
-
Constructs a new
CartesianProductIteratorinstance with given iterables. - 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.
- castKey(Object) - Method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie
-
A utility method to cast keys.
- CatchAndRethrowClosure<T> - Class in org.apache.commons.collections4.functors
-
Closurethat catches any checked exception and re-throws it as aFunctorExceptionruntime exception. - CatchAndRethrowClosure() - Constructor for class org.apache.commons.collections4.functors.CatchAndRethrowClosure
-
Constructs a new instance.
- 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
- ceilingEntry(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such key.
- CellExtractor - Interface in org.apache.commons.collections4.bloomfilter
-
Some Bloom filter implementations use a count rather than a bit flag.
- CellExtractor.CellPredicate - Interface in org.apache.commons.collections4.bloomfilter
-
Represents an operation that accepts an
<index, count>pair. - cells - Variable in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
-
The cell for each bit index in the filter.
- 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(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.
- 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(Closure<? super E>...) - Static method in class org.apache.commons.collections4.functors.ChainedClosure
-
Factory method that performs validation and copies the parameter array.
- ChainedClosure<T> - Class in org.apache.commons.collections4.functors
-
Closure implementation that chains the specified closures together.
- ChainedClosure(boolean, Closure<? super T>...) - Constructor for class org.apache.commons.collections4.functors.ChainedClosure
-
Hidden constructor for the use by the static factory methods.
- ChainedClosure(Closure<? super T>...) - Constructor for class org.apache.commons.collections4.functors.ChainedClosure
-
Constructor that performs no validation.
- chainedComparator(Collection<Comparator<E>>) - Static method in class org.apache.commons.collections4.ComparatorUtils
-
Gets a comparator that compares using a collection of
Comparators, applied in (default iterator) sequence until one returns not equal or the collection is exhausted. - chainedComparator(Comparator<E>...) - Static method in class org.apache.commons.collections4.ComparatorUtils
-
Gets a comparator that compares using an array of
Comparators, applied in sequence until one returns not equal or the array is exhausted. - chainedIterable(Iterable<? extends E>...) - Static method in class org.apache.commons.collections4.IterableUtils
-
Combines the provided iterables into a single iterable.
- 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.
- chainedIterator(Collection<? extends Iterator<? extends E>>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that iterates through a collections of
Iterators 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
Iterators one after another. - chainedIterator(Iterator<? extends E>, Iterator<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that iterates through two
Iterators one after another. - chainedIterator(Iterator<? extends Iterator<? extends E>>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that iterates through an
Iteratorof Iterators one after another. - 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(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.
- 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(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<T> - Class in org.apache.commons.collections4.functors
-
Transformer implementation that chains the specified transformers together.
- ChainedTransformer(boolean, Transformer<? super T, ? extends T>[]) - Constructor for class org.apache.commons.collections4.functors.ChainedTransformer
-
Hidden constructor for the use by the static factory methods.
- ChainedTransformer(Transformer<? super T, ? extends T>...) - Constructor for class org.apache.commons.collections4.functors.ChainedTransformer
-
Constructor that performs no validation.
- chainExhausted - Variable in class org.apache.commons.collections4.iterators.LazyIteratorChain
-
Indicates that the Iterator chain has been exhausted.
- characteristics() - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
- characteristics() - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Gets the characteristics of the filter.
- characteristics() - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- characteristics() - Method in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
- characteristics() - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
- characteristics() - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- CharSequenceAsList(CharSequence) - Constructor for class org.apache.commons.collections4.ListUtils.CharSequenceAsList
- checkBound(int, int, String) - Method in class org.apache.commons.collections4.iterators.ArrayIterator
-
Checks whether the index is valid or not.
- checkBounds() - Method in class org.apache.commons.collections4.iterators.BoundedIterator
-
Checks whether the iterator is still within its bounded range.
- checkCalculatedProbability(double) - Static method in class org.apache.commons.collections4.bloomfilter.Shape
-
Checks the calculated probability is
< 1.0. - checkCapacity() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Checks the capacity of the map and enlarges it if necessary.
- checkChainIntegrity() - Method in class org.apache.commons.collections4.comparators.ComparatorChain
-
Throws an exception if the
ComparatorChainis empty. - checkIndexBounds(int) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Ensures an index is not negative.
- checkInterval(int, int, int) - Method in class org.apache.commons.collections4.list.TreeList
-
Checks whether the index is valid.
- checkKey(Object) - Static method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Checks a key for validity (non-null and implements Comparable)
- checkKey(MultiKey<?>) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Check to ensure that input keys are valid MultiKey objects.
- checkKeyAndValue(Object, Object) - Static method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Checks a key and a value for validity (non-null and implements Comparable)
- checkLocked() - Method in class org.apache.commons.collections4.comparators.ComparatorChain
-
Throws an exception if the
ComparatorChainis locked. - checkLocked() - Method in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Checks to see whether the comparator is now locked against further changes.
- checkLocked() - Method in class org.apache.commons.collections4.iterators.IteratorChain
-
Checks whether the iterator chain is now locked and in use.
- checkMod() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
- checkModCount() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.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
-
Deprecated.Throws a
ConcurrentModificationExceptionif this instance fails its concurrency check. - checkModCount() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
-
Checks the modification count of the list is the value that this object expects.
- checkModCount() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
-
Throws a
ConcurrentModificationExceptionif this instance fails its concurrency check. - checkModCount() - Method in class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Deprecated.Override superclass modCount check, and replace it with our valid flag.
- checkModCount() - Method in class org.apache.commons.collections4.list.TreeList.TreeListIterator
-
Checks the modification count of the list is the value that this object expects.
- checkNonNullComparable(Object, TreeBidiMap.DataElement) - Static method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Checks if an object is fit to be proper input ...
- checkNotNull(Iterable<?>...) - Static method in class org.apache.commons.collections4.IterableUtils
-
Fail-fast check for null arguments.
- checkNotStarted() - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Throws
IllegalStateExceptionif iteration has started viaCollatingIterator.start(). - checkNumberOfBits(int) - Static method in class org.apache.commons.collections4.bloomfilter.Shape
-
Checks number of bits is strictly positive.
- checkNumberOfHashFunctions(int) - Static method in class org.apache.commons.collections4.bloomfilter.Shape
-
Checks number of hash functions is strictly positive.
- checkNumberOfItems(int) - Static method in class org.apache.commons.collections4.bloomfilter.Shape
-
Checks number of items is strictly positive.
- checkProbability(double) - Static method in class org.apache.commons.collections4.bloomfilter.Shape
-
Checks the probability is in the range 0.0, exclusive, to 1.0, exclusive.
- checkSetValue(U) - Method in class org.apache.commons.collections4.splitmap.TransformedSplitMap
-
Override to transform the value when using
setValue. - checkSetValue(V) - Method in class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator
-
Hook method called when a value is being set using
setValue. - 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. - checkValue(Object) - Static method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Checks a value for validity (non-null and implements Comparable)
- 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.
- clazz - Variable in class org.apache.commons.collections4.map.MultiValueMap.ReflectionFactory
-
Deprecated.
- cleanup - Variable in class org.apache.commons.collections4.bloomfilter.LayerManager.Builder
- cleanup() - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Forces the execution of the cleanup Consumer that was provided when the associated LayerManager was built.
- cleanup() - Method in class org.apache.commons.collections4.bloomfilter.LayerManager
-
Forces execution the configured cleanup without creating a new filter except in cases where the cleanup removes all the layers.
- Cleanup() - Constructor for class org.apache.commons.collections4.bloomfilter.LayerManager.Cleanup
- 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.AbstractView
- 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.TreeBidiMap.Inverse
- 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.bloomfilter.ArrayCountingBloomFilter
- clear() - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Clears the filter to by resetting it to its initial, unpopulated state.
- clear() - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- clear() - Method in class org.apache.commons.collections4.bloomfilter.LayerManager
-
Removes all the filters from the layer manager, and sets up a new one as the target.
- clear() - Method in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
- clear() - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
- clear() - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- 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
-
Deprecated.
- clear() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.
- clear() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- clear() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.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.ConcurrentReferenceHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.EntrySet
- clear() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.KeySet
- clear() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- clear() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Values
- 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.Flat3Map.EntrySet
- clear() - Method in class org.apache.commons.collections4.map.Flat3Map.KeySet
- clear() - Method in class org.apache.commons.collections4.map.Flat3Map.Values
- clear() - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- clear() - Method in class org.apache.commons.collections4.map.ListOrderedMap
- clear() - Method in class org.apache.commons.collections4.map.ListOrderedMap.EntrySetView
- clear() - Method in class org.apache.commons.collections4.map.ListOrderedMap.KeySetView
- clear() - Method in class org.apache.commons.collections4.map.ListOrderedMap.ValuesView
- clear() - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Clear the map.
- clear() - Method in class org.apache.commons.collections4.map.MultiValueMap.Values
-
Deprecated.
- 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.SingletonMap.SingletonValues
- 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.StaticBucketMap.EntrySet
- clear() - Method in class org.apache.commons.collections4.map.StaticBucketMap.KeySet
- clear() - Method in class org.apache.commons.collections4.map.StaticBucketMap.Values
- 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.AsMap.AsMapEntrySet
- clear() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap
- clear() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
- clear() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.Values
- clear() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- 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 class org.apache.commons.collections4.properties.OrderedProperties
- clear() - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- clear() - Method in interface org.apache.commons.collections4.Put
-
Removes all of the mappings from this map.
- 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.SplitMapUtils.WrappedGet
- clear() - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- clear() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- clear() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.EntrySet
- clear() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.KeySet
- clear() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- clear() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.Values
- clear() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- clear(int) - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Clears the
CollatingIterator.valuesandCollatingIterator.valueSetattributes at position i. - clearNextObject() - Method in class org.apache.commons.collections4.iterators.FilterListIterator
- clearPreviousObject() - Method in class org.apache.commons.collections4.iterators.FilterListIterator
- 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() - 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.
- CloneTransformer<T> - Class in org.apache.commons.collections4.functors
-
Transformer implementation that returns a clone of the input object.
- CloneTransformer() - Constructor for class org.apache.commons.collections4.functors.CloneTransformer
-
Constructs a new instance.
- close() - Method in class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Deprecated.Mark this cursor as no longer being needed.
- Closure<T> - Interface in org.apache.commons.collections4
-
Deprecated.Use
Consumer. - closureTransformer(Closure<? super T>) - Static method in class org.apache.commons.collections4.functors.ClosureTransformer
-
Factory method that performs validation.
- 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.
- ClosureUtils - Class in org.apache.commons.collections4
-
ClosureUtilsprovides reference implementations and utilities for the Closure functor interface. - ClosureUtils() - Constructor for class org.apache.commons.collections4.ClosureUtils
-
Don't allow instances.
- coerce(P) - Static method in class org.apache.commons.collections4.functors.FunctorUtils
-
A very simple method that coerces Predicateinvalid input: '<'? super T> to Predicate
. - 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 a comparator.
- 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.
- 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>, 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
Iterators. - 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
Iterators. - 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
Iterators. - 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
CollatingIteratorthat will use the specified comparator for ordering. - CollatingIterator(Comparator<? super E>, int) - Constructor for class org.apache.commons.collections4.iterators.CollatingIterator
-
Constructs a new
CollatingIteratorthat will use the specified comparator for ordering and have the specified initial capacity. - CollatingIterator(Comparator<? super E>, Collection<Iterator<? extends E>>) - Constructor for class org.apache.commons.collections4.iterators.CollatingIterator
-
Constructs a new
CollatingIteratorthat will use the specified comparator to provide ordered iteration over the collection of iterators. - CollatingIterator(Comparator<? super E>, Iterator<? extends E>[]) - Constructor for class org.apache.commons.collections4.iterators.CollatingIterator
-
Constructs a new
CollatingIteratorthat will use the specified comparator to provide ordered iteration over the array of iterators. - CollatingIterator(Comparator<? super E>, Iterator<? extends E>, Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.CollatingIterator
-
Constructs a new
CollatingIteratorthat will use the specified comparator to provide ordered iteration over the two given iterators. - 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(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<? 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.
- 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.
- collection - Variable in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
-
The collection being decorated
- collection - Variable in class org.apache.commons.collections4.collection.SynchronizedCollection
-
The collection to decorate
- collection - Variable in class org.apache.commons.collections4.iterators.EnumerationIterator
-
The collection to remove elements from
- collection - Variable in class org.apache.commons.collections4.iterators.LoopingIterator
-
The collection to base the iterator on
- 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.
- CollectionBag<E> - Class in org.apache.commons.collections4.bag
-
Decorates another
Bagto comply with the Collection contract. - CollectionBag(Bag<E>) - Constructor for class org.apache.commons.collections4.bag.CollectionBag
-
Constructor that wraps (not copies).
- collectionFactory - Variable in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.The factory for creating value collections.
- 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.
- CollectionSortedBag<E> - Class in org.apache.commons.collections4.bag
-
Decorates another
SortedBagto comply with the Collection contract. - CollectionSortedBag(SortedBag<E>) - Constructor for class org.apache.commons.collections4.bag.CollectionSortedBag
-
Constructor that wraps (not copies).
- CollectionUtils - Class in org.apache.commons.collections4
-
Provides utility methods and decorators for
Collectioninstances. - CollectionUtils() - Constructor for class org.apache.commons.collections4.CollectionUtils
-
Don't allow instances.
- CollectionUtils.CardinalityHelper<O> - Class in org.apache.commons.collections4
-
Helper class to easily access cardinality properties of two collections.
- CollectionUtils.EquatorWrapper<O> - Class in org.apache.commons.collections4
-
Wraps another object and uses the provided Equator to implement
CollectionUtils.EquatorWrapper.equals(Object)andCollectionUtils.EquatorWrapper.hashCode(). - CollectionUtils.SetOperationCardinalityHelper<O> - Class in org.apache.commons.collections4
-
Helper class for set-related operations, for example union, subtract, intersection.
- COLON - Static variable in class org.apache.commons.collections4.CollectionUtils
-
A String for Colon (":").
- COMMA - Static variable in class org.apache.commons.collections4.CollectionUtils
-
A String for Comma (",").
- commands - Variable in class org.apache.commons.collections4.sequence.EditScript
-
Container for the commands.
- CommandVisitor<T> - Interface in org.apache.commons.collections4.sequence
-
This interface should be implemented by user object to walk through
EditScriptobjects. - comparableComparator() - Static method in class org.apache.commons.collections4.comparators.ComparableComparator
-
Gets the singleton instance of a ComparableComparator.
- ComparableComparator<E> - Class in org.apache.commons.collections4.comparators
-
A
Comparatorthat comparesComparableobjects. - ComparableComparator() - Constructor for class org.apache.commons.collections4.comparators.ComparableComparator
-
Constructor whose use should be avoided.
- comparator - Variable in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
The key comparator to use
- comparator - Variable in class org.apache.commons.collections4.comparators.ReverseComparator
-
The comparator being decorated.
- comparator - Variable in class org.apache.commons.collections4.functors.ComparatorPredicate
-
The comparator to use for comparison
- comparator - Variable in class org.apache.commons.collections4.iterators.CollatingIterator
-
The
Comparatorused to evaluate order. - 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.AbstractPatriciaTrie.AbstractRangeMap
- comparator() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- comparator() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- comparatorChain - Variable in class org.apache.commons.collections4.comparators.ComparatorChain
-
The list of comparators in the chain.
- 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
-
Constructs a ComparatorChain with no Comparators.
- ComparatorChain(Comparator<E>) - Constructor for class org.apache.commons.collections4.comparators.ComparatorChain
-
Constructs a ComparatorChain with a single Comparator, sorting in the forward order
- ComparatorChain(Comparator<E>, boolean) - Constructor for class org.apache.commons.collections4.comparators.ComparatorChain
-
Constructs 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
-
Constructs a ComparatorChain from the Comparators in the List.
- ComparatorChain(List<Comparator<E>>, BitSet) - Constructor for class org.apache.commons.collections4.comparators.ComparatorChain
-
Constructs a ComparatorChain from the Comparators in the given List.
- comparatorPredicate(T, Comparator<T>) - Static method in class org.apache.commons.collections4.functors.ComparatorPredicate
-
Creates the comparator predicate
- comparatorPredicate(T, Comparator<T>, ComparatorPredicate.Criterion) - Static method in class org.apache.commons.collections4.functors.ComparatorPredicate
-
Creates the comparator predicate
- 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.Criterion - Enum in org.apache.commons.collections4.functors
-
Enumerates the comparator criteria.
- ComparatorUtils - Class in org.apache.commons.collections4
-
Provides convenient static utility methods for
Comparatorobjects. - ComparatorUtils() - Constructor for class org.apache.commons.collections4.ComparatorUtils
-
Don't allow instances.
- compare(E, E) - Method in class org.apache.commons.collections4.comparators.ComparableComparator
-
Compare the two
Comparablearguments. - compare(E, E) - Method in class org.apache.commons.collections4.comparators.ComparatorChain
-
Perform comparisons on the Objects as per Comparator.compare(o1,o2).
- 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(Boolean, Boolean) - Method in class org.apache.commons.collections4.comparators.BooleanComparator
- compare(Object, Object) - Static method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie
-
Delegates to
Objects.equals(Object, Object). - compare(K, K) - Method in class org.apache.commons.collections4.trie.KeyAnalyzer
- compare(T, T) - Static method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Compares two objects.
- compare(T, T) - Method in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Compares two objects according to the order of this Comparator.
- compareKeys(K, K) - Method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie
-
A utility method for calling
KeyAnalyzer.compare(Object, Object) - composite - Variable in class org.apache.commons.collections4.map.CompositeMap
-
Array of all maps in the composite
- 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>...) - Constructor for class org.apache.commons.collections4.collection.CompositeCollection
-
Create a Composite Collection with an array of collections.
- CompositeCollection(Collection<E>, Collection<E>) - Constructor for class org.apache.commons.collections4.collection.CompositeCollection
-
Create a Composite Collection with two 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>...) - 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(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.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
-
Creates an empty CompositeSet.
- CompositeSet(Set<E>) - Constructor for class org.apache.commons.collections4.set.CompositeSet
-
Creates a CompositeSet with just
setcomposited. - CompositeSet(Set<E>...) - Constructor for class org.apache.commons.collections4.set.CompositeSet
-
Creates a composite set with sets as the initial set of composited Sets.
- CompositeSet.SetMutator<E> - Interface in org.apache.commons.collections4.set
-
Defines callbacks for mutation operations.
- compute(Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class org.apache.commons.collections4.properties.OrderedProperties
- compute(Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
- computeIfAbsent(Object, Function<? super Object, ? extends Object>) - Method in class org.apache.commons.collections4.properties.OrderedProperties
- computeIfAbsent(Object, Function<? super Object, ? extends Object>) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
The default implementation is equivalent to the following steps for this
map, then returning the current value ornullif now absent: - computeIfPresent(Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
- concurrencyLevel - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
- ConcurrentReferenceHashMap<K,
V> - Class in org.apache.commons.collections4.map -
An advanced hash map supporting configurable garbage collection semantics of keys and values, optional referential-equality, full concurrency of retrievals, and adjustable expected concurrency for updates.
- ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial capacity, reference types, load factor, and concurrency level.
- ConcurrentReferenceHashMap.Builder<K,
V> - Class in org.apache.commons.collections4.map -
Builds new ConcurrentReferenceHashMap instances.
- ConcurrentReferenceHashMap.CachedEntryIterator - Class in org.apache.commons.collections4.map
-
The basic strategy is to subdivide the table among Segments, each of which itself is a concurrently readable hash table.
- ConcurrentReferenceHashMap.EntryIterator - Class in org.apache.commons.collections4.map
- ConcurrentReferenceHashMap.EntrySet - Class in org.apache.commons.collections4.map
- ConcurrentReferenceHashMap.HashEntry<K,
V> - Class in org.apache.commons.collections4.map -
ConcurrentReferenceHashMap list entry.
- ConcurrentReferenceHashMap.HashIterator - Class in org.apache.commons.collections4.map
- ConcurrentReferenceHashMap.InitializableEntry<K,
V> - Class in org.apache.commons.collections4.map - ConcurrentReferenceHashMap.KeyIterator - Class in org.apache.commons.collections4.map
- ConcurrentReferenceHashMap.KeyReference - Interface in org.apache.commons.collections4.map
- ConcurrentReferenceHashMap.KeySet - Class in org.apache.commons.collections4.map
- ConcurrentReferenceHashMap.Option - Enum in org.apache.commons.collections4.map
-
Behavior-changing configuration options for the map
- ConcurrentReferenceHashMap.ReferenceType - Enum in org.apache.commons.collections4.map
-
An option specifying which Java reference type should be used to refer to a key and/or value.
- ConcurrentReferenceHashMap.Segment<K,
V> - Class in org.apache.commons.collections4.map -
Segments are specialized versions of hash tables.
- ConcurrentReferenceHashMap.SimpleEntry<K,
V> - Class in org.apache.commons.collections4.map - ConcurrentReferenceHashMap.SoftKeyReference<K> - Class in org.apache.commons.collections4.map
-
A soft-key reference which stores the key hash needed for reclamation.
- ConcurrentReferenceHashMap.SoftValueReference<V> - Class in org.apache.commons.collections4.map
- ConcurrentReferenceHashMap.ValueIterator - Class in org.apache.commons.collections4.map
- ConcurrentReferenceHashMap.Values - Class in org.apache.commons.collections4.map
- ConcurrentReferenceHashMap.WeakKeyReference<K> - Class in org.apache.commons.collections4.map
-
A weak-key reference which stores the key hash needed for reclamation.
- ConcurrentReferenceHashMap.WeakValueReference<V> - Class in org.apache.commons.collections4.map
- ConcurrentReferenceHashMap.WriteThroughEntry - Class in org.apache.commons.collections4.map
-
Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying map.
- 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) - Static method in class org.apache.commons.collections4.functors.ConstantFactory
-
Factory method that performs validation.
- 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.
- 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
-
Constructs 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
-
Constructs a policy with the given time-to-live constant measured in the given time unit of measure.
- 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.
- ConstantTransformer<T,
R> - Class in org.apache.commons.collections4.functors -
Transformer implementation that returns the same constant each time.
- ConstantTransformer(R) - Constructor for class org.apache.commons.collections4.functors.ConstantTransformer
-
Constructor that performs no validation.
- consumer - Variable in class org.apache.commons.collections4.bloomfilter.IndexFilter
- contains(long[], int) - Static method in class org.apache.commons.collections4.bloomfilter.BitMaps
-
Checks if the specified index bit is enabled in the array of bit maps.
- 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(Iterable<E>, Object) - Static method in class org.apache.commons.collections4.IterableUtils
-
Checks if the object is contained in the given iterable.
- 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.bidimap.TreeBidiMap.EntryView
- contains(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.InverseEntryView
- contains(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.KeyView
- contains(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.ValueView
- 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(Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- contains(Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- 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.map.ConcurrentReferenceHashMap.EntrySet
- contains(Object) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.KeySet
- contains(Object) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Values
- contains(Object) - Method in class org.apache.commons.collections4.map.Flat3Map.KeySet
- contains(Object) - Method in class org.apache.commons.collections4.map.Flat3Map.Values
- contains(Object) - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- contains(Object) - Method in class org.apache.commons.collections4.map.ListOrderedMap.EntrySetView
- contains(Object) - Method in class org.apache.commons.collections4.map.ListOrderedMap.KeySetView
- contains(Object) - Method in class org.apache.commons.collections4.map.ListOrderedMap.ValuesView
- contains(Object) - Method in class org.apache.commons.collections4.map.SingletonMap.SingletonValues
- contains(Object) - Method in class org.apache.commons.collections4.map.StaticBucketMap.EntrySet
- contains(Object) - Method in class org.apache.commons.collections4.map.StaticBucketMap.KeySet
- contains(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap.AsMapEntrySet
- contains(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.KeysMultiSet
- contains(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- 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.properties.PropertiesFactory.EmptyProperties
- 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
- contains(Object) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.EntrySet
- contains(Object) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.KeySet
- contains(Object) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntrySet
- contains(Object) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.Values
- contains(Object[], Object) - Static method in class org.apache.commons.collections4.ArrayUtils
-
Checks if the object is in the given array.
- contains(Iterator<E>, Object) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Checks if the object is contained in the given iterator.
- contains(BitMapExtractor) - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
- contains(BitMapExtractor) - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Returns
trueif this filter contains the bits specified in the bit maps produced by the bitMapExtractor. - contains(BitMapExtractor) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- contains(BitMapExtractor) - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
- contains(BitMapExtractor) - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- contains(BloomFilter) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Returns
trueif this any layer contained by this filter contains the specified filter. - contains(BloomFilter<?>) - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Returns
trueif this filter contains the specified filter. - contains(BloomFilter<?>) - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- contains(BloomFilterExtractor) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Returns
trueif each filter within thebloomFilterExtractorexits within this filter. - contains(Hasher) - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Returns
trueif this filter contains the bits specified in the hasher. - contains(Hasher) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- contains(Hasher) - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- contains(IndexExtractor) - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
- contains(IndexExtractor) - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Returns
trueif this filter contains the indices specified IndexExtractor. - contains(IndexExtractor) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- contains(IndexExtractor) - Method in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
- contains(IndexExtractor) - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
- contains(IndexExtractor) - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- 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
trueif 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
trueif 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<?>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.list.SetUniqueList
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.map.ListOrderedMap.EntrySetView
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- containsAll(Collection<?>) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.UniqueSet
- containsAll(Collection<?>) - Method in interface org.apache.commons.collections4.MultiSet
-
Returns
trueif 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
- containsAll(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns
trueiff all elements ofcoll2are also contained incoll1. - containsAll(Bag<?>) - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Returns
trueif the bag contains all elements in the given collection, respecting cardinality. - containsAny(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns
trueiff at least one element is in both collections. - containsAny(Collection<?>, T...) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns
trueiff 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 a mapping for the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- containsKey(Object) - Method in interface org.apache.commons.collections4.Get
-
Tests for presence of a given key.
- 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
trueif this map contains a mapping for the specified key. - containsKey(Object) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Tests if the specified object is a key in this table.
- containsKey(Object) - Method in class org.apache.commons.collections4.map.Flat3Map
-
Checks whether the map contains the specified 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.AsMap
- 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
trueif this map contains a mapping for the specified key. - containsKey(Object) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- containsKey(Object) - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
- containsKey(Object) - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedGet
- containsKey(Object) - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- containsKey(Object) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
- containsKey(Object) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- containsKey(Object) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- containsKey(Object, int) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- 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.
- 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 a mapping for the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- containsValue(Object) - Method in interface org.apache.commons.collections4.Get
-
Tests for presence of a given value.
- 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
trueif this map maps one or more keys to the specified value. - containsValue(Object) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Returns
trueif this map maps one or more keys to the specified value. - containsValue(Object) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- 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) - 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.properties.PropertiesFactory.EmptyProperties
- containsValue(Object) - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
- containsValue(Object) - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedGet
- containsValue(Object) - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- containsValue(Object) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- containsValue(Object, Object) - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Checks whether the collection at the specified key contains the value.
- 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
-
Overrides convertKey() from
AbstractHashedMapto convert keys to lower case. - convertToMap() - Method in class org.apache.commons.collections4.map.Flat3Map
-
Converts the flat map data to a map.
- copy() - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
-
Creates a new instance of this
ArrayCountingBloomFilterwith the same properties as the current one. - copy() - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Creates a new instance of this
BloomFilterwith the same properties as the current one. - copy() - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Creates a new instance of this
LayeredBloomFilterwith the same properties as the current one. - copy() - Method in class org.apache.commons.collections4.bloomfilter.LayerManager
-
Creates a deep copy of this
LayerManager. - copy() - Method in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
-
Creates a new instance of this
SimpleBloomFilterwith the same properties as the current one. - copy() - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
-
Creates a new instance of this
SparseBloomFilterwith the same properties as the current one. - copy(T...) - Static method in class org.apache.commons.collections4.functors.FunctorUtils
-
Clones the consumers to ensure that the internal references can't be updated.
- copyColor(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
-
Makes this node the same color as another.
- copyColor(TreeBidiMap.Node<K, V>, TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Copies the color from one node to another, dealing with the fact that one or both nodes may, in fact, be null.
- 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.
- cosineDistance(BitMapExtractor, BitMapExtractor) - Static method in class org.apache.commons.collections4.bloomfilter.SetOperations
-
Calculates the Cosine distance between two BitMapExtractor.
- cosineSimilarity(BitMapExtractor, BitMapExtractor) - Static method in class org.apache.commons.collections4.bloomfilter.SetOperations
-
Calculates the Cosine similarity between two BitMapExtractors.
- cosineSimilarity(BloomFilter<?>, BloomFilter<?>) - Static method in class org.apache.commons.collections4.bloomfilter.SetOperations
-
Calculates the Cosine similarity between two Bloom filters.
- count - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
-
The number of elements in this segment's region.
- counter - Variable in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Counter used in determining the position in the map
- CountingBloomFilter - Search tag in package org.apache.commons.collections4.bloomfilter
- Section
- CountingBloomFilter - Interface in org.apache.commons.collections4.bloomfilter
-
The interface that describes a Bloom filter that associates a count with each bit index rather than a bit.
- CountingLongPredicate - Class in org.apache.commons.collections4.bloomfilter
-
A long predicate that applies the test func to each member of the
aryin sequence for each call totest(). - CountingLongPredicate(long[], LongBiPredicate) - Constructor for class org.apache.commons.collections4.bloomfilter.CountingLongPredicate
-
Constructs an instance that will compare the elements in
arywith the elements returned byfunc. - CountingPredicate<T> - Class in org.apache.commons.collections4.bloomfilter
-
A predicate that applies the test
functo each member of thearyin sequence for each call totest(). - CountingPredicate(T[], BiPredicate<T, T>) - Constructor for class org.apache.commons.collections4.bloomfilter.CountingPredicate
-
Constructs an instance that will compare the elements in
arywith the elements returned byfunc. - countMatches(Iterable<C>, Predicate<? super C>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Deprecated.since 4.1, use
IterableUtils.countMatches(Iterable, Predicate)instead - 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
-
Deprecated.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.
- create() - Method in class org.apache.commons.collections4.functors.PrototypeFactory.PrototypeCloneFactory
-
Creates an object by calling the clone method.
- create() - Method in class org.apache.commons.collections4.functors.PrototypeFactory.PrototypeSerializationFactory
-
Creates an object using serialization.
- create() - Method in class org.apache.commons.collections4.map.MultiValueMap.ReflectionFactory
-
Deprecated.
- create(Iterator<T>) - Static method in class org.apache.commons.collections4.iterators.ExtendedIterator
-
Create an ExtendedIterator returning the elements of
it. - create(Stream<T>) - Static method in class org.apache.commons.collections4.iterators.ExtendedIterator
-
Creates an ExtendedIterator wrapped round a
Stream. - create(Shape, IntPredicate) - Static method in class org.apache.commons.collections4.bloomfilter.IndexFilter
-
Creates an instance optimized for the specified shape.
- 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() - 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
-
Creates a new Collection typed for a given subclass.
- 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.ArrayListValuedLinkedHashMap
- createCollection() - Method in class org.apache.commons.collections4.multimap.HashSetValuedHashMap
- createCollection() - Method in class org.apache.commons.collections4.multimap.LinkedHashSetValuedLinkedHashMap
- 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.
- createDelegateMap() - Method in class org.apache.commons.collections4.map.Flat3Map
-
Create an instance of the map used for storage when in delegation mode.
- createEntry(TreeBidiMap.Node<K, V>) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.InverseViewMapEntryIterator
- 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.
- createEntrySet() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
-
Creates and returns an
AbstractPatriciaTrie.AbstractRangeMap.entrySet()view of theAbstractPatriciaTrie<K,.V>.AbstractRangeMap - createEntrySet() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- createEntrySet() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntryMap
- 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.multimap.AbstractMultiValuedMap.KeysMultiSet
- 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.
- createEntrySetIterator(Iterator<Map.Entry<K, V>>) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Creates an entry set iterator.
- createFilter(BitMapExtractor) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Creates a Bloom filter from a BitMapExtractor.
- createFilter(Hasher) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Creates a Bloom filter from a Hasher.
- createFilter(IndexExtractor) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Creates a Bloom filter from an IndexExtractor.
- createHeaderNode() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Creates a new node with previous, next and element all set to null.
- createHeaderNode() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
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() - 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 a key set iterator.
- createKeySetIterator(Iterator<K>) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Creates a key set iterator.
- createNode(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Creates a new node with the specified properties.
- createNode(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
Creates a new node with the specified properties.
- createNode(E) - Method in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.Creates a new node, either by reusing one from the cache or creating a new one.
- createNoRemove(Iterator<T>) - Static method in class org.apache.commons.collections4.iterators.ExtendedIterator
-
Creates an ExtendedIterator wrapped round
it, which does not permit.remove()even ifitdoes. - 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.
- createProperties() - Method in class org.apache.commons.collections4.properties.AbstractPropertiesFactory
-
Subclasses override to provide customized properties instances.
- createProperties() - Method in class org.apache.commons.collections4.properties.OrderedPropertiesFactory
-
Subclasses override to provide customized properties instances.
- createProperties() - Method in class org.apache.commons.collections4.properties.PropertiesFactory
-
Subclasses override to provide customized properties instances.
- createProperties() - Method in class org.apache.commons.collections4.properties.SortedPropertiesFactory
-
Subclasses override to provide customized properties instances.
- createRangeMap(K, boolean, K, boolean) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
-
Creates and returns a sub-range view of the current
AbstractPatriciaTrie<K,.V>.AbstractRangeMap - createRangeMap(K, boolean, K, boolean) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- createRangeMap(K, boolean, K, boolean) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntryMap
- createSetBasedOnList(Set<E>, List<E>) - Method in class org.apache.commons.collections4.list.SetUniqueList
- createSubListIterator(AbstractLinkedList.LinkedSubList<E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Creates an iterator for the sublist.
- createSubListIterator(AbstractLinkedListJava21.LinkedSubList<E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
Creates an iterator for the sublist.
- createSubListListIterator(AbstractLinkedList.LinkedSubList<E>, int) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Creates a list iterator for the sublist.
- createSubListListIterator(AbstractLinkedList.LinkedSubList<E>, int) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Creates a list iterator for the sublist.
- createSubListListIterator(AbstractLinkedListJava21.LinkedSubList<E>, int) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
Creates a list iterator for the sublist.
- createTypesafeIterator(Iterator<? extends E>) - Static method in class org.apache.commons.collections4.iterators.IteratorIterable
-
Factory method to create an
Iteratorfrom another iterator over objects of a different subtype. - 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() - 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 a values iterator.
- createValuesIterator(Iterator<V>) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Creates a values iterator.
- criterion - Variable in class org.apache.commons.collections4.functors.ComparatorPredicate
-
The comparison evaluation criterion to use
- Criterion() - Constructor for enum org.apache.commons.collections4.functors.ComparatorPredicate.Criterion
- current - Variable in class org.apache.commons.collections4.bag.AbstractMapBag.BagIterator
- current - Variable in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.The last node that was returned by
AbstractLinkedList.LinkedListIterator.next()orAbstractLinkedList.LinkedListIterator.previous(). - current - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
-
The last node that was returned by
AbstractLinkedListJava21.LinkedListIterator.next()orAbstractLinkedListJava21.LinkedListIterator.previous(). - current - Variable in class org.apache.commons.collections4.list.TreeList.TreeListIterator
-
Cache of the last node that was returned by
TreeList.TreeListIterator.next()orTreeList.TreeListIterator.previous(). - current - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
- current - Variable in class org.apache.commons.collections4.map.StaticBucketMap.BaseIterator
- current - Variable in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.MultiValuedMapIterator
- current - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MapBasedMultiSetIterator
- current - Variable in class org.apache.commons.collections4.multiset.AbstractMultiSet.MultiSetIterator
- current - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractTrieIterator
- current() - Method in class org.apache.commons.collections4.map.EntrySetToMapIteratorAdapter
-
Gets the currently active entry.
- currentEntry - Variable in class org.apache.commons.collections4.map.Flat3Map.EntryIterator
- currentEntry() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashIterator
-
Gets the current entry.
- currentEntry() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
Gets the current entry.
- currentEntry() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
- currentIndex - Variable in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
The current index of this iterator.
- currentIndex - Variable in class org.apache.commons.collections4.list.TreeList.TreeListIterator
-
The index of the last node that was returned.
- currentIterator - Variable in class org.apache.commons.collections4.iterators.IteratorChain
-
The current iterator
- currentIterator - Variable in class org.apache.commons.collections4.iterators.LazyIteratorChain
-
The current iterator.
- currentIterator - Variable in class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
The current iterator
- currentKey - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
- currentKey - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashIterator
- currentRemovedByAnother - Variable in class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Deprecated.Flag to indicate if the current element was removed by another object.
- currentTable - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashIterator
- currentValue - Variable in class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
The current value
- currentValue - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
- cursor() - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Returns a
CursorableLinkedList.Cursorfor iterating through the elements of this list. - cursor(int) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Returns a
CursorableLinkedList.Cursorfor iterating through the elements of this list starting from a specified index. - Cursor(CursorableLinkedList<E>, int) - Constructor for class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Deprecated.Constructs a new cursor.
- CursorableLinkedList<E> - Class in org.apache.commons.collections4.list
-
Deprecated.parent
AbstractLinkedListis source incompatible with List methods added in Java 21 - CursorableLinkedList() - Constructor for class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Constructor that creates.
- CursorableLinkedList(Collection<? extends E>) - Constructor for class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Constructor that copies the specified collection
- CursorableLinkedList.Cursor<E> - Class in org.apache.commons.collections4.list
-
Deprecated.An extended
ListIteratorthat allows concurrent changes to the underlying list. - CursorableLinkedList.SubCursor<E> - Class in org.apache.commons.collections4.list
-
Deprecated.A cursor for the sublist based on LinkedSubListIterator.
- cursors - Variable in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.A list of the cursor currently open on this list
D
- data - Variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
Map entries
- DataElement(String) - Constructor for enum org.apache.commons.collections4.bidimap.TreeBidiMap.DataElement
-
Creates a new TreeBidiMap.DataElement.
- debugPrint(PrintStream, Object, Map<?, ?>) - Static method in class org.apache.commons.collections4.MapUtils
-
Prints the given map with nice line breaks.
- decorated - Variable in class org.apache.commons.collections4.comparators.TransformingComparator
-
The decorated comparator.
- decorated - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.EntrySetIterator
-
The source Iterator.
- 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 multivalued map.
- 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.
- decoratedHashEntry(int) - Method in class org.apache.commons.collections4.map.MultiKeyMap
- decoratedHashIndex(int) - Method in class org.apache.commons.collections4.map.MultiKeyMap
- decrement(int) - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Decrements the internal index.
- decrementSize() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
A helper method to decrement the
Triesize and increment the modification counter. - DEFAULT_BUCKETS - Static variable in class org.apache.commons.collections4.map.StaticBucketMap
-
The default number of buckets to use
- DEFAULT_CAPACITY - Static variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
The default capacity to use
- DEFAULT_CONCURRENCY_LEVEL - Static variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
The default concurrency level for this table, used when not otherwise specified in a constructor.
- DEFAULT_INITIAL_CAPACITY - Static variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
The default initial capacity for this table, used when not otherwise specified in a constructor.
- DEFAULT_INITIAL_LIST_CAPACITY - Static variable in class org.apache.commons.collections4.multimap.ArrayListValuedHashMap
-
The initial list capacity when using none specified in constructor.
- DEFAULT_INITIAL_LIST_CAPACITY - Static variable in class org.apache.commons.collections4.multimap.ArrayListValuedLinkedHashMap
-
The initial list capacity when using none specified in constructor.
- DEFAULT_INITIAL_MAP_CAPACITY - Static variable in class org.apache.commons.collections4.multimap.ArrayListValuedHashMap
-
The initial map capacity used when none specified in constructor.
- DEFAULT_INITIAL_MAP_CAPACITY - Static variable in class org.apache.commons.collections4.multimap.ArrayListValuedLinkedHashMap
-
The initial map capacity used when none specified in constructor.
- DEFAULT_INITIAL_MAP_CAPACITY - Static variable in class org.apache.commons.collections4.multimap.HashSetValuedHashMap
-
The initial map capacity used when none specified in constructor.
- DEFAULT_INITIAL_MAP_CAPACITY - Static variable in class org.apache.commons.collections4.multimap.LinkedHashSetValuedLinkedHashMap
-
The initial map capacity used when none specified in constructor.
- DEFAULT_INITIAL_SET_CAPACITY - Static variable in class org.apache.commons.collections4.multimap.HashSetValuedHashMap
-
The initial set capacity when using none specified in constructor.
- DEFAULT_INITIAL_SET_CAPACITY - Static variable in class org.apache.commons.collections4.multimap.LinkedHashSetValuedLinkedHashMap
-
The initial set capacity when using none specified in constructor.
- DEFAULT_KEY_TYPE - Static variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
- DEFAULT_LOAD_FACTOR - Static variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
The default load factor to use
- DEFAULT_LOAD_FACTOR - Static variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
The default load factor for this table, used when not otherwise specified in a constructor.
- DEFAULT_MAX_SIZE - Static variable in class org.apache.commons.collections4.map.LRUMap
-
Default maximum size
- DEFAULT_MAXIMUM_CACHE_SIZE - Static variable in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.The default value for
NodeCachingLinkedList.maximumCacheSize. - DEFAULT_OPTIONS - Static variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
- DEFAULT_SOURCE_MAP - Static variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
- DEFAULT_THRESHOLD - Static variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
The default threshold to use
- DEFAULT_TOSTRING_DELIMITER - Static variable in class org.apache.commons.collections4.IteratorUtils
-
Default delimiter used to delimit elements while converting an Iterator to its String representation.
- DEFAULT_TOSTRING_PREFIX - Static variable in class org.apache.commons.collections4.CollectionUtils
-
Default prefix used while converting an Iterator to its String representation.
- DEFAULT_TOSTRING_SUFFIX - Static variable in class org.apache.commons.collections4.CollectionUtils
-
Default suffix used while converting an Iterator to its String representation.
- DEFAULT_VALUE_TYPE - Static variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
- 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.
- defaultedMap(Map<K, V>, V) - Static method in class org.apache.commons.collections4.map.DefaultedMap
-
Factory method to create a defaulting map.
- DefaultedMap<K,
V> - Class in org.apache.commons.collections4.map -
Decorates another
Mapreturning a default value if the map does not contain the requested key. - DefaultedMap(Map<K, V>, Transformer<? super K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.DefaultedMap
-
Constructor that wraps (not copies).
- DefaultedMap(Transformer<? super K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.DefaultedMap
-
Constructs a new empty
DefaultedMapthat decorates aHashMap. - DefaultedMap(V) - Constructor for class org.apache.commons.collections4.map.DefaultedMap
-
Constructs a new empty
DefaultedMapthat decorates aHashMap. - defaultEquator() - Static method in class org.apache.commons.collections4.functors.DefaultEquator
-
Factory returning the typed singleton instance.
- DefaultEquator<T> - Class in org.apache.commons.collections4.functors
-
Default
Equatorimplementation. - DefaultEquator() - Constructor for class org.apache.commons.collections4.functors.DefaultEquator
-
Restricted constructor.
- 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 ofdefaultList. - DefaultKeyValue<K,
V> - Class in org.apache.commons.collections4.keyvalue -
A mutable
KeyValuepair that does not implementMap.Entry. - DefaultKeyValue() - Constructor for class org.apache.commons.collections4.keyvalue.DefaultKeyValue
-
Constructs a new pair with a null key and null value.
- 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. - 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. - DefaultMapEntry<K,
V> - Class in org.apache.commons.collections4.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. - 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. - delegate - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet
- delegate - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntrySet
- delegate - Variable in class org.apache.commons.collections4.trie.UnmodifiableTrie
-
The delegate Trie.
- delegateMap - Variable in class org.apache.commons.collections4.map.Flat3Map
-
Map, used while in delegate mode
- 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.
- DENOMINATOR - Static variable in class org.apache.commons.collections4.bloomfilter.Shape
-
ln(1 / 2^ln(2)).
- dereferenceValue(Object) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashEntry
- 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
- description - Variable in enum org.apache.commons.collections4.bidimap.TreeBidiMap.DataElement
- destroyEntry(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Kills an entry ready for the garbage collector.
- diag - Variable in class org.apache.commons.collections4.sequence.SequencesComparator.Snake
-
Diagonal number.
- difference(Set<? extends E>, Set<? extends E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns an unmodifiable view containing the difference of the given
Sets, denoted bya \ b(ora - b). - direction - Variable in class org.apache.commons.collections4.iterators.PermutationIterator
-
Direction table used in the algorithm: false is left true is right
- disjunction(Iterable<? extends O>, Iterable<? extends O>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns a
Collectioncontaining the exclusive disjunction (symmetric difference) of the givenIterables. - disjunction(Set<? extends E>, Set<? extends E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns an unmodifiable view of the symmetric difference of the given
Sets. - DIVIDE_BY_64 - Static variable in class org.apache.commons.collections4.bloomfilter.BitMaps
-
A bit shift to apply to an integer to divided by 64 (2^6).
- doEquals(Object, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Compares for equals as per the API.
- doHashCode(TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Gets the hash code value for this map as per the API.
- doPut(K, V) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Puts logic.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Deserializes the data held in this object to the stream specified.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
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
-
Reads the map in using a custom routine.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Reads the multiset in using a custom routine.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Reads the multiset in using a custom routine.
- doReadObject(Map<E, AbstractMapBag.MutableInteger>, ObjectInputStream) - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Reads the map in using a custom routine.
- doRedBlackDelete(TreeBidiMap.Node<K, V>) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Complicated red-black delete stuff.
- doRedBlackDeleteFixup(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Complicated red-black delete stuff.
- doRedBlackInsert(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Complicated red-black insert stuff.
- doRemoveKey(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
- doRemoveValue(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
- doToString(TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Gets the string form of this map as per AbstractMap.
- 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
-
Writes the map out using a custom routine.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Serializes the data held in this object to the stream specified.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
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
-
Writes the map out using a custom routine.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Writes the multiset out using a custom routine.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Writes 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
HashBidiMapand copies the mappings from specifiedMap. - DualHashBidiMap(Map<K, V>, Map<V, K>, BidiMap<V, K>) - Constructor for class org.apache.commons.collections4.bidimap.DualHashBidiMap
-
Constructs a
HashBidiMapthat decorates the specified maps. - DualLinkedHashBidiMap<K,
V> - Class in org.apache.commons.collections4.bidimap -
Implements
BidiMapwith twoLinkedHashMapinstances. - 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
LinkedHashBidiMapand copies the mappings from specifiedMap. - DualLinkedHashBidiMap(Map<K, V>, Map<V, K>, BidiMap<V, K>) - Constructor for class org.apache.commons.collections4.bidimap.DualLinkedHashBidiMap
-
Constructs a
LinkedHashBidiMapthat 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(Comparator<? super K>, Comparator<? super V>) - Constructor for class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
Constructs a
DualTreeBidiMapusing the specifiedComparator. - DualTreeBidiMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
Constructs a
DualTreeBidiMapand copies the mappings from specifiedMap. - DualTreeBidiMap(Map<K, V>, Map<V, K>, BidiMap<V, K>) - Constructor for class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
Constructs a
DualTreeBidiMapthat decorates the specified maps. - 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.
- dummyValue - Variable in class org.apache.commons.collections4.set.MapBackedSet
-
The dummyValue to use
- duplicateList(Iterable<E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Finds and returns the List of duplicate elements in the given collection.
- duplicateSequencedSet(Iterable<E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Finds and returns the sequenced Set of duplicate elements in the given collection.
- duplicateSet(Iterable<E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Finds and returns the set of duplicate elements in the given collection.
- duplicateSet(Iterable<E>, C) - Static method in class org.apache.commons.collections4.IterableUtils
-
Worker method forand friends.
invalid reference
#duplicateSet(Collection)
E
- 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
commandsneeded 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
- element(int) - Method in class org.apache.commons.collections4.list.LazyList
- elements - Variable in class org.apache.commons.collections4.CollectionUtils.SetOperationCardinalityHelper
-
Contains the unique elements of the two collections.
- elements - Variable in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Underlying storage array.
- elements() - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- empty() - Method in class org.apache.commons.collections4.ArrayStack
-
Deprecated.Return
trueif 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_COMPARATOR_ARRAY - Static variable in class org.apache.commons.collections4.ComparatorUtils
- EMPTY_ITERABLE - Static variable in class org.apache.commons.collections4.IterableUtils
-
An empty iterable.
- 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_ARRAY - Static variable in class org.apache.commons.collections4.map.CompositeMap
- 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
-
An empty
UnmodifiableMultiValuedMap. - 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_PROPERTIES - Static variable in class org.apache.commons.collections4.properties.PropertiesFactory
-
The empty map (immutable).
- 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.
- EMPTY_TRANSFORMER_ARRAY - Static variable in class org.apache.commons.collections4.functors.ChainedTransformer
- emptyBag() - Static method in class org.apache.commons.collections4.BagUtils
-
Gets an empty
Bag. - emptyCollection() - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns the immutable EMPTY_COLLECTION with generic type safety.
- 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(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(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(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. - emptyIfNull(MultiValuedMap<K, V>) - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Returns an immutable empty
MultiValuedMapif the argument isnull, or the argument itself otherwise. - emptyIterable() - Static method in class org.apache.commons.collections4.IterableUtils
-
Gets an empty iterable.
- emptyIterator() - Static method in class org.apache.commons.collections4.iterators.EmptyIterator
-
Gets a typed empty iterator instance.
- emptyIterator() - Static method in class org.apache.commons.collections4.iterators.ExtendedIterator
-
Creates an empty Extended iterator.
- emptyIterator() - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an empty iterator.
- 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
-
Constructs a new instance.
- emptyIteratorIfNull(Iterable<E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns an empty iterator if the argument is
null, oriterable.iterator()otherwise. - emptyListIterator() - Static method in class org.apache.commons.collections4.iterators.EmptyListIterator
-
Gets a typed instance of the iterator.
- emptyListIterator() - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an empty list 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
-
Constructs a new instance.
- emptyMapIterator() - Static method in class org.apache.commons.collections4.iterators.EmptyMapIterator
-
Gets a typed instance of the iterator.
- emptyMapIterator() - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an empty map 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
-
Constructs a new instance.
- emptyMultiSet() - Static method in class org.apache.commons.collections4.MultiSetUtils
-
Gets an empty
MultiSet. - emptyMultiValuedMap() - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Returns immutable EMPTY_MULTI_VALUED_MAP with generic type safety.
- 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.
- 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
-
Constructs a new instance.
- emptyOrderedMapIterator() - Static method in class org.apache.commons.collections4.iterators.EmptyOrderedMapIterator
-
Gets a typed instance of the iterator.
- emptyOrderedMapIterator() - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an empty ordered map 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
-
Constructs a new instance.
- EmptyProperties() - Constructor for class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- emptyQueue() - Static method in class org.apache.commons.collections4.QueueUtils
-
Gets an empty
Queue. - emptySet() - Static method in class org.apache.commons.collections4.SetUtils
-
Gets a typed empty unmodifiable Set.
- emptySortedBag() - Static method in class org.apache.commons.collections4.BagUtils
-
Gets an empty
SortedBag. - emptySortedSet() - Static method in class org.apache.commons.collections4.SetUtils
-
Gets a typed empty unmodifiable sorted set.
- end - Variable in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Index mod maxElements of the array position following the last queue element.
- end - Variable in class org.apache.commons.collections4.sequence.SequencesComparator.Snake
-
End index.
- endIndex - Variable in class org.apache.commons.collections4.iterators.ArrayIterator
-
The end index to loop to
- endIndex - Variable in class org.apache.commons.collections4.iterators.ObjectArrayIterator
-
The end index to loop to
- EnhancedDoubleHasher - Class in org.apache.commons.collections4.bloomfilter
-
A Hasher that implements combinatorial hashing as described by Krisch and Mitzenmacher using the enhanced double hashing technique described in the wikipedia article Double Hashing.
- EnhancedDoubleHasher(byte[]) - Constructor for class org.apache.commons.collections4.bloomfilter.EnhancedDoubleHasher
-
Constructs the EnhancedDoubleHasher from a byte array.
- EnhancedDoubleHasher(long, long) - Constructor for class org.apache.commons.collections4.bloomfilter.EnhancedDoubleHasher
-
Constructs the EnhancedDoubleHasher from 2 longs.
- ensureCapacity(int) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Changes the size of the data structure to the capacity proposed.
- ensureCapacityForAdd(int[], int) - Static method in class org.apache.commons.collections4.bloomfilter.IndexUtils
-
Ensure the array can add an element at the specified index.
- 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
Collectionview of the mappings contained in this multivalued map. - entry - Variable in class org.apache.commons.collections4.keyvalue.AbstractMapEntryDecorator
-
The
Map.Entryto decorate - entry - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.CachedEntryIterator
- entry - Variable in class org.apache.commons.collections4.map.EntrySetToMapIteratorAdapter
-
The currently positioned Map entry.
- entry - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet.SingletonIterator
- entryAfter(AbstractLinkedMap.LinkEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Gets the
afterfield from aLinkEntry. - entryBefore(AbstractLinkedMap.LinkEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Gets the
beforefield from aLinkEntry. - entryHashCode(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the
hashCodefield from aHashEntry. - entryIterator - Variable in class org.apache.commons.collections4.bag.AbstractMapBag.BagIterator
- entryIterator - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MapBasedMultiSetIterator
- entryIterator - Variable in class org.apache.commons.collections4.multiset.AbstractMultiSet.MultiSetIterator
- EntryIterator() - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.EntryIterator
- EntryIterator() - Constructor for class org.apache.commons.collections4.map.StaticBucketMap.EntryIterator
- EntryIterator() - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.EntrySet.EntryIterator
- EntryIterator(Flat3Map<K, V>) - Constructor for class org.apache.commons.collections4.map.Flat3Map.EntryIterator
-
Create a new Flat3Map.EntryIterator.
- EntryIterator(AbstractPatriciaTrie.TrieEntry<K, V>, K, int, int) - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet.EntryIterator
-
Starts iteration at the given entry & search only within the given subtree.
- EntryIterator(AbstractPatriciaTrie.TrieEntry<K, V>, AbstractPatriciaTrie.TrieEntry<K, V>) - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntrySet.EntryIterator
-
Creates a
AbstractPatriciaTrie<K,.V>.RangeEntrySet.EntryIterator - entryKey(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the
keyfield from aHashEntry. - entryNext(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the
nextfield from aHashEntry. - entrySet - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
View of the entries.
- entrySet - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap
- entrySet - Variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
Entry set
- entrySet - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
- entrySet - Variable in class org.apache.commons.collections4.map.EntrySetToMapIteratorAdapter
-
The adapted Map entry Set.
- entrySet - Variable in class org.apache.commons.collections4.map.ListOrderedMap.EntrySetView
- entrySet - Variable in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
View of the entries
- entrySet - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
- entrySet - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- entrySet() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Gets an entrySet view of the map.
- 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.TreeBidiMap.Inverse
- 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
-
Gets a set view of the mappings contained in this map.
- entrySet() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the entrySet view of the map.
- entrySet() - Method in class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator
- 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.ConcurrentReferenceHashMap
-
Returns a
Setview 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.Gets a set view of the mappings contained in this map.
- 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.multimap.AbstractMultiValuedMap.AsMap
- entrySet() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Returns an unmodifiable view of the entries of this multiset.
- entrySet() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator
- entrySet() - Method in interface org.apache.commons.collections4.MultiSet
-
Returns a
Setof 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.properties.OrderedProperties
- entrySet() - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- entrySet() - Method in class org.apache.commons.collections4.properties.SortedProperties
- entrySet() - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
- entrySet() - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedGet
- entrySet() - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- entrySet() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
- entrySet() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- entrySet() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- EntrySet() - Constructor for class org.apache.commons.collections4.map.StaticBucketMap.EntrySet
- EntrySet() - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.EntrySet
- EntrySet(boolean) - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.EntrySet
- EntrySet(Set<Map.Entry<K, V>>, AbstractInputCheckedMapDecorator<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.EntrySet
- EntrySet(AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySet
-
Constructs a new instance.
- EntrySet(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap.EntrySet
-
Constructs a new instance.
- EntrySet(Flat3Map<K, V>) - Constructor for class org.apache.commons.collections4.map.Flat3Map.EntrySet
- EntrySet(AbstractMultiSet<E>) - Constructor for class org.apache.commons.collections4.multiset.AbstractMultiSet.EntrySet
-
Constructs a new view of the MultiSet.
- EntrySetIterator(Iterator<Map.Entry<E, AbstractMapMultiSet.MutableInteger>>, AbstractMapMultiSet<E>) - Constructor for class org.apache.commons.collections4.multiset.AbstractMapMultiSet.EntrySetIterator
-
Constructs a new instance.
- EntrySetIterator(Iterator<Map.Entry<K, V>>, AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySetIterator
-
Constructs a new instance.
- EntrySetIterator(Iterator<Map.Entry<K, V>>, AbstractInputCheckedMapDecorator<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.EntrySetIterator
- EntrySetIterator(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap.EntrySetIterator
-
Constructs a new instance.
- EntrySetIterator(AbstractLinkedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractLinkedMap.EntrySetIterator
-
Constructs a new instance.
- EntrySetIterator(Flat3Map<K, V>) - Constructor for class org.apache.commons.collections4.map.Flat3Map.EntrySetIterator
- EntrySetMapIterator<K,
V> - Class in org.apache.commons.collections4.iterators -
Implements a
MapIteratorusing a Map entrySet. - EntrySetMapIterator(Map<K, V>) - Constructor for class org.apache.commons.collections4.iterators.EntrySetMapIterator
-
Constructs a new instance.
- 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.
- EntrySetView(ListOrderedMap<K, V>, List<K>) - Constructor for class org.apache.commons.collections4.map.ListOrderedMap.EntrySetView
- entryValue(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the
valuefield from aHashEntry. - EntryValues() - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.EntryValues
- entryValuesView - Variable in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
The EntryValues view
- EntryView() - Constructor for class org.apache.commons.collections4.bidimap.TreeBidiMap.EntryView
- enumeration - Variable in class org.apache.commons.collections4.iterators.EnumerationIterator
-
The enumeration being converted
- EnumerationIterator<E> - Class in org.apache.commons.collections4.iterators
-
Adapter to make
Enumerationinstances appear to beIteratorinstances. - EnumerationIterator() - Constructor for class org.apache.commons.collections4.iterators.EnumerationIterator
-
Constructs a new
EnumerationIteratorthat will not function untilEnumerationIterator.setEnumeration(Enumeration)is called. - EnumerationIterator(Enumeration<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.EnumerationIterator
-
Constructs a new
EnumerationIteratorthat 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
EnumerationIteratorthat will remove elements from the specified collection. - EnumerationUtils - Class in org.apache.commons.collections4
-
Provides utility methods for
Enumerationinstances. - EnumerationUtils() - Constructor for class org.apache.commons.collections4.EnumerationUtils
-
Don't allow instances.
- eq(Object, Object) - Static method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SimpleEntry
- EQUAL - Enum constant in enum org.apache.commons.collections4.functors.ComparatorPredicate.Criterion
-
Equal criterion.
- EQUAL_BIT_KEY - Static variable in class org.apache.commons.collections4.trie.KeyAnalyzer
-
Returned by
KeyAnalyzer.bitIndex(Object, int, int, Object, int, int)if key and found key are equal. - equalPredicate(T) - Static method in class org.apache.commons.collections4.functors.EqualPredicate
-
Creates the 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().
- equalPredicate(T, Equator<T>) - Static method in class org.apache.commons.collections4.functors.EqualPredicate
-
Creates the identity predicate.
- 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.
- 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.bidimap.TreeBidiMap.Inverse
- equals(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
-
Compares the specified object with this entry for equality.
- equals(Object) - Method in class org.apache.commons.collections4.bloomfilter.Shape
- equals(Object) - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
- equals(Object) - Method in class org.apache.commons.collections4.CollectionUtils.EquatorWrapper
- equals(Object) - Method in class org.apache.commons.collections4.comparators.BooleanComparator
-
Returns
trueiff that Object is aComparatorwhose ordering is known to be equivalent to mine. - equals(Object) - Method in class org.apache.commons.collections4.comparators.ComparableComparator
-
Returns
trueiff that Object is aComparatorwhose ordering is known to be equivalent to mine. - equals(Object) - Method in class org.apache.commons.collections4.comparators.ComparatorChain
-
Returns
trueiff that Object is aComparatorwhose ordering is known to be equivalent to mine. - equals(Object) - Method in class org.apache.commons.collections4.comparators.FixedOrderComparator
- 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
trueiff that Object is aComparatorwhose ordering is known to be equivalent to mine. - equals(Object) - Method in class org.apache.commons.collections4.comparators.TransformingComparator
-
Returns
trueiff that Object is aComparatorwhose 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.Entrywith anotherMap.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.Entrywith anotherMap.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.Entrywith anotherMap.Entry. - equals(Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- equals(Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- 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.AbstractReferenceMap.SoftRef
- equals(Object) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.WeakRef
- 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.ConcurrentReferenceHashMap.SimpleEntry
- 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.Flat3Map.FlatMapEntry
- equals(Object) - Method in class org.apache.commons.collections4.map.ListOrderedMap.EntrySetView
- 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.map.StaticBucketMap.Node
- equals(Object) - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.WrappedList
- equals(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap
- 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.multimap.AbstractSetValuedMap.WrappedSet
- 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.properties.PropertiesFactory.EmptyProperties
- 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.SplitMapUtils.WrappedGet
- equals(Object) - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- equals(Object) - Method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry
- equals(Object) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- equals(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections4.CollectionUtils.CardinalityHelper
- 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 - Variable in class org.apache.commons.collections4.CollectionUtils.EquatorWrapper
- equator - Variable in class org.apache.commons.collections4.functors.EqualPredicate
-
The equator to use for comparison
- equator - Variable in class org.apache.commons.collections4.sequence.SequencesComparator
-
The equator used for testing object equality.
- Equator<T> - Interface in org.apache.commons.collections4
-
An equation function, which determines equality between objects of type T.
- EquatorWrapper(Equator<? super O>, O) - Constructor for class org.apache.commons.collections4.CollectionUtils.EquatorWrapper
- estimateIntersection(BloomFilter<?>) - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Estimates the number of items in the intersection of this Bloom filter with the other bloom filter.
- estimateIntersection(BloomFilter<?>) - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- estimateMaxN() - Method in class org.apache.commons.collections4.bloomfilter.Shape
-
Estimates the maximum number of elements that can be merged into a filter of this shape before the false positive rate exceeds the desired rate.
- estimateN() - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Estimates the number of items in the Bloom filter.
- estimateN() - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- estimateN() - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- estimateN(int) - Method in class org.apache.commons.collections4.bloomfilter.Shape
-
Estimate the number of items in a Bloom filter with this shape and the specified number of bits enabled.
- Estimate N - n() - Search tag in class org.apache.commons.collections4.bloomfilter.Shape
- Section
- Estimate N of the Intersection - n(A B) - Search tag in class org.apache.commons.collections4.bloomfilter.Shape
- Section
- Estimate N of Union - n(A B) - Search tag in class org.apache.commons.collections4.bloomfilter.Shape
- Section
- estimateUnion(BloomFilter) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- estimateUnion(BloomFilter<?>) - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Estimates the number of items in the union of this Bloom filter with the other bloom filter.
- estimateUnion(BloomFilter<?>) - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- Estimations from cardinality based on shape - Search tag in class org.apache.commons.collections4.bloomfilter.Shape
- Section
- 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.AbstractPredicate
- evaluate(T) - Method in interface org.apache.commons.collections4.Predicate
-
Deprecated.Use the specified parameter to perform a test that returns true or false.
- EXCEPTION - Enum constant in enum org.apache.commons.collections4.comparators.FixedOrderComparator.UnknownObjectBehavior
-
Exception unknown object behaviors.
- exceptionClosure() - Static method in class org.apache.commons.collections4.ClosureUtils
-
Gets a Closure that always throws an exception.
- exceptionClosure() - Static method in class org.apache.commons.collections4.functors.ExceptionClosure
-
Factory returning the singleton instance.
- ExceptionClosure<T> - Class in org.apache.commons.collections4.functors
-
Closure implementation that always throws an exception.
- ExceptionClosure() - Constructor for class org.apache.commons.collections4.functors.ExceptionClosure
-
Restricted constructor.
- exceptionFactory() - Static method in class org.apache.commons.collections4.FactoryUtils
-
Gets a Factory that always throws an exception.
- exceptionFactory() - Static method in class org.apache.commons.collections4.functors.ExceptionFactory
-
Factory returning the singleton instance.
- ExceptionFactory<T> - Class in org.apache.commons.collections4.functors
-
Factory implementation that always throws an exception.
- ExceptionFactory() - Constructor for class org.apache.commons.collections4.functors.ExceptionFactory
-
Restricted constructor.
- 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.
- ExceptionPredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that always throws an exception.
- ExceptionPredicate() - Constructor for class org.apache.commons.collections4.functors.ExceptionPredicate
-
Restricted constructor.
- 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.
- ExceptionTransformer<T,
R> - Class in org.apache.commons.collections4.functors -
Transformer implementation that always throws an exception.
- ExceptionTransformer() - Constructor for class org.apache.commons.collections4.functors.ExceptionTransformer
-
Restricted constructor.
- excludedKey - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntrySet.EntryIterator
- execute(T) - Method in interface org.apache.commons.collections4.Closure
-
Deprecated.Performs an action on the specified input object.
- execute(T) - Method in class org.apache.commons.collections4.functors.CatchAndRethrowClosure
-
Execute this closure on the specified input object.
- execute(T) - Method in class org.apache.commons.collections4.functors.ChainedClosure
-
Execute a list of closures.
- execute(T) - Method in class org.apache.commons.collections4.functors.ExceptionClosure
-
Always throw an exception.
- execute(T) - Method in class org.apache.commons.collections4.functors.ForClosure
-
Executes the closure
counttimes. - execute(T) - Method in class org.apache.commons.collections4.functors.IfClosure
-
Executes the true or false closure according to the result of the predicate.
- execute(T) - Method in class org.apache.commons.collections4.functors.NOPClosure
-
Do nothing.
- execute(T) - Method in class org.apache.commons.collections4.functors.SwitchClosure
-
Executes the closure whose matching predicate returns true
- execute(T) - Method in class org.apache.commons.collections4.functors.TransformerClosure
-
Executes the closure by calling the decorated transformer.
- execute(T) - Method in class org.apache.commons.collections4.functors.WhileClosure
-
Executes the closure until the predicate is false.
- executeAndThrow(T) - Method in class org.apache.commons.collections4.functors.CatchAndRethrowClosure
-
Execute this closure on the specified input object.
- exhausted - Variable in class org.apache.commons.collections4.iterators.PeekingIterator
-
Indicates that the decorated iterator is exhausted.
- exists(Iterable<C>, Predicate<? super C>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Deprecated.since 4.1, use
IterableUtils.matchesAny(Iterable, Predicate)instead - expectedModCount - Variable in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.The modification count that the list is expected to have.
- expectedModCount - Variable in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.Sublist modCount
- expectedModCount - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
-
The modification count that the list is expected to have.
- expectedModCount - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
-
Sublist modCount
- expectedModCount - Variable in class org.apache.commons.collections4.list.TreeList.TreeListIterator
-
The modification count that the list is expected to have.
- expectedModCount - Variable in class org.apache.commons.collections4.map.AbstractHashedMap.HashIterator
-
The modification count expected
- expectedModCount - Variable in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
The modification count expected
- expectedModCount - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
- expectedModCount - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractTrieIterator
-
For fast-fail.
- expectedModCount - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet
- expectedModCount - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- expectedModCount - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntrySet
- expectedModifications - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.AbstractViewIterator
-
The modification count.
- expirationMap - Variable in class org.apache.commons.collections4.map.PassiveExpiringMap
-
Map used to manage expiration times for the actual map entries.
- 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.
- expiringPolicy - Variable in class org.apache.commons.collections4.map.PassiveExpiringMap
-
The policy used to determine time-to-live values for map entries.
- extendCheck - Variable in class org.apache.commons.collections4.bloomfilter.LayerManager.Builder
- extendCheck - Variable in class org.apache.commons.collections4.bloomfilter.LayerManager
- ExtendCheck() - Constructor for class org.apache.commons.collections4.bloomfilter.LayerManager.ExtendCheck
- ExtendedIterator<T> - Class in org.apache.commons.collections4.iterators
-
Extends Iterator functionality to include operations commonly found on streams (for example filtering, concatenating, mapping).
- ExtendedIterator(Iterator<? extends T>, boolean) - Constructor for class org.apache.commons.collections4.iterators.ExtendedIterator
-
Initialize this wrapping with the given base iterator and remove-control.
- extractSingleton(Collection<E>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Extract the lone element of the specified Collection.
F
- factory - Variable in class org.apache.commons.collections4.list.LazyList
-
The factory to use to lazily instantiate the objects
- factory - Variable in class org.apache.commons.collections4.map.LazyMap
-
The factory to use to construct elements
- Factory<T> - Interface in org.apache.commons.collections4
-
Deprecated.Use
Supplier. - factoryTransformer(Factory<? extends O>) - Static method in class org.apache.commons.collections4.functors.FactoryTransformer
-
Factory method that performs validation.
- FactoryTransformer<T,
R> - Class in org.apache.commons.collections4.functors -
Transformer implementation that calls a Factory and returns the result.
- FactoryTransformer(Factory<? extends R>) - Constructor for class org.apache.commons.collections4.functors.FactoryTransformer
-
Constructor that performs no validation.
- FactoryUtils - Class in org.apache.commons.collections4
-
FactoryUtilsprovides reference implementations and utilities for the Factory functor interface. - FactoryUtils() - Constructor for class org.apache.commons.collections4.FactoryUtils
-
Don't allow instances.
- FALSE_FIRST - Static variable in class org.apache.commons.collections4.comparators.BooleanComparator
-
Constant "false first" reference.
- falsePredicate() - Static method in class org.apache.commons.collections4.functors.FalsePredicate
-
Gets a typed instance.
- falsePredicate() - Static method in class org.apache.commons.collections4.PredicateUtils
-
Gets a Predicate that always returns false.
- FalsePredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that always returns false.
- FalsePredicate() - Constructor for class org.apache.commons.collections4.functors.FalsePredicate
-
Restricted constructor.
- fill() - Method in class org.apache.commons.collections4.iterators.PeekingIterator
- 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<T>) - Method in class org.apache.commons.collections4.iterators.ExtendedIterator
-
Filter this iterator using a predicate.
- 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.
- filterCleanup - Variable in class org.apache.commons.collections4.bloomfilter.LayerManager
- 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 an
Iteratorusing an optional predicate to filter elements. - FilterIterator() - Constructor for class org.apache.commons.collections4.iterators.FilterIterator
-
Constructs a new
FilterIteratorthat will not function untilsetIteratoris invoked. - FilterIterator(Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.FilterIterator
-
Constructs a new
FilterIteratorthat will not function untilsetPredicateis invoked. - FilterIterator(Iterator<? extends E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections4.iterators.FilterIterator
-
Constructs a new
FilterIteratorthat will use the given iterator and predicate. - FilterListIterator<E> - Class in org.apache.commons.collections4.iterators
-
Decorates another
ListIteratorusing a predicate to filter elements. - FilterListIterator() - Constructor for class org.apache.commons.collections4.iterators.FilterListIterator
-
Constructs a new
FilterListIteratorthat will not function untilsetListIteratorandsetPredicateare invoked. - FilterListIterator(ListIterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.FilterListIterator
-
Constructs a new
FilterListIteratorthat will not function untilsetPredicateis 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
FilterListIteratorthat will not function untilsetListIteratoris invoked. - filters - Variable in class org.apache.commons.collections4.bloomfilter.LayerManager
- filterSupplier - Variable in class org.apache.commons.collections4.bloomfilter.LayerManager
- 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(Iterable<T>, Predicate<? super T>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Deprecated.since 4.1, use
IterableUtils.find(Iterable, Predicate)instead - 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.
- find(Iterator<E>, Predicate<? super E>, E) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Finds the first element in the given iterator which matches the given predicate.
- find(BitMapExtractor) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Finds the layers in which the BitMapExtractor is found.
- find(BloomFilter) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Finds the layers in which the Bloom filter is found.
- find(Hasher) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Finds the layers in which the Hasher is found.
- find(IndexExtractor) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Finds the layers in which the IndexExtractor is found.
- findCloneMethod() - Method in class org.apache.commons.collections4.functors.PrototypeFactory.PrototypeCloneFactory
-
Find the Clone method for the class specified.
- findConstructor() - Method in class org.apache.commons.collections4.functors.InstantiateFactory
-
Find the Constructor for the class specified.
- Finder(BloomFilter<?>) - Constructor for class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter.Finder
- findNext(E) - Method in class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
Finds the next object in the iteration given any start object.
- findNext(AbstractPatriciaTrie.TrieEntry<K, V>) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractTrieIterator
- findNext(AbstractPatriciaTrie.TrieEntry<K, V>) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet.EntryIterator
- 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() - Method in class org.apache.commons.collections4.bloomfilter.LayerManager
-
Gets the Bloom filter from the first layer.
- 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.
- 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). - firstCachedNode - Variable in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.The first cached node, or
nullif no nodes are cached. - firstEntry() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Returns the first entry the
Trieis storing. - 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.bidimap.TreeBidiMap.Inverse
- 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.AbstractPatriciaTrie
- firstKey() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- firstKey() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntryMap
- 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(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(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.UnknownObjectBehavior - Enum in org.apache.commons.collections4.comparators
-
Enumerates the unknown object behaviors.
- 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.
- FixedSizeList<E> - Class in org.apache.commons.collections4.list
-
Decorates another
Listto fix the size preventing add/remove. - FixedSizeList(List<E>) - Constructor for class org.apache.commons.collections4.list.FixedSizeList
-
Constructor that wraps (not copies).
- FixedSizeList.FixedSizeListIterator - Class in org.apache.commons.collections4.list
-
List iterator that only permits changes via set()
- FixedSizeListIterator(ListIterator<E>) - Constructor for class org.apache.commons.collections4.list.FixedSizeList.FixedSizeListIterator
- 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.
- FixedSizeMap<K,
V> - Class in org.apache.commons.collections4.map -
Decorates another
Mapto fix the size, preventing add/remove. - FixedSizeMap(Map<K, V>) - Constructor for class org.apache.commons.collections4.map.FixedSizeMap
-
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.
- FixedSizeSortedMap<K,
V> - Class in org.apache.commons.collections4.map -
Decorates another
SortedMapto fix the size blocking add/remove. - FixedSizeSortedMap(SortedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.FixedSizeSortedMap
-
Constructor that wraps (not copies).
- fixup() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
-
This method does two things.
- Flat3Map<K,
V> - Class in org.apache.commons.collections4.map -
A
Mapimplementation that stores data in simple fields until the size is greater than 3. - Flat3Map() - Constructor for class org.apache.commons.collections4.map.Flat3Map
-
Constructs a new instance.
- Flat3Map(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.Flat3Map
-
Constructor copying elements from another map.
- Flat3Map.EntryIterator<K,
V> - Class in org.apache.commons.collections4.map - Flat3Map.EntrySet<K,
V> - Class in org.apache.commons.collections4.map -
EntrySet
- Flat3Map.EntrySetIterator<K,
V> - Class in org.apache.commons.collections4.map -
EntrySetIterator and MapEntry
- Flat3Map.FlatMapEntry<K,
V> - Class in org.apache.commons.collections4.map - Flat3Map.FlatMapIterator<K,
V> - Class in org.apache.commons.collections4.map -
FlatMapIterator
- Flat3Map.KeySet<K> - Class in org.apache.commons.collections4.map
-
KeySet
- Flat3Map.KeySetIterator<K> - Class in org.apache.commons.collections4.map
-
KeySetIterator
- Flat3Map.Values<V> - Class in org.apache.commons.collections4.map
-
Values
- Flat3Map.ValuesIterator<V> - Class in org.apache.commons.collections4.map
-
ValuesIterator
- FlatMapEntry(Flat3Map<K, V>, int) - Constructor for class org.apache.commons.collections4.map.Flat3Map.FlatMapEntry
- FlatMapIterator(Flat3Map<K, V>) - Constructor for class org.apache.commons.collections4.map.Flat3Map.FlatMapIterator
- flatten() - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilterExtractor
-
Create a standard (non-layered) Bloom filter by merging all of the layers.
- flatten() - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Create a standard (non-layered) Bloom filter by merging all of the layers.
- flatten(Iterator<Iterator<T>>) - Static method in class org.apache.commons.collections4.iterators.ExtendedIterator
-
Flattens an iterator of iterators into an Iterator over the next level values.
- 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
- floorEntry(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
- FluentIterable<E> - Class in org.apache.commons.collections4
-
A FluentIterable provides a powerful yet simple API for manipulating Iterable instances in a fluent manner.
- FluentIterable() - Constructor for class org.apache.commons.collections4.FluentIterable
-
Don't allow instances.
- FluentIterable(Iterable<E>) - Constructor for class org.apache.commons.collections4.FluentIterable
-
Create a new FluentIterable by wrapping the provided iterable.
- followLeft(AbstractPatriciaTrie.TrieEntry<K, V>) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Goes left through the tree until it finds a valid node.
- followRight(AbstractPatriciaTrie.TrieEntry<K, V>) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Traverses down the right path until it finds an uplink.
- forAllButLastDo(Iterable<T>, C) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Deprecated.since 4.1, use
IterableUtils.forEachButLast(Iterable, Closure)instead - forAllButLastDo(Iterator<T>, C) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Deprecated.since 4.1, use
IteratorUtils.forEachButLast(Iterator, Closure)instead - forAllDo(Iterable<T>, C) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Deprecated.since 4.1, use
IterableUtils.forEach(Iterable, Closure)instead - forAllDo(Iterator<T>, C) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Deprecated.since 4.1, use
IteratorUtils.forEach(Iterator, Closure)instead - forClosure(int, Closure<? super E>) - Static method in class org.apache.commons.collections4.ClosureUtils
-
Creates a Closure that will call the closure
counttimes. - forClosure(int, Closure<? super E>) - Static method in class org.apache.commons.collections4.functors.ForClosure
-
Factory method that performs validation.
- ForClosure<T> - Class in org.apache.commons.collections4.functors
-
Closure implementation that calls another closure n times, like a for loop.
- ForClosure(int, Closure<? super T>) - Constructor for class org.apache.commons.collections4.functors.ForClosure
-
Constructor that performs no validation.
- 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(BiConsumer<? super Object, ? super Object>) - Method in class org.apache.commons.collections4.properties.OrderedProperties
- forEach(BiConsumer<? super Object, ? super Object>) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- 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.
- forEach(Closure<? super E>) - Method in class org.apache.commons.collections4.FluentIterable
-
Applies the closure to all elements contained in this iterable.
- 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.
- forEachRemaining(Consumer<? super T>) - Method in class org.apache.commons.collections4.iterators.ExtendedIterator
- freqA(Object) - Method in class org.apache.commons.collections4.CollectionUtils.CardinalityHelper
-
Gets the frequency of this object in collection A.
- freqB(Object) - Method in class org.apache.commons.collections4.CollectionUtils.CardinalityHelper
-
Gets the frequency of this object in collection B.
- 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.
- from(IndexExtractor) - Static method in interface org.apache.commons.collections4.bloomfilter.CellExtractor
-
Creates a CellExtractor from an IndexExtractor.
- fromBitMapArray(long...) - Static method in interface org.apache.commons.collections4.bloomfilter.BitMapExtractor
-
Creates a BitMapExtractor from an array of Long.
- fromBitMapExtractor(BitMapExtractor) - Static method in interface org.apache.commons.collections4.bloomfilter.IndexExtractor
-
Creates an IndexExtractor from a
BitMapExtractor. - fromBloomFilterArray(BloomFilter<?>...) - Static method in interface org.apache.commons.collections4.bloomfilter.BloomFilterExtractor
-
Creates a BloomFilterExtractor from an array of Bloom filters.
- fromInclusive - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntryMap
-
Whether or not the 'from' is inclusive.
- fromIndexArray(int...) - Static method in interface org.apache.commons.collections4.bloomfilter.IndexExtractor
-
Creates an IndexExtractor from an array of integers.
- fromIndexExtractor(IndexExtractor, int) - Static method in interface org.apache.commons.collections4.bloomfilter.BitMapExtractor
-
Creates a BitMapExtractor from an IndexExtractor.
- fromKey - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- fromKey - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntryMap
-
The key to start from, null if the beginning.
- fromKM(int, int) - Static method in class org.apache.commons.collections4.bloomfilter.Shape
-
Constructs a filter configuration with the specified number of hashFunctions (
k) and bits (m). - fromNM(int, int) - Static method in class org.apache.commons.collections4.bloomfilter.Shape
-
Constructs a filter configuration with the specified number of items (
n) and bits (m). - fromNMK(int, int, int) - Static method in class org.apache.commons.collections4.bloomfilter.Shape
-
Constructs a filter configuration with the specified number of items, bits and hash functions.
- fromNP(int, double) - Static method in class org.apache.commons.collections4.bloomfilter.Shape
-
Constructs a filter configuration with the specified number of items (
n) and desired false-positive probability (p). - fromPMK(double, int, int) - Static method in class org.apache.commons.collections4.bloomfilter.Shape
-
Constructs a filter configuration with a desired false-positive probability (
p) and the specified number of bits (m) and hash functions (k). - full - Variable in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Flag to indicate if the queue is currently full.
- func - Variable in class org.apache.commons.collections4.bloomfilter.CountingLongPredicate
- func - Variable in class org.apache.commons.collections4.bloomfilter.CountingPredicate
- FunctorException - Exception Class in org.apache.commons.collections4
-
Runtime exception thrown from functors.
- FunctorException() - Constructor for exception class org.apache.commons.collections4.FunctorException
-
Constructs a new
FunctorExceptionwithout specified detail message. - FunctorException(String) - Constructor for exception class org.apache.commons.collections4.FunctorException
-
Constructs a new
FunctorExceptionwith specified detail message. - FunctorException(String, Throwable) - Constructor for exception class org.apache.commons.collections4.FunctorException
-
Constructs a new
FunctorExceptionwith specified detail message and nestedThrowableroot cause. - FunctorException(Throwable) - Constructor for exception class org.apache.commons.collections4.FunctorException
-
Constructs a new
FunctorExceptionwith specified nestedThrowableroot cause. - FunctorUtils - Class in org.apache.commons.collections4.functors
-
Internal utilities for functors.
- FunctorUtils() - Constructor for class org.apache.commons.collections4.functors.FunctorUtils
-
Restricted constructor.
G
- get - Variable in class org.apache.commons.collections4.SplitMapUtils.WrappedGet
- get() - Method in class org.apache.commons.collections4.bloomfilter.LayerManager.Builder
-
Builds the layer manager with the specified properties.
- get() - Method in interface org.apache.commons.collections4.Factory
-
Deprecated.
- get() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
-
Builds a new
ConcurrentReferenceHashMap. - get() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.Reference
- get(int) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Gets the Bloom filter at the specified depth
- get(int) - Method in class org.apache.commons.collections4.bloomfilter.LayerManager
-
Gets the Bloom filter at the specified depth.
- get(int) - Method in class org.apache.commons.collections4.FluentIterable
-
Gets the element at the provided position in this iterable.
- get(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- get(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.
- get(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- get(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.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 behavior.
- 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.AVLNode
-
Gets the element with the given index relative to the offset of the parent of this node.
- get(int) - Method in class org.apache.commons.collections4.list.TreeList
-
Gets the element at the specified index.
- get(int) - Method in class org.apache.commons.collections4.ListUtils.CharSequenceAsList
- get(int) - Method in class org.apache.commons.collections4.ListUtils.Partition
- 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.LinkedMap.LinkedMapList
- get(int) - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Gets the key at the specified index.
- get(int) - Method in class org.apache.commons.collections4.map.ListOrderedMap.ValuesView
- get(int) - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.WrappedList
- get(int) - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Gets the element at the specified position in this queue.
- get(int) - Method in class org.apache.commons.collections4.set.ListOrderedSet
-
Gets the element at the specified position in this ordered set.
- get(Iterable<T>, int) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Deprecated.since 4.1, use
IterableUtils.get(Iterable, int)instead - get(Iterable<T>, int) - Static method in class org.apache.commons.collections4.IterableUtils
-
Gets the
index-th value in theiterable'sIterator, throwingIndexOutOfBoundsExceptionif there is no such element. - 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(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- get(Object) - Method in interface org.apache.commons.collections4.Get
-
Gets a value at a given 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
-
Gets the value to which this map maps the specified key.
- get(Object) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Gets the value to which the specified key is mapped, or
nullif this map contains no mapping for the 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(Object) - Method in class org.apache.commons.collections4.map.LRUMap
-
Gets the value mapped to the key specified.
- 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(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap
- get(Object) - Method in interface org.apache.commons.collections4.MultiMap
-
Deprecated.Gets the collection of values associated with the specified key.
- get(Object) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- get(Object) - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
- get(Object) - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedGet
- get(Object) - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- get(Object) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
- get(Object) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- get(Object) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- get(Object, boolean) - Method in class org.apache.commons.collections4.map.LRUMap
-
Gets the value mapped to the key specified.
- get(Object, int) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Gets the
index-th value inobject, throwingIndexOutOfBoundsExceptionif there is no such element orIllegalArgumentExceptionifobjectis not an instance of one of the supported types. - get(Object, int) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- 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(Enumeration<T>, int) - Static method in class org.apache.commons.collections4.EnumerationUtils
-
Gets the
index-th value in theEnumeration, throwingIndexOutOfBoundsExceptionif there is no such element. - get(Iterator<E>, int) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets the
index-th value inIterator, throwingIndexOutOfBoundsExceptionif there is no such element. - get(Iterator<E>, int, IntFunction<E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets the
index-th value inIterator, throwingIndexOutOfBoundsExceptionif there is no such element. - get(Iterator<T>, int) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Deprecated.since 4.1, use
IteratorUtils.get(Iterator, int)instead - get(Map<K, V>, int) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Gets the
index-thMap.Entryin themap'sentrySet, throwingIndexOutOfBoundsExceptionif there is no such element. - get(K) - Method in class org.apache.commons.collections4.collection.IndexedCollection
-
Gets the element associated with the given key.
- get(K) - Method in interface org.apache.commons.collections4.ListValuedMap
-
Gets the list of values associated with the specified 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(K) - Method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
- get(K) - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Gets a view collection of the values associated with the specified key.
- get(K) - Method in interface org.apache.commons.collections4.SetValuedMap
-
Gets the set of values associated with the specified key.
- Get<K,
V> - Interface in org.apache.commons.collections4 -
The "read" subset of the
Mapinterface. - 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.
- getBoolean(Map<? super K, ?>, K, Function<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 defaultFunction to produce 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.
- getBooleanValue(Map<? super K, ?>, K, Function<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 produced by the defaultFunction 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.
- getByte(Map<? super K, ?>, K, Function<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 defaultFunction to produce 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.
- getByteValue(Map<? super K, ?>, K, Function<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 produced by the defaultFunction if the conversion fails.
- getCardinalityMap(Iterable<? extends O>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Gets a
Mapmapping each unique element in the givenCollectionto anIntegerrepresenting the number of occurrences of that element in theCollection. - getClass(T) - Static method in class org.apache.commons.collections4.keyvalue.MultiKey
- 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
MultiValuedMapin 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
-
Gets the
Comparatorby which collation occurs. - getComponentType(T...) - Static method in class org.apache.commons.collections4.keyvalue.MultiKey
- 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() - Method in class org.apache.commons.collections4.functors.ForClosure
-
Gets the count.
- getCount() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MultiSetEntry
- getCount() - Method in interface org.apache.commons.collections4.MultiSet.Entry
-
Gets the number of occurrences for the element of this entry.
- getCount(Object) - Method in class org.apache.commons.collections4.bag.AbstractBagDecorator
- getCount(Object) - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Gets 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
-
Gets 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(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.KeysMultiSet
- getCount(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Gets the number of occurrence of the given element in this multiset by looking up its count in the underlying map.
- getCount(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Gets 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(Object) - Method in interface org.apache.commons.collections4.MultiSet
-
Gets 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
- getData(TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- 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.
- getDepth() - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Gets the depth of the deepest layer.
- getDepth() - Method in class org.apache.commons.collections4.bloomfilter.LayerManager
-
Gets the number of filters in the LayerManager.
- getDiag() - Method in class org.apache.commons.collections4.sequence.SequencesComparator.Snake
-
Gets the diagonal number of the snake.
- 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.
- getDouble(Map<? super K, ?>, K, Function<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 defaultFunction to produce 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.
- getDoubleValue(Map<? super K, ?>, K, Function<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 produced by the defaultFunction 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
-
Gets the element corresponding to this entry.
- getEnd() - Method in class org.apache.commons.collections4.sequence.SequencesComparator.Snake
-
Gets the end index of the snake.
- 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(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.AbstractHashedMap
-
Gets the entry mapped to the key specified.
- getEntry(Object) - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
- getEntry(Object) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Gets the entry mapped to the key specified.
- getEntry(Object) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Gets the entry associated with the specified key in the PatriciaTrieBase.
- getEntrySet() - Method in class org.apache.commons.collections4.map.ListOrderedMap.EntrySetView
- getEnumeration() - Method in class org.apache.commons.collections4.iterators.EnumerationIterator
-
Gets 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
-
Gets a BooleanComparator instance that sorts
falsevalues beforetruevalues. - 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
-
Deprecated.Gets the first element.
- getFirst() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- getFirst(int) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
-
Gets properly casted first entry of bin for given hash.
- getFirst(List<T>) - Static method in class org.apache.commons.collections4.ListUtils
-
Gets the first element of a list.
- 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.
- getFloat(Map<? super K, ?>, K, Function<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 defaultFunction to produce 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.
- getFloatValue(Map<? super K, ?>, K, Function<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 produced by the defaultFunction if the conversion fails.
- getFreq(Object, Bag<?>) - Method in class org.apache.commons.collections4.CollectionUtils.CardinalityHelper
- getFromKey() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
-
Gets the FROM Key.
- getFromKey() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- getFromKey() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntryMap
- getGrandParent(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Gets a node's grandparent.
- getHash(Object) - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Determine the exact hash entry for the key.
- getHeight(TreeList.AVLNode<E>) - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Gets the height of the node or -1 if the node is null.
- getIncrement() - Method in class org.apache.commons.collections4.bloomfilter.EnhancedDoubleHasher
-
Gets the increment value for the hash calculation.
- getInitial() - Method in class org.apache.commons.collections4.bloomfilter.EnhancedDoubleHasher
-
Gets the initial value for the hash calculation.
- getInteger(Map<? super K, ?>, K) - Static method in class org.apache.commons.collections4.MapUtils
-
Gets an 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.
- getInteger(Map<? super K, ?>, K, Function<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 defaultFunction to produce 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.
- getIntValue(Map<? super K, ?>, K, Function<K, Integer>) - Static method in class org.apache.commons.collections4.MapUtils
-
Gets an int from a Map in a null-safe manner, using the default value produced by the defaultFunction 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
-
Gets 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
-
Gets 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() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.BidiMapIterator
- getKey() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- getKey() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.InverseViewMapIterator
- getKey() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
-
Gets the key.
- getKey() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.ViewMapIterator
- getKey() - Method in class org.apache.commons.collections4.iterators.AbstractEmptyMapIterator
-
Always throws IllegalStateException.
- 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() - 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.AbstractReferenceMap.ReferenceMapIterator
- getKey() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.InitializableEntry
- getKey() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SimpleEntry
- 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.Flat3Map.FlatMapEntry
- getKey() - Method in class org.apache.commons.collections4.map.Flat3Map.FlatMapIterator
- getKey() - Method in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapIterator
- getKey() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the key.
- getKey() - Method in class org.apache.commons.collections4.map.SingletonMap.SingletonMapIterator
- getKey() - Method in class org.apache.commons.collections4.map.StaticBucketMap.Node
- 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() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.MultiValuedMapIterator
- getKey() - Method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry
- getKey() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieMapIterator
- getKey(int) - Method in class org.apache.commons.collections4.keyvalue.MultiKey
-
Gets the key at the specified index.
- getKey(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractBidiMapDecorator
- getKey(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
- 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
-
Gets the key to which this map maps the specified value.
- getKey(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- GETKEY_INVALID - Static variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
Exception message.
- getKeyAnalyzer() - Method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie
-
Gets the
KeyAnalyzerthat constructed theTrie. - 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
-
Deprecated.Gets the last element.
- getLast() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- getLast(List<T>) - Static method in class org.apache.commons.collections4.ListUtils
-
Gets the last element of a list.
- getLastNodeReturned() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.Gets the last node returned.
- getLastNodeReturned() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
-
Gets the last node returned.
- getLCSLength() - Method in class org.apache.commons.collections4.sequence.EditScript
-
Gets the length of the Longest Common Subsequence (LCS).
- getLeft(TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- getLeftChild(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Gets a node's left child.
- getLeftSubTree() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Gets the left node, returning null if it's a faedelung.
- 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.
- getLong(Map<? super K, ?>, K, Function<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 defaultFunction to produce the default value if the conversion fails.
- getLongBit(int) - Static method in class org.apache.commons.collections4.bloomfilter.BitMaps
-
Gets the filter bit mask for the specified bit index assuming the filter is using 64-bit longs to store bits starting at index 0.
- getLongIndex(int) - Static method in class org.apache.commons.collections4.bloomfilter.BitMaps
-
Gets the filter index for the specified bit index assuming the filter is using 64-bit longs to store bits starting at index 0.
- 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.
- getLongValue(Map<? super K, ?>, K, Function<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 produced by the defaultFunction 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() - 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
-
Gets the map that backs this multiset.
- 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, Function<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 defaultFunction to produce the default value if the conversion fails.
- 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.
- 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.
- getMapIterator(TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
- getMapping() - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.WrappedList
- getMapping() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- getMaxCell() - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
- getMaxCell() - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Gets the maximum allowable value for a cell count in this Counting filter.
- getMaximumCacheSize() - Method in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.Gets the maximum size of the cache.
- getMaxInsert(BitMapExtractor) - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Determines the maximum number of times the BitMapExtractor could have been merged into this counting filter.
- getMaxInsert(BloomFilter<?>) - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Determines the maximum number of times the Bloom filter could have been merged into this counting filter.
- getMaxInsert(CellExtractor) - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
- getMaxInsert(CellExtractor) - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Determines the maximum number of times the Cell Extractor could have been added.
- getMaxInsert(Hasher) - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Determines the maximum number of times the Hasher could have been merged into this counting filter.
- getMaxInsert(IndexExtractor) - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Determines the maximum number of times the IndexExtractor could have been merged into this counting filter.
- getMiddleSnake(int, int, int, int) - Method in class org.apache.commons.collections4.sequence.SequencesComparator
-
Gets the middle snake corresponding to two subsequences of the main sequences.
- getModifications() - Method in class org.apache.commons.collections4.sequence.EditScript
-
Gets the number of effective modifications.
- getMutator() - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Gets the collection mutator to be used for this CompositeCollection.
- getMutator() - Method in class org.apache.commons.collections4.set.CompositeSet
-
Gets the set mutator to be used for this CompositeSet.
- getNearestEntryForKey(K, int) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Gets the nearest entry for a given key.
- getNextNode() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.Node
-
Deprecated.Gets the next node.
- getNextNode() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.Node
-
Gets the next node.
- getNode(int, boolean) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Gets the node at a particular index.
- getNode(int, boolean) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
Gets the node at a particular index.
- getNodeFromCache() - Method in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.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.
- getNumber(Map<? super K, ?>, K, Function<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 defaultFunction to produce the default value if the conversion fails.
- getNumberOfBits() - Method in class org.apache.commons.collections4.bloomfilter.Shape
-
Gets the number of bits in the Bloom filter.
- getNumberOfHashFunctions() - Method in class org.apache.commons.collections4.bloomfilter.Shape
-
Gets the number of hash functions used to construct the filter.
- getObject() - Method in class org.apache.commons.collections4.CollectionUtils.EquatorWrapper
- getObject() - Method in class org.apache.commons.collections4.sequence.EditCommand
-
Gets the object associated with this command.
- 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.
- getOffset(TreeList.AVLNode<E>) - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Gets the relative position.
- getOrDefault(Object, Object) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- getOrderedMapIterator() - Method in class org.apache.commons.collections4.iterators.AbstractOrderedMapIteratorDecorator
-
Gets the iterator being decorated.
- getParent(TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
-
Gets the parent node.
- getParent(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Gets a node's parent.
- 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.
- getPrefixMapByBits(K, int, int) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Gets a view of this
Trieof all elements that are prefixed by the number of bits in the given Key. - getPreviousNode() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.Node
-
Deprecated.Gets the previous node.
- getPreviousNode() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.Node
-
Gets the previous node.
- getProbability(int) - Method in class org.apache.commons.collections4.bloomfilter.Shape
-
Calculates the probability of false positives (
p) given numberOfItems (n), numberOfBits (m) and numberOfHashFunctions (k). - getProperty(String) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- getProperty(String, String) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- getQueue() - Method in class org.apache.commons.collections4.queue.TransformedQueue
-
Gets the decorated queue.
- getResult() - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter.Finder
- getRight(TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- getRightChild(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Gets a node's right child.
- getRightSubTree() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Gets the right node, returning null if it's a faedelung.
- getScript() - Method in class org.apache.commons.collections4.sequence.SequencesComparator
-
Gets the
EditScriptobject. - getSets() - Method in class org.apache.commons.collections4.set.CompositeSet
-
Gets the sets being decorated.
- getShape() - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
- getShape() - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Gets the shape that was used when the filter was built.
- getShape() - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- getShape() - Method in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
- getShape() - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
- getShape() - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- 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.
- getShort(Map<? super K, ?>, K, Function<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 defaultFunction to produce 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.
- getShortValue(Map<? super K, ?>, K, Function<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 produced by the defaultFunction 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.
- getStart() - Method in class org.apache.commons.collections4.sequence.SequencesComparator.Snake
-
Gets the start index of the snake.
- 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.
- getString(Map<? super K, ?>, K, Function<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 defaultFunction to produce the default value if the conversion fails.
- getSubSequence() - Method in class org.apache.commons.collections4.ListUtils.LcsVisitor
- getTarget() - Method in class org.apache.commons.collections4.bloomfilter.LayerManager
-
Gets the current target filter.
- getToKey() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
-
Gets the TO Key.
- getToKey() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- getToKey() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntryMap
- 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
-
Gets a BooleanComparator instance that sorts
truevalues beforefalsevalues. - 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.bidimap.TreeBidiMap.InverseViewMapIterator
- getValue() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
-
Gets the value.
- getValue() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.ViewMapIterator
- 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
-
Always throws IllegalStateException.
- 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
-
Deprecated.Gets the value of the node.
- getValue() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.Node
-
Gets the value of the node.
- getValue() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Gets the value.
- 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.AbstractReferenceMap.ReferenceMapIterator
- getValue() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.InitializableEntry
- getValue() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SimpleEntry
- 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() - Method in class org.apache.commons.collections4.map.Flat3Map.FlatMapEntry
- getValue() - Method in class org.apache.commons.collections4.map.Flat3Map.FlatMapIterator
- getValue() - Method in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapEntry
- getValue() - Method in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapIterator
- getValue() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the value.
- getValue() - Method in class org.apache.commons.collections4.map.SingletonMap.SingletonMapIterator
- getValue() - Method in class org.apache.commons.collections4.map.StaticBucketMap.Node
- 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() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.MultiValuedMapIterator
- getValue() - Method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry
- getValue() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieMapIterator
- 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(K, V, Function<? super K, ? extends V>) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- GETVALUE_INVALID - Static variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
Exception message.
- getValuesAsBag(MultiValuedMap<K, V>, K) - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Gets a Bag from
MultiValuedMapin a null-safe manner. - getValuesAsList(MultiValuedMap<K, V>, K) - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Gets a List from
MultiValuedMapin a null-safe manner. - getValuesAsSet(MultiValuedMap<K, V>, K) - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Gets a Set from
MultiValuedMapin a null-safe manner. - getWrapped() - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
-
Gets the wrapped BloomFilter.
- GREATER - Enum constant in enum org.apache.commons.collections4.functors.ComparatorPredicate.Criterion
-
Greater criterion.
- GREATER_OR_EQUAL - Enum constant in enum org.apache.commons.collections4.functors.ComparatorPredicate.Criterion
-
Greater or equal criterion.
- greatestNode(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Finds the greatest node from a given node.
- grow() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Bumps up the size and note that the map has changed.
- growthList(List<E>) - Static method in class org.apache.commons.collections4.list.GrowthList
-
Factory method to create a growth list.
- GrowthList<E> - Class in org.apache.commons.collections4.list
-
Decorates another
Listto 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).
H
- hammingDistance(BitMapExtractor, BitMapExtractor) - Static method in class org.apache.commons.collections4.bloomfilter.SetOperations
-
Calculates the Hamming distance between two BitMapExtractors.
- handler - Variable in class org.apache.commons.collections4.sequence.ReplacementsFinder
-
Handler to call when synchronized sequences are found.
- handleReplacement(int, List<T>, List<T>) - Method in interface org.apache.commons.collections4.sequence.ReplacementsHandler
-
Handles two synchronized sequences.
- HARD - Enum constant in enum org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceStrength
-
Hard reference type.
- hash - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap.SoftRef
-
The hashCode of the key (even if the reference points to a value)
- hash - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap.WeakRef
-
The hashCode of the key (even if the reference points to a value)
- hash - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashEntry
- hash - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SoftKeyReference
- hash - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SoftValueReference
- hash - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.WeakKeyReference
- hash - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.WeakValueReference
- hash(int) - Static method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Applies a supplemental hash function to a given hashCode, which defends against poor quality hash functions.
- hash(Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the hash code for the key specified.
- hash(Object) - Method in class org.apache.commons.collections4.map.ReferenceIdentityMap
-
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(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.
- hash1 - Variable in class org.apache.commons.collections4.map.Flat3Map
-
Hash, used while in flat mode
- hash2 - Variable in class org.apache.commons.collections4.map.Flat3Map
-
Hash, used while in flat mode
- hash3 - Variable in class org.apache.commons.collections4.map.Flat3Map
-
Hash, used while in flat mode
- HashBag<E> - Class in org.apache.commons.collections4.bag
-
Implements
Bag, using aHashMapto provide the data storage. - HashBag() - Constructor for class org.apache.commons.collections4.bag.HashBag
-
Constructs an empty
HashBag. - HashBag(Iterable<? extends E>) - Constructor for class org.apache.commons.collections4.bag.HashBag
-
Constructs a bag containing all the members of the given Iterable.
- 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 - Variable in class org.apache.commons.collections4.keyvalue.MultiKey
-
The cached 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.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.bidimap.TreeBidiMap.Inverse
- hashCode() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- hashCode() - Method in class org.apache.commons.collections4.bloomfilter.Shape
- hashCode() - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
- hashCode() - Method in class org.apache.commons.collections4.CollectionUtils.EquatorWrapper
- 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
- hashCode() - Method in class org.apache.commons.collections4.comparators.NullComparator
-
Implement a hash code for this comparator that is consistent with
NullComparator.equals(Object). - 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
-
Deprecated.
- hashCode() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- 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() - 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 hash code of the entry using temporary hard references.
- hashCode() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.SoftRef
- hashCode() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.WeakRef
- 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.ConcurrentReferenceHashMap.SimpleEntry
- hashCode() - Method in class org.apache.commons.collections4.map.Flat3Map.FlatMapEntry
- hashCode() - Method in class org.apache.commons.collections4.map.Flat3Map
-
Gets the standard Map hashCode.
- hashCode() - Method in class org.apache.commons.collections4.map.ListOrderedMap.EntrySetView
- 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.map.StaticBucketMap.Node
- hashCode() - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.WrappedList
- hashCode() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap
- 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.multimap.AbstractSetValuedMap.WrappedSet
- 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.properties.PropertiesFactory.EmptyProperties
- 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.SplitMapUtils.WrappedGet
- hashCode() - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- hashCode() - Method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry
- hashCode() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- hashCode(Collection<? extends E>, Equator<? super E>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns the hash code of the input collection using the hash method of an equator.
- HASHCODE_NULL - Static variable in class org.apache.commons.collections4.functors.DefaultEquator
-
Hashcode used for
nullobjects. - hashCodeForList(Collection<?>) - Static method in class org.apache.commons.collections4.ListUtils
-
Generates a hash code using the algorithm specified in
List.hashCode(). - hashCodeForSet(Collection<T>) - Static method in class org.apache.commons.collections4.SetUtils
-
Generates a hash code using the algorithm specified in
Set.hashCode(). - hashCodeValue - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- HashedMap<K,
V> - Class in org.apache.commons.collections4.map -
A
Mapimplementation that is a general purpose alternative toHashMap. - 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(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.
- HashEntry(K, int, ConcurrentReferenceHashMap.HashEntry<K, V>, V, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, ReferenceQueue<Object>) - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashEntry
- HashEntry(AbstractHashedMap.HashEntry<K, V>, int, Object, V) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap.HashEntry
-
Constructs a new instance.
- Hasher - Search tag in package org.apache.commons.collections4.bloomfilter
- Section
- Hasher - Interface in org.apache.commons.collections4.bloomfilter
-
A Hasher creates
IndexExtractors based on the hash implementation and the providedShape. - hashIndex - Variable in class org.apache.commons.collections4.map.AbstractHashedMap.HashIterator
-
The current index into the array of buckets
- hashIndex(int, int) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the index into the data storage for the hashCode specified.
- HashIterator() - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashIterator
- HashIterator(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap.HashIterator
-
Constructs a new instance.
- HashMapIterator(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap.HashMapIterator
-
Constructs a new instance.
- HashMultiSet<E> - Class in org.apache.commons.collections4.multiset
-
Implements
MultiSet, using aHashMapto provide the data storage. - HashMultiSet() - Constructor for class org.apache.commons.collections4.multiset.HashMultiSet
-
Constructs an empty
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.
- hashOf(Object) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
- hashSet(E...) - Static method in class org.apache.commons.collections4.SetUtils
-
Creates a set from the given items.
- HashSetValuedHashMap<K,
V> - Class in org.apache.commons.collections4.multimap - 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(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.
- 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.
- hasMoreElements() - Method in class org.apache.commons.collections4.iterators.IteratorEnumeration
-
Returns true if the underlying iterator has more elements.
- hasMoreElements() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashIterator
- hasNext - Variable in class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
Whether there is another element in the iteration
- hasNext - Variable in class org.apache.commons.collections4.map.SingletonMap.SingletonMapIterator
- hasNext() - Method in class org.apache.commons.collections4.bag.AbstractMapBag.BagIterator
- 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.bidimap.TreeBidiMap.AbstractViewIterator
- hasNext() - Method in class org.apache.commons.collections4.iterators.AbstractEmptyIterator
-
Always returns false, this iterator contains no elements.
- 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.CartesianProductIterator
-
Returns
trueif the iteration has more elements. - hasNext() - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Returns
trueif 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.ExtendedIterator
- 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
trueif any child iterator has remaining elements. - hasNext() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.
- hasNext() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubListIterator
-
Deprecated.
- hasNext() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
- hasNext() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubListIterator
- hasNext() - Method in class org.apache.commons.collections4.list.CursorableLinkedList.SubCursor
-
Deprecated.
- hasNext() - Method in class org.apache.commons.collections4.list.TreeList.TreeListIterator
- hasNext() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashIterator
-
Tests whether there is a next entry.
- hasNext() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
Tests whether there is another entry.
- hasNext() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
- hasNext() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashIterator
- 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 class org.apache.commons.collections4.map.Flat3Map.EntryIterator
- hasNext() - Method in class org.apache.commons.collections4.map.Flat3Map.FlatMapIterator
- hasNext() - Method in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapIterator
- hasNext() - Method in class org.apache.commons.collections4.map.MultiValueMap.ValuesIterator
-
Deprecated.
- hasNext() - Method in class org.apache.commons.collections4.map.SingletonMap.SingletonMapIterator
- hasNext() - Method in class org.apache.commons.collections4.map.StaticBucketMap.BaseIterator
- 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.multimap.AbstractListValuedMap.ValuesListIterator
- hasNext() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.MultiValuedMapIterator
- hasNext() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.ValuesIterator
- hasNext() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.EntrySetIterator
- hasNext() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MapBasedMultiSetIterator
- hasNext() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.MultiSetIterator
- hasNext() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractTrieIterator
- hasNext() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet.SingletonIterator
- hasNext() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntrySet.EntryIterator
- hasPrevious() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- hasPrevious() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.AbstractViewIterator
- hasPrevious() - Method in class org.apache.commons.collections4.iterators.AbstractEmptyIterator
-
Always returns false, this iterator contains no elements.
- 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
-
Deprecated.
- hasPrevious() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubListIterator
-
Deprecated.
- hasPrevious() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
- hasPrevious() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubListIterator
- hasPrevious() - Method in class org.apache.commons.collections4.list.CursorableLinkedList.SubCursor
-
Deprecated.
- hasPrevious() - Method in class org.apache.commons.collections4.list.TreeList.TreeListIterator
- hasPrevious() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
Tests whether there is a previous entry.
- 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 class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapIterator
- hasPrevious() - Method in class org.apache.commons.collections4.map.SingletonMap.SingletonMapIterator
- hasPrevious() - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.ValuesListIterator
- 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.
- hasPrevious() - Method in class org.apache.commons.collections4.set.ListOrderedSet.OrderedSetIterator
- hasPrevious() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieMapIterator
- header - Variable in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.A
AbstractLinkedList.Nodewhich indicates the start and end of the list and does not hold a value. - header - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
A
AbstractLinkedListJava21.Nodewhich indicates the start and end of the list and does not hold a value. - header - Variable in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Header in the linked list
- 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.AbstractPatriciaTrie.AbstractRangeMap
- headMap(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- headMap(K) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- headSet(E) - Method in class org.apache.commons.collections4.set.AbstractSortedSetDecorator
- headSet(E) - Method in class org.apache.commons.collections4.set.PredicatedSortedSet
- headSet(E) - Method in class org.apache.commons.collections4.set.TransformedSortedSet
- headSet(E) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
- headSet(E) - Method in class org.apache.commons.collections4.set.UnmodifiableSortedSet
- headSet(E, boolean) - Method in class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
- headSet(E, boolean) - Method in class org.apache.commons.collections4.set.PredicatedNavigableSet
- headSet(E, boolean) - Method in class org.apache.commons.collections4.set.TransformedNavigableSet
- headSet(E, boolean) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
- height - Variable in class org.apache.commons.collections4.list.TreeList.AVLNode
-
How many levels of left/right are below this one.
- heightRightMinusLeft() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Returns the height difference right - left
- 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
- higherEntry(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Returns an entry strictly higher than the given key, or null if no such entry exists.
- hit - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet.SingletonIterator
I
- iArgs - Variable in class org.apache.commons.collections4.functors.InstantiateFactory
-
The constructor arguments
- iArgs - Variable in class org.apache.commons.collections4.functors.InstantiateTransformer
-
The constructor arguments
- iArgs - Variable in class org.apache.commons.collections4.functors.InvokerTransformer
-
The array of reflection arguments
- iClassToInstantiate - Variable in class org.apache.commons.collections4.functors.InstantiateFactory
-
The class to create
- iCloneMethod - Variable in class org.apache.commons.collections4.functors.PrototypeFactory.PrototypeCloneFactory
-
The method used to clone
- iClosure - Variable in class org.apache.commons.collections4.functors.ClosureTransformer
-
The closure to wrap
- iClosure - Variable in class org.apache.commons.collections4.functors.ForClosure
-
The closure to call
- iClosure - Variable in class org.apache.commons.collections4.functors.WhileClosure
-
The closure to call
- iClosures - Variable in class org.apache.commons.collections4.functors.ChainedClosure
-
The closures to call in turn
- iClosures - Variable in class org.apache.commons.collections4.functors.SwitchClosure
-
The matching closures to call
- iConstant - Variable in class org.apache.commons.collections4.functors.ConstantFactory
-
The closures to call in turn
- iConstant - Variable in class org.apache.commons.collections4.functors.ConstantTransformer
-
The closures to call in turn
- iConstructor - Variable in class org.apache.commons.collections4.functors.InstantiateFactory
-
The constructor
- iCount - Variable in class org.apache.commons.collections4.functors.ForClosure
-
The number of times to loop
- iDefault - Variable in class org.apache.commons.collections4.functors.SwitchClosure
-
The default closure to call if no tests match
- iDefault - Variable in class org.apache.commons.collections4.functors.SwitchTransformer
-
The default transformer to call if no tests match
- IDENTITY_COMPARISONS - Enum constant in enum org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Option
-
Indicates that referential-equality (== instead of .equals()) should be used when locating keys.
- identityComparisons - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
- identityComparisons - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- identityPredicate(T) - Static method in class org.apache.commons.collections4.functors.IdentityPredicate
-
Creates 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.
- 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.
- iDoLoop - Variable in class org.apache.commons.collections4.functors.WhileClosure
-
The flag, true is a do loop, false is a while
- idx - Variable in class org.apache.commons.collections4.bloomfilter.CountingLongPredicate
- idx - Variable in class org.apache.commons.collections4.bloomfilter.CountingPredicate
- iFactory - Variable in class org.apache.commons.collections4.functors.FactoryTransformer
-
The factory to wrap
- iFalseClosure - Variable in class org.apache.commons.collections4.functors.IfClosure
-
The closure to use if false
- iFalseTransformer - Variable in class org.apache.commons.collections4.functors.IfTransformer
-
The transformer to use if false
- 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>) - 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.ClosureUtils
-
Create a new Closure that calls one of two closures depending on the specified predicate.
- 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.
- IfClosure<T> - 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 T>, Closure<? super T>) - Constructor for class org.apache.commons.collections4.functors.IfClosure
-
Constructor that performs no validation.
- IfClosure(Predicate<? super T>, Closure<? super T>, Closure<? super T>) - Constructor for class org.apache.commons.collections4.functors.IfClosure
-
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 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.
- 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<T,
R> - 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 T>, Transformer<? super T, ? extends R>, Transformer<? super T, ? extends R>) - Constructor for class org.apache.commons.collections4.functors.IfTransformer
-
Constructor that performs no validation.
- iMap - Variable in class org.apache.commons.collections4.functors.MapTransformer
-
The map of data to lookup in
- iMethodName - Variable in class org.apache.commons.collections4.functors.InvokerTransformer
-
The method name to call
- Implementation Notes - Search tag in package org.apache.commons.collections4.bloomfilter
- Section
- increment - Variable in class org.apache.commons.collections4.bloomfilter.EnhancedDoubleHasher
-
The value to increment the hash value by.
- increment(int) - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Increments the internal index.
- incrementModCount() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
A helper method to increment the modification counter.
- incrementSize() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
A helper method to increment the
Triesize and the modification counter. - INDENT_STRING - Static variable in class org.apache.commons.collections4.MapUtils
-
String used to indent the verbose and debug Map prints.
- index - Variable in class org.apache.commons.collections4.collection.IndexedCollection
-
The map of indexes to collected objects.
- index - Variable in class org.apache.commons.collections4.iterators.ArrayIterator
-
The current iterator index
- index - Variable in class org.apache.commons.collections4.iterators.NodeListIterator
-
The current iterator index
- index - Variable in class org.apache.commons.collections4.iterators.ObjectArrayIterator
-
The current iterator index
- index - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
- index - Variable in class org.apache.commons.collections4.map.Flat3Map.FlatMapEntry
- INDEX_NOT_FOUND - Static variable in class org.apache.commons.collections4.CollectionUtils
-
The index value when an element is not found in a collection or array:
-1. - 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
-
Create a
IndexedCollection. - IndexExtractor - Interface in org.apache.commons.collections4.bloomfilter
-
An object that produces indices of a Bloom filter.
- IndexFilter - Class in org.apache.commons.collections4.bloomfilter
-
A convenience class for Hasher implementations to filter out duplicate indices.
- IndexFilter(Shape, IntPredicate) - Constructor for class org.apache.commons.collections4.bloomfilter.IndexFilter
-
Creates an instance optimized for the specified shape.
- IndexFilter.ArrayTracker - Class in org.apache.commons.collections4.bloomfilter
-
An IndexTracker implementation that uses an array of integers to track whether or not a number has been seen.
- IndexFilter.BitMapTracker - Class in org.apache.commons.collections4.bloomfilter
-
An IndexTracker implementation that uses an array of bit maps to track whether or not a number has been seen.
- 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(Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- indexOf(Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- 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(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.LinkedMap.LinkedMapList
- 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.multimap.AbstractListValuedMap.WrappedList
- 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.
- indexOf(Object[], Object, int) - Static method in class org.apache.commons.collections4.ArrayUtils
-
Finds the index of the given object in the array starting at the given index.
- indexOf(Object, int) - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Finds the index that contains the specified object.
- 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(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(T[], Object) - Static method in class org.apache.commons.collections4.ArrayUtils
-
Finds the index of the given object in the array.
- IndexUtils - Class in org.apache.commons.collections4.bloomfilter
-
Provides functions to assist in IndexExtractor creation and manipulation.
- IndexUtils() - Constructor for class org.apache.commons.collections4.bloomfilter.IndexUtils
-
Don't instantiate.
- indices - Variable in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
-
The bitSet that defines this BloomFilter.
- indices(Shape) - Method in class org.apache.commons.collections4.bloomfilter.EnhancedDoubleHasher
- indices(Shape) - Method in interface org.apache.commons.collections4.bloomfilter.Hasher
-
Creates an IndexExtractor for this hasher based on the Shape.
- inFromRange(K, boolean) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
-
Returns true if the provided key is in the FROM range of the
AbstractPatriciaTrie<K,.V>.AbstractRangeMap - inFromRange(K, boolean) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
-
Returns true if the provided Key is in the FROM range of the
AbstractPatriciaTrie<K,.V>.PrefixRangeMap - init() - Method in class org.apache.commons.collections4.iterators.BoundedIterator
-
Advances the underlying iterator to the beginning of the bounded range.
- init() - Method in class org.apache.commons.collections4.iterators.LoopingListIterator
- init() - Method in class org.apache.commons.collections4.iterators.SkippingIterator
-
Skips the given number of elements.
- init() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.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.AbstractLinkedListJava21
-
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
-
Deprecated.The equivalent of a default constructor called by any constructor and by
readObject. - init() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Initialize subclasses during construction, cloning or deserialization.
- init() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Initialize this subclass during construction.
- init() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Initialize this subclass during construction, cloning or deserialization.
- init(K, V) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.InitializableEntry
- initial - Variable in class org.apache.commons.collections4.bloomfilter.EnhancedDoubleHasher
-
The initial hash value.
- initialCapacity - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
- InitializableEntry() - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.InitializableEntry
- initialListCapacity - Variable in class org.apache.commons.collections4.multimap.ArrayListValuedHashMap
-
The initial list capacity when creating a new value collection.
- initialListCapacity - Variable in class org.apache.commons.collections4.multimap.ArrayListValuedLinkedHashMap
-
The initial list capacity when creating a new value collection.
- initialSetCapacity - Variable in class org.apache.commons.collections4.multimap.HashSetValuedHashMap
-
The initial list capacity when creating a new value collection.
- initialSetCapacity - Variable in class org.apache.commons.collections4.multimap.LinkedHashSetValuedLinkedHashMap
-
The initial list capacity when creating a new value collection.
- inRange(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
-
Returns true if the provided key is greater than TO and less than FROM.
- inRange(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
-
Returns true if this
AbstractPatriciaTrie<K,'s key is a prefix of the provided key.V>.PrefixRangeMap - inRange2(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
-
This form allows the high endpoint (as well as all legit keys).
- inRange2(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- insert(int, E) - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Inserts a node at the position index.
- 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.
- insertOnLeft(int, E) - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
- insertOnRight(int, E) - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
- insertOrder - Variable in class org.apache.commons.collections4.map.ListOrderedMap.EntrySetView
- insertOrder - Variable in class org.apache.commons.collections4.map.ListOrderedMap
-
Internal list to hold the sequence of objects
- insertValue(TreeBidiMap.Node<K, V>) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Inserts a node by its value.
- 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.StringValueTransformer
-
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.properties.OrderedPropertiesFactory
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.collections4.properties.PropertiesFactory
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.collections4.properties.SortedPropertiesFactory
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
-
A singleton instance of
StringKeyAnalyzer. - 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.
- instanceOfPredicate(Class<?>) - Static method in class org.apache.commons.collections4.functors.InstanceofPredicate
-
Creates the identity predicate.
- 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.
- 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(Class<T>, Class<?>[], Object[]) - Static method in class org.apache.commons.collections4.functors.InstantiateFactory
-
Factory method that performs validation.
- 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.
- instantiateTransformer() - Static method in class org.apache.commons.collections4.functors.InstantiateTransformer
-
Gets a typed no-arg instance.
- 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.functors.InstantiateTransformer
-
Transformer method that performs validation.
- 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.
- InstantiateTransformer<T> - Class in org.apache.commons.collections4.functors
-
Transformer implementation that creates a new object instance by reflection.
- InstantiateTransformer() - Constructor for class org.apache.commons.collections4.functors.InstantiateTransformer
-
Constructor for no arg instance.
- InstantiateTransformer(Class<?>[], Object[]) - Constructor for class org.apache.commons.collections4.functors.InstantiateTransformer
-
Constructor that performs no validation.
- Interrelatedness of values - Search tag in class org.apache.commons.collections4.bloomfilter.Shape
- Section
- intersection(Iterable<? extends O>, Iterable<? extends O>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns a
Collectioncontaining the intersection of the givenIterables. - 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 an unmodifiable view of the intersection of the given
Sets. - inToRange(K, boolean) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
-
Returns true if the provided key is in the TO range of the
AbstractPatriciaTrie<K,.V>.AbstractRangeMap - inToRange(K, boolean) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
-
Returns true if the provided Key is in the TO range of the
AbstractPatriciaTrie<K,.V>.PrefixRangeMap - inverse - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap
- inverse - Variable in class org.apache.commons.collections4.bidimap.UnmodifiableBidiMap
-
The inverse unmodifiable map
- inverse - Variable in class org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMap
-
The inverse unmodifiable map
- inverse - Variable in class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
-
The inverse unmodifiable map
- Inverse() - Constructor for class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- inverseBidiMap - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Inverse view of this map.
- 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.Inverse
- 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.
- inverseEntrySet - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
-
Store the entrySet once created.
- InverseEntryView() - Constructor for class org.apache.commons.collections4.bidimap.TreeBidiMap.InverseEntryView
- inverseKeySet - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
-
Store the keySet once created.
- inverseOrderedBidiMap() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
Defaults to
DualTreeBidiMap.inverseBidiMap(). - 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
-
Defaults to
DualTreeBidiMap.inverseBidiMap(). - inverseValuesSet - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
-
Store the valuesSet once created.
- InverseViewMapEntryIterator() - Constructor for class org.apache.commons.collections4.bidimap.TreeBidiMap.InverseViewMapEntryIterator
-
Constructs a new instance.
- InverseViewMapIterator(TreeBidiMap.DataElement) - Constructor for class org.apache.commons.collections4.bidimap.TreeBidiMap.InverseViewMapIterator
-
Creates a new TreeBidiMap.InverseViewMapIterator.
- 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(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) - 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.functors.InvokerTransformer
-
Gets an instance of this transformer calling a specific method with specific values.
- invokerTransformer(String, Class<?>[], Object[]) - Static method in class org.apache.commons.collections4.TransformerUtils
-
Gets a Transformer that invokes a method on the input object.
- InvokerTransformer<T,
R> - Class in org.apache.commons.collections4.functors -
Transformer implementation that creates a new object instance by reflection.
- InvokerTransformer(String) - Constructor for class org.apache.commons.collections4.functors.InvokerTransformer
-
Constructor for no arg instance.
- InvokerTransformer(String, Class<?>[], Object[]) - Constructor for class org.apache.commons.collections4.functors.InvokerTransformer
-
Constructor that performs no validation.
- iParamTypes - Variable in class org.apache.commons.collections4.functors.InstantiateFactory
-
The constructor parameter types
- iParamTypes - Variable in class org.apache.commons.collections4.functors.InstantiateTransformer
-
The constructor parameter types
- iParamTypes - Variable in class org.apache.commons.collections4.functors.InvokerTransformer
-
The array of reflection parameter types
- iPredicate - Variable in class org.apache.commons.collections4.functors.IfClosure
-
The test
- iPredicate - Variable in class org.apache.commons.collections4.functors.IfTransformer
-
The test
- iPredicate - Variable in class org.apache.commons.collections4.functors.NotPredicate
-
The predicate to decorate
- iPredicate - Variable in class org.apache.commons.collections4.functors.NullIsExceptionPredicate
-
The predicate to decorate
- iPredicate - Variable in class org.apache.commons.collections4.functors.NullIsFalsePredicate
-
The predicate to decorate
- iPredicate - Variable in class org.apache.commons.collections4.functors.NullIsTruePredicate
-
The predicate to decorate
- iPredicate - Variable in class org.apache.commons.collections4.functors.PredicateTransformer
-
The closure to wrap
- iPredicate - Variable in class org.apache.commons.collections4.functors.TransformedPredicate
-
The predicate to call
- iPredicate - Variable in class org.apache.commons.collections4.functors.WhileClosure
-
The test condition
- iPredicate1 - Variable in class org.apache.commons.collections4.functors.AndPredicate
-
The array of predicates to call
- iPredicate1 - Variable in class org.apache.commons.collections4.functors.OrPredicate
-
The array of predicates to call
- iPredicate2 - Variable in class org.apache.commons.collections4.functors.AndPredicate
-
The array of predicates to call
- iPredicate2 - Variable in class org.apache.commons.collections4.functors.OrPredicate
-
The array of predicates to call
- iPredicates - Variable in class org.apache.commons.collections4.functors.AbstractQuantifierPredicate
-
The array of predicates to call
- iPredicates - Variable in class org.apache.commons.collections4.functors.SwitchClosure
-
The tests to consider
- iPredicates - Variable in class org.apache.commons.collections4.functors.SwitchTransformer
-
The tests to consider
- iPrototype - Variable in class org.apache.commons.collections4.functors.PrototypeFactory.PrototypeCloneFactory
-
The object to clone each time
- iPrototype - Variable in class org.apache.commons.collections4.functors.PrototypeFactory.PrototypeSerializationFactory
-
The object to clone via serialization each time
- isAtFullCapacity() - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Returns
trueif 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.AbstractBitwiseTrie
-
Returns whether or not the given bit on the key is set or false if the key is null.
- isBitSet(K, int, int) - Method in class org.apache.commons.collections4.trie.KeyAnalyzer
-
Returns whether or not a bit is set.
- isBlack(TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
-
Is this node black?
- isBlack(TreeBidiMap.Node<?, ?>, TreeBidiMap.DataElement) - Static method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Is the specified black red? If the node does not exist, sure, it's black, thank you.
- isCacheFull() - Method in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.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.Inverse
- isEmpty() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Checks whether the map is empty or not.
- isEmpty() - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Determines if all the bits are off.
- isEmpty() - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- isEmpty() - Method in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
- isEmpty() - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
- 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() - Method in class org.apache.commons.collections4.FluentIterable
-
Checks if this iterable is empty.
- isEmpty() - Method in interface org.apache.commons.collections4.Get
-
Tests whether this instance contains any key-value mappings.
- isEmpty() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- isEmpty() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- isEmpty() - Method in class org.apache.commons.collections4.ListUtils.Partition
- 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
trueif this map contains no key-value mappings. - isEmpty() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.EntrySet
- isEmpty() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Returns
trueif this map contains no key-value mappings. - isEmpty() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.KeySet
- isEmpty() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Values
- 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.ListOrderedMap.EntrySetView
- 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.SingletonMap.SingletonValues
- isEmpty() - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Checks if the size is currently zero.
- isEmpty() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
- isEmpty() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.KeysMultiSet
- isEmpty() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- isEmpty() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
- 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
trueif this map contains no key-value mappings. - isEmpty() - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- 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.SplitMapUtils.WrappedGet
- isEmpty() - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- isEmpty() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntrySet
- isEmpty() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry
-
Tests whether the entry is storing a key.
- isEmpty() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- isEmpty(Iterable<?>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Answers true if the provided iterable is empty.
- isEmpty(Collection<?>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Null-safe check if the specified collection is empty.
- isEmpty(Iterator<?>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Checks if the given iterator is empty.
- isEmpty(Map<?, ?>) - Static method in class org.apache.commons.collections4.MapUtils
-
Null-safe check if the specified map is empty.
- isEmpty(MultiValuedMap<?, ?>) - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Null-safe check if the specified
MultiValuedMapis empty. - isEqualBitKey(int) - Static method in class org.apache.commons.collections4.trie.KeyAnalyzer
-
Returns true if bitIndex is a
KeyAnalyzer.EQUAL_BIT_KEY. - isEqualCollection(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns
trueiff the givenCollections 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
trueiff the givenCollections contain exactly the same elements with exactly the same cardinalities. - isEqualKey(Object) - Method in class org.apache.commons.collections4.map.SingletonMap
-
Compares the specified key to the stored key.
- 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(Object, Object) - Method in class org.apache.commons.collections4.map.ReferenceIdentityMap
-
Compares two keys for equals.
- 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.
- isEqualList(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections4.ListUtils
-
Tests two lists for value-equality as per the equality contract in
List.equals(Object). - isEqualSet(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections4.SetUtils
-
Tests two sets for equality as per the
equals()contract inSet.equals(Object). - isEqualValue(Object) - Method in class org.apache.commons.collections4.map.SingletonMap
-
Compares the specified value to the stored value.
- isEqualValue(Object, Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Compares two values for equals.
- isEqualValue(Object, Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
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.
- iSet - Variable in class org.apache.commons.collections4.functors.UniquePredicate
-
The set of previously seen objects
- isExpired(long, Long) - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
Determines if the given expiration time is less than
now. - isExternalNode() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry
-
Tests whether the left or right child is a loopback.
- isFromInclusive() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
-
Tests whether or not the
AbstractPatriciaTrie.AbstractRangeMap.getFromKey()is in the range. - isFromInclusive() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- isFromInclusive() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntryMap
- isFull() - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Determines if the bloom filter is "full".
- isFull() - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- 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() - 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.
- 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.
- isInternalNode() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry
-
Tests that neither the left nor right child is a loopback.
- isKeyType(AbstractReferenceMap.ReferenceStrength) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Provided protected read-only access to the key type.
- isLeftChild(TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- isLocked - Variable in class org.apache.commons.collections4.comparators.ComparatorChain
-
Whether the chain has been "locked".
- isLocked - Variable in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Is the comparator locked against further change
- isLocked - Variable in class org.apache.commons.collections4.iterators.IteratorChain
-
ComparatorChain is "locked" after the first time compare(Object,Object) is called
- 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.
- isNullBitKey(int) - Static method in class org.apache.commons.collections4.trie.KeyAnalyzer
-
Returns true if bitIndex is a
KeyAnalyzer.NULL_BIT_KEY. - isOutOfBoundsIndex(int) - Static method in class org.apache.commons.collections4.trie.KeyAnalyzer
-
Returns true if bitIndex is a
KeyAnalyzer.OUT_OF_BOUNDS_BIT_KEY. - 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
trueiff 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. - isRed(TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
-
Is this node red?
- isRed(TreeBidiMap.Node<?, ?>, TreeBidiMap.DataElement) - Static method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Is the specified node red? If the node does not exist, no, it's black, thank you.
- isRightChild(TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- isScanUntilRemovable() - Method in class org.apache.commons.collections4.map.LRUMap
-
Tests 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.AbstractInputCheckedMapDecorator
-
Hook method called to determine if
checkSetValuehas any effect. - 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.
- isSparse(int) - Method in class org.apache.commons.collections4.bloomfilter.Shape
-
Determines if a cardinality is sparse based on the shape.
- isSubCollection(Collection<?>, Collection<?>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns
trueiff 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. - isToInclusive() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
-
Tests whether or not the
AbstractPatriciaTrie.AbstractRangeMap.getToKey()is in the range. - isToInclusive() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- isToInclusive() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntryMap
- isValid() - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
-
Returns
trueif the internal state is valid. - isValid() - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Returns
trueif the internal state is valid. - isValidBitIndex(int) - Static method in class org.apache.commons.collections4.trie.KeyAnalyzer
-
Returns true if the given bitIndex is valid.
- isValidUplink(AbstractPatriciaTrie.TrieEntry<?, ?>, AbstractPatriciaTrie.TrieEntry<?, ?>) - Static method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Returns true if 'next' is a valid uplink coming from 'from'.
- isValueType(AbstractReferenceMap.ReferenceStrength) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Provided protected read-only access to the value type.
- it - Variable in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.MultiValuedMapIterator
- item - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.Reference
- itemCount - Variable in class org.apache.commons.collections4.bag.AbstractMapBag.BagIterator
- itemCount - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MapBasedMultiSetIterator
- itemCount - Variable in class org.apache.commons.collections4.multiset.AbstractMultiSet.MultiSetIterator
- items - Variable in class org.apache.commons.collections4.iterators.PushbackIterator
-
The LIFO queue containing the pushed back items.
- iterable - Variable in class org.apache.commons.collections4.FluentIterable
-
A reference to the wrapped iterable.
- iterable - Variable in class org.apache.commons.collections4.IterableUtils.UnmodifiableIterable
- IterableGet<K,
V> - Interface in org.apache.commons.collections4 -
The "read" subset of the
Mapinterface. - iterableMap(Map<K, V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Gets the specified
Mapas anIterableMap. - IterableMap<K,
V> - Interface in org.apache.commons.collections4 -
Defines a map that can be iterated directly without needing to create an entry set.
- iterables - Variable in class org.apache.commons.collections4.iterators.CartesianProductIterator
-
The iterables to create the Cartesian product from.
- iterableSortedMap(SortedMap<K, V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Gets the specified
SortedMapas anIterableSortedMap. - IterableSortedMap<K,
V> - Interface in org.apache.commons.collections4 - IterableUtils - Class in org.apache.commons.collections4
-
Provides utility methods and decorators for
Iterableinstances. - IterableUtils() - Constructor for class org.apache.commons.collections4.IterableUtils
-
Deprecated.TODO Make private in 5.0.
- IterableUtils.UnmodifiableIterable<E> - Class in org.apache.commons.collections4
-
Inner class to distinguish unmodifiable instances.
- iterator - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.BidiMapIterator
-
The iterator being wrapped
- iterator - Variable in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections4.iterators.AbstractListIteratorDecorator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections4.iterators.AbstractMapIteratorDecorator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections4.iterators.AbstractOrderedMapIteratorDecorator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections4.iterators.BoundedIterator
-
The iterator being decorated.
- iterator - Variable in class org.apache.commons.collections4.iterators.EntrySetMapIterator
- iterator - Variable in class org.apache.commons.collections4.iterators.FilterIterator
-
The iterator to be filtered.
- iterator - Variable in class org.apache.commons.collections4.iterators.FilterListIterator
-
The iterator being used
- iterator - Variable in class org.apache.commons.collections4.iterators.IteratorEnumeration
-
The iterator being decorated.
- iterator - Variable in class org.apache.commons.collections4.iterators.IteratorIterable
-
The iterator being adapted into an iterable.
- iterator - Variable in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
The underlying iterator being decorated.
- iterator - Variable in class org.apache.commons.collections4.iterators.LoopingIterator
-
The current iterator
- iterator - Variable in class org.apache.commons.collections4.iterators.LoopingListIterator
-
The current list iterator
- iterator - Variable in class org.apache.commons.collections4.iterators.PeekingIterator
-
The iterator being decorated.
- iterator - Variable in class org.apache.commons.collections4.iterators.PushbackIterator
-
The iterator being decorated.
- iterator - Variable in class org.apache.commons.collections4.iterators.ReverseListIterator
-
The list iterator being wrapped.
- iterator - Variable in class org.apache.commons.collections4.iterators.TransformIterator
-
The iterator being used
- iterator - Variable in class org.apache.commons.collections4.iterators.UnmodifiableIterator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections4.iterators.UnmodifiableListIterator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections4.iterators.UnmodifiableMapIterator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIterator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections4.map.EntrySetToMapIteratorAdapter
-
The resettable iterator in use.
- iterator - Variable in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapIterator
- iterator - Variable in class org.apache.commons.collections4.map.MultiValueMap.ValuesIterator
-
Deprecated.
- iterator - Variable in class org.apache.commons.collections4.multimap.AbstractListValuedMap.ValuesListIterator
- iterator - Variable in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.ValuesIterator
- 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
Iteratorover 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() - 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.bidimap.TreeBidiMap.EntryView
- iterator() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.InverseEntryView
- iterator() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.KeyView
- iterator() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.ValueView
- 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.CollectionUtils.SetOperationCardinalityHelper
- iterator() - Method in class org.apache.commons.collections4.FluentIterable
- iterator() - Method in class org.apache.commons.collections4.IterableUtils.UnmodifiableIterable
- 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
-
Deprecated.
- iterator() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.
- iterator() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- iterator() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
- iterator() - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.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() - Method in class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.EntrySet
- iterator() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.EntrySet
- iterator() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.KeySet
- iterator() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Values
- iterator() - Method in class org.apache.commons.collections4.map.Flat3Map.EntrySet
- iterator() - Method in class org.apache.commons.collections4.map.Flat3Map.KeySet
- iterator() - Method in class org.apache.commons.collections4.map.Flat3Map.Values
- iterator() - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- iterator() - Method in class org.apache.commons.collections4.map.ListOrderedMap.EntrySetView
- iterator() - Method in class org.apache.commons.collections4.map.ListOrderedMap.KeySetView
- iterator() - Method in class org.apache.commons.collections4.map.ListOrderedMap.ValuesView
- iterator() - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Gets an iterator for all mappings stored in this
MultiValueMap. - iterator() - Method in class org.apache.commons.collections4.map.MultiValueMap.Values
-
Deprecated.
- iterator() - Method in class org.apache.commons.collections4.map.SingletonMap.SingletonValues
- iterator() - Method in class org.apache.commons.collections4.map.StaticBucketMap.EntrySet
- iterator() - Method in class org.apache.commons.collections4.map.StaticBucketMap.KeySet
- iterator() - Method in class org.apache.commons.collections4.map.StaticBucketMap.Values
- iterator() - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet
- iterator() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap.AsMapEntrySet
- iterator() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.EntryValues
- iterator() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.Values
- iterator() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- 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
Iteratorover 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
- iterator() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.EntrySet
- iterator() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.KeySet
- iterator() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet
- iterator() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntrySet
- iterator() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.Values
- iterator(Object) - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Gets an iterator for the collection mapped to the specified key.
- 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
-
Constructs an IteratorChain with no Iterators.
- IteratorChain(Collection<? extends Iterator<? extends E>>) - Constructor for class org.apache.commons.collections4.iterators.IteratorChain
-
Constructs a new
IteratorChainover the collection of iterators. - IteratorChain(Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.IteratorChain
-
Constructs an IteratorChain with a single Iterator.
- IteratorChain(Iterator<? extends E>...) - Constructor for class org.apache.commons.collections4.iterators.IteratorChain
-
Constructs a new
IteratorChainover the array of iterators. - IteratorChain(Iterator<? extends E>, Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.IteratorChain
-
Constructs a new
IteratorChainover the two given iterators. - IteratorEnumeration<E> - Class in org.apache.commons.collections4.iterators
-
Adapter to make an
Iteratorinstance appear to be anEnumerationinstance. - IteratorEnumeration() - Constructor for class org.apache.commons.collections4.iterators.IteratorEnumeration
-
Constructs a new
IteratorEnumerationthat will not function untilsetIteratoris invoked. - IteratorEnumeration(Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.IteratorEnumeration
-
Constructs a new
IteratorEnumerationthat 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
IteratorIterablethat will use the given iterator. - IteratorIterable(Iterator<? extends E>, boolean) - Constructor for class org.apache.commons.collections4.iterators.IteratorIterable
-
Constructs a new
IteratorIterablethat will use the given iterator. - IteratorOperations<E> - Interface in org.apache.commons.collections4.iterators
-
Extends
Iteratorwith additional default methods. - iteratorQueue - Variable in class org.apache.commons.collections4.iterators.IteratorChain
-
The chain of iterators
- iterators - Variable in class org.apache.commons.collections4.iterators.CartesianProductIterator
-
The iterators to generate the Cartesian product tuple from.
- iterators - Variable in class org.apache.commons.collections4.iterators.CollatingIterator
-
The list of
Iterators to evaluate. - iterators - Variable in class org.apache.commons.collections4.iterators.ZippingIterator
-
The
Iterators to evaluate. - IteratorUtils - Class in org.apache.commons.collections4
-
Provides static utility methods and decorators for
Iteratorinstances. - IteratorUtils() - Constructor for class org.apache.commons.collections4.IteratorUtils
-
Don't allow instances.
- iTransformer - Variable in class org.apache.commons.collections4.functors.TransformedPredicate
-
The transformer to call
- iTransformer - Variable in class org.apache.commons.collections4.functors.TransformerClosure
-
The transformer to wrap
- iTransformer - Variable in class org.apache.commons.collections4.functors.TransformerPredicate
-
The transformer to call
- iTransformers - Variable in class org.apache.commons.collections4.functors.ChainedTransformer
-
The transformers to call in turn
- iTransformers - Variable in class org.apache.commons.collections4.functors.SwitchTransformer
-
The matching transformers to call
- iTrueClosure - Variable in class org.apache.commons.collections4.functors.IfClosure
-
The closure to use if true
- iTrueTransformer - Variable in class org.apache.commons.collections4.functors.IfTransformer
-
The transformer to use if true
- iType - Variable in class org.apache.commons.collections4.functors.InstanceofPredicate
-
The type to compare to
- iValue - Variable in class org.apache.commons.collections4.functors.IdentityPredicate
-
The value to compare to
J
- jaccardDistance(BitMapExtractor, BitMapExtractor) - Static method in class org.apache.commons.collections4.bloomfilter.SetOperations
-
Calculates the Jaccard distance between two BitMapExtractor.
- jaccardSimilarity(BitMapExtractor, BitMapExtractor) - Static method in class org.apache.commons.collections4.bloomfilter.SetOperations
-
Calculates the Jaccard similarity between two BitMapExtractor.
K
- KeepCommand<T> - Class in org.apache.commons.collections4.sequence
-
Command representing the keeping of one object present in both sequences.
- KeepCommand(T) - Constructor for class org.apache.commons.collections4.sequence.KeepCommand
-
Simple constructor.
- key - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- key - Variable in class org.apache.commons.collections4.keyvalue.AbstractKeyValue
-
The key
- key - Variable in class org.apache.commons.collections4.keyvalue.TiedMapEntry
-
The key
- key - Variable in class org.apache.commons.collections4.map.AbstractHashedMap.HashEntry
-
The key
- key - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.InitializableEntry
- key - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SimpleEntry
- key - Variable in class org.apache.commons.collections4.map.MultiValueMap.ValuesIterator
-
Deprecated.
- key - Variable in class org.apache.commons.collections4.map.SingletonMap
-
Singleton key
- key - Variable in class org.apache.commons.collections4.map.StaticBucketMap.Node
- key - Variable in class org.apache.commons.collections4.multimap.AbstractListValuedMap.ValuesListIterator
- key - Variable in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.ValuesIterator
- key - Variable in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- key - Variable in class org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry
-
The entry's key.
- key() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashEntry
- KEY - Enum constant in enum org.apache.commons.collections4.bidimap.TreeBidiMap.DataElement
- key1 - Variable in class org.apache.commons.collections4.map.Flat3Map
-
Key, used while in flat mode
- key2 - Variable in class org.apache.commons.collections4.map.Flat3Map
-
Key, used while in flat mode
- key3 - Variable in class org.apache.commons.collections4.map.Flat3Map
-
Key, used while in flat mode
- keyAnalyzer - Variable in class org.apache.commons.collections4.trie.AbstractBitwiseTrie
-
The
KeyAnalyzerthat's being used to build the PATRICIATrie. - KeyAnalyzer<K> - Class in org.apache.commons.collections4.trie
-
Defines the interface to analyze
Triekeys on a bit level. - KeyAnalyzer() - Constructor for class org.apache.commons.collections4.trie.KeyAnalyzer
-
Constructs a new instance.
- keyEq(Object, Object) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- keyHash() - Method in interface org.apache.commons.collections4.map.ConcurrentReferenceHashMap.KeyReference
- keyHash() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SoftKeyReference
- keyHash() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SoftValueReference
- keyHash() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.WeakKeyReference
- keyHash() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.WeakValueReference
- KeyIterator() - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.KeyIterator
- KeyIterator() - Constructor for class org.apache.commons.collections4.map.StaticBucketMap.KeyIterator
- KeyIterator() - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.KeySet.KeyIterator
- keyList() - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Gets a view over the keys in the map as a List.
- keyPredicate - Variable in class org.apache.commons.collections4.map.PredicatedMap
-
The key predicate to use
- keyRef - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashEntry
- keyRef - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SoftValueReference
- keyRef - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.WeakValueReference
- keyRef() - Method in interface org.apache.commons.collections4.map.ConcurrentReferenceHashMap.KeyReference
- keyRef() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SoftKeyReference
- keyRef() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SoftValueReference
- keyRef() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.WeakKeyReference
- keyRef() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.WeakValueReference
- keyReferenceType - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
- keys - Variable in class org.apache.commons.collections4.iterators.PermutationIterator
-
Permutation is done on these keys to handle equal objects.
- keys - Variable in class org.apache.commons.collections4.keyvalue.MultiKey
-
The individual keys
- keys() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Returns a
MultiSetview of the key mapping contained in this map. - keys() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
- keys() - Method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
- keys() - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Returns a
MultiSetview of the keys contained in this multivalued map. - keys() - Method in class org.apache.commons.collections4.properties.OrderedProperties
- keys() - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- keys() - Method in class org.apache.commons.collections4.properties.SortedProperties
- keySet - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
View of the keys.
- keySet - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap
- keySet - Variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
Key set
- keySet - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
- keySet - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Each of these fields are initialized to contain an instance of the appropriate view the first time this view is requested.
- keySet() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Gets a keySet view of the map.
- keySet() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- keySet() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Returns a set view of the keys contained in this map in key order.
- keySet() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableBidiMap
- keySet() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMap
- keySet() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
- keySet() - Method in interface org.apache.commons.collections4.Get
-
Gets a view of the keys contained in this map.
- keySet() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the keySet view of the map.
- keySet() - Method in class org.apache.commons.collections4.map.AbstractMapDecorator
- keySet() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Returns a set view of this map's keys.
- keySet() - Method in class org.apache.commons.collections4.map.CompositeMap
-
Returns a set view of the keys contained in this map.
- keySet() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Returns a
Setview of the keys contained in this map. - keySet() - Method in class org.apache.commons.collections4.map.FixedSizeMap
- keySet() - Method in class org.apache.commons.collections4.map.FixedSizeSortedMap
- keySet() - Method in class org.apache.commons.collections4.map.Flat3Map
-
Gets the keySet view of the map.
- keySet() - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Gets a view over the keys in the map.
- keySet() - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
All expired entries are removed from the map prior to returning the key set.
- keySet() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the unmodifiable keySet view of the map.
- keySet() - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Gets the key set.
- keySet() - Method in class org.apache.commons.collections4.map.UnmodifiableMap
- keySet() - Method in class org.apache.commons.collections4.map.UnmodifiableOrderedMap
- keySet() - Method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
- keySet() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap
- keySet() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
- keySet() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
- keySet() - Method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
- keySet() - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Returns a
Setview of the keys contained in this multivalued map. - keySet() - Method in class org.apache.commons.collections4.properties.OrderedProperties
- keySet() - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- keySet() - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
- keySet() - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedGet
- keySet() - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- keySet() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- keySet() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- KeySet() - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.KeySet
- KeySet() - Constructor for class org.apache.commons.collections4.map.StaticBucketMap.KeySet
- KeySet() - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.KeySet
- KeySet(AbstractDualBidiMap<K, ?>) - Constructor for class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySet
-
Constructs a new instance.
- KeySet(AbstractHashedMap<K, ?>) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap.KeySet
-
Constructs a new instance.
- KeySet(Flat3Map<K, ?>) - Constructor for class org.apache.commons.collections4.map.Flat3Map.KeySet
- KeySetIterator(Iterator<K>, AbstractDualBidiMap<K, ?>) - Constructor for class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySetIterator
-
Constructs a new instance.
- KeySetIterator(AbstractHashedMap<K, ?>) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap.KeySetIterator
-
Constructs a new instance.
- KeySetIterator(AbstractLinkedMap<K, ?>) - Constructor for class org.apache.commons.collections4.map.AbstractLinkedMap.KeySetIterator
-
Constructs a new instance.
- KeySetIterator(Flat3Map<K, ?>) - Constructor for class org.apache.commons.collections4.map.Flat3Map.KeySetIterator
- KeySetView(ListOrderedMap<K, ?>) - Constructor for class org.apache.commons.collections4.map.ListOrderedMap.KeySetView
- KeysMultiSet() - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.KeysMultiSet
- keysMultiSetView - Variable in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
The KeyMultiSet view
- keyTransformer - Variable in class org.apache.commons.collections4.collection.IndexedCollection
-
The
Transformerfor generating index keys. - keyTransformer - Variable in class org.apache.commons.collections4.map.TransformedMap
-
The transformer to use for the key
- keyTransformer - Variable in class org.apache.commons.collections4.multimap.TransformedMultiValuedMap
-
The key transformer
- keyTransformer - Variable in class org.apache.commons.collections4.splitmap.TransformedSplitMap
-
The transformer to use for the key
- keyType - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap
-
The reference type for keys.
- keyType - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- KeyValue<K,
V> - Interface in org.apache.commons.collections4 -
Defines a simple key value pair.
- KeyView(TreeBidiMap.DataElement) - Constructor for class org.apache.commons.collections4.bidimap.TreeBidiMap.KeyView
-
Creates a new TreeBidiMap.KeyView.
L
- 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.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
The last returned entry
- last - Variable in class org.apache.commons.collections4.iterators.EntrySetMapIterator
- last - Variable in class org.apache.commons.collections4.iterators.EnumerationIterator
-
The last object retrieved
- last - Variable in class org.apache.commons.collections4.list.SetUniqueList.SetListIterator
- last - Variable in class org.apache.commons.collections4.list.SetUniqueList.SetListListIterator
- last - Variable in class org.apache.commons.collections4.map.AbstractHashedMap.HashIterator
-
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.map.ListOrderedMap.ListOrderedIterator
- last - Variable in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapIterator
- last - Variable in class org.apache.commons.collections4.map.StaticBucketMap.BaseIterator
- last - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.EntrySetIterator
-
The last returned entry
- last - Variable in class org.apache.commons.collections4.set.ListOrderedSet.OrderedSetIterator
-
Last object retrieved
- 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() - Method in class org.apache.commons.collections4.bloomfilter.LayerManager
-
Gets the Bloom filter from the last layer.
- 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
- lastEntry() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Returns the last entry the
Trieis storing. - lastIndexOf(Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- lastIndexOf(Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- 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
- lastIndexOf(Object) - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- lastIndexOf(Object) - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.WrappedList
- lastItemIndex - Variable in class org.apache.commons.collections4.iterators.ArrayListIterator
-
Holds the index of the last item returned by a call to
next()orprevious(). - lastItemIndex - Variable in class org.apache.commons.collections4.iterators.ObjectArrayListIterator
-
Holds the index of the last item returned by a call to
next()orprevious(). - 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.Inverse
- 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.AbstractPatriciaTrie
- lastKey() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- lastKey() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntryMap
- lastKey() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- lastOne - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet.EntryIterator
- lastReturned - Variable in class org.apache.commons.collections4.iterators.CollatingIterator
-
Index of the
iteratorfrom whom the last returned value was obtained. - lastReturned - Variable in class org.apache.commons.collections4.iterators.ZippingIterator
-
The last iterator which was used for next().
- lastReturned - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashIterator
- lastReturnedNode - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.AbstractViewIterator
-
The last node returned by the iterator.
- lastUsedIterator - Variable in class org.apache.commons.collections4.iterators.IteratorChain
-
The "last used" Iterator is the Iterator upon which next() or hasNext() was most recently called used for the remove() operation only
- lastUsedIterator - Variable in class org.apache.commons.collections4.iterators.LazyIteratorChain
-
The "last used" Iterator is the Iterator upon which next() or hasNext() was most recently called used for the remove() operation only.
- lastUsedIterator - Variable in class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
The last used iterator, needed for remove()
- lastValue - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.ValuesIterator
-
The last returned value
- LayeredBloomFilter - Search tag in package org.apache.commons.collections4.bloomfilter
- Section
- LayeredBloomFilter<T> - Class in org.apache.commons.collections4.bloomfilter
-
Layered Bloom filters are described in Zhiwang, Cen; Jungang, Xu; Jian, Sun (2010), "A multi-layer Bloom filter for duplicated URL detection", Proc.
- LayeredBloomFilter(Shape, LayerManager<T>) - Constructor for class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Constructs a new instance.
- LayeredBloomFilter.Finder - Class in org.apache.commons.collections4.bloomfilter
-
A class used to locate matching filters across all the layers.
- layerManager - Variable in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- LayerManager<T> - Class in org.apache.commons.collections4.bloomfilter
-
Implementation of the methods to manage the layers in a layered Bloom filter.
- LayerManager(Supplier<T>, Predicate<LayerManager<T>>, Consumer<Deque<T>>, boolean) - Constructor for class org.apache.commons.collections4.bloomfilter.LayerManager
-
Constructs a new instance.
- LayerManager.Builder<T> - Class in org.apache.commons.collections4.bloomfilter
-
Builds new instances of
LayerManager. - LayerManager.Cleanup - Class in org.apache.commons.collections4.bloomfilter
-
Static methods to create a Consumer of a List of BloomFilter perform tests on whether to reduce the collection of Bloom filters.
- LayerManager.ExtendCheck - Class in org.apache.commons.collections4.bloomfilter
-
A collection of common ExtendCheck implementations to test whether to extend the depth of a LayerManager.
- 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
-
Constructs a new instance.
- 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.
- lazyList(List<E>, Transformer<Integer, ? extends E>) - Static method in class org.apache.commons.collections4.list.LazyList
-
Transformer method to create a lazily instantiating list.
- lazyList(List<E>, Transformer<Integer, ? extends E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns a "lazy" list whose elements will be created on demand.
- LazyList<E> - Class in org.apache.commons.collections4.list
-
Decorates another
Listto 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>, Transformer<Integer, ? extends E>) - Constructor for class org.apache.commons.collections4.list.LazyList
-
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>, 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.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.MapUtils
-
Returns a "lazy" map whose values will be created on demand.
- LazyMap<K,
V> - Class in org.apache.commons.collections4.map -
Decorates another
Mapto 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).
- 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>, 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.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.MapUtils
-
Returns a "lazy" sorted map whose values will be created on demand.
- LazySortedMap<K,
V> - Class in org.apache.commons.collections4.map -
Decorates another
SortedMapto 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).
- lcsLength - Variable in class org.apache.commons.collections4.sequence.EditScript
-
Length of the longest common subsequence.
- LcsVisitor() - Constructor for class org.apache.commons.collections4.ListUtils.LcsVisitor
- least() - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Returns the index of the least element in
CollatingIterator.values,settingany uninitialized values. - leastNode(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Finds the least node from a given node.
- left - Variable in class org.apache.commons.collections4.list.TreeList.AVLNode
-
The left child node or the predecessor if
TreeList.AVLNode.leftIsPrevious. - left - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry
-
The left child of this entry.
- leftIsPrevious - Variable in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Flag indicating that left reference is not a subtree but the predecessor.
- leftNode - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- LENGTH - Static variable in class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
-
The number of bits per
Character. - lengthInBits - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet.EntryIterator
- lengthInBits - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- lengthInBits(String) - Method in class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
- lengthInBits(K) - Method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie
-
Returns the length of the given key in bits
- lengthInBits(K) - Method in class org.apache.commons.collections4.trie.KeyAnalyzer
-
Returns the length of the Key in bits.
- LESS - Enum constant in enum org.apache.commons.collections4.functors.ComparatorPredicate.Criterion
-
Less criterion.
- LESS_OR_EQUAL - Enum constant in enum org.apache.commons.collections4.functors.ComparatorPredicate.Criterion
-
Less or equal Criterion.
- 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.
- LinkedHashSetValuedLinkedHashMap<K,
V> - Class in org.apache.commons.collections4.multimap -
Implements a
SetValuedMap, using aLinkedHashMapto provide data storage andLinkedHashSets as value collections. - LinkedHashSetValuedLinkedHashMap() - Constructor for class org.apache.commons.collections4.multimap.LinkedHashSetValuedLinkedHashMap
-
Creates an empty LinkedHashSetValuedHashMap with the default initial map capacity (16) and the default initial set capacity (3).
- LinkedHashSetValuedLinkedHashMap(int) - Constructor for class org.apache.commons.collections4.multimap.LinkedHashSetValuedLinkedHashMap
-
Creates an empty LinkedHashSetValuedHashMap with the default initial map capacity (16) and the specified initial set capacity.
- LinkedHashSetValuedLinkedHashMap(int, int) - Constructor for class org.apache.commons.collections4.multimap.LinkedHashSetValuedLinkedHashMap
-
Creates an empty LinkedHashSetValuedHashMap with the specified initial map and list capacities.
- LinkedHashSetValuedLinkedHashMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.multimap.LinkedHashSetValuedLinkedHashMap
-
Creates an LinkedHashSetValuedHashMap copying all the mappings of the given map.
- LinkedHashSetValuedLinkedHashMap(MultiValuedMap<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.multimap.LinkedHashSetValuedLinkedHashMap
-
Creates an LinkedHashSetValuedHashMap copying all the mappings of the given map.
- LinkedListIterator(AbstractLinkedList<E>, int) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.Create a ListIterator for a list.
- LinkedListIterator(AbstractLinkedListJava21<E>, int) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
-
Create a ListIterator for a list.
- LinkedMap<K,
V> - Class in org.apache.commons.collections4.map -
A
Mapimplementation 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.
- LinkedMap.LinkedMapList<K> - Class in org.apache.commons.collections4.map
-
List view of map.
- LinkedMapList(LinkedMap<K, ?>) - Constructor for class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- LinkedSubList(AbstractLinkedList<E>, int, int) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.Constructs a new instance.
- LinkedSubList(AbstractLinkedListJava21<E>, int, int) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
-
Constructs a new instance.
- LinkedSubListIterator(AbstractLinkedList.LinkedSubList<E>, int) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubListIterator
-
Deprecated.Constructs a new instance.
- LinkedSubListIterator(AbstractLinkedListJava21.LinkedSubList<E>, int) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubListIterator
-
Constructs a new instance.
- 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
-
Constructs a new instance.
- LinkMapIterator(AbstractLinkedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractLinkedMap.LinkMapIterator
-
Constructs a new instance.
- list - Variable in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
The list being used to cache the iterator.
- list - Variable in class org.apache.commons.collections4.iterators.LoopingListIterator
-
The list to base the iterator on
- list - Variable in class org.apache.commons.collections4.iterators.ReverseListIterator
-
The list being wrapped.
- list - Variable in class org.apache.commons.collections4.ListUtils.Partition
- list() - Method in class org.apache.commons.collections4.CollectionUtils.SetOperationCardinalityHelper
-
Returns the resulting collection.
- listIterator() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- listIterator() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- listIterator() - Method in class org.apache.commons.collections4.list.AbstractListDecorator
- listIterator() - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Returns a cursor iterator that allows changes to the underlying list in parallel.
- listIterator() - Method in class org.apache.commons.collections4.list.FixedSizeList
- listIterator() - Method in class org.apache.commons.collections4.list.PredicatedList
- listIterator() - Method in class org.apache.commons.collections4.list.SetUniqueList
- listIterator() - 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() - Method in class org.apache.commons.collections4.list.UnmodifiableList
- listIterator() - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- listIterator() - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.WrappedList
- listIterator(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.
- listIterator(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- listIterator(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
- listIterator(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- listIterator(int) - Method in class org.apache.commons.collections4.list.AbstractListDecorator
- listIterator(int) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Returns a cursor iterator that allows changes to the underlying list in parallel.
- listIterator(int) - Method in class org.apache.commons.collections4.list.FixedSizeList
- listIterator(int) - Method in class org.apache.commons.collections4.list.PredicatedList
- listIterator(int) - Method in class org.apache.commons.collections4.list.SetUniqueList
- listIterator(int) - Method in class org.apache.commons.collections4.list.TransformedList
- listIterator(int) - 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.UnmodifiableList
- listIterator(int) - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- listIterator(int) - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.WrappedList
- ListIteratorWrapper<E> - Class in org.apache.commons.collections4.iterators
-
Converts an
Iteratorinto aResettableListIterator. - ListIteratorWrapper(Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
Constructs a new
ListIteratorWrapperthat will wrap the given iterator. - ListOrderedIterator(ListOrderedMap<K, V>, List<K>) - Constructor for class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedIterator
- listOrderedMap(Map<K, V>) - Static method in class org.apache.commons.collections4.map.ListOrderedMap
-
Factory method to create an ordered map.
- ListOrderedMap<K,
V> - Class in org.apache.commons.collections4.map -
Decorates a
Mapto ensure that the order of addition is retained using aListto maintain order. - ListOrderedMap() - Constructor for class org.apache.commons.collections4.map.ListOrderedMap
-
Constructs a new empty
ListOrderedMapthat decorates aHashMap. - ListOrderedMap(Map<K, V>) - Constructor for class org.apache.commons.collections4.map.ListOrderedMap
-
Constructor that wraps (not copies).
- ListOrderedMap.EntrySetView<K,
V> - Class in org.apache.commons.collections4.map - ListOrderedMap.KeySetView<K> - Class in org.apache.commons.collections4.map
- ListOrderedMap.ListOrderedIterator<K,
V> - Class in org.apache.commons.collections4.map - ListOrderedMap.ListOrderedMapEntry<K,
V> - Class in org.apache.commons.collections4.map - ListOrderedMap.ListOrderedMapIterator<K,
V> - Class in org.apache.commons.collections4.map - ListOrderedMap.ValuesView<V> - Class in org.apache.commons.collections4.map
- ListOrderedMapEntry(ListOrderedMap<K, V>, K) - Constructor for class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapEntry
- ListOrderedMapIterator(ListOrderedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapIterator
- 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.
- listOrderedSet(Set<E>) - Static method in class org.apache.commons.collections4.set.ListOrderedSet
-
Factory method to create an ordered set.
- 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<E> - Class in org.apache.commons.collections4.set
-
Decorates another
Setto 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
ListOrderedSetusing aHashSetand anArrayListinternally. - 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.OrderedSetIterator<E> - Class in org.apache.commons.collections4.set
-
Internal iterator handle remove.
- ListUtils - Class in org.apache.commons.collections4
-
Provides utility methods and decorators for
Listinstances. - ListUtils() - Constructor for class org.apache.commons.collections4.ListUtils
-
Don't allow instances.
- ListUtils.CharSequenceAsList - Class in org.apache.commons.collections4
-
A simple wrapper to use a CharSequence as List.
- ListUtils.LcsVisitor<E> - Class in org.apache.commons.collections4
-
A helper class used to construct the longest common subsequence.
- ListUtils.Partition<T> - Class in org.apache.commons.collections4
-
Provides a partition view on a
List. - ListValuedMap<K,
V> - Interface in org.apache.commons.collections4 -
Defines a map that holds a list of values against each key.
- LN_2 - Static variable in class org.apache.commons.collections4.bloomfilter.Shape
-
The natural logarithm of 2.
- load(File) - Method in class org.apache.commons.collections4.properties.AbstractPropertiesFactory
-
Creates and loads properties from the given file.
- load(InputStream) - Method in class org.apache.commons.collections4.properties.AbstractPropertiesFactory
-
Creates and loads properties from the given input stream.
- load(InputStream) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
-
Throws
UnsupportedOperationException. - load(InputStream, AbstractPropertiesFactory.PropertyFormat) - Method in class org.apache.commons.collections4.properties.AbstractPropertiesFactory
-
Creates and loads properties from the given input stream.
- load(Reader) - Method in class org.apache.commons.collections4.properties.AbstractPropertiesFactory
-
Creates and loads properties from the given reader.
- load(Reader) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
-
Throws
UnsupportedOperationException. - load(ClassLoader, String) - Method in class org.apache.commons.collections4.properties.AbstractPropertiesFactory
-
Creates and loads properties from the given file.
- load(String) - Method in class org.apache.commons.collections4.properties.AbstractPropertiesFactory
-
Creates and loads properties from the given file name.
- load(URI) - Method in class org.apache.commons.collections4.properties.AbstractPropertiesFactory
-
Creates and loads properties from the given URI.
- load(URL) - Method in class org.apache.commons.collections4.properties.AbstractPropertiesFactory
-
Creates and loads properties from the given URL.
- load(Path) - Method in class org.apache.commons.collections4.properties.AbstractPropertiesFactory
-
Creates and loads properties from the given path.
- loadFactor - Variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
Load factor, normally 0.75
- loadFactor - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
- loadFactor - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
-
The load factor for the hash table.
- loadFromXML(InputStream) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
-
Throws
UnsupportedOperationException. - lock - Variable in class org.apache.commons.collections4.collection.SynchronizedCollection
-
The object to lock on, needed for List/SortedSet views
- Lock() - Constructor for class org.apache.commons.collections4.map.StaticBucketMap.Lock
- lockChain() - Method in class org.apache.commons.collections4.iterators.IteratorChain
-
Lock the chain so no more iterators can be added.
- locks - Variable in class org.apache.commons.collections4.map.StaticBucketMap
-
The matching array of locks
- LongBiPredicate - Interface in org.apache.commons.collections4.bloomfilter
-
Represents a function that accepts a two long-valued argument and produces a binary result.
- longestCommonSubsequence(CharSequence, CharSequence) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns the longest common subsequence (LCS) of two
CharSequenceobjects. - 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).
- lookup(Object, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Does the actual lookup of a piece of data.
- lookupKey(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
- lookupValue(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
- 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(Collection<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that loops continuously over the supplied collection.
- 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.
- loopingListIterator(List<E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that loops continuously over the supplied list.
- 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.
- 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
- lowerEntry(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Returns a key-value mapping associated with the greatest key strictly less than the given key, or null if there is no such key.
- LRUMap<K,
V> - Class in org.apache.commons.collections4.map -
A
Mapimplementation 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, 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, 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) - Constructor for class org.apache.commons.collections4.map.LRUMap
-
Constructs a new, empty map with the specified maximum size.
- 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, 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.
M
- makeBlack(TreeBidiMap.Node<?, ?>, TreeBidiMap.DataElement) - Static method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Forces a node (if it exists) black.
- makeRed(TreeBidiMap.Node<?, ?>, TreeBidiMap.DataElement) - Static method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Forces a node (if it exists) red.
- map - Variable in class org.apache.commons.collections4.bag.AbstractMapBag
-
The map to use to store the data
- map - Variable in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Internal map of object to position
- map - Variable in class org.apache.commons.collections4.iterators.EntrySetMapIterator
- map - Variable in class org.apache.commons.collections4.keyvalue.TiedMapEntry
-
The map underlying the entry/iterator
- map - Variable in class org.apache.commons.collections4.map.AbstractMapDecorator
-
The map to decorate
- map - Variable in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap
- map - Variable in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
The map used to store the data
- map - Variable in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
-
MultiValuedMap to decorate
- map - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
The map to use to store the data
- map - Variable in class org.apache.commons.collections4.set.MapBackedSet
-
The map being used as the backing store
- map - Variable in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
-
The map to decorate
- map(Function<T, U>) - Method in class org.apache.commons.collections4.iterators.ExtendedIterator
-
Map the elements of the iterator to a now type.
- mapBackedSet(Map<E, ? super V>) - Static method in class org.apache.commons.collections4.set.MapBackedSet
-
Factory method to create a set from a map.
- mapBackedSet(Map<E, ? super V>, V) - Static method in class org.apache.commons.collections4.set.MapBackedSet
-
Factory method to create a set from a map.
- MapBackedSet<E,
V> - Class in org.apache.commons.collections4.set -
Decorates a
Mapto obtainSetbehavior. - MapBackedSet(Map<E, ? super V>, V) - Constructor for class org.apache.commons.collections4.set.MapBackedSet
-
Constructor that wraps (not copies).
- MapBasedMultiSetIterator(AbstractMapMultiSet<E>) - Constructor for class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MapBasedMultiSetIterator
-
Constructs a new instance.
- MapEntry(Map.Entry<K, V>, AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.MapEntry
-
Constructs a new instance.
- MapEntry(Map.Entry<K, V>, AbstractInputCheckedMapDecorator<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.MapEntry
- MapEntryTransformer() - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.KeysMultiSet.MapEntryTransformer
- mapIterator() - Method in class org.apache.commons.collections4.bidimap.AbstractBidiMapDecorator
- mapIterator() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Obtains a
MapIteratorover the map. - mapIterator() - Method in class org.apache.commons.collections4.bidimap.AbstractOrderedBidiMapDecorator
- mapIterator() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
Obtains an ordered map iterator.
- mapIterator() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- mapIterator() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
- mapIterator() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableBidiMap
- mapIterator() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMap
- mapIterator() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
- mapIterator() - Method in interface org.apache.commons.collections4.IterableGet
-
Obtains a
MapIteratorover the map. - mapIterator() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets an iterator over the map.
- mapIterator() - Method in class org.apache.commons.collections4.map.AbstractIterableMap
-
Obtains a
MapIteratorover the map. - mapIterator() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Gets an iterator over the map.
- mapIterator() - Method in class org.apache.commons.collections4.map.AbstractOrderedMapDecorator
- mapIterator() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Gets a MapIterator over the reference map.
- mapIterator() - Method in class org.apache.commons.collections4.map.AbstractSortedMapDecorator
-
Obtains a
MapIteratorover the map. - mapIterator() - Method in class org.apache.commons.collections4.map.Flat3Map
-
Gets an iterator over the map.
- mapIterator() - Method in class org.apache.commons.collections4.map.ListOrderedMap
- mapIterator() - Method in class org.apache.commons.collections4.map.MultiKeyMap
- mapIterator() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Obtains an
OrderedMapIteratorover the map. - mapIterator() - Method in class org.apache.commons.collections4.map.UnmodifiableMap
- mapIterator() - Method in class org.apache.commons.collections4.map.UnmodifiableOrderedMap
- mapIterator() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
- mapIterator() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
- mapIterator() - Method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
- mapIterator() - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Obtains a
MapIteratorover this multivalued map. - mapIterator() - Method in interface org.apache.commons.collections4.OrderedMap
-
Obtains an
OrderedMapIteratorover the map. - mapIterator() - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
-
Gets a MapIterator over this Get.
- mapIterator() - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedGet
- mapIterator() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- mapIterator() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- MapIterator<K,
V> - Interface in org.apache.commons.collections4 -
Defines an iterator that operates over a
Map. - mapTransformer(Map<? super I, ? extends O>) - Static method in class org.apache.commons.collections4.functors.MapTransformer
-
Creates the transformer.
- mapTransformer(Map<? super I, ? extends O>) - Static method in class org.apache.commons.collections4.TransformerUtils
-
Creates a Transformer that uses the passed in Map to transform the input object (as a simple lookup).
- MapTransformer<T,
R> - Class in org.apache.commons.collections4.functors -
Transformer implementation that returns the value held in a specified map using the input parameter as a key.
- MapTransformer(Map<? super T, ? extends R>) - Constructor for class org.apache.commons.collections4.functors.MapTransformer
-
Constructor that performs no validation.
- MapUtils - Class in org.apache.commons.collections4
- MapUtils() - Constructor for class org.apache.commons.collections4.MapUtils
-
Don't allow instances.
- mask(int) - Static method in class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
-
Returns a bit mask where the given bit is set.
- matchesAll(Iterable<C>, Predicate<? super C>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Deprecated.since 4.1, use
IterableUtils.matchesAll(Iterable, Predicate)instead - matchesAll(Iterable<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Answers true if a predicate is true for every element of an iterable.
- matchesAll(Iterator<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Answers true if a predicate is true for every element of an iterator.
- matchesAny(Iterable<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Answers true if a predicate is true for any element of the iterable.
- matchesAny(Iterator<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Answers true if a predicate is true for any element of the iterator.
- max - Variable in class org.apache.commons.collections4.iterators.BoundedIterator
-
The max number of elements to return
- max() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Gets the rightmost child of this node.
- max(E, E, Comparator<E>) - Static method in class org.apache.commons.collections4.ComparatorUtils
-
Returns the largest of the given objects according to the given comparator, returning the second object if the comparator returns equal.
- max(Object) - Method in class org.apache.commons.collections4.CollectionUtils.CardinalityHelper
-
Gets the maximum frequency of an object.
- MAX_ARRAY_SIZE - Static variable in class org.apache.commons.collections4.bloomfilter.IndexUtils
-
The maximum array size for the methods in this class: 2147483639.
- MAX_SEGMENTS - Static variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
The maximum number of segments to allow; used to bound constructor arguments.
- maxElements - Variable in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Capacity of the queue.
- MAXIMUM_CAPACITY - Static variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
The maximum capacity allowed
- MAXIMUM_CAPACITY - Static variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
The maximum capacity, used if a higher value is implicitly specified by either of the constructors with arguments.
- maximumCacheSize - Variable in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.The maximum size of the cache.
- maxSize - Variable in class org.apache.commons.collections4.map.LRUMap
-
Maximum size
- maxSize() - Method in interface org.apache.commons.collections4.BoundedCollection
-
Gets the maximum size of the collection (the bound).
- maxSize() - Method in interface org.apache.commons.collections4.BoundedMap
-
Gets the maximum size of the map (the bound).
- maxSize() - Method in class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
- maxSize() - Method in class org.apache.commons.collections4.list.FixedSizeList
- maxSize() - Method in class org.apache.commons.collections4.map.FixedSizeMap
- maxSize() - Method in class org.apache.commons.collections4.map.FixedSizeSortedMap
- maxSize() - Method in class org.apache.commons.collections4.map.LRUMap
-
Gets the maximum size of the map (the bound).
- maxSize() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the maximum size of the map, always 1.
- maxSize() - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Gets the maximum size of the collection (the bound).
- maxSize(Collection<? extends Object>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Gets the maximum number of elements that the Collection can contain.
- merge(Object, Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class org.apache.commons.collections4.properties.OrderedProperties
- merge(Object, Object, BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- merge(BitMapExtractor) - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Merges the specified hasher into this Bloom filter.
- merge(BitMapExtractor) - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Merges the specified BitMap extractor into this Bloom filter.
- merge(BitMapExtractor) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- merge(BitMapExtractor) - Method in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
- merge(BitMapExtractor) - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
- merge(BitMapExtractor) - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- merge(BloomFilter) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- merge(BloomFilter<?>) - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Merges the specified Bloom filter into this Bloom filter.
- merge(BloomFilter<?>) - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Merges the specified Bloom filter into this Bloom filter.
- merge(BloomFilter<?>) - Method in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
- merge(BloomFilter<?>) - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
- merge(BloomFilter<?>) - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- merge(Hasher) - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Merges the specified hasher into this Bloom filter.
- merge(Hasher) - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Merges the specified Hasher into this Bloom filter.
- merge(Hasher) - Method in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
- merge(Hasher) - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
- merge(Hasher) - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- merge(IndexExtractor) - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Merges the specified IndexExtractor into this Bloom filter.
- merge(IndexExtractor) - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Merges the specified index extractor into this Bloom filter.
- merge(IndexExtractor) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- merge(IndexExtractor) - Method in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
- merge(IndexExtractor) - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
- merge(IndexExtractor) - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- min() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Gets the leftmost child of this node.
- min(E, E, Comparator<E>) - Static method in class org.apache.commons.collections4.ComparatorUtils
-
Returns the smallest of the given objects according to the given comparator, returning the second object if the comparator returns equal.
- min(Object) - Method in class org.apache.commons.collections4.CollectionUtils.CardinalityHelper
-
Gets the minimum frequency of an object.
- mod(long, int) - Static method in class org.apache.commons.collections4.bloomfilter.BitMaps
-
Performs a modulus calculation on an unsigned long and a positive integer divisor.
- modCount - Variable in class org.apache.commons.collections4.bag.AbstractMapBag
-
The modification count for fail fast iterators
- modCount - Variable in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Modification count for iterators
- modCount - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
Modification count for iterators
- modCount - Variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
Modification count for iterators
- modCount - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
-
Number of updates that alter the size of the table.
- modCount - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
The modification count for fail fast iterators
- modCount - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
The number of times this
Triehas been modified. - modifications - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap
- modifications - Variable in class org.apache.commons.collections4.sequence.EditScript
-
Number of modifications.
- modify() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Increments the modification count -- used to check for concurrent modification of the map through the map and through an Iterator from one of its Set or Collection views.
- mods - Variable in class org.apache.commons.collections4.bag.AbstractMapBag.BagIterator
- mods - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MapBasedMultiSetIterator
- moveToMRU(AbstractLinkedMap.LinkEntry<K, V>) - Method in class org.apache.commons.collections4.map.LRUMap
-
Moves an entry to the MRU position at the end of the list.
- MSB - Static variable in class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
-
A bit mask where the first bit is 1 and the others are zero.
- MultiKey<K> - Class in org.apache.commons.collections4.keyvalue
-
A
MultiKeyallows multiple map keys to be merged together. - MultiKey(K[]) - Constructor for class org.apache.commons.collections4.keyvalue.MultiKey
-
Constructor taking an array of keys which is cloned.
- MultiKey(K[], boolean) - Constructor for class org.apache.commons.collections4.keyvalue.MultiKey
-
Constructor taking an array of keys, optionally choosing whether to clone.
- MultiKey(K, K) - Constructor for class org.apache.commons.collections4.keyvalue.MultiKey
-
Constructor taking two keys.
- MultiKey(K, K, K) - Constructor for class org.apache.commons.collections4.keyvalue.MultiKey
-
Constructor taking three keys.
- MultiKey(K, K, K, K) - Constructor for class org.apache.commons.collections4.keyvalue.MultiKey
-
Constructor taking four keys.
- MultiKey(K, K, K, K, K) - Constructor for class org.apache.commons.collections4.keyvalue.MultiKey
-
Constructor taking five keys.
- multiKeyMap(AbstractHashedMap<MultiKey<? extends K>, V>) - Static method in class org.apache.commons.collections4.map.MultiKeyMap
-
Decorates the specified map to add the MultiKeyMap API and fast query.
- MultiKeyMap<K,
V> - Class in org.apache.commons.collections4.map -
A
Mapimplementation that uses multiple keys to map the value. - MultiKeyMap() - Constructor for class org.apache.commons.collections4.map.MultiKeyMap
-
Constructs a new MultiKeyMap that decorates a
HashedMap. - MultiKeyMap(AbstractHashedMap<MultiKey<? extends K>, V>) - Constructor for class org.apache.commons.collections4.map.MultiKeyMap
-
Constructor that decorates the specified map and is called from
MultiKeyMap.multiKeyMap(AbstractHashedMap). - MultiMap<K,
V> - Interface in org.apache.commons.collections4 -
Deprecated.since 4.1, use
MultiValuedMapinstead - MultiMapUtils - Class in org.apache.commons.collections4
-
Provides utility methods and decorators for
MultiValuedMapinstances. - MultiMapUtils() - Constructor for class org.apache.commons.collections4.MultiMapUtils
-
Don't allow instances.
- MultiSet<E> - Interface in org.apache.commons.collections4
-
Defines a collection that counts the number of times an object appears in the collection.
- MultiSet.Entry<E> - Interface in org.apache.commons.collections4
-
An unmodifiable entry for an element and its occurrence as contained in a MultiSet.
- MultiSetEntry(Map.Entry<E, AbstractMapMultiSet.MutableInteger>) - Constructor for class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MultiSetEntry
-
Constructs a new instance.
- MultiSetIterator(AbstractMultiSet<E>) - Constructor for class org.apache.commons.collections4.multiset.AbstractMultiSet.MultiSetIterator
-
Constructs a new instance.
- MultiSetUtils - Class in org.apache.commons.collections4
-
Provides utility methods and decorators for
MultiSetinstances. - MultiSetUtils() - Constructor for class org.apache.commons.collections4.MultiSetUtils
-
Don't allow instances.
- MultiValuedMap<K,
V> - Interface in org.apache.commons.collections4 -
Defines a map that holds a collection of values against each key.
- MultiValuedMapEntry(K, V) - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.MultiValuedMapEntry
- MultiValuedMapIterator() - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.MultiValuedMapIterator
- multiValueMap(Map<K, ? super C>, Class<C>) - Static method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Creates a map which decorates the given
mapand maps keys to collections of typecollectionClass. - multiValueMap(Map<K, ? super C>, Factory<C>) - Static method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Creates a map which decorates the given
mapand creates the value collections using the suppliedcollectionFactory. - multiValueMap(Map<K, ? super Collection<V>>) - Static method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Creates a map which wraps the given map and maps keys to ArrayLists.
- multiValueMap(Map<K, ? super Collection<V>>) - Static method in class org.apache.commons.collections4.MapUtils
-
Deprecated.since 4.1, use
MultiValuedMapinstead - multiValueMap(Map<K, C>, Class<C>) - Static method in class org.apache.commons.collections4.MapUtils
-
Deprecated.since 4.1, use
MultiValuedMapinstead - multiValueMap(Map<K, C>, Factory<C>) - Static method in class org.apache.commons.collections4.MapUtils
-
Deprecated.since 4.1, use
MultiValuedMapinstead - MultiValueMap<K,
V> - Class in org.apache.commons.collections4.map -
Deprecated.since 4.1, use
MultiValuedMapinstead - MultiValueMap() - Constructor for class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Creates a MultiValueMap based on a
HashMapand storing the multiple values in anArrayList. - MultiValueMap(Map<K, ? super C>, Factory<C>) - Constructor for class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Creates a MultiValueMap which decorates the given
mapand creates the value collections using the suppliedcollectionFactory. - MultiValueMap.ReflectionFactory<T> - Class in org.apache.commons.collections4.map
-
Deprecated.Inner class that provides a simple reflection factory.
- MultiValueMap.Values - Class in org.apache.commons.collections4.map
-
Deprecated.Inner class that provides the values view.
- MultiValueMap.ValuesIterator - Class in org.apache.commons.collections4.map
-
Deprecated.Inner class that provides the values iterator.
- MutableInteger(int) - Constructor for class org.apache.commons.collections4.bag.AbstractMapBag.MutableInteger
-
Constructs a new instance.
- MutableInteger(int) - Constructor for class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MutableInteger
-
Constructs a new instance.
- mutator - Variable in class org.apache.commons.collections4.collection.CompositeCollection
-
CollectionMutator to handle changes to the collection
- mutator - Variable in class org.apache.commons.collections4.map.CompositeMap
-
Handle mutation operations
- mutator - Variable in class org.apache.commons.collections4.set.CompositeSet
-
SetMutator to handle changes to the collection
N
- NATURAL_COMPARATOR - Static variable in class org.apache.commons.collections4.ComparatorUtils
-
Comparator for natural sort order.
- naturalComparator() - Static method in class org.apache.commons.collections4.ComparatorUtils
-
Gets a comparator that uses the natural order of the objects.
- navigateNext() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.AbstractViewIterator
- navigatePrevious() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.AbstractViewIterator
- neitherPredicate(Predicate<? super T>, Predicate<? super T>) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Create a new Predicate that returns true if neither of the specified predicates are true.
- neverAdvance() - Static method in class org.apache.commons.collections4.bloomfilter.LayerManager.ExtendCheck
-
Does not automatically advance the target.
- newArray(int) - Static method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashEntry
- newArray(int) - Static method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- newArray(T, T) - Static method in class org.apache.commons.collections4.keyvalue.MultiKey
- newArray(T, T, T) - Static method in class org.apache.commons.collections4.keyvalue.MultiKey
- newArray(T, T, T, T) - Static method in class org.apache.commons.collections4.keyvalue.MultiKey
- newArray(T, T, T, T, T) - Static method in class org.apache.commons.collections4.keyvalue.MultiKey
- newBitMap(int) - Static method in class org.apache.commons.collections4.bloomfilter.BitMaps
-
Creates a new bitmap for the number of bit maps (longs) required for the numberOfBits parameter.
- newBitMap(Shape) - Static method in class org.apache.commons.collections4.bloomfilter.BitMaps
-
Creates a new bitmap for given shape parameter.
- newHashEntry(K, int, ConcurrentReferenceHashMap.HashEntry<K, V>, V) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- newIdentityHashSet() - Static method in class org.apache.commons.collections4.SetUtils
-
Returns a new hash set that matches elements based on
==notequals(). - newKeyReference(K, ConcurrentReferenceHashMap.ReferenceType, ReferenceQueue<Object>) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashEntry
- newList - Variable in class org.apache.commons.collections4.CollectionUtils.SetOperationCardinalityHelper
-
Output collection.
- newListValuedHashMap() - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Creates a
ListValuedMapwith anArrayListas collection class to store the values mapped to a key. - newSetValuedHashMap() - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Creates a
SetValuedMapwith anHashSetas collection class to store the values mapped to a key. - newValueReference(V, ConcurrentReferenceHashMap.ReferenceType, ReferenceQueue<Object>) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashEntry
- next - Variable in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.The node that will be returned by
AbstractLinkedList.LinkedListIterator.next(). - next - Variable in class org.apache.commons.collections4.list.AbstractLinkedList.Node
-
Deprecated.A pointer to the node after this node
- next - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
-
The node that will be returned by
AbstractLinkedListJava21.LinkedListIterator.next(). - next - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21.Node
-
A pointer to the node after this node
- next - Variable in class org.apache.commons.collections4.list.TreeList.TreeListIterator
-
Cache of the next node that will be returned by
TreeList.TreeListIterator.next(). - next - Variable in class org.apache.commons.collections4.map.AbstractHashedMap.HashEntry
-
The next entry in the hash chain
- next - Variable in class org.apache.commons.collections4.map.AbstractHashedMap.HashIterator
-
The next entry
- next - Variable in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
The next entry
- next - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
- next - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashEntry
- next - Variable in class org.apache.commons.collections4.map.StaticBucketMap.Node
- next - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractTrieIterator
- next() - Method in class org.apache.commons.collections4.bag.AbstractMapBag.BagIterator
- next() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.BidiMapIterator
- next() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySetIterator
- next() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySetIterator
- next() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.ValuesIterator
- next() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- next() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.InverseViewMapEntryIterator
- next() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.InverseViewMapIterator
- next() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.ViewMapEntryIterator
- next() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.ViewMapIterator
- next() - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Forces and advance to the next layer.
- next() - Method in class org.apache.commons.collections4.bloomfilter.LayerManager
-
Forces an advance to the next depth.
- next() - Method in class org.apache.commons.collections4.iterators.AbstractEmptyIterator
-
Always throws IllegalStateException, this iterator contains no elements.
- next() - Method in class org.apache.commons.collections4.iterators.AbstractIteratorDecorator
- next() - Method in class org.apache.commons.collections4.iterators.AbstractListIteratorDecorator
- next() - Method in class org.apache.commons.collections4.iterators.AbstractMapIteratorDecorator
-
Gets the next key from the
Map. - next() - Method in class org.apache.commons.collections4.iterators.AbstractOrderedMapIteratorDecorator
-
Gets the next key from the
Map. - next() - Method in class org.apache.commons.collections4.iterators.ArrayIterator
-
Returns the next element in the array.
- next() - Method in class org.apache.commons.collections4.iterators.ArrayListIterator
-
Gets the next element from the array.
- next() - Method in class org.apache.commons.collections4.iterators.BoundedIterator
- next() - Method in class org.apache.commons.collections4.iterators.CartesianProductIterator
-
Returns the next tuple of the input iterables.
- next() - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Returns the next ordered element from a child iterator.
- next() - Method in class org.apache.commons.collections4.iterators.EntrySetMapIterator
-
Gets the next key from the
Map. - next() - Method in class org.apache.commons.collections4.iterators.EnumerationIterator
-
Returns the next object from the enumeration.
- next() - Method in class org.apache.commons.collections4.iterators.ExtendedIterator
- next() - Method in class org.apache.commons.collections4.iterators.FilterIterator
-
Returns the next object that matches the predicate.
- next() - Method in class org.apache.commons.collections4.iterators.FilterListIterator
- next() - Method in class org.apache.commons.collections4.iterators.IteratorChain
-
Returns the next Object of the current Iterator
- next() - Method in class org.apache.commons.collections4.iterators.LazyIteratorChain
-
Returns the next element of the current Iterator
- next() - Method in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
Returns the next element from the iterator.
- next() - Method in class org.apache.commons.collections4.iterators.LoopingIterator
-
Returns the next object in the collection.
- next() - Method in class org.apache.commons.collections4.iterators.LoopingListIterator
-
Returns the next object in the list.
- next() - Method in class org.apache.commons.collections4.iterators.NodeListIterator
- next() - Method in class org.apache.commons.collections4.iterators.ObjectArrayIterator
-
Returns the next element in the array.
- next() - Method in class org.apache.commons.collections4.iterators.ObjectArrayListIterator
-
Gets the next element from the array.
- next() - Method in class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
Gets the next element of the iteration.
- next() - Method in class org.apache.commons.collections4.iterators.PeekingIterator
-
Returns the next element in iteration.
- next() - Method in class org.apache.commons.collections4.iterators.PermutationIterator
-
Returns the next permutation of the input collection.
- next() - Method in class org.apache.commons.collections4.iterators.PushbackIterator
- next() - Method in class org.apache.commons.collections4.iterators.ReverseListIterator
-
Gets the next element.
- next() - Method in class org.apache.commons.collections4.iterators.SingletonIterator
-
Gets the next object from the iterator.
- next() - Method in class org.apache.commons.collections4.iterators.SingletonListIterator
-
Gets the next object from the iterator.
- next() - Method in class org.apache.commons.collections4.iterators.SkippingIterator
- next() - Method in class org.apache.commons.collections4.iterators.TransformIterator
-
Gets the next object from the iteration, transforming it using the current transformer.
- next() - Method in class org.apache.commons.collections4.iterators.UnmodifiableIterator
- next() - Method in class org.apache.commons.collections4.iterators.UnmodifiableListIterator
- next() - Method in class org.apache.commons.collections4.iterators.UnmodifiableMapIterator
- next() - Method in class org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIterator
- next() - Method in class org.apache.commons.collections4.iterators.ZippingIterator
-
Returns the next element from a child iterator.
- next() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.
- next() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
- next() - Method in class org.apache.commons.collections4.list.SetUniqueList.SetListIterator
- next() - Method in class org.apache.commons.collections4.list.SetUniqueList.SetListListIterator
- next() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Gets the next node in the list after this one.
- next() - Method in class org.apache.commons.collections4.list.TreeList.TreeListIterator
- next() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.EntrySetIterator
- next() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashMapIterator
- next() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.KeySetIterator
- next() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.ValuesIterator
- next() - Method in class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.EntrySetIterator
- next() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.EntrySetIterator
- next() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.KeySetIterator
- next() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkMapIterator
- next() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.ValuesIterator
- next() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry
-
Gets the next entry in the bucket.
- next() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntrySetIterator
- next() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceKeySetIterator
- next() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceMapIterator
- next() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceValuesIterator
- next() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.CachedEntryIterator
- next() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.EntryIterator
- next() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.KeyIterator
- next() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.ValueIterator
- next() - Method in class org.apache.commons.collections4.map.EntrySetToMapIteratorAdapter
-
Gets the next key from the
Map. - next() - Method in class org.apache.commons.collections4.map.Flat3Map.EntrySetIterator
- next() - Method in class org.apache.commons.collections4.map.Flat3Map.FlatMapIterator
- next() - Method in class org.apache.commons.collections4.map.Flat3Map.KeySetIterator
- next() - Method in class org.apache.commons.collections4.map.Flat3Map.ValuesIterator
- next() - Method in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedIterator
- next() - Method in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapIterator
- next() - Method in class org.apache.commons.collections4.map.MultiValueMap.ValuesIterator
-
Deprecated.
- next() - Method in class org.apache.commons.collections4.map.SingletonMap.SingletonMapIterator
- next() - Method in class org.apache.commons.collections4.map.StaticBucketMap.EntryIterator
- next() - Method in class org.apache.commons.collections4.map.StaticBucketMap.KeyIterator
- next() - Method in class org.apache.commons.collections4.map.StaticBucketMap.ValueIterator
- next() - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet.UnmodifiableEntrySetIterator
- next() - Method in interface org.apache.commons.collections4.MapIterator
-
Gets the next key from the
Map. - next() - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.ValuesListIterator
- next() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap.AsMapEntrySetIterator
- next() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.MultiValuedMapIterator
- next() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.ValuesIterator
- next() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.EntrySetIterator
- next() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MapBasedMultiSetIterator
- next() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.UniqueSetIterator
- next() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.MultiSetIterator
- next() - Method in class org.apache.commons.collections4.set.ListOrderedSet.OrderedSetIterator
- next() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.EntrySet.EntryIterator
- next() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.KeySet.KeyIterator
- next() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet.EntryIterator
- next() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet.SingletonIterator
- next() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntrySet.EntryIterator
- next() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieMapIterator
- next() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.Values.ValueIterator
- nextCalled - Variable in class org.apache.commons.collections4.iterators.SingletonListIterator
- nextElement() - Method in class org.apache.commons.collections4.iterators.IteratorEnumeration
-
Returns the next element from the underlying iterator.
- nextElement() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.KeyIterator
- nextElement() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.ValueIterator
- nextEntry - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashIterator
- nextEntry() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashIterator
-
Gets the next entry.
- nextEntry() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
Gets the next entry.
- nextEntry() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
- nextEntry() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashIterator
- nextEntry() - Method in class org.apache.commons.collections4.map.Flat3Map.EntryIterator
- nextEntry() - Method in class org.apache.commons.collections4.map.StaticBucketMap.BaseIterator
- nextEntry() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractTrieIterator
-
Returns the next
AbstractPatriciaTrie.TrieEntry. - nextEntry() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieMapIterator
- nextEntry(AbstractPatriciaTrie.TrieEntry<K, V>) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Returns the entry lexicographically after the given entry.
- nextEntryImpl(AbstractPatriciaTrie.TrieEntry<K, V>, AbstractPatriciaTrie.TrieEntry<K, V>, AbstractPatriciaTrie.TrieEntry<K, V>) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Scans for the next node, starting at the specified point, and using 'previous' as a hint that the last node we returned was 'previous' (so we know not to return it again).
- nextEntryInSubtree(AbstractPatriciaTrie.TrieEntry<K, V>, AbstractPatriciaTrie.TrieEntry<K, V>) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Returns the entry lexicographically after the given entry.
- nextGreater(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Gets the next larger node from the specified node.
- nextIndex - Variable in class org.apache.commons.collections4.iterators.FilterListIterator
-
The index of the element that would be returned by
FilterListIterator.next(). - nextIndex - Variable in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.The index of
AbstractLinkedList.LinkedListIterator.next. - nextIndex - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
-
The index of
AbstractLinkedListJava21.LinkedListIterator.next. - nextIndex - Variable in class org.apache.commons.collections4.list.TreeList.TreeListIterator
-
The index of the next node to be returned.
- nextIndex - Variable in class org.apache.commons.collections4.map.Flat3Map.EntryIterator
- nextIndex - Variable in class org.apache.commons.collections4.map.Flat3Map.FlatMapIterator
- nextIndex() - Method in class org.apache.commons.collections4.iterators.AbstractEmptyIterator
-
Always returns 0, this iterator contains no elements.
- nextIndex() - Method in class org.apache.commons.collections4.iterators.AbstractListIteratorDecorator
- nextIndex() - Method in class org.apache.commons.collections4.iterators.ArrayListIterator
-
Gets the next index to be retrieved.
- nextIndex() - Method in class org.apache.commons.collections4.iterators.FilterListIterator
- nextIndex() - Method in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
Returns the index of the next element.
- nextIndex() - Method in class org.apache.commons.collections4.iterators.LoopingListIterator
-
Returns the index of the element that would be returned by a subsequent call to
LoopingListIterator.next(). - nextIndex() - Method in class org.apache.commons.collections4.iterators.ObjectArrayListIterator
-
Gets the next index to be retrieved.
- nextIndex() - Method in class org.apache.commons.collections4.iterators.ReverseListIterator
-
Gets the index of the next element.
- nextIndex() - Method in class org.apache.commons.collections4.iterators.SingletonListIterator
-
Returns the index of the element that would be returned by a subsequent call to
next. - nextIndex() - Method in class org.apache.commons.collections4.iterators.UnmodifiableListIterator
- nextIndex() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.
- nextIndex() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubListIterator
-
Deprecated.
- nextIndex() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
- nextIndex() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubListIterator
- nextIndex() - Method in class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Deprecated.Gets the index of the next element to be returned.
- nextIndex() - Method in class org.apache.commons.collections4.list.CursorableLinkedList.SubCursor
-
Deprecated.
- nextIndex() - Method in class org.apache.commons.collections4.list.TreeList.TreeListIterator
- nextIndex() - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.ValuesListIterator
- nextIndexValid - Variable in class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Deprecated.Is the next index valid
- nextIterator - Variable in class org.apache.commons.collections4.iterators.ZippingIterator
-
The next iterator to use for next().
- nextIterator(int) - Method in class org.apache.commons.collections4.iterators.LazyIteratorChain
-
Gets the next iterator after the previous one has been exhausted.
- nextKey - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
- nextKey(Object) - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Gets the next key in sequence.
- nextKey(Object) - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Gets the next key to the one specified using insert order.
- nextKey(K) - Method in class org.apache.commons.collections4.bidimap.AbstractOrderedBidiMapDecorator
- nextKey(K) - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
- nextKey(K) - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.ViewMap
- nextKey(K) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Gets the next key after the one specified.
- nextKey(K) - Method in class org.apache.commons.collections4.map.AbstractOrderedMapDecorator
- nextKey(K) - Method in class org.apache.commons.collections4.map.AbstractSortedMapDecorator
- nextKey(K) - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the next key after the key specified, always null.
- nextKey(K) - Method in interface org.apache.commons.collections4.OrderedMap
-
Gets the next key after the one specified.
- nextKey(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- nextKey(K) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- nextKey(V) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- nextNode - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.AbstractViewIterator
-
The next node to be returned by the iterator.
- nextNull() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
- nextObject - Variable in class org.apache.commons.collections4.iterators.FilterIterator
-
The next object in the iteration.
- nextObject - Variable in class org.apache.commons.collections4.iterators.FilterListIterator
-
The value of the next (matching) object, when
FilterListIterator.nextObjectSetis true. - nextObjectSet - Variable in class org.apache.commons.collections4.iterators.FilterIterator
-
Whether the next object has been calculated yet.
- nextObjectSet - Variable in class org.apache.commons.collections4.iterators.FilterListIterator
-
Whether or not the
FilterListIterator.nextObjecthas been set (possibly tonull). - nextPermutation - Variable in class org.apache.commons.collections4.iterators.PermutationIterator
-
Next permutation to return.
- nextSegmentIndex - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashIterator
- nextSmaller(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Gets the next smaller node from the specified node.
- nextTableIndex - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashIterator
- nextValue - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
- NO_ARG_INSTANCE - Static variable in class org.apache.commons.collections4.functors.InstantiateTransformer
-
Singleton instance that uses the no arg constructor
- NO_NEXT_ENTRY - Static variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
Exception message.
- NO_PREVIOUS_ENTRY - Static variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
Exception message.
- noCleanup() - Static method in class org.apache.commons.collections4.bloomfilter.LayerManager.Cleanup
-
A Cleanup that never removes anything.
- Node() - Constructor for class org.apache.commons.collections4.list.AbstractLinkedList.Node
-
Deprecated.Constructs a new header node.
- Node() - Constructor for class org.apache.commons.collections4.list.AbstractLinkedListJava21.Node
-
Constructs a new header node.
- Node() - Constructor for class org.apache.commons.collections4.map.StaticBucketMap.Node
- Node(E) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedList.Node
-
Deprecated.Constructs a new node.
- Node(E) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedListJava21.Node
-
Constructs a new node.
- Node(K, V) - Constructor for class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
-
Makes a new cell with given key and value, and with null links, and black (true) colors.
- Node(AbstractLinkedList.Node<E>, AbstractLinkedList.Node<E>, E) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedList.Node
-
Deprecated.Constructs a new node.
- Node(AbstractLinkedListJava21.Node<E>, AbstractLinkedListJava21.Node<E>, E) - Constructor for class org.apache.commons.collections4.list.AbstractLinkedListJava21.Node
-
Constructs a new node.
- NodeCachingLinkedList<E> - Class in org.apache.commons.collections4.list
-
Deprecated.parent
AbstractLinkedListis source incompatible with List methods added in Java 21 - NodeCachingLinkedList() - Constructor for class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.Constructor that creates.
- NodeCachingLinkedList(int) - Constructor for class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.Constructor that species the maximum cache size.
- NodeCachingLinkedList(Collection<? extends E>) - Constructor for class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.Constructor that copies the specified collection
- nodeChanged(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Deprecated.Handle event from the list when a node has changed.
- nodeCount - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap
- nodeInserted(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Deprecated.Handle event from the list when a node has been added.
- nodeList - Variable in class org.apache.commons.collections4.iterators.NodeListIterator
-
The original NodeList instance
- nodeListIterator(Node) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an
Iteratorthat wraps the specified node's childNodes. - nodeListIterator(NodeList) - Static method in class org.apache.commons.collections4.IteratorUtils
- NodeListIterator - Class in org.apache.commons.collections4.iterators
- NodeListIterator(Node) - Constructor for class org.apache.commons.collections4.iterators.NodeListIterator
-
Convenience constructor, which creates a new NodeListIterator from the specified node's childNodes.
- NodeListIterator(NodeList) - Constructor for class org.apache.commons.collections4.iterators.NodeListIterator
-
Constructor, that creates a new NodeListIterator from the specified
org.w3c.NodeList - nodeRemoved(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Deprecated.Handle event from the list when a node has been removed.
- Nomenclature - Search tag in package org.apache.commons.collections4.bloomfilter
- Section
- nonePredicate(Collection<? extends Predicate<? super T>>) - Static method in class org.apache.commons.collections4.functors.NonePredicate
-
Creates the predicate.
- nonePredicate(Collection<? extends Predicate<? super T>>) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Create a new Predicate that returns true if none of the specified predicates are true.
- nonePredicate(Predicate<? super T>...) - Static method in class org.apache.commons.collections4.functors.NonePredicate
-
Creates the predicate.
- nonePredicate(Predicate<? super T>...) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Create a new Predicate that returns true if none of the specified predicates are true.
- NonePredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that returns true if none of the predicates return true.
- NonePredicate(Predicate<? super T>...) - Constructor for class org.apache.commons.collections4.functors.NonePredicate
-
Constructor that performs no validation.
- nonNullComparator - Variable in class org.apache.commons.collections4.comparators.NullComparator
-
The comparator to use when comparing two non-
nullobjects. - nonUniqueIndexedCollection(Collection<C>, Transformer<C, K>) - Static method in class org.apache.commons.collections4.collection.IndexedCollection
-
Create an
IndexedCollectionfor a non-unique index. - nopClosure() - Static method in class org.apache.commons.collections4.ClosureUtils
-
Gets a Closure that will do nothing.
- nopClosure() - Static method in class org.apache.commons.collections4.functors.NOPClosure
-
Factory returning the singleton instance.
- NOPClosure<T> - Class in org.apache.commons.collections4.functors
-
Closure implementation that does nothing.
- NOPClosure() - Constructor for class org.apache.commons.collections4.functors.NOPClosure
-
Constructs a new instance.
- nopTransformer() - Static method in class org.apache.commons.collections4.functors.NOPTransformer
-
Factory returning the singleton instance.
- nopTransformer() - Static method in class org.apache.commons.collections4.TransformerUtils
-
Gets a transformer that returns the input object.
- NOPTransformer<T> - Class in org.apache.commons.collections4.functors
-
Transformer implementation that does nothing.
- NOPTransformer() - Constructor for class org.apache.commons.collections4.functors.NOPTransformer
-
Constructs a new instance.
- normalMap - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Normal delegate map.
- notNullBuilder() - Static method in class org.apache.commons.collections4.collection.PredicatedCollection
-
Returns a Builder with a NotNullPredicate.
- notNullPredicate() - Static method in class org.apache.commons.collections4.functors.NotNullPredicate
-
Factory returning the singleton instance.
- notNullPredicate() - Static method in class org.apache.commons.collections4.PredicateUtils
-
Gets a Predicate that checks if the input object passed in is not null.
- NotNullPredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that returns true if the input is not null.
- NotNullPredicate() - Constructor for class org.apache.commons.collections4.functors.NotNullPredicate
-
Restricted constructor.
- notPredicate(Predicate<? super T>) - Static method in class org.apache.commons.collections4.functors.NotPredicate
-
Creates the not predicate.
- notPredicate(Predicate<? super T>) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Create a new Predicate that returns true if the specified predicate returns false and vice versa.
- NotPredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that returns the opposite of the decorated predicate.
- NotPredicate(Predicate<? super T>) - Constructor for class org.apache.commons.collections4.functors.NotPredicate
-
Constructor that performs no validation.
- now() - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
The current time in milliseconds.
- NULL - Static variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
An object for masking null
- NULL_BIT_KEY - Static variable in class org.apache.commons.collections4.trie.KeyAnalyzer
-
Returned by
KeyAnalyzer.bitIndex(Object, int, int, Object, int, int)if key's bits are all 0. - NULL_INSTANCE - Static variable in class org.apache.commons.collections4.functors.ConstantFactory
-
Returns null each time
- NULL_INSTANCE - Static variable in class org.apache.commons.collections4.functors.ConstantTransformer
-
Returns null each time
- NullComparator<E> - Class in org.apache.commons.collections4.comparators
-
A Comparator that will compare nulls to be either lower or higher than other objects.
- NullComparator() - Constructor for class org.apache.commons.collections4.comparators.NullComparator
-
Construct an instance that sorts
nullhigher than any non-nullobject it is compared with. - NullComparator(boolean) - Constructor for class org.apache.commons.collections4.comparators.NullComparator
-
Construct an instance that sorts
nullhigher or lower than any non-nullobject it is compared with. - NullComparator(Comparator<? super E>) - Constructor for class org.apache.commons.collections4.comparators.NullComparator
-
Construct an instance that sorts
nullhigher than any non-nullobject it is compared with. - NullComparator(Comparator<? super E>, boolean) - Constructor for class org.apache.commons.collections4.comparators.NullComparator
-
Construct an instance that sorts
nullhigher or lower than any non-nullobject it is compared with. - nullFactory() - Static method in class org.apache.commons.collections4.FactoryUtils
-
Gets a Factory that will return null each time the factory is used.
- nullHighComparator(Comparator<E>) - Static method in class org.apache.commons.collections4.ComparatorUtils
-
Gets a Comparator that controls the comparison of
nullvalues. - nullIsExceptionPredicate(Predicate<? super T>) - Static method in class org.apache.commons.collections4.functors.NullIsExceptionPredicate
-
Creates the null exception predicate.
- nullIsExceptionPredicate(Predicate<? super T>) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Gets a Predicate that throws an exception if the input object is null, otherwise it calls the specified Predicate.
- NullIsExceptionPredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that throws an exception if the input is null.
- NullIsExceptionPredicate(Predicate<? super T>) - Constructor for class org.apache.commons.collections4.functors.NullIsExceptionPredicate
-
Constructor that performs no validation.
- nullIsFalsePredicate(Predicate<? super T>) - Static method in class org.apache.commons.collections4.functors.NullIsFalsePredicate
-
Creates the null false predicate.
- nullIsFalsePredicate(Predicate<? super T>) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Gets a Predicate that returns false if the input object is null, otherwise it calls the specified Predicate.
- NullIsFalsePredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that returns false if the input is null.
- NullIsFalsePredicate(Predicate<? super T>) - Constructor for class org.apache.commons.collections4.functors.NullIsFalsePredicate
-
Constructor that performs no validation.
- nullIsTruePredicate(Predicate<? super T>) - Static method in class org.apache.commons.collections4.functors.NullIsTruePredicate
-
Creates the null true predicate.
- nullIsTruePredicate(Predicate<? super T>) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Gets a Predicate that returns true if the input object is null, otherwise it calls the specified Predicate.
- NullIsTruePredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that returns true if the input is null.
- NullIsTruePredicate(Predicate<? super T>) - Constructor for class org.apache.commons.collections4.functors.NullIsTruePredicate
-
Constructor that performs no validation.
- nullLowComparator(Comparator<E>) - Static method in class org.apache.commons.collections4.ComparatorUtils
-
Gets a Comparator that controls the comparison of
nullvalues. - nullPredicate() - Static method in class org.apache.commons.collections4.functors.NullPredicate
-
Factory returning the singleton instance.
- nullPredicate() - Static method in class org.apache.commons.collections4.PredicateUtils
-
Gets a Predicate that checks if the input object passed in is null.
- NullPredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that returns true if the input is null.
- NullPredicate() - Constructor for class org.apache.commons.collections4.functors.NullPredicate
-
Restricted constructor.
- nullsAreHigh - Variable in class org.apache.commons.collections4.comparators.NullComparator
-
Specifies whether a
nullare compared as higher than non-nullobjects. - nullTransformer() - Static method in class org.apache.commons.collections4.functors.ConstantTransformer
-
Gets a typed null instance.
- nullTransformer() - Static method in class org.apache.commons.collections4.TransformerUtils
-
Gets a transformer that always returns null.
- nullValue() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry
-
This method can be overridden to provide custom logic to purge value
- numberOfBitMaps(int) - Static method in class org.apache.commons.collections4.bloomfilter.BitMaps
-
Calculates the number of bit maps (longs) required for the numberOfBits parameter.
- numberOfBitMaps(Shape) - Static method in class org.apache.commons.collections4.bloomfilter.BitMaps
-
Calculates the number of bit maps (longs) required for the shape parameter.
- numberOfBits - Variable in class org.apache.commons.collections4.bloomfilter.Shape
-
Number of bits in the filter (
m). - numberOfHashFunctions - Variable in class org.apache.commons.collections4.bloomfilter.Shape
-
Number of hash functions to create a filter (
k).
O
- object - Variable in class org.apache.commons.collections4.CollectionUtils.EquatorWrapper
- object - Variable in class org.apache.commons.collections4.functors.ComparatorPredicate
-
The internal object to compare with
- object - Variable in class org.apache.commons.collections4.iterators.SingletonIterator
-
The object
- object - Variable in class org.apache.commons.collections4.iterators.SingletonListIterator
- object - Variable in class org.apache.commons.collections4.sequence.EditCommand
-
Object on which the command should be applied.
- ObjectArrayIterator<E> - Class in org.apache.commons.collections4.iterators
-
An
Iteratorover an array of objects. - ObjectArrayIterator(E...) - Constructor for class org.apache.commons.collections4.iterators.ObjectArrayIterator
-
Constructs an ObjectArrayIterator that will iterate over the values in the specified array.
- ObjectArrayIterator(E[], int) - Constructor for class org.apache.commons.collections4.iterators.ObjectArrayIterator
-
Constructs an ObjectArrayIterator that will iterate over the values in the specified array from a specific start index.
- ObjectArrayIterator(E[], int, int) - Constructor for class org.apache.commons.collections4.iterators.ObjectArrayIterator
-
Constructs an ObjectArrayIterator that will iterate over a range of values in the specified array.
- ObjectArrayListIterator<E> - Class in org.apache.commons.collections4.iterators
-
Implements a
ListIteratorover an array of objects. - ObjectArrayListIterator(E...) - Constructor for class org.apache.commons.collections4.iterators.ObjectArrayListIterator
-
Constructs an ObjectArrayListIterator that will iterate over the values in the specified array.
- ObjectArrayListIterator(E[], int) - Constructor for class org.apache.commons.collections4.iterators.ObjectArrayListIterator
-
Constructs an ObjectArrayListIterator that will iterate over the values in the specified array from a specific start index.
- ObjectArrayListIterator(E[], int, int) - Constructor for class org.apache.commons.collections4.iterators.ObjectArrayListIterator
-
Constructs an ObjectArrayListIterator that will iterate over a range of values in the specified array.
- objectGraphIterator(E, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that operates over an object graph.
- ObjectGraphIterator<E> - Class in org.apache.commons.collections4.iterators
-
An Iterator that can traverse multiple iterators down an object graph.
- ObjectGraphIterator(E, Transformer<? super E, ? extends E>) - Constructor for class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
Constructs an ObjectGraphIterator using a root object and transformer.
- ObjectGraphIterator(Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
Constructs a ObjectGraphIterator that will handle an iterator of iterators.
- objectMap - Variable in class org.apache.commons.collections4.iterators.PermutationIterator
-
Mapping between keys and objects.
- of(Iterable<T>) - Static method in class org.apache.commons.collections4.FluentIterable
-
Constructs a new FluentIterable from the provided iterable.
- of(T) - Static method in class org.apache.commons.collections4.FluentIterable
-
Creates a new FluentIterable of the single provided element.
- of(T...) - Static method in class org.apache.commons.collections4.FluentIterable
-
Creates a new FluentIterable from the provided elements.
- offer(E) - Method in class org.apache.commons.collections4.queue.AbstractQueueDecorator
- offer(E) - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Adds the given element to this queue.
- offer(E) - Method in class org.apache.commons.collections4.queue.PredicatedQueue
-
Override to validate the object being added to ensure it matches the predicate.
- offer(E) - Method in class org.apache.commons.collections4.queue.SynchronizedQueue
- offer(E) - Method in class org.apache.commons.collections4.queue.TransformedQueue
- offer(E) - Method in class org.apache.commons.collections4.queue.UnmodifiableQueue
- offset - Variable in class org.apache.commons.collections4.iterators.BoundedIterator
-
The offset to bound the first element return
- offset - Variable in class org.apache.commons.collections4.iterators.SkippingIterator
-
The offset to bound the first element return
- offset - Variable in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.Offset from the main list
- offset - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
-
Offset from the main list
- offset - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet.EntryIterator
- offsetInBits - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- onePredicate(Collection<? extends Predicate<? super T>>) - Static method in class org.apache.commons.collections4.functors.OnePredicate
-
Creates the predicate.
- onePredicate(Collection<? extends Predicate<? super T>>) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Create a new Predicate that returns true if only one of the specified predicates are true.
- onePredicate(Predicate<? super T>...) - Static method in class org.apache.commons.collections4.functors.OnePredicate
-
Creates the predicate.
- onePredicate(Predicate<? super T>...) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Create a new Predicate that returns true if only one of the specified predicates are true.
- OnePredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that returns true if only one of the predicates return true.
- OnePredicate(Predicate<? super T>...) - Constructor for class org.apache.commons.collections4.functors.OnePredicate
-
Constructor that performs no validation.
- onMaxSize(int) - Static method in class org.apache.commons.collections4.bloomfilter.LayerManager.Cleanup
-
Removes the earliest filters in the list when the the number of filters exceeds maxSize.
- onPurge() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry
-
This is the callback for custom "after purge" logic
- Option() - Constructor for enum org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Option
- options - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
- orCardinality(BitMapExtractor, BitMapExtractor) - Static method in class org.apache.commons.collections4.bloomfilter.SetOperations
-
Calculates the cardinality of the logical
ORof the bit maps for the two filters. - OrderedBidiMap<K,
V> - Interface in org.apache.commons.collections4 -
Defines a map that allows bidirectional lookup between key and values and retains and provides access to an ordering.
- OrderedIterator<E> - Interface in org.apache.commons.collections4
-
Defines an iterator that operates over an ordered container.
- orderedKeys - Variable in class org.apache.commons.collections4.properties.OrderedProperties
-
Preserves the insertion order.
- orderedMap(Map<K, V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Returns a map that maintains the order of keys that are added backed by the given map.
- OrderedMap<K,
V> - Interface in org.apache.commons.collections4 -
Defines a map that maintains order and allows both forward and backward iteration through that order.
- OrderedMapIterator<K,
V> - Interface in org.apache.commons.collections4 -
Defines an iterator that operates over an ordered
Map. - OrderedProperties - Class in org.apache.commons.collections4.properties
-
A drop-in replacement for
Propertiesfor ordered keys. - OrderedProperties() - Constructor for class org.apache.commons.collections4.properties.OrderedProperties
-
Constructs a new instance.
- OrderedPropertiesFactory - Class in org.apache.commons.collections4.properties
-
Creates and loads
OrderedProperties. - OrderedPropertiesFactory() - Constructor for class org.apache.commons.collections4.properties.OrderedPropertiesFactory
-
Constructs an instance.
- orderedSet(Set<E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns a set that maintains the order of elements that are added backed by the given set.
- OrderedSetIterator(ListIterator<E>, Collection<E>) - Constructor for class org.apache.commons.collections4.set.ListOrderedSet.OrderedSetIterator
- orderingBits - Variable in class org.apache.commons.collections4.comparators.ComparatorChain
-
Order - false (clear) = ascend; true (set) = descend.
- orderType - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.AbstractView
-
Whether to return KEY or VALUE order.
- orderType - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.AbstractViewIterator
-
Whether to return KEY or VALUE order.
- org.apache.commons.collections4 - package org.apache.commons.collections4
-
Interfaces and utilities shared across all packages.
- org.apache.commons.collections4.bag - package org.apache.commons.collections4.bag
- org.apache.commons.collections4.bidimap - package org.apache.commons.collections4.bidimap
- org.apache.commons.collections4.bloomfilter - package org.apache.commons.collections4.bloomfilter
-
Implements Bloom filter classes and interfaces.
- org.apache.commons.collections4.collection - package org.apache.commons.collections4.collection
-
Implementations of the
Collectioninterface. - org.apache.commons.collections4.comparators - package org.apache.commons.collections4.comparators
-
Implements the
Comparatorinterface. - org.apache.commons.collections4.functors - package org.apache.commons.collections4.functors
- org.apache.commons.collections4.iterators - package org.apache.commons.collections4.iterators
-
Implements the
Iteratorinterface. - org.apache.commons.collections4.keyvalue - package org.apache.commons.collections4.keyvalue
-
Implements collection and map related key/value classes.
- org.apache.commons.collections4.list - package org.apache.commons.collections4.list
-
Implements the
Listinterface. - org.apache.commons.collections4.map - package org.apache.commons.collections4.map
- org.apache.commons.collections4.multimap - package org.apache.commons.collections4.multimap
-
Implements the
MultiValuedMapinterfaces. - org.apache.commons.collections4.multiset - package org.apache.commons.collections4.multiset
-
Implements the
MultiSetinterface. - org.apache.commons.collections4.properties - package org.apache.commons.collections4.properties
-
Extends and customizes the behavior of
Properties. - org.apache.commons.collections4.queue - package org.apache.commons.collections4.queue
-
Implements the
Queueinterface. - org.apache.commons.collections4.sequence - package org.apache.commons.collections4.sequence
-
Compares two sequences of objects.
- org.apache.commons.collections4.set - package org.apache.commons.collections4.set
- org.apache.commons.collections4.splitmap - package org.apache.commons.collections4.splitmap
-
Implements the "split map" concept.
- org.apache.commons.collections4.trie - package org.apache.commons.collections4.trie
-
Implements the
Trieinterface. - org.apache.commons.collections4.trie.analyzer - package org.apache.commons.collections4.trie.analyzer
-
Implements
KeyAnalyzer. - orPredicate(Predicate<? super T>, Predicate<? super T>) - Static method in class org.apache.commons.collections4.functors.OrPredicate
-
Creates the predicate.
- orPredicate(Predicate<? super T>, Predicate<? super T>) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Create a new Predicate that returns true if either of the specified predicates are true.
- OrPredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that returns true if either of the predicates return true.
- OrPredicate(Predicate<? super T>, Predicate<? super T>) - Constructor for class org.apache.commons.collections4.functors.OrPredicate
-
Constructor that performs no validation.
- OUT_OF_BOUNDS_BIT_KEY - Static variable in class org.apache.commons.collections4.trie.KeyAnalyzer
-
Used to test a
bitIndexinKeyAnalyzer.isOutOfBoundsIndex(int).
P
- parent - Variable in class org.apache.commons.collections4.bag.AbstractMapBag.BagIterator
- parent - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.BidiMapIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySetIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySetIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.MapEntry
-
The parent map
- parent - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.ValuesIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View
-
The parent map
- parent - Variable in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.The parent list
- parent - Variable in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.The main list
- parent - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
-
The parent list
- parent - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
-
The main list
- parent - Variable in class org.apache.commons.collections4.list.TreeList.TreeListIterator
-
The parent list
- parent - Variable in class org.apache.commons.collections4.map.AbstractHashedMap.EntrySet
-
The parent map
- parent - Variable in class org.apache.commons.collections4.map.AbstractHashedMap.HashIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections4.map.AbstractHashedMap.KeySet
-
The parent map
- parent - Variable in class org.apache.commons.collections4.map.AbstractHashedMap.Values
-
The parent map
- parent - Variable in class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.EntrySet
-
The parent map
- parent - Variable in class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.EntrySetIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.MapEntry
-
The parent map
- parent - Variable in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry
-
The parent map
- parent - Variable in class org.apache.commons.collections4.map.Flat3Map.EntryIterator
- parent - Variable in class org.apache.commons.collections4.map.Flat3Map.EntrySet
- parent - Variable in class org.apache.commons.collections4.map.Flat3Map.FlatMapEntry
- parent - Variable in class org.apache.commons.collections4.map.Flat3Map.FlatMapIterator
- parent - Variable in class org.apache.commons.collections4.map.Flat3Map.KeySet
- parent - Variable in class org.apache.commons.collections4.map.Flat3Map.Values
- parent - Variable in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- parent - Variable in class org.apache.commons.collections4.map.ListOrderedMap.EntrySetView
- parent - Variable in class org.apache.commons.collections4.map.ListOrderedMap.KeySetView
- parent - Variable in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedIterator
- parent - Variable in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapEntry
- parent - Variable in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapIterator
- parent - Variable in class org.apache.commons.collections4.map.ListOrderedMap.ValuesView
- parent - Variable in class org.apache.commons.collections4.map.SingletonMap.SingletonMapIterator
- parent - Variable in class org.apache.commons.collections4.map.SingletonMap.SingletonValues
- parent - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.EntrySetIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MapBasedMultiSetIterator
- parent - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.UniqueSetIterator
-
The parent multiset
- parent - Variable in class org.apache.commons.collections4.multiset.AbstractMultiSet.EntrySet
- parent - Variable in class org.apache.commons.collections4.multiset.AbstractMultiSet.MultiSetIterator
- parent - Variable in class org.apache.commons.collections4.multiset.AbstractMultiSet.UniqueSet
-
The parent multiset
- parent - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry
-
The parent of this entry.
- parentEntry - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MultiSetEntry
-
The parent entry.
- parentNode - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- partition(Iterable<? extends O>, Factory<R>, Predicate<? super O>...) - Static method in class org.apache.commons.collections4.IterableUtils
-
Partitions all elements from iterable into separate output collections, based on the evaluation of the given predicates.
- partition(Iterable<? extends O>, Predicate<? super O>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Partitions all elements from iterable into separate output collections, based on the evaluation of the given predicate.
- partition(Iterable<? extends O>, Predicate<? super O>...) - Static method in class org.apache.commons.collections4.IterableUtils
-
Partitions all elements from iterable into separate output collections, based on the evaluation of the given predicates.
- partition(List<T>, int) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns consecutive
sublistsof a list, each of the same size (the final list may be smaller). - Partition(List<T>, int) - Constructor for class org.apache.commons.collections4.ListUtils.Partition
- PassiveExpiringMap<K,
V> - Class in org.apache.commons.collections4.map -
Decorates a
Mapto evict expired entries once their expiration time has been reached. - PassiveExpiringMap() - Constructor for class org.apache.commons.collections4.map.PassiveExpiringMap
-
Default constructor.
- PassiveExpiringMap(long) - Constructor for class org.apache.commons.collections4.map.PassiveExpiringMap
-
Constructs a map decorator that decorates the given map using the given time-to-live value measured in milliseconds to create and use a
PassiveExpiringMap.ConstantTimeToLiveExpirationPolicyexpiration policy. - PassiveExpiringMap(long, TimeUnit) - Constructor for class org.apache.commons.collections4.map.PassiveExpiringMap
-
Constructs a map decorator using the given time-to-live value measured in the given time units of measure to create and use a
PassiveExpiringMap.ConstantTimeToLiveExpirationPolicyexpiration policy. - PassiveExpiringMap(long, TimeUnit, Map<K, V>) - Constructor for class org.apache.commons.collections4.map.PassiveExpiringMap
-
Constructs a map decorator that decorates the given map using the given time-to-live value measured in the given time units of measure to create
PassiveExpiringMap.ConstantTimeToLiveExpirationPolicyexpiration policy. - PassiveExpiringMap(long, Map<K, V>) - Constructor for class org.apache.commons.collections4.map.PassiveExpiringMap
-
Constructs a map decorator using the given time-to-live value measured in milliseconds to create and use a
PassiveExpiringMap.ConstantTimeToLiveExpirationPolicyexpiration policy. - PassiveExpiringMap(Map<K, V>) - Constructor for class org.apache.commons.collections4.map.PassiveExpiringMap
-
Constructs a map decorator that decorates the given map and results in entries NEVER expiring.
- PassiveExpiringMap(PassiveExpiringMap.ExpirationPolicy<K, V>) - Constructor for class org.apache.commons.collections4.map.PassiveExpiringMap
-
Constructs a map decorator using the given expiration policy to determine expiration times.
- PassiveExpiringMap(PassiveExpiringMap.ExpirationPolicy<K, V>, Map<K, V>) - Constructor for class org.apache.commons.collections4.map.PassiveExpiringMap
-
Constructs a map decorator that decorates the given map and uses the given expiration policy to determine expiration times.
- PassiveExpiringMap.ConstantTimeToLiveExpirationPolicy<K,
V> - Class in org.apache.commons.collections4.map -
A
ExpirationPolicythat returns an expiration time that is a constant about of time in the future from the current time. - PassiveExpiringMap.ExpirationPolicy<K,
V> - Interface in org.apache.commons.collections4.map -
A policy to determine the expiration time for key-value entries.
- PatriciaTrie<V> - Class in org.apache.commons.collections4.trie
-
Implements a PATRICIA Trie (Practical Algorithm to Retrieve Information Coded in Alphanumeric).
- PatriciaTrie() - Constructor for class org.apache.commons.collections4.trie.PatriciaTrie
-
Constructs a new instance.
- PatriciaTrie(Map<? extends String, ? extends V>) - Constructor for class org.apache.commons.collections4.trie.PatriciaTrie
-
Constructs a new instance.
- peek() - Method in class org.apache.commons.collections4.ArrayStack
-
Deprecated.Returns the top item off of this stack without removing it.
- peek() - Method in class org.apache.commons.collections4.iterators.PeekingIterator
-
Returns the next element in iteration without advancing the underlying iterator.
- peek() - Method in class org.apache.commons.collections4.queue.AbstractQueueDecorator
- peek() - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
- peek() - Method in class org.apache.commons.collections4.queue.PredicatedQueue
- peek() - Method in class org.apache.commons.collections4.queue.SynchronizedQueue
- peek() - Method in class org.apache.commons.collections4.queue.TransformedQueue
- peek(int) - Method in class org.apache.commons.collections4.ArrayStack
-
Deprecated.Returns the n'th item down (zero-relative) from the top of this stack without removing it.
- peekingIterator(Iterator<? extends E>) - Static method in class org.apache.commons.collections4.iterators.PeekingIterator
-
Decorates the specified iterator to support one-element lookahead.
- peekingIterator(Iterator<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that supports one-element lookahead.
- PeekingIterator<E> - Class in org.apache.commons.collections4.iterators
-
Decorates an iterator to support one-element lookahead while iterating.
- PeekingIterator(Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.PeekingIterator
-
Constructs a new instance.
- pendingDeletions - Variable in class org.apache.commons.collections4.sequence.ReplacementsFinder
- pendingInsertions - Variable in class org.apache.commons.collections4.sequence.ReplacementsFinder
- PermutationIterator<E> - Class in org.apache.commons.collections4.iterators
-
This iterator creates permutations of an input collection, using the Steinhaus-Johnson-Trotter algorithm (also called plain changes).
- PermutationIterator(Collection<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.PermutationIterator
-
Standard constructor for this class.
- permutations(Collection<E>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns a
Collectionof all the permutations of the input collection. - poll() - Method in class org.apache.commons.collections4.queue.AbstractQueueDecorator
- poll() - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
- poll() - Method in class org.apache.commons.collections4.queue.PredicatedQueue
- poll() - Method in class org.apache.commons.collections4.queue.SynchronizedQueue
- poll() - Method in class org.apache.commons.collections4.queue.TransformedQueue
- poll() - Method in class org.apache.commons.collections4.queue.UnmodifiableQueue
- pollFirst() - Method in class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
- pollFirst() - Method in class org.apache.commons.collections4.set.PredicatedNavigableSet
- pollFirst() - Method in class org.apache.commons.collections4.set.TransformedNavigableSet
- pollFirst() - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
- pollLast() - Method in class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
- pollLast() - Method in class org.apache.commons.collections4.set.PredicatedNavigableSet
- pollLast() - Method in class org.apache.commons.collections4.set.TransformedNavigableSet
- pollLast() - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
- pop() - Method in class org.apache.commons.collections4.ArrayStack
-
Deprecated.Pops the top item off of this stack and return it.
- populated - Variable in class org.apache.commons.collections4.bloomfilter.IndexFilter.ArrayTracker
- populateMap(Map<K, V>, Iterable<? extends E>, Transformer<E, K>, Transformer<E, V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Populates a Map using the supplied
Transformers to transform the elements into keys and values. - populateMap(Map<K, V>, Iterable<? extends V>, Transformer<V, K>) - Static method in class org.apache.commons.collections4.MapUtils
-
Populates a Map using the supplied
Transformerto transform the elements into keys, using the unaltered element as the value in theMap. - populateMap(MultiMap<K, V>, Iterable<? extends E>, Transformer<E, K>, Transformer<E, V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Populates a MultiMap using the supplied
Transformers to transform the elements into keys and values. - populateMap(MultiMap<K, V>, Iterable<? extends V>, Transformer<V, K>) - Static method in class org.apache.commons.collections4.MapUtils
-
Populates a MultiMap using the supplied
Transformerto transform the elements into keys, using the unaltered element as the value in theMultiMap. - pos - Variable in class org.apache.commons.collections4.iterators.BoundedIterator
-
The position of the current element
- pos - Variable in class org.apache.commons.collections4.iterators.SkippingIterator
-
The position of the current element
- predecessor - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry
-
The entry who uplinks to this entry.
- predicate - Variable in class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
The predicate to use.
- predicate - Variable in class org.apache.commons.collections4.collection.PredicatedCollection
-
The predicate to use
- predicate - Variable in class org.apache.commons.collections4.iterators.FilterIterator
-
The predicate to filter elements.
- predicate - Variable in class org.apache.commons.collections4.iterators.FilterListIterator
-
The predicate being used
- Predicate<T> - Interface in org.apache.commons.collections4
-
Deprecated.Use
Predicate. - predicatedBag(Bag<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.bag.PredicatedBag
-
Factory method to create a predicated (validating) bag.
- predicatedBag(Bag<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.BagUtils
-
Returns a predicated (validating) bag backed by the given bag.
- PredicatedBag<E> - Class in org.apache.commons.collections4.bag
-
Decorates another
Bagto validate that additions match a specified predicate. - PredicatedBag(Bag<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections4.bag.PredicatedBag
-
Constructor that wraps (not copies).
- predicatedCollection(Collection<C>, Predicate<? super C>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns a predicated (validating) collection backed by the given collection.
- predicatedCollection(Collection<T>, Predicate<? super T>) - Static method in class org.apache.commons.collections4.collection.PredicatedCollection
-
Factory method to create a predicated (validating) collection.
- PredicatedCollection<E> - Class in org.apache.commons.collections4.collection
-
Decorates another
Collectionto validate that additions match a specified predicate. - PredicatedCollection(Collection<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections4.collection.PredicatedCollection
-
Constructor that wraps (not copies).
- PredicatedCollection.Builder<E> - Class in org.apache.commons.collections4.collection
-
Builder for creating predicated collections.
- PredicateDecorator<T> - Interface in org.apache.commons.collections4.functors
-
Defines a predicate that decorates one or more other predicates.
- predicatedList(List<E>, Predicate<E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns a predicated (validating) list backed by the given list.
- predicatedList(List<T>, Predicate<? super T>) - Static method in class org.apache.commons.collections4.list.PredicatedList
-
Factory method to create a predicated (validating) list.
- PredicatedList<E> - Class in org.apache.commons.collections4.list
-
Decorates another
Listto validate that all additions match a specified predicate. - PredicatedList(List<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections4.list.PredicatedList
-
Constructor that wraps (not copies).
- PredicatedList.PredicatedListIterator - Class in org.apache.commons.collections4.list
-
Inner class Iterator for the PredicatedList
- PredicatedListIterator(ListIterator<E>) - Constructor for class org.apache.commons.collections4.list.PredicatedList.PredicatedListIterator
-
Create a new predicated list iterator.
- predicatedMap(Map<K, V>, Predicate<? super K>, Predicate<? super V>) - Static method in class org.apache.commons.collections4.map.PredicatedMap
-
Factory method to create a predicated (validating) map.
- predicatedMap(Map<K, V>, Predicate<? super K>, Predicate<? super V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Returns a predicated (validating) map backed by the given map.
- PredicatedMap<K,
V> - Class in org.apache.commons.collections4.map -
Decorates another
Mapto validate that additions match a specified predicate. - PredicatedMap(Map<K, V>, Predicate<? super K>, Predicate<? super V>) - Constructor for class org.apache.commons.collections4.map.PredicatedMap
-
Constructor that wraps (not copies).
- predicatedMultiSet(MultiSet<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.multiset.PredicatedMultiSet
-
Factory method to create a predicated (validating) multiset.
- predicatedMultiSet(MultiSet<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.MultiSetUtils
-
Returns a predicated (validating) multiset backed by the given multiset.
- PredicatedMultiSet<E> - Class in org.apache.commons.collections4.multiset
-
Decorates another
MultiSetto validate that additions match a specified predicate. - PredicatedMultiSet(MultiSet<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections4.multiset.PredicatedMultiSet
-
Constructor that wraps (not copies).
- predicatedNavigableSet(NavigableSet<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.set.PredicatedNavigableSet
-
Factory method to create a predicated (validating) navigable set.
- predicatedNavigableSet(NavigableSet<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns a predicated (validating) navigable set backed by the given navigable set.
- PredicatedNavigableSet<E> - Class in org.apache.commons.collections4.set
-
Decorates another
NavigableSetto validate that all additions match a specified predicate. - PredicatedNavigableSet(NavigableSet<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections4.set.PredicatedNavigableSet
-
Constructor that wraps (not copies).
- predicatedQueue(Queue<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.queue.PredicatedQueue
-
Factory method to create a predicated (validating) queue.
- predicatedQueue(Queue<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.QueueUtils
-
Returns a predicated (validating) queue backed by the given queue.
- PredicatedQueue<E> - Class in org.apache.commons.collections4.queue
-
Decorates another
Queueto validate that additions match a specified predicate. - PredicatedQueue(Queue<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections4.queue.PredicatedQueue
-
Constructor that wraps (not copies).
- predicatedSet(Set<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.set.PredicatedSet
-
Factory method to create a predicated (validating) set.
- predicatedSet(Set<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns a predicated (validating) set backed by the given set.
- PredicatedSet<E> - Class in org.apache.commons.collections4.set
-
Decorates another
Setto validate that all additions match a specified predicate. - PredicatedSet(Set<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections4.set.PredicatedSet
-
Constructor that wraps (not copies).
- predicatedSortedBag(SortedBag<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.bag.PredicatedSortedBag
-
Factory method to create a predicated (validating) bag.
- predicatedSortedBag(SortedBag<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.BagUtils
-
Returns a predicated (validating) sorted bag backed by the given sorted bag.
- PredicatedSortedBag<E> - Class in org.apache.commons.collections4.bag
-
Decorates another
SortedBagto validate that additions match a specified predicate. - PredicatedSortedBag(SortedBag<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections4.bag.PredicatedSortedBag
-
Constructor that wraps (not copies).
- predicatedSortedMap(SortedMap<K, V>, Predicate<? super K>, Predicate<? super V>) - Static method in class org.apache.commons.collections4.map.PredicatedSortedMap
-
Factory method to create a predicated (validating) sorted map.
- predicatedSortedMap(SortedMap<K, V>, Predicate<? super K>, Predicate<? super V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Returns a predicated (validating) sorted map backed by the given map.
- PredicatedSortedMap<K,
V> - Class in org.apache.commons.collections4.map -
Decorates another
SortedMapto validate that additions match a specified predicate. - PredicatedSortedMap(SortedMap<K, V>, Predicate<? super K>, Predicate<? super V>) - Constructor for class org.apache.commons.collections4.map.PredicatedSortedMap
-
Constructor that wraps (not copies).
- predicatedSortedSet(SortedSet<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.set.PredicatedSortedSet
-
Factory method to create a predicated (validating) sorted set.
- predicatedSortedSet(SortedSet<E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns a predicated (validating) sorted set backed by the given sorted set.
- PredicatedSortedSet<E> - Class in org.apache.commons.collections4.set
-
Decorates another
SortedSetto validate that all additions match a specified predicate. - PredicatedSortedSet(SortedSet<E>, Predicate<? super E>) - Constructor for class org.apache.commons.collections4.set.PredicatedSortedSet
-
Constructor that wraps (not copies).
- predicateTransformer(Predicate<? super T>) - Static method in class org.apache.commons.collections4.functors.PredicateTransformer
-
Factory method that performs validation.
- PredicateTransformer<T> - Class in org.apache.commons.collections4.functors
-
Transformer implementation that calls a Predicate using the input object and then returns the result.
- PredicateTransformer(Predicate<? super T>) - Constructor for class org.apache.commons.collections4.functors.PredicateTransformer
-
Constructor that performs no validation.
- PredicateUtils - Class in org.apache.commons.collections4
-
PredicateUtilsprovides reference implementations and utilities for the Predicate functor interface. - PredicateUtils() - Constructor for class org.apache.commons.collections4.PredicateUtils
-
Don't allow instances.
- prefix - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet.EntryIterator
- prefix - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- prefixMap(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- prefixMap(K) - Method in interface org.apache.commons.collections4.Trie
-
Returns a view of this
Trieof all elements that are prefixed by the given key. - prefixMap(K) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- PrefixRangeEntrySet(AbstractPatriciaTrie.PrefixRangeMap) - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet
-
Creates a
AbstractPatriciaTrie<K,.V>.PrefixRangeEntrySet - PrefixRangeMap(K, int, int) - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
-
Creates a
AbstractPatriciaTrie<K,.V>.PrefixRangeMap - prefixStart - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet
- previous - Variable in class org.apache.commons.collections4.list.AbstractLinkedList.Node
-
Deprecated.A pointer to the node before this node
- previous - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21.Node
-
A pointer to the node before this node
- previous - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieMapIterator
- previous() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- previous() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.InverseViewMapEntryIterator
- previous() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.InverseViewMapIterator
- previous() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.ViewMapEntryIterator
- previous() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.ViewMapIterator
- previous() - Method in class org.apache.commons.collections4.iterators.AbstractEmptyIterator
-
Always throws IllegalStateException, this iterator contains no elements.
- previous() - Method in class org.apache.commons.collections4.iterators.AbstractListIteratorDecorator
- previous() - Method in class org.apache.commons.collections4.iterators.AbstractOrderedMapIteratorDecorator
-
Gets the previous key from the
Map. - previous() - Method in class org.apache.commons.collections4.iterators.ArrayListIterator
-
Gets the previous element from the array.
- previous() - Method in class org.apache.commons.collections4.iterators.FilterListIterator
- previous() - Method in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
Returns the previous element.
- previous() - Method in class org.apache.commons.collections4.iterators.LoopingListIterator
-
Returns the previous object in the list.
- previous() - Method in class org.apache.commons.collections4.iterators.ObjectArrayListIterator
-
Gets the previous element from the array.
- previous() - Method in class org.apache.commons.collections4.iterators.ReverseListIterator
-
Gets the previous element.
- previous() - Method in class org.apache.commons.collections4.iterators.SingletonListIterator
-
Gets the previous object from the iterator.
- previous() - Method in class org.apache.commons.collections4.iterators.UnmodifiableListIterator
- previous() - Method in class org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIterator
- previous() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.
- previous() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
- previous() - Method in class org.apache.commons.collections4.list.SetUniqueList.SetListListIterator
- previous() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Gets the node in the list before this one.
- previous() - Method in class org.apache.commons.collections4.list.TreeList.TreeListIterator
- previous() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.EntrySetIterator
- previous() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.KeySetIterator
- previous() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkMapIterator
- previous() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.ValuesIterator
- previous() - Method in class org.apache.commons.collections4.map.AbstractSortedMapDecorator.SortedMapIterator
-
Gets the previous key from the
Map. - previous() - Method in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapIterator
- previous() - Method in class org.apache.commons.collections4.map.SingletonMap.SingletonMapIterator
- previous() - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.ValuesListIterator
- previous() - Method in interface org.apache.commons.collections4.OrderedIterator
-
Gets the previous element from the container.
- previous() - Method in interface org.apache.commons.collections4.OrderedMapIterator
-
Gets the previous key from the
Map. - previous() - Method in class org.apache.commons.collections4.set.ListOrderedSet.OrderedSetIterator
- previous() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieMapIterator
- previousEntry() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
Gets the previous entry.
- previousEntry() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieMapIterator
- previousEntry(AbstractPatriciaTrie.TrieEntry<K, V>) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Returns the node lexicographically before the given node (or null if none).
- previousIndex() - Method in class org.apache.commons.collections4.iterators.AbstractEmptyIterator
-
Always returns -1, this iterator contains no elements.
- previousIndex() - Method in class org.apache.commons.collections4.iterators.AbstractListIteratorDecorator
- previousIndex() - Method in class org.apache.commons.collections4.iterators.ArrayListIterator
-
Gets the index of the item to be retrieved if
ArrayListIterator.previous()is called. - previousIndex() - Method in class org.apache.commons.collections4.iterators.FilterListIterator
- previousIndex() - Method in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
Returns the index of the previous element.
- previousIndex() - Method in class org.apache.commons.collections4.iterators.LoopingListIterator
-
Returns the index of the element that would be returned by a subsequent call to
LoopingListIterator.previous(). - previousIndex() - Method in class org.apache.commons.collections4.iterators.ObjectArrayListIterator
-
Gets the index of the item to be retrieved if
ObjectArrayListIterator.previous()is called. - previousIndex() - Method in class org.apache.commons.collections4.iterators.ReverseListIterator
-
Gets the index of the previous element.
- previousIndex() - Method in class org.apache.commons.collections4.iterators.SingletonListIterator
-
Returns the index of the element that would be returned by a subsequent call to
previous. - previousIndex() - Method in class org.apache.commons.collections4.iterators.UnmodifiableListIterator
- previousIndex() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.
- previousIndex() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
- previousIndex() - Method in class org.apache.commons.collections4.list.TreeList.TreeListIterator
- previousIndex() - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.ValuesListIterator
- previousKey(Object) - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Gets the previous key in sequence.
- previousKey(Object) - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Gets the previous key to the one specified using insert order.
- previousKey(K) - Method in class org.apache.commons.collections4.bidimap.AbstractOrderedBidiMapDecorator
- previousKey(K) - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
- previousKey(K) - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.ViewMap
- previousKey(K) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Gets the previous key before the one specified.
- previousKey(K) - Method in class org.apache.commons.collections4.map.AbstractOrderedMapDecorator
- previousKey(K) - Method in class org.apache.commons.collections4.map.AbstractSortedMapDecorator
- previousKey(K) - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the previous key before the key specified, always null.
- previousKey(K) - Method in interface org.apache.commons.collections4.OrderedMap
-
Gets the previous key before the one specified.
- previousKey(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- previousKey(K) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- previousKey(V) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- previousNode - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.AbstractViewIterator
-
The previous node in the sequence returned by the iterator.
- previousObject - Variable in class org.apache.commons.collections4.iterators.FilterListIterator
-
The value of the previous (matching) object, when
FilterListIterator.previousObjectSetis true. - previousObjectSet - Variable in class org.apache.commons.collections4.iterators.FilterListIterator
-
Whether or not the
FilterListIterator.previousObjecthas been set (possibly tonull). - previousTuple - Variable in class org.apache.commons.collections4.iterators.CartesianProductIterator
-
The previous generated tuple of elements.
- printIndent(PrintStream, int) - Static method in class org.apache.commons.collections4.MapUtils
-
Writes indentation to the given stream.
- processBitMapPairs(BitMapExtractor, LongBiPredicate) - Method in interface org.apache.commons.collections4.bloomfilter.BitMapExtractor
-
Applies the
functo each bit map pair in order. - processBitMapPairs(BitMapExtractor, LongBiPredicate) - Method in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
- processBitMapPairs(BitMapExtractor, LongBiPredicate) - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- processBitMaps(LongPredicate) - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
- processBitMaps(LongPredicate) - Method in interface org.apache.commons.collections4.bloomfilter.BitMapExtractor
-
Each bit map is passed to the predicate in order.
- processBitMaps(LongPredicate) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- processBitMaps(LongPredicate) - Method in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
- processBitMaps(LongPredicate) - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
- processBitMaps(LongPredicate) - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- processBloomFilterPair(BloomFilterExtractor, BiPredicate<BloomFilter, BloomFilter>) - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilterExtractor
-
Applies the
functo each Bloom filter pair in order. - processBloomFilters(Predicate<BloomFilter>) - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilterExtractor
-
Executes a Bloom filter Predicate on each Bloom filter in the collection.
- processBloomFilters(Predicate<BloomFilter>) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Processes the Bloom filters in depth order with the most recent filters first.
- processBloomFilters(Predicate<BloomFilter>) - Method in class org.apache.commons.collections4.bloomfilter.LayerManager
-
Executes a Bloom filter Predicate on each Bloom filter in the manager in depth order.
- processCells(CellExtractor.CellPredicate) - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
- processCells(CellExtractor.CellPredicate) - Method in interface org.apache.commons.collections4.bloomfilter.CellExtractor
-
Performs the given action for each
cellwhere the cell count is non-zero. - processIndices(IntPredicate) - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
- processIndices(IntPredicate) - Method in interface org.apache.commons.collections4.bloomfilter.CellExtractor
-
The default implementation returns distinct and ordered indices for all cells with a non-zero count.
- processIndices(IntPredicate) - Method in interface org.apache.commons.collections4.bloomfilter.IndexExtractor
-
Each index is passed to the predicate.
- processIndices(IntPredicate) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- processIndices(IntPredicate) - Method in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
- processIndices(IntPredicate) - Method in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
- processIndices(IntPredicate) - Method in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- processRemaining() - Method in class org.apache.commons.collections4.bloomfilter.CountingLongPredicate
-
Call the long-long consuming bi-predicate for each remaining unpaired long in the input array.
- processRemaining() - Method in class org.apache.commons.collections4.bloomfilter.CountingPredicate
-
Call
BiPredicate<T, T>for each remaining unpaired<T>in the input array. - PROPERTIES - Enum constant in enum org.apache.commons.collections4.properties.AbstractPropertiesFactory.PropertyFormat
-
Properties file format.
- PropertiesFactory - Class in org.apache.commons.collections4.properties
-
Creates and loads
Properties. - PropertiesFactory() - Constructor for class org.apache.commons.collections4.properties.PropertiesFactory
-
Constructs an instance.
- PropertiesFactory.EmptyProperties - Class in org.apache.commons.collections4.properties
- PropertyFormat() - Constructor for enum org.apache.commons.collections4.properties.AbstractPropertiesFactory.PropertyFormat
- propertyNames() - Method in class org.apache.commons.collections4.properties.OrderedProperties
- propertyNames() - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- PrototypeCloneFactory(T, Method) - Constructor for class org.apache.commons.collections4.functors.PrototypeFactory.PrototypeCloneFactory
-
Constructor to store prototype.
- prototypeFactory(T) - Static method in class org.apache.commons.collections4.FactoryUtils
-
Creates a Factory that will return a clone of the same prototype object each time the factory is used.
- prototypeFactory(T) - Static method in class org.apache.commons.collections4.functors.PrototypeFactory
-
Factory method that performs validation.
- PrototypeFactory - Class in org.apache.commons.collections4.functors
-
Factory implementation that creates a new instance each time based on a prototype.
- PrototypeFactory() - Constructor for class org.apache.commons.collections4.functors.PrototypeFactory
-
Restricted constructor.
- PrototypeFactory.PrototypeCloneFactory<T> - Class in org.apache.commons.collections4.functors
-
PrototypeCloneFactory creates objects by copying a prototype using the clone method.
- PrototypeFactory.PrototypeSerializationFactory<T> - Class in org.apache.commons.collections4.functors
-
PrototypeSerializationFactory creates objects by cloning a prototype using serialization.
- PrototypeSerializationFactory(T) - Constructor for class org.apache.commons.collections4.functors.PrototypeFactory.PrototypeSerializationFactory
-
Constructor to store prototype
- purge() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Purges stale mappings from this map.
- purge(Reference<?>) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Purges the specified reference.
- purge(Reference<?>) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry
-
Purges the specified reference
- purgeBeforeRead() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Purges stale mappings from this map before read operations.
- purgeBeforeWrite() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Purges stale mappings from this map before write operations.
- purgeStaleEntries() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Removes any stale entries whose keys have been finalized.
- purgeValues - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Should the value be automatically purged when the associated key has been collected?
- push(E) - Method in class org.apache.commons.collections4.ArrayStack
-
Deprecated.Pushes a new item onto the top of this stack.
- pushback(E) - Method in class org.apache.commons.collections4.iterators.PushbackIterator
-
Push back the given element to the iterator.
- pushbackIterator(Iterator<? extends E>) - Static method in class org.apache.commons.collections4.iterators.PushbackIterator
-
Decorates the specified iterator to support one-element lookahead.
- pushbackIterator(Iterator<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that supports pushback of elements.
- PushbackIterator<E> - Class in org.apache.commons.collections4.iterators
-
Decorates an iterator to support pushback of elements.
- PushbackIterator(Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.PushbackIterator
-
Constructs a new instance.
- put - Variable in class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- put(int, K, V) - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Puts a key-value mapping into the map at the specified index.
- put(Object, Object) - Method in class org.apache.commons.collections4.properties.OrderedProperties
- put(Object, Object) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- put(J, U) - Method in class org.apache.commons.collections4.splitmap.TransformedSplitMap
- put(K, int, V, Function<? super K, ? extends V>, boolean) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
-
This method must be called with exactly one of
valueandfunctionnon-null. - put(K, Object) - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Adds the value to the collection associated with the specified key.
- put(K, Object) - Method in interface org.apache.commons.collections4.MultiMap
-
Deprecated.Adds the value to the collection associated with the specified key.
- put(K, K, K, K, K, V) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Associates the specified value with the specified keys in this map.
- put(K, K, K, K, V) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Associates the specified value with the specified keys in this map.
- put(K, K, K, V) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Associates the specified value with the specified keys in this map.
- put(K, K, V) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Associates the specified value with the specified keys in this map.
- put(K, V) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
- put(K, V) - Method in interface org.apache.commons.collections4.BidiMap
-
Puts the key-value pair into the map, replacing any previous pair.
- put(K, V) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Puts the key-value pair into the map, replacing any previous pair.
- put(K, V) - Method in class org.apache.commons.collections4.bidimap.UnmodifiableBidiMap
- put(K, V) - Method in class org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMap
- put(K, V) - Method in class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
- put(K, V) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Puts a key-value mapping into this map.
- put(K, V) - Method in class org.apache.commons.collections4.map.AbstractMapDecorator
- put(K, V) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Puts a key-value mapping into this map.
- put(K, V) - Method in class org.apache.commons.collections4.map.CompositeMap
-
Associates the specified value with the specified key in this map (optional operation).
- put(K, V) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Maps the specified key to the specified value in this table.
- put(K, V) - Method in class org.apache.commons.collections4.map.FixedSizeMap
- put(K, V) - Method in class org.apache.commons.collections4.map.FixedSizeSortedMap
- put(K, V) - Method in class org.apache.commons.collections4.map.Flat3Map
-
Puts a key-value mapping into this map.
- put(K, V) - Method in class org.apache.commons.collections4.map.ListOrderedMap
- put(K, V) - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
Associates the specified value with the specified key in this map.
- put(K, V) - Method in class org.apache.commons.collections4.map.PredicatedMap
- put(K, V) - Method in class org.apache.commons.collections4.map.SingletonMap
-
Puts a key-value mapping into this map where the key must match the existing key.
- put(K, V) - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Puts a new key value mapping into the map.
- put(K, V) - Method in class org.apache.commons.collections4.map.TransformedMap
- put(K, V) - Method in class org.apache.commons.collections4.map.UnmodifiableMap
- put(K, V) - Method in class org.apache.commons.collections4.map.UnmodifiableOrderedMap
- put(K, V) - Method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
- put(K, V) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Adds the value to the collection associated with the specified key.
- put(K, V) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
- put(K, V) - Method in class org.apache.commons.collections4.multimap.TransformedMultiValuedMap
- put(K, V) - Method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
- put(K, V) - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Adds a key-value mapping to this multivalued map.
- put(K, V) - Method in interface org.apache.commons.collections4.Put
-
Associates the specified value with the specified key in this map.
- put(K, V) - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedGet
- put(K, V) - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- put(K, V) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
- put(K, V) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- put(K, V) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- put(MultiKey<? extends K>, V) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Puts the key and value into the map, where the key must be a non-null MultiKey object.
- put(CompositeMap<K, V>, Map<K, V>[], K, V) - Method in interface org.apache.commons.collections4.map.CompositeMap.MapMutator
-
Called when the CompositeMap.put() method is invoked.
- put(V, K) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- Put<K,
V> - Interface in org.apache.commons.collections4 -
The "write" subset of the
Mapinterface. - putAll(int, Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Puts the values contained in a supplied Map into the Map starting at the specified index.
- putAll(Map<? extends J, ? extends U>) - Method in class org.apache.commons.collections4.splitmap.TransformedSplitMap
- putAll(Map<? extends Object, ? extends Object>) - Method in class org.apache.commons.collections4.properties.OrderedProperties
- putAll(Map<? extends Object, ? extends Object>) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- putAll(Map<? extends K, ?>) - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Override superclass to ensure that MultiMap instances are correctly handled.
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Puts all the mappings from the specified map into this map.
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.bidimap.UnmodifiableBidiMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Puts all the values from the specified map into this map.
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.AbstractMapDecorator
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.CompositeMap
-
Copies all of the mappings from the specified map to this map (optional operation).
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Copies all of the mappings from the specified map to this one.
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.FixedSizeMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.FixedSizeSortedMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.Flat3Map
-
Puts all the values from the specified map into this map.
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.ListOrderedMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.PredicatedMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.SingletonMap
-
Puts the values from the specified map into this map.
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Puts all the entries from the specified map into this map.
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.TransformedMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.UnmodifiableMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.UnmodifiableOrderedMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Copies all of the mappings from the specified map to this map.
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.multimap.TransformedMultiValuedMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
- putAll(Map<? extends K, ? extends V>) - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Copies all mappings from the specified map to this multivalued map (optional operation).
- putAll(Map<? extends K, ? extends V>) - Method in interface org.apache.commons.collections4.Put
-
Copies all of the mappings from the specified map to this map.
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedGet
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- putAll(Map<? extends MultiKey<? extends K>, ? extends V>) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Copies all of the keys and values from the specified map to this map.
- putAll(Map<? extends V, ? extends K>) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- putAll(Map<K, V>, Object[]) - Static method in class org.apache.commons.collections4.MapUtils
-
Puts all the keys and values from the specified array into the map.
- putAll(K, Iterable<? extends V>) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Adds Iterable values to the collection associated with the specified key.
- putAll(K, Iterable<? extends V>) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
- putAll(K, Iterable<? extends V>) - Method in class org.apache.commons.collections4.multimap.TransformedMultiValuedMap
- putAll(K, Iterable<? extends V>) - Method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
- putAll(K, Iterable<? extends V>) - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Adds a mapping to the specified key for all values contained in the given Iterable.
- putAll(K, Collection<V>) - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Adds a collection of values to the collection associated with the specified key.
- putAll(CompositeMap<K, V>, Map<K, V>[], Map<? extends K, ? extends V>) - Method in interface org.apache.commons.collections4.map.CompositeMap.MapMutator
-
Called when the CompositeMap.putAll() method is invoked.
- putAll(MultiValuedMap<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Copies all of the mappings from the specified MultiValuedMap to this map.
- putAll(MultiValuedMap<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
- putAll(MultiValuedMap<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.multimap.TransformedMultiValuedMap
- putAll(MultiValuedMap<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
- putAll(MultiValuedMap<? extends K, ? extends V>) - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Copies all mappings from the specified map to this multivalued map (optional operation).
- putIfAbsent(Object, Object) - Method in class org.apache.commons.collections4.properties.OrderedProperties
- putIfAbsent(Object, Object) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- putIfAbsent(K, V) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
- putInternal(K, int, V, Function<? super K, ? extends V>, boolean) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
Q
- queue - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap
-
ReferenceQueue used to eliminate stale mappings.
- QueueUtils - Class in org.apache.commons.collections4
-
Provides utility methods and decorators for
Queueinstances. - QueueUtils() - Constructor for class org.apache.commons.collections4.QueueUtils
-
Don't allow instances.
R
- rangeCheck(int, int) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.Throws an
IndexOutOfBoundsExceptionif the given indices are out of bounds. - rangeCheck(int, int) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
-
Throws an
IndexOutOfBoundsExceptionif the given indices are out of bounds. - RangeEntryMap(K, boolean, K, boolean) - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntryMap
-
Creates a
AbstractPatriciaTrie<K,.V>.RangeEntryMap - RangeEntryMap(K, K) - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntryMap
-
Creates a
AbstractPatriciaTrie<K,with the fromKey included and the toKey excluded from the range.V>.RangeEntryMap - RangeEntrySet(AbstractPatriciaTrie.AbstractRangeMap) - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntrySet
-
Creates a
AbstractPatriciaTrie<K,.V>.RangeEntrySet - readable - Variable in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapIterator
- readableMap(Get<K, V>) - Static method in class org.apache.commons.collections4.SplitMapUtils
-
Gets the specified
Getas an instance ofIterableMap. - readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.bag.CollectionBag
-
Reads the collection in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.bag.CollectionSortedBag
-
Deserializes the collection in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.bag.HashBag
-
Deserializes the bag in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.bag.TreeBag
-
Deserializes the bag in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.bag.UnmodifiableBag
-
Deserializes the collection in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
-
Deserializes the collection in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.bidimap.DualHashBidiMap
-
Deserializes an instance from an ObjectInputStream.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.bidimap.DualLinkedHashBidiMap
-
Deserializes an instance from an ObjectInputStream.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
Deserializes an instance from an ObjectInputStream.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Deserializes the content of the stream.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.list.AbstractSerializableListDecorator
-
Deserializes the list in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Deserializes the data held in this object to the stream specified.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.Deserializes the data held in this object to the stream specified.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.CaseInsensitiveMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.DefaultedMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.FixedSizeMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.FixedSizeSortedMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.Flat3Map
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.HashedMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.LazyMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.LinkedMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.LRUMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.MultiValueMap.ReflectionFactory
-
Deprecated.Deserializes an instance from an ObjectInputStream.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.PredicatedMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.ReferenceIdentityMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.ReferenceMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.TransformedMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.UnmodifiableMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.UnmodifiableOrderedMap
-
Deseializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.multimap.ArrayListValuedHashMap
-
Deserializes an instance from an ObjectInputStream.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.multimap.ArrayListValuedLinkedHashMap
-
Deserializes an instance from an ObjectInputStream.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.multimap.HashSetValuedHashMap
-
Deserializes an instance from an ObjectInputStream.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.multimap.LinkedHashSetValuedLinkedHashMap
-
Deserializes an instance from an ObjectInputStream.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.multiset.HashMultiSet
-
Deserializes the multiset in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
-
Deserializes the collection in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Deserializes the queue in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.queue.UnmodifiableQueue
-
Deserializes the collection in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.set.AbstractSerializableSetDecorator
-
Deserializes the set in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
-
Deserializes the collection in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.set.UnmodifiableSortedSet
-
Deserializes the collection in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.splitmap.TransformedSplitMap
-
Deserializes the map in using a custom routine.
- readObject(ObjectInputStream) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Deserializes an instance from an ObjectInputStream.
- readResolve() - Method in class org.apache.commons.collections4.functors.DefaultEquator
-
Returns the singleton instance.
- readResolve() - Method in class org.apache.commons.collections4.functors.ExceptionClosure
-
Returns the singleton instance.
- readResolve() - Method in class org.apache.commons.collections4.functors.ExceptionFactory
-
Returns the singleton instance.
- readResolve() - Method in class org.apache.commons.collections4.functors.ExceptionPredicate
-
Returns the singleton instance.
- readResolve() - Method in class org.apache.commons.collections4.functors.ExceptionTransformer
-
Returns the singleton instance.
- readResolve() - Method in class org.apache.commons.collections4.functors.FalsePredicate
-
Returns the singleton instance.
- readResolve() - Method in class org.apache.commons.collections4.functors.NOPClosure
-
Returns the singleton instance.
- readResolve() - Method in class org.apache.commons.collections4.functors.NOPTransformer
-
Returns the singleton instance.
- readResolve() - Method in class org.apache.commons.collections4.functors.NotNullPredicate
-
Returns the singleton instance.
- readResolve() - Method in class org.apache.commons.collections4.functors.NullPredicate
-
Returns the singleton instance.
- readResolve() - Method in class org.apache.commons.collections4.functors.StringValueTransformer
-
Returns the singleton instance.
- readResolve() - Method in class org.apache.commons.collections4.functors.TruePredicate
-
Returns the singleton instance.
- readResolve() - Method in class org.apache.commons.collections4.keyvalue.MultiKey
-
Recalculate the hash code after deserialization.
- readValueUnderLock(ConcurrentReferenceHashMap.HashEntry<K, V>) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
-
Reads value field of an entry under lock.
- recalcHeight() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Sets the height by calculation.
- Reference() - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.Reference
- ReferenceBaseIterator(AbstractReferenceMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
- ReferenceEntry(AbstractReferenceMap<K, V>, AbstractHashedMap.HashEntry<K, V>, int, K, V) - Constructor for class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry
-
Creates a new entry object for the ReferenceMap.
- ReferenceEntrySet(AbstractHashedMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntrySet
- ReferenceEntrySetIterator(AbstractReferenceMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntrySetIterator
- ReferenceIdentityMap<K,
V> - Class in org.apache.commons.collections4.map -
A
Mapimplementation that allows mappings to be removed by the garbage collector and matches keys and values based on==notequals(). - ReferenceIdentityMap() - Constructor for class org.apache.commons.collections4.map.ReferenceIdentityMap
-
Constructs a new
ReferenceIdentityMapthat will use hard references to keys and soft references to values. - ReferenceIdentityMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength) - Constructor for class org.apache.commons.collections4.map.ReferenceIdentityMap
-
Constructs a new
ReferenceIdentityMapthat will use the specified types of references. - ReferenceIdentityMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, boolean) - Constructor for class org.apache.commons.collections4.map.ReferenceIdentityMap
-
Constructs a new
ReferenceIdentityMapthat will use the specified types of references. - ReferenceIdentityMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, int, float) - Constructor for class org.apache.commons.collections4.map.ReferenceIdentityMap
-
Constructs a new
ReferenceIdentityMapwith the specified reference types, load factor and initial capacity. - ReferenceIdentityMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, int, float, boolean) - Constructor for class org.apache.commons.collections4.map.ReferenceIdentityMap
-
Constructs a new
ReferenceIdentityMapwith the specified reference types, load factor and initial capacity. - ReferenceKeySet(AbstractHashedMap<K, ?>) - Constructor for class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceKeySet
- ReferenceKeySetIterator(AbstractReferenceMap<K, ?>) - Constructor for class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceKeySetIterator
- ReferenceMap<K,
V> - Class in org.apache.commons.collections4.map -
A
Mapimplementation that allows mappings to be removed by the garbage collector. - ReferenceMap() - Constructor for class org.apache.commons.collections4.map.ReferenceMap
-
Constructs a new
ReferenceMapthat will use hard references to keys and soft references to values. - ReferenceMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength) - Constructor for class org.apache.commons.collections4.map.ReferenceMap
-
Constructs a new
ReferenceMapthat will use the specified types of references. - ReferenceMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, boolean) - Constructor for class org.apache.commons.collections4.map.ReferenceMap
-
Constructs a new
ReferenceMapthat will use the specified types of references. - ReferenceMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, int, float) - Constructor for class org.apache.commons.collections4.map.ReferenceMap
-
Constructs a new
ReferenceMapwith the specified reference types, load factor and initial capacity. - ReferenceMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, int, float, boolean) - Constructor for class org.apache.commons.collections4.map.ReferenceMap
-
Constructs a new
ReferenceMapwith the specified reference types, load factor and initial capacity. - ReferenceMapIterator(AbstractReferenceMap<K, V>) - Constructor for class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceMapIterator
- References - Search tag in package org.apache.commons.collections4.bloomfilter
- Section
- ReferenceStrength(int) - Constructor for enum org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceStrength
- ReferenceType() - Constructor for enum org.apache.commons.collections4.map.ConcurrentReferenceHashMap.ReferenceType
- ReferenceValues(AbstractHashedMap<?, V>) - Constructor for class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceValues
- ReferenceValuesIterator(AbstractReferenceMap<?, V>) - Constructor for class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceValuesIterator
- ReflectionFactory(Class<T>) - Constructor for class org.apache.commons.collections4.map.MultiValueMap.ReflectionFactory
-
Deprecated.
- refQueue - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
-
The collected weak-key reference queue for this segment.
- registerCursor(CursorableLinkedList.Cursor<E>) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Registers a cursor to be notified of changes to this list.
- rehash() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- rehash() - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- reindex() - Method in class org.apache.commons.collections4.collection.IndexedCollection
-
Clears the index and re-indexes the entire decorated
Collection. - rejected - Variable in class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
The buffer containing rejected elements.
- rejectedElements() - Method in class org.apache.commons.collections4.collection.PredicatedCollection.Builder
-
Returns an unmodifiable collection containing all rejected elements.
- relativePosition - Variable in class org.apache.commons.collections4.list.TreeList.AVLNode
-
The relative position, root holds absolute position.
- remove() - Method in class org.apache.commons.collections4.bag.AbstractMapBag.BagIterator
- remove() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.BidiMapIterator
- remove() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySetIterator
- remove() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySetIterator
- remove() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.ValuesIterator
- remove() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- remove() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.AbstractViewIterator
- remove() - Method in class org.apache.commons.collections4.iterators.AbstractEmptyIterator
-
Always throws IllegalStateException, this iterator contains no elements.
- remove() - Method in class org.apache.commons.collections4.iterators.AbstractListIteratorDecorator
- remove() - Method in class org.apache.commons.collections4.iterators.AbstractMapIteratorDecorator
-
Removes the last returned key from the underlying
Map(optional operation). - remove() - Method in class org.apache.commons.collections4.iterators.AbstractOrderedMapIteratorDecorator
-
Removes the last returned key from the underlying
Map(optional operation). - remove() - Method in class org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator
- remove() - Method in class org.apache.commons.collections4.iterators.ArrayIterator
-
Throws
UnsupportedOperationException. - remove() - Method in class org.apache.commons.collections4.iterators.BoundedIterator
- remove() - Method in class org.apache.commons.collections4.iterators.CartesianProductIterator
- remove() - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Removes the last returned element from the child iterator that produced it.
- remove() - Method in class org.apache.commons.collections4.iterators.EntrySetMapIterator
-
Removes the last returned key from the underlying
Map. - remove() - Method in class org.apache.commons.collections4.iterators.EnumerationIterator
-
Removes the last retrieved element if a collection is attached.
- remove() - Method in class org.apache.commons.collections4.iterators.ExtendedIterator
- remove() - Method in class org.apache.commons.collections4.iterators.FilterIterator
-
Removes from the underlying collection of the base iterator the last element returned by this iterator.
- remove() - Method in class org.apache.commons.collections4.iterators.FilterListIterator
-
Not supported.
- remove() - Method in class org.apache.commons.collections4.iterators.IteratorChain
-
Removes from the underlying collection the last element returned by the Iterator.
- remove() - Method in class org.apache.commons.collections4.iterators.LazyIteratorChain
-
Removes from the underlying collection the last element returned by the Iterator.
- remove() - Method in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
Removes the last element that was returned by
ListIteratorWrapper.next()orListIteratorWrapper.previous()from the underlying collection. - remove() - Method in class org.apache.commons.collections4.iterators.LoopingIterator
-
Removes the previously retrieved item from the underlying collection.
- remove() - Method in class org.apache.commons.collections4.iterators.LoopingListIterator
-
Removes the previously retrieved item from the underlying list.
- remove() - Method in class org.apache.commons.collections4.iterators.NodeListIterator
-
Throws
UnsupportedOperationException. - remove() - Method in class org.apache.commons.collections4.iterators.ObjectArrayIterator
-
Throws
UnsupportedOperationException. - remove() - Method in class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
Removes from the underlying collection the last element returned.
- remove() - Method in class org.apache.commons.collections4.iterators.PeekingIterator
- remove() - Method in class org.apache.commons.collections4.iterators.PermutationIterator
- remove() - Method in class org.apache.commons.collections4.iterators.PushbackIterator
-
This iterator will always throw an
UnsupportedOperationException. - remove() - Method in class org.apache.commons.collections4.iterators.ReverseListIterator
-
Removes the last returned element.
- remove() - Method in class org.apache.commons.collections4.iterators.SingletonIterator
-
Remove the object from this iterator.
- remove() - Method in class org.apache.commons.collections4.iterators.SingletonListIterator
-
Remove the object from this iterator.
- remove() - Method in class org.apache.commons.collections4.iterators.SkippingIterator
- remove() - Method in class org.apache.commons.collections4.iterators.TransformIterator
- remove() - Method in class org.apache.commons.collections4.iterators.UnmodifiableIterator
- remove() - Method in class org.apache.commons.collections4.iterators.UnmodifiableListIterator
- remove() - Method in class org.apache.commons.collections4.iterators.UnmodifiableMapIterator
- remove() - Method in class org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIterator
- remove() - Method in class org.apache.commons.collections4.iterators.ZippingIterator
-
Removes the last returned element from the child iterator that produced it.
- remove() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.
- remove() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubListIterator
-
Deprecated.
- remove() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
- remove() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubListIterator
- remove() - Method in class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Deprecated.Removes the item last returned by this iterator.
- remove() - Method in class org.apache.commons.collections4.list.CursorableLinkedList.SubCursor
-
Deprecated.
- remove() - Method in class org.apache.commons.collections4.list.FixedSizeList.FixedSizeListIterator
- remove() - Method in class org.apache.commons.collections4.list.SetUniqueList.SetListIterator
- remove() - Method in class org.apache.commons.collections4.list.SetUniqueList.SetListListIterator
- remove() - Method in class org.apache.commons.collections4.list.TreeList.TreeListIterator
- remove() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashIterator
-
Removes the current element.
- remove() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
Removes the current entry.
- remove() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceBaseIterator
- remove() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashIterator
- remove() - Method in class org.apache.commons.collections4.map.EntrySetToMapIteratorAdapter
-
Removes the last returned key from the underlying
Map(optional operation). - remove() - Method in class org.apache.commons.collections4.map.Flat3Map.EntryIterator
- remove() - Method in class org.apache.commons.collections4.map.Flat3Map.FlatMapIterator
- remove() - Method in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedIterator
- remove() - Method in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapIterator
- remove() - Method in class org.apache.commons.collections4.map.MultiValueMap.ValuesIterator
-
Deprecated.
- remove() - Method in class org.apache.commons.collections4.map.SingletonMap.SingletonMapIterator
- remove() - Method in class org.apache.commons.collections4.map.StaticBucketMap.BaseIterator
- remove() - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet.UnmodifiableEntrySetIterator
- remove() - Method in interface org.apache.commons.collections4.MapIterator
-
Removes the last returned key from the underlying
Map(optional operation). - remove() - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.ValuesListIterator
- remove() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.MultiValuedMapIterator
- remove() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.ValuesIterator
- remove() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.EntrySetIterator
- remove() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MapBasedMultiSetIterator
- remove() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.UniqueSetIterator
- remove() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.MultiSetIterator
- remove() - Method in class org.apache.commons.collections4.queue.AbstractQueueDecorator
- remove() - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
- remove() - Method in class org.apache.commons.collections4.queue.PredicatedQueue
- remove() - Method in class org.apache.commons.collections4.queue.SynchronizedQueue
- remove() - Method in class org.apache.commons.collections4.queue.TransformedQueue
- remove() - Method in class org.apache.commons.collections4.queue.UnmodifiableQueue
- remove() - Method in class org.apache.commons.collections4.set.ListOrderedSet.OrderedSetIterator
- remove() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractTrieIterator
- remove() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet.EntryIterator
- remove() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet.SingletonIterator
- remove(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.
- remove(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- remove(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
- remove(int) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- remove(int) - Method in class org.apache.commons.collections4.list.AbstractListDecorator
- remove(int) - Method in class org.apache.commons.collections4.list.FixedSizeList
- remove(int) - Method in class org.apache.commons.collections4.list.PredicatedList
- remove(int) - Method in class org.apache.commons.collections4.list.SetUniqueList
- remove(int) - Method in class org.apache.commons.collections4.list.TransformedList
- remove(int) - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Removes the node at a given position.
- remove(int) - Method in class org.apache.commons.collections4.list.TreeList
-
Removes the element at the specified index.
- remove(int) - Method in class org.apache.commons.collections4.list.UnmodifiableList
- remove(int) - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- remove(int) - Method in class org.apache.commons.collections4.map.LinkedMap
-
Removes the element at the specified index.
- remove(int) - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Removes the element at the specified index.
- remove(int) - Method in class org.apache.commons.collections4.map.ListOrderedMap.ValuesView
- remove(int) - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.WrappedList
- remove(int) - Method in class org.apache.commons.collections4.set.ListOrderedSet
-
Removes the element at the specified position from the ordered set.
- remove(Object) - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Removes all copies of the specified object from the bag.
- remove(Object) - Method in class org.apache.commons.collections4.bag.CollectionBag
-
(Change) Removes the first occurrence of the given object from the bag.
- remove(Object) - Method in class org.apache.commons.collections4.bag.CollectionSortedBag
- remove(Object) - Method in interface org.apache.commons.collections4.Bag
-
(Violation) Removes all occurrences of the given object from the bag.
- remove(Object) - Method in class org.apache.commons.collections4.bag.UnmodifiableBag
- remove(Object) - Method in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
- remove(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySet
- remove(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySet
- remove(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
- remove(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Values
- remove(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.EntryView
- remove(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- remove(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.InverseEntryView
- remove(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.KeyView
- remove(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Removes the mapping for this key from this map if present.
- remove(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.ValueView
- remove(Object) - Method in class org.apache.commons.collections4.bidimap.UnmodifiableBidiMap
- remove(Object) - Method in class org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMap
- remove(Object) - Method in class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
- remove(Object) - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
- remove(Object) - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Removes an object from the collection, throwing UnsupportedOperationException unless a CollectionMutator strategy is specified.
- remove(Object) - Method in class org.apache.commons.collections4.collection.IndexedCollection
- remove(Object) - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
- remove(Object) - Method in class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
- remove(Object) - Method in class org.apache.commons.collections4.collection.UnmodifiableCollection
- remove(Object) - Method in interface org.apache.commons.collections4.Get
-
Remove a key-value mappings.
- remove(Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- remove(Object) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- remove(Object) - Method in class org.apache.commons.collections4.list.FixedSizeList
- remove(Object) - Method in class org.apache.commons.collections4.list.SetUniqueList
- remove(Object) - Method in class org.apache.commons.collections4.list.UnmodifiableList
- remove(Object) - Method in interface org.apache.commons.collections4.ListValuedMap
-
Removes all values associated with the specified key.
- remove(Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap.EntrySet
- remove(Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap.KeySet
- remove(Object) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Removes the specified mapping from this map.
- remove(Object) - Method in class org.apache.commons.collections4.map.AbstractMapDecorator
- remove(Object) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Removes the specified mapping from this map.
- remove(Object) - Method in class org.apache.commons.collections4.map.CompositeMap
-
Removes the mapping for this key from this map if it is present (optional operation).
- remove(Object) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.EntrySet
- remove(Object) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.KeySet
- remove(Object) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Removes the key (and its corresponding value) from this map.
- remove(Object) - Method in class org.apache.commons.collections4.map.FixedSizeMap
- remove(Object) - Method in class org.apache.commons.collections4.map.FixedSizeSortedMap
- remove(Object) - Method in class org.apache.commons.collections4.map.Flat3Map.EntrySet
- remove(Object) - Method in class org.apache.commons.collections4.map.Flat3Map.KeySet
- remove(Object) - Method in class org.apache.commons.collections4.map.Flat3Map
-
Removes the specified mapping from this map.
- remove(Object) - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- remove(Object) - Method in class org.apache.commons.collections4.map.ListOrderedMap.EntrySetView
- remove(Object) - Method in class org.apache.commons.collections4.map.ListOrderedMap
- remove(Object) - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
Normal
Map.remove(Object)behavior with the addition of removing any expiration entry as well. - remove(Object) - Method in class org.apache.commons.collections4.map.SingletonMap
-
Unsupported operation.
- remove(Object) - Method in class org.apache.commons.collections4.map.StaticBucketMap.EntrySet
- remove(Object) - Method in class org.apache.commons.collections4.map.StaticBucketMap.KeySet
- remove(Object) - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Removes the specified key from the map.
- remove(Object) - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet
- remove(Object) - Method in class org.apache.commons.collections4.map.UnmodifiableMap
- remove(Object) - Method in class org.apache.commons.collections4.map.UnmodifiableOrderedMap
- remove(Object) - Method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
- remove(Object) - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap
-
Removes all values associated with the specified key.
- remove(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap.AsMapEntrySet
- remove(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap
- remove(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Removes all values associated with the specified key.
- remove(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- remove(Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
- remove(Object) - Method in class org.apache.commons.collections4.multimap.AbstractSetValuedMap
-
Removes all values associated with the specified key.
- remove(Object) - Method in interface org.apache.commons.collections4.MultiMap
-
Deprecated.Removes all values associated with the specified key.
- remove(Object) - Method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
- remove(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.EntrySet
- remove(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
- remove(Object) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.UniqueSet
- remove(Object) - Method in interface org.apache.commons.collections4.MultiSet
-
Removes one occurrence of the given object from the MultiSet.
- remove(Object) - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
- remove(Object) - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Removes all values associated with the specified key.
- remove(Object) - Method in class org.apache.commons.collections4.properties.OrderedProperties
- remove(Object) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- remove(Object) - Method in class org.apache.commons.collections4.queue.UnmodifiableQueue
- remove(Object) - Method in class org.apache.commons.collections4.set.CompositeSet
-
If a
CollectionMutatoris defined for this CompositeSet then this method will be called anyway. - remove(Object) - Method in class org.apache.commons.collections4.set.ListOrderedSet
- remove(Object) - Method in class org.apache.commons.collections4.set.MapBackedSet
- remove(Object) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
- remove(Object) - Method in class org.apache.commons.collections4.set.UnmodifiableSet
- remove(Object) - Method in class org.apache.commons.collections4.set.UnmodifiableSortedSet
- remove(Object) - Method in interface org.apache.commons.collections4.SetValuedMap
-
Removes all values associated with the specified key.
- remove(Object) - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
- remove(Object) - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedGet
- remove(Object) - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- remove(Object) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
- remove(Object) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.EntrySet
- remove(Object) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.KeySet
- remove(Object) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntrySet
- remove(Object) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Remove a key-value mappings.
- remove(Object) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.Values
- remove(Object) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- remove(Object, int) - Method in class org.apache.commons.collections4.bag.AbstractBagDecorator
- remove(Object, int) - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Removes a specified number of copies of an object from the bag.
- remove(Object, int) - Method in class org.apache.commons.collections4.bag.PredicatedBag
- remove(Object, int) - Method in interface org.apache.commons.collections4.Bag
-
Removes
nCopiescopies of the specified object from the Bag. - remove(Object, int) - Method in class org.apache.commons.collections4.bag.SynchronizedBag
- remove(Object, int) - Method in class org.apache.commons.collections4.bag.TransformedBag
- remove(Object, int) - Method in class org.apache.commons.collections4.bag.UnmodifiableBag
- remove(Object, int) - Method in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
- remove(Object, int) - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
- remove(Object, int) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
- remove(Object, int) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator
- remove(Object, int) - Method in class org.apache.commons.collections4.multiset.PredicatedMultiSet
- remove(Object, int) - Method in interface org.apache.commons.collections4.MultiSet
-
Removes a number of occurrences of the specified object from the MultiSet.
- remove(Object, int) - Method in class org.apache.commons.collections4.multiset.SynchronizedMultiSet
- remove(Object, int) - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
- remove(Object, int, Object, boolean) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
-
Removes match on key only if value is null, else match both.
- remove(Object, Object) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
- remove(Object, Object) - Method in class org.apache.commons.collections4.properties.OrderedProperties
- remove(Object, Object) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- remove(BitMapExtractor) - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Removes the specified BitMapExtractor from this Bloom filter.
- remove(BloomFilter<?>) - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Removes the specified Bloom filter from this Bloom filter.
- remove(Hasher) - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Removes the unique values from the specified hasher from this Bloom filter.
- remove(IndexExtractor) - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Removes the values from the specified IndexExtractor from the Bloom filter from this Bloom filter.
- remove(CompositeCollection<E>, List<Collection<E>>, Object) - Method in interface org.apache.commons.collections4.collection.CompositeCollection.CollectionMutator
-
Called when an object is to be removed to the composite.
- REMOVE_INVALID - Static variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
Exception message.
- removeAll(Iterable<E>, Iterable<? extends E>, Equator<? super E>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Removes all elements in
removefromcollection. - removeAll(Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Removes all mappings where the first key is that specified.
- removeAll(Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Removes all mappings where the first two keys are those specified.
- removeAll(Object, Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Removes all mappings where the first three keys are those specified.
- removeAll(Object, Object, Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Removes all mappings where the first four keys are those specified.
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Removes objects from the bag according to their count in the specified collection.
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.bag.CollectionBag
-
(Change) Remove all elements represented in the given collection, not respecting cardinality.
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.bag.CollectionSortedBag
- removeAll(Collection<?>) - Method in interface org.apache.commons.collections4.Bag
-
(Violation) Remove all elements represented in the given collection, respecting cardinality.
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.bag.UnmodifiableBag
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Removes the elements in the specified collection from this composite collection.
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.IndexedCollection
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.UnmodifiableCollection
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.list.FixedSizeList
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.list.SetUniqueList
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.list.UnmodifiableList
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
- removeAll(Collection<?>) - Method in interface org.apache.commons.collections4.MultiSet
-
Remove all occurrences of all elements from this MultiSet represented in the given collection.
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.queue.UnmodifiableQueue
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.set.CompositeSet
-
Removes the elements in the specified collection from this composite set.
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.set.ListOrderedSet
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.set.MapBackedSet
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.set.UnmodifiableSet
- removeAll(Collection<?>) - Method in class org.apache.commons.collections4.set.UnmodifiableSortedSet
- removeAll(Collection<E>, Collection<?>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Removes the elements in
removefromcollection. - removeAll(Collection<E>, Collection<?>) - Static method in class org.apache.commons.collections4.ListUtils
-
Removes the elements in
removefromcollection. - removeAllExpired(long) - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
Removes all entries in the map whose expiration time is less than
now. - removeAllNodes() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Removes all nodes by resetting the circular list marker.
- removeAllNodes() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
Removes all nodes by resetting the circular list marker.
- removeAllNodes() - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Removes all nodes by iteration.
- removeAllNodes() - Method in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.Removes all the nodes from the list, storing as many as required in the cache for reuse.
- removeAllowed - Variable in class org.apache.commons.collections4.iterators.SingletonIterator
-
Whether remove is allowed
- removeComposited(Collection<E>) - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Removes a collection from the those being decorated in this composite.
- removeComposited(Map<K, V>) - Method in class org.apache.commons.collections4.map.CompositeMap
-
Remove a Map from the composite.
- removeComposited(Set<E>) - Method in class org.apache.commons.collections4.set.CompositeSet
-
Removes a set from those being decorated in this composite.
- removeCount(Collection<E>, int, int) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Removes the specified number of elements from the start index in the collection and returns them.
- removed - Variable in class org.apache.commons.collections4.iterators.SingletonIterator
-
Has the element been removed
- removed - Variable in class org.apache.commons.collections4.iterators.SingletonListIterator
- removed - Variable in class org.apache.commons.collections4.map.Flat3Map.FlatMapEntry
- removeEmptyTarget() - Static method in class org.apache.commons.collections4.bloomfilter.LayerManager.Cleanup
-
Removes the last added target if it is empty.
- removeEntry(AbstractHashedMap.HashEntry<K, V>, int, AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Removes an entry from the chain stored in a particular index.
- removeEntry(AbstractHashedMap.HashEntry<K, V>, int, AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractLinkedMap
-
Removes an entry from the map and the linked list.
- removeEntry(AbstractPatriciaTrie.TrieEntry<K, V>) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Removes a single entry from the
Trie. - removeExternalEntry(AbstractPatriciaTrie.TrieEntry<K, V>) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Removes an external entry from the
Trie. - removeFirst() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Removes the first element.
- removeFirst() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- removeFromIndex(C) - Method in class org.apache.commons.collections4.collection.IndexedCollection
-
Removes an object from the index.
- removeIf(Predicate<? super C>) - Method in class org.apache.commons.collections4.collection.IndexedCollection
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.bag.UnmodifiableBag
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Removes all of the elements of this collection that satisfy the given predicate from this composite collection.
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.collection.UnmodifiableCollection
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.list.FixedSizeList
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.list.SetUniqueList
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.list.UnmodifiableList
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.queue.UnmodifiableQueue
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.set.CompositeSet
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.set.ListOrderedSet
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.set.MapBackedSet
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.set.UnmodifiableSet
- removeIf(Predicate<? super E>) - Method in class org.apache.commons.collections4.set.UnmodifiableSortedSet
- removeIf(Predicate<? super Map.Entry<K, V>>) - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet
- removeIf(Predicate<? super K>) - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- removeIf(Predicate<? super T>) - Static method in class org.apache.commons.collections4.bloomfilter.LayerManager.Cleanup
-
Removes any layer identified by the predicate.
- removeIfExpired(Object, long) - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
Removes the entry with the given key if the entry's expiration time is less than
now. - removeInternal(Object, int, Object, boolean) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- removeInternalEntry(AbstractPatriciaTrie.TrieEntry<K, V>) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Removes an internal entry from the
Trie. - removeLast() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Removes the last element.
- removeLast() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- removeLRU(AbstractLinkedMap.LinkEntry<K, V>) - Method in class org.apache.commons.collections4.map.LRUMap
-
Subclass method to control removal of the least recently used entry from the map.
- removeMapping(Object, Object) - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Removes a specific value from map.
- removeMapping(Object, Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Removes a specific key/value mapping from the multivalued map.
- removeMapping(Object, Object) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
- removeMapping(Object, Object) - Method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
- removeMapping(Object, Object) - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Removes a key-value mapping from the map.
- removeMapping(K, V) - Method in interface org.apache.commons.collections4.MultiMap
-
Deprecated.Removes a specific value from map.
- removeMapping(AbstractHashedMap.HashEntry<K, V>, int, AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Removes a mapping from the map.
- removeMax() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
- removeMin() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
- removeMultiKey(Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Removes the specified multi-key from this map.
- removeMultiKey(Object, Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Removes the specified multi-key from this map.
- removeMultiKey(Object, Object, Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Removes the specified multi-key from this map.
- removeMultiKey(Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Removes the specified multi-key from this map.
- removeNext() - Method in interface org.apache.commons.collections4.iterators.IteratorOperations
-
Returns the next item and removes it from the iterator.
- removeNode(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Removes the specified node from the list.
- removeNode(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Removes the specified node from the list.
- removeNode(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.Removes the node from the list, storing it in the cache for reuse if the cache is not yet full.
- removeNode(AbstractLinkedListJava21.Node<E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
Removes the specified node from the list.
- removeRange(Collection<E>, int, int) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Removes elements whose index are between startIndex, inclusive and endIndex, exclusive in the collection and returns them.
- removeSelf() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Removes this node from the tree.
- removeStale() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- removeState - Variable in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
Recall whether the wrapped iterator's "cursor" is in such a state as to allow remove() to be called
- removeValue(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractBidiMapDecorator
- removeValue(Object) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
- removeValue(Object) - Method in interface org.apache.commons.collections4.BidiMap
-
Removes the key-value pair that is currently mapped to the specified value (optional operation).
- removeValue(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- removeValue(Object) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Removes the mapping for this value from this map if present.
- removeValue(Object) - Method in class org.apache.commons.collections4.bidimap.UnmodifiableBidiMap
- removeValue(Object) - Method in class org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMap
- removeValue(Object) - Method in class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
- replace(Object, Object) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- replace(Object, Object, Object) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- replace(K, int, V) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- replace(K, int, V, V) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- replace(K, V) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
- replace(K, V, V) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
- replaceAll(BiFunction<? super Object, ? super Object, ? extends Object>) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- replaceInternal(K, int, V) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- replaceInternal2(K, int, V, V) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- ReplacementsFinder<T> - Class in org.apache.commons.collections4.sequence
-
This class handles sequences of replacements resulting from a comparison.
- ReplacementsFinder(ReplacementsHandler<T>) - Constructor for class org.apache.commons.collections4.sequence.ReplacementsFinder
-
Simple constructor.
- ReplacementsHandler<T> - Interface in org.apache.commons.collections4.sequence
-
This interface is devoted to handle synchronized replacement sequences.
- reset() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.BidiMapIterator
- reset() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- reset() - Method in class org.apache.commons.collections4.iterators.AbstractEmptyIterator
- reset() - Method in class org.apache.commons.collections4.iterators.ArrayIterator
-
Resets the iterator back to the start index.
- reset() - Method in class org.apache.commons.collections4.iterators.ArrayListIterator
-
Resets the iterator back to the start index.
- reset() - Method in class org.apache.commons.collections4.iterators.EntrySetMapIterator
-
Resets the state of the iterator.
- reset() - Method in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
Resets this iterator back to the position at which the iterator was created.
- reset() - Method in class org.apache.commons.collections4.iterators.LoopingIterator
-
Resets the iterator back to the start of the collection.
- reset() - Method in class org.apache.commons.collections4.iterators.LoopingListIterator
-
Resets the iterator back to the start of the list.
- reset() - Method in class org.apache.commons.collections4.iterators.ObjectArrayIterator
-
Resets the iterator back to the start index.
- reset() - Method in class org.apache.commons.collections4.iterators.ObjectArrayListIterator
-
Resets the iterator back to the start index.
- reset() - Method in class org.apache.commons.collections4.iterators.ReverseListIterator
-
Resets the iterator back to the start (which is the end of the list as this is a reversed iterator)
- reset() - Method in class org.apache.commons.collections4.iterators.SingletonIterator
-
Reset the iterator to the start.
- reset() - Method in class org.apache.commons.collections4.iterators.SingletonListIterator
-
Reset the iterator back to the start.
- reset() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
-
Resets the state to the end.
- reset() - Method in class org.apache.commons.collections4.map.AbstractSortedMapDecorator.SortedMapIterator
-
Resets the iterator back to the position at which the iterator was created.
- reset() - Method in class org.apache.commons.collections4.map.EntrySetToMapIteratorAdapter
-
Resets the iterator back to the position at which the iterator was created.
- reset() - Method in class org.apache.commons.collections4.map.Flat3Map.FlatMapIterator
- reset() - Method in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapIterator
- reset() - Method in class org.apache.commons.collections4.map.SingletonMap.SingletonMapIterator
- reset() - Method in interface org.apache.commons.collections4.ResettableIterator
-
Resets the iterator back to the position at which the iterator was created.
- RESETTABLE_INSTANCE - Static variable in class org.apache.commons.collections4.iterators.EmptyIterator
-
Singleton instance of the iterator.
- RESETTABLE_INSTANCE - Static variable in class org.apache.commons.collections4.iterators.EmptyListIterator
-
Singleton instance of the iterator.
- resettableEmptyIterator() - Static method in class org.apache.commons.collections4.iterators.EmptyIterator
-
Gets a typed resettable empty iterator instance.
- resettableEmptyListIterator() - Static method in class org.apache.commons.collections4.iterators.EmptyListIterator
-
Gets a typed instance of the iterator.
- ResettableIterator<E> - Interface in org.apache.commons.collections4
-
Defines an iterator that can be reset back to an initial state.
- ResettableListIterator<E> - Interface in org.apache.commons.collections4
-
Defines a list iterator that can be reset back to an initial state.
- resolve(int) - Static method in enum org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceStrength
-
Resolve enum from int.
- resolveCollision(CompositeMap<K, V>, Map<K, V>, Map<K, V>, Collection<K>) - Method in interface org.apache.commons.collections4.map.CompositeMap.MapMutator
-
Called when adding a new Composited Map results in a key collision.
- resolveCollision(CompositeSet<E>, Set<E>, Set<E>, Collection<E>) - Method in interface org.apache.commons.collections4.set.CompositeSet.SetMutator
-
Called when a Set is added to the CompositeSet and there is a collision between existing and added sets.
- result - Variable in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter.Finder
- resultIdx - Variable in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter.Finder
- retainAll(Iterable<E>, Iterable<? extends E>, Equator<? super E>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns a collection containing all the elements in
collectionthat are also inretain. - retainAll(Collection<?>) - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Remove any members of the bag that are not in the given bag, respecting cardinality.
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.bag.CollectionBag
-
(Change) Remove any members of the bag that are not in the given collection, not respecting cardinality.
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.bag.CollectionSortedBag
- retainAll(Collection<?>) - Method in interface org.apache.commons.collections4.Bag
-
(Violation) Remove any members of the bag that are not in the given collection, respecting cardinality.
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.bag.UnmodifiableBag
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Retains all the elements in the specified collection in this composite collection, removing all others.
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.IndexedCollection
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.collection.UnmodifiableCollection
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.list.FixedSizeList
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.list.SetUniqueList
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.list.UnmodifiableList
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- retainAll(Collection<?>) - Method in interface org.apache.commons.collections4.MultiSet
-
Remove any elements of this MultiSet that are not contained in the given collection.
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.queue.UnmodifiableQueue
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.set.CompositeSet
-
Retains all the elements in the specified collection in this composite set, removing all others.
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.set.ListOrderedSet
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.set.MapBackedSet
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.set.UnmodifiableSet
- retainAll(Collection<?>) - Method in class org.apache.commons.collections4.set.UnmodifiableSortedSet
- retainAll(Collection<C>, Collection<?>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns a collection containing all the elements in
collectionthat are also inretain. - retainAll(Collection<E>, Collection<?>) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns a List containing all the elements in
collectionthat are also inretain. - retainAll(Bag<?>) - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Remove any members of the bag that are not in the given bag, respecting cardinality.
- RETRIES_BEFORE_LOCK - Static variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Number of unsynchronized retries in size and containsValue methods before resorting to locking.
- reuseEntry(AbstractHashedMap.HashEntry<K, V>, int, int, K, V) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Reuses an existing key-value mapping, storing completely new data.
- reuseMapping(AbstractLinkedMap.LinkEntry<K, V>, int, int, K, V) - Method in class org.apache.commons.collections4.map.LRUMap
-
Reuses an entry by removing it and moving it to a new place in the map.
- reverse() - Method in class org.apache.commons.collections4.FluentIterable
-
Returns a new FluentIterable whose iterator will traverse the elements from this iterable in reverse order.
- reverseArray(Object[]) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Reverses the order of the given array.
- ReverseComparator<E> - Class in org.apache.commons.collections4.comparators
-
Reverses the order of another comparator by reversing the arguments to its
comparemethod. - ReverseComparator() - Constructor for class org.apache.commons.collections4.comparators.ReverseComparator
-
Creates a comparator that compares objects based on the inverse of their natural ordering.
- ReverseComparator(Comparator<? super E>) - Constructor for class org.apache.commons.collections4.comparators.ReverseComparator
-
Creates a comparator that inverts the comparison of the given comparator.
- reversedComparator(Comparator<E>) - Static method in class org.apache.commons.collections4.ComparatorUtils
-
Gets a comparator that reverses the order of the given comparator.
- reversedIterable(Iterable<E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns a reversed view of the given iterable.
- ReverseListIterator<E> - Class in org.apache.commons.collections4.iterators
-
Iterates backwards through a List, starting with the last element and continuing to the first.
- ReverseListIterator(List<E>) - Constructor for class org.apache.commons.collections4.iterators.ReverseListIterator
-
Constructor that wraps a list.
- reverseMap - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Reverse delegate map.
- right - Variable in class org.apache.commons.collections4.list.TreeList.AVLNode
-
The right child node or the successor if
TreeList.AVLNode.rightIsNext. - right - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry
-
The right child of this entry.
- rightIsNext - Variable in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Flag indicating that right reference is not a subtree but the successor.
- rightNode - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- root - Variable in class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
The root object in the tree
- root - Variable in class org.apache.commons.collections4.list.TreeList
-
The root node in the AVL tree
- root - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
The root node of the
Trie. - rootNode - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap
- rotateLeft() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
- rotateLeft(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Does a rotate left.
- rotateRight() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
- rotateRight(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Does a rotate right.
S
- safeAddToMap(Map<? super K, Object>, K, Object) - Static method in class org.apache.commons.collections4.MapUtils
-
Protects against adding null values to a map.
- safePredicate(Predicate<? super E>) - Method in class org.apache.commons.collections4.iterators.FilterIterator
- save(OutputStream, String) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- scanUntilRemovable - Variable in class org.apache.commons.collections4.map.LRUMap
-
Scan behavior
- search(Object) - Method in class org.apache.commons.collections4.ArrayStack
-
Deprecated.Returns the one-based position of the distance from the top that the specified object exists on this stack, where the top-most element is considered to be at distance
1. - seen - Variable in class org.apache.commons.collections4.bloomfilter.IndexFilter.ArrayTracker
- Segment(int, float, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, boolean) - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- segmentFor(int) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Returns the segment that should be used for key with given hash
- segmentMask - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Mask value for indexing into segments.
- segments - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
The segments, each of which is a specialized hash table
- segmentShift - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Shift value for indexing within segments.
- select(Iterable<? extends O>, Predicate<? super O>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Selects all elements from input collection which match the given predicate into an output collection.
- select(Iterable<? extends O>, Predicate<? super O>, R) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Selects all elements from input collection which match the given predicate and adds them to outputCollection.
- select(Iterable<? extends O>, Predicate<? super O>, R, R) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Selects all elements from inputCollection into an output and rejected collection, based on the evaluation of the given predicate.
- select(Collection<? extends E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Selects all elements from input collection which match the given predicate into an output list.
- select(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Returns the
Map.Entrywhose key is closest in a bitwise XOR metric to the given key. - selectKey(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Returns the key that is closest in a bitwise XOR metric to the provided key.
- selectR(AbstractPatriciaTrie.TrieEntry<K, V>, int, K, int, AbstractPatriciaTrie.Reference<Map.Entry<K, V>>) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- selectRejected(Iterable<? extends O>, Predicate<? super O>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Selects all elements from inputCollection which don't match the given predicate into an output collection.
- selectRejected(Iterable<? extends O>, Predicate<? super O>, R) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Selects all elements from inputCollection which don't match the given predicate and adds them to outputCollection.
- selectRejected(Collection<? extends E>, Predicate<? super E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Selects all elements from inputCollection which don't match the given predicate into an output collection.
- selectValue(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Returns the value whose key is closest in a bitwise XOR metric to the provided key.
- sequence - Variable in class org.apache.commons.collections4.ListUtils.CharSequenceAsList
- sequence - Variable in class org.apache.commons.collections4.ListUtils.LcsVisitor
- sequence1 - Variable in class org.apache.commons.collections4.sequence.SequencesComparator
-
First sequence.
- sequence2 - Variable in class org.apache.commons.collections4.sequence.SequencesComparator
-
Second sequence.
- SequencesComparator<T> - Class in org.apache.commons.collections4.sequence
-
This class allows to compare two objects sequences.
- SequencesComparator(List<T>, List<T>) - Constructor for class org.apache.commons.collections4.sequence.SequencesComparator
-
Simple constructor.
- SequencesComparator(List<T>, List<T>, Equator<? super T>) - Constructor for class org.apache.commons.collections4.sequence.SequencesComparator
-
Simple constructor.
- SequencesComparator.Snake - Class in org.apache.commons.collections4.sequence
-
This class is a simple placeholder to hold the end part of a path under construction in a
SequencesComparator. - serialVersionUID - Static variable in class org.apache.commons.collections4.ArrayStack
-
Deprecated.Ensure serialization compatibility
- serialVersionUID - Static variable in class org.apache.commons.collections4.bag.AbstractBagDecorator
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bag.AbstractSortedBagDecorator
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bag.CollectionBag
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bag.CollectionSortedBag
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bag.HashBag
-
Serial version lock
- serialVersionUID - Static variable in class org.apache.commons.collections4.bag.PredicatedBag
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bag.PredicatedSortedBag
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bag.SynchronizedBag
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bag.SynchronizedBag.SynchronizedBagSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bag.SynchronizedSortedBag
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bag.TransformedBag
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bag.TransformedSortedBag
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bag.TreeBag
-
Serial version lock
- serialVersionUID - Static variable in class org.apache.commons.collections4.bag.UnmodifiableBag
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.EntrySet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.KeySet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Values
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View
-
Generated serial version ID.
- serialVersionUID - Static variable in class org.apache.commons.collections4.bidimap.DualHashBidiMap
-
Ensure serialization compatibility
- serialVersionUID - Static variable in class org.apache.commons.collections4.bidimap.DualLinkedHashBidiMap
-
Ensure serialization compatibility
- serialVersionUID - Static variable in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
Ensure serialization compatibility
- serialVersionUID - Static variable in class org.apache.commons.collections4.bidimap.TreeBidiMap
- serialVersionUID - Static variable in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.collection.CompositeCollection
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.collection.IndexedCollection
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.collection.PredicatedCollection
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.collection.SynchronizedCollection
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.collection.TransformedCollection
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.collection.UnmodifiableCollection
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.comparators.BooleanComparator
-
Serialization version.
- serialVersionUID - Static variable in class org.apache.commons.collections4.comparators.ComparableComparator
-
Serialization version.
- serialVersionUID - Static variable in class org.apache.commons.collections4.comparators.ComparatorChain
-
Serialization version from Collections 2.0.
- serialVersionUID - Static variable in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Serialization version from Collections 4.0.
- serialVersionUID - Static variable in class org.apache.commons.collections4.comparators.NullComparator
-
Serialization version.
- serialVersionUID - Static variable in class org.apache.commons.collections4.comparators.ReverseComparator
-
Serialization version from Collections 2.0.
- serialVersionUID - Static variable in class org.apache.commons.collections4.comparators.TransformingComparator
-
Serialization version from Collections 4.0.
- serialVersionUID - Static variable in exception class org.apache.commons.collections4.FunctorException
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.AbstractQuantifierPredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.AllPredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.AndPredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.AnyPredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.ChainedClosure
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.ChainedTransformer
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.ClosureTransformer
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.ComparatorPredicate
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.ConstantFactory
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.ConstantTransformer
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.DefaultEquator
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.EqualPredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.ExceptionClosure
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.ExceptionFactory
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.ExceptionPredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.ExceptionTransformer
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.FactoryTransformer
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.FalsePredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.IdentityPredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.IfClosure
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.IfTransformer
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.InstanceofPredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.MapTransformer
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.NonePredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.NOPClosure
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.NOPTransformer
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.NotNullPredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.NotPredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.NullIsExceptionPredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.NullIsFalsePredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.NullIsTruePredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.NullPredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.OnePredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.OrPredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.PredicateTransformer
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.StringValueTransformer
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.SwitchClosure
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.SwitchTransformer
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.TransformedPredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.TransformerClosure
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.TransformerPredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.TruePredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.functors.UniquePredicate
-
Serial version UID
- serialVersionUID - Static variable in class org.apache.commons.collections4.keyvalue.MultiKey
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.keyvalue.TiedMapEntry
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.list.AbstractListDecorator
-
Serialization version--necessary in an abstract class?
- serialVersionUID - Static variable in class org.apache.commons.collections4.list.AbstractSerializableListDecorator
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Ensure serialization compatibility
- serialVersionUID - Static variable in class org.apache.commons.collections4.list.FixedSizeList
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.list.GrowthList
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.list.LazyList
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.list.PredicatedList
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.list.SetUniqueList
-
Serialization version.
- serialVersionUID - Static variable in class org.apache.commons.collections4.list.TransformedList
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.list.UnmodifiableList
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.EntrySet
-
Generated serial version ID.
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.CaseInsensitiveMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.CompositeMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.DefaultedMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.FixedSizeMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.FixedSizeSortedMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.Flat3Map
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.HashedMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.LazyMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.LazySortedMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.LinkedMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.ListOrderedMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.LRUMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.MultiKeyMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.MultiValueMap.ReflectionFactory
-
Deprecated.Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.PassiveExpiringMap.ConstantTimeToLiveExpirationPolicy
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.PassiveExpiringMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.PredicatedMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.PredicatedSortedMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.ReferenceIdentityMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.ReferenceMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.SingletonMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.SingletonMap.SingletonValues
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.TransformedMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.TransformedSortedMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.UnmodifiableEntrySet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.UnmodifiableMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.UnmodifiableOrderedMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.map.UnmodifiableSortedMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.multimap.ArrayListValuedHashMap
-
Serialization Version
- serialVersionUID - Static variable in class org.apache.commons.collections4.multimap.ArrayListValuedLinkedHashMap
-
Serialization Version
- serialVersionUID - Static variable in class org.apache.commons.collections4.multimap.HashSetValuedHashMap
-
Serialization Version
- serialVersionUID - Static variable in class org.apache.commons.collections4.multimap.LinkedHashSetValuedLinkedHashMap
-
Serialization Version
- serialVersionUID - Static variable in class org.apache.commons.collections4.multimap.TransformedMultiValuedMap
-
Serialization Version
- serialVersionUID - Static variable in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.multiset.HashMultiSet
-
Serial version lock
- serialVersionUID - Static variable in class org.apache.commons.collections4.multiset.PredicatedMultiSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.multiset.SynchronizedMultiSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.multiset.SynchronizedMultiSet.SynchronizedSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.properties.OrderedProperties
- serialVersionUID - Static variable in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- serialVersionUID - Static variable in class org.apache.commons.collections4.properties.SortedProperties
- serialVersionUID - Static variable in class org.apache.commons.collections4.queue.AbstractQueueDecorator
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Serialization version.
- serialVersionUID - Static variable in class org.apache.commons.collections4.queue.PredicatedQueue
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.queue.SynchronizedQueue
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.queue.TransformedQueue
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.queue.UnmodifiableQueue
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.AbstractSerializableSetDecorator
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.AbstractSetDecorator
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.AbstractSortedSetDecorator
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.CompositeSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.ListOrderedSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.MapBackedSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.PredicatedNavigableSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.PredicatedSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.PredicatedSortedSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.TransformedNavigableSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.TransformedSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.TransformedSortedSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.UnmodifiableSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.set.UnmodifiableSortedSet
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.splitmap.TransformedSplitMap
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry
- serialVersionUID - Static variable in class org.apache.commons.collections4.trie.AbstractBitwiseTrie
- serialVersionUID - Static variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- serialVersionUID - Static variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry
- serialVersionUID - Static variable in class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
- serialVersionUID - Static variable in class org.apache.commons.collections4.trie.KeyAnalyzer
-
Serialization version
- serialVersionUID - Static variable in class org.apache.commons.collections4.trie.PatriciaTrie
- serialVersionUID - Static variable in class org.apache.commons.collections4.trie.UnmodifiableTrie
-
Serialization version
- set - Variable in class org.apache.commons.collections4.list.SetUniqueList
-
Internal Set to maintain uniqueness.
- set - Variable in class org.apache.commons.collections4.list.SetUniqueList.SetListIterator
- set - Variable in class org.apache.commons.collections4.list.SetUniqueList.SetListListIterator
- set - Variable in class org.apache.commons.collections4.set.ListOrderedSet.OrderedSetIterator
-
Object we iterate on
- set(int) - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Sets the
CollatingIterator.valuesandCollatingIterator.valueSetattributes at position i to the next value of theiteratorat position i, or clear them if the ith iterator has no next value. - set(int, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.
- set(int, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- set(int, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
- set(int, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- set(int, E) - Method in class org.apache.commons.collections4.list.AbstractListDecorator
- set(int, E) - Method in class org.apache.commons.collections4.list.FixedSizeList
- set(int, E) - Method in class org.apache.commons.collections4.list.GrowthList
-
Decorate the set method to perform the growth behavior.
- set(int, E) - Method in class org.apache.commons.collections4.list.PredicatedList
- set(int, E) - Method in class org.apache.commons.collections4.list.SetUniqueList
-
Sets the value at the specified index avoiding duplicates.
- set(int, E) - Method in class org.apache.commons.collections4.list.TransformedList
- set(int, E) - Method in class org.apache.commons.collections4.list.TreeList
-
Sets the element at the specified index.
- set(int, E) - Method in class org.apache.commons.collections4.list.UnmodifiableList
- set(int, V) - Method in class org.apache.commons.collections4.map.ListOrderedMap.ValuesView
- set(int, V) - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.WrappedList
- set(long[], int) - Static method in class org.apache.commons.collections4.bloomfilter.BitMaps
-
Sets the bit in the bit maps.
- set(E) - Method in class org.apache.commons.collections4.iterators.AbstractEmptyIterator
-
Always throws IllegalStateException, this iterator contains no elements.
- set(E) - Method in class org.apache.commons.collections4.iterators.AbstractListIteratorDecorator
- set(E) - Method in class org.apache.commons.collections4.iterators.FilterListIterator
-
Not supported.
- set(E) - Method in class org.apache.commons.collections4.iterators.ListIteratorWrapper
- set(E) - Method in class org.apache.commons.collections4.iterators.LoopingListIterator
-
Replaces the last element that was returned by
LoopingListIterator.next()orLoopingListIterator.previous(). - set(E) - Method in class org.apache.commons.collections4.iterators.ObjectArrayListIterator
-
Sets the element under the cursor.
- set(E) - Method in class org.apache.commons.collections4.iterators.ReverseListIterator
-
Replaces the last returned element.
- set(E) - Method in class org.apache.commons.collections4.iterators.SingletonListIterator
-
Sets sets the value of the singleton.
- set(E) - Method in class org.apache.commons.collections4.iterators.UnmodifiableListIterator
- set(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedListIterator
-
Deprecated.
- set(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator
- set(E) - Method in class org.apache.commons.collections4.list.PredicatedList.PredicatedListIterator
- set(E) - Method in class org.apache.commons.collections4.list.SetUniqueList.SetListListIterator
- set(E) - Method in class org.apache.commons.collections4.list.TransformedList.TransformedListIterator
- set(E) - Method in class org.apache.commons.collections4.list.TreeList.TreeListIterator
- set(E) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.Reference
- set(Object) - Method in class org.apache.commons.collections4.iterators.ArrayListIterator
-
Sets the element under the cursor.
- set(V) - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.ValuesListIterator
- setBlack(TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
-
Makes this node black.
- setCardinality(O, int) - Method in class org.apache.commons.collections4.CollectionUtils.SetOperationCardinalityHelper
-
Add the object
counttimes to the result collection. - setCleanup(Consumer<Deque<T>>) - Method in class org.apache.commons.collections4.bloomfilter.LayerManager.Builder
-
Sets the Consumer that cleans the list of Bloom filters.
- setCollection(Collection<E>) - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
-
Sets the collection being decorated.
- setComparator(int, Comparator<E>) - Method in class org.apache.commons.collections4.comparators.ComparatorChain
-
Replace the Comparator at the given index, maintaining the existing sort order.
- setComparator(int, Comparator<E>, boolean) - Method in class org.apache.commons.collections4.comparators.ComparatorChain
-
Replace the Comparator at the given index in the ComparatorChain, using the given sort order
- setComparator(Comparator<? super E>) - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Sets the
Comparatorby which collation occurs. - setConcurrencyLevel(int) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
-
Sets the estimated number of concurrently updating threads.
- setCount(E, int) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
- setCount(E, int) - Method in class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator
- setCount(E, int) - Method in class org.apache.commons.collections4.multiset.PredicatedMultiSet
- setCount(E, int) - Method in interface org.apache.commons.collections4.MultiSet
-
Sets the number of occurrences of the specified object in the MultiSet to the given count.
- setCount(E, int) - Method in class org.apache.commons.collections4.multiset.SynchronizedMultiSet
- setCount(E, int) - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
- setEnumeration(Enumeration<? extends E>) - Method in class org.apache.commons.collections4.iterators.EnumerationIterator
-
Sets the underlying enumeration.
- setExtendCheck(Predicate<LayerManager<T>>) - Method in class org.apache.commons.collections4.bloomfilter.LayerManager.Builder
-
Sets the extendCheck predicate.
- setForwardSort(int) - Method in class org.apache.commons.collections4.comparators.ComparatorChain
-
Change the sort order at the given index in the ComparatorChain to a forward sort.
- setInitialCapacity(int) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
-
Sets the initial capacity.
- setIterator(int, Iterator<? extends E>) - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Sets the iterator at the given index.
- setIterator(Iterator<? extends E>) - Method in class org.apache.commons.collections4.iterators.FilterIterator
-
Sets the iterator for this iterator to use.
- setIterator(Iterator<? extends E>) - Method in class org.apache.commons.collections4.iterators.IteratorEnumeration
-
Sets the underlying iterator.
- setIterator(Iterator<? extends I>) - Method in class org.apache.commons.collections4.iterators.TransformIterator
-
Sets the iterator for this iterator to use.
- setKey(K) - Method in class org.apache.commons.collections4.keyvalue.AbstractKeyValue
-
Sets the key.
- setKey(K) - Method in class org.apache.commons.collections4.keyvalue.DefaultKeyValue
-
Sets the key.
- setKeyReferenceType(ConcurrentReferenceHashMap.ReferenceType) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
-
Sets the reference type to use for keys.
- setKeyValue(K, V) - Method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry
-
Replaces the current key and value with the provided key & value.
- setLeft(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- setLeft(TreeList.AVLNode<E>, TreeList.AVLNode<E>) - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Sets the left field to the node, or the previous node if that is null
- setListIterator(ListIterator<? extends E>) - Method in class org.apache.commons.collections4.iterators.FilterListIterator
-
Sets the iterator for this iterator to use.
- SetListIterator(Iterator<E>, Set<E>) - Constructor for class org.apache.commons.collections4.list.SetUniqueList.SetListIterator
- SetListListIterator(ListIterator<E>, Set<E>) - Constructor for class org.apache.commons.collections4.list.SetUniqueList.SetListListIterator
- setLoadFactor(float) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
-
Sets the load factor factor, used to control resizing.
- setMap(Map<E, AbstractMapMultiSet.MutableInteger>) - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Sets the map being wrapped.
- setMap(Map<K, ? extends Collection<V>>) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Sets the map being wrapped.
- setMaximumCacheSize(int) - Method in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.Sets the maximum size of the cache.
- setMutator(CompositeCollection.CollectionMutator<E>) - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Specify a CollectionMutator strategy instance to handle changes.
- setMutator(CompositeMap.MapMutator<K, V>) - Method in class org.apache.commons.collections4.map.CompositeMap
-
Specify the MapMutator to be used by mutation operations.
- setMutator(CompositeSet.SetMutator<E>) - Method in class org.apache.commons.collections4.set.CompositeSet
-
Specify a SetMutator strategy instance to handle changes.
- setNextNode(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.Node
-
Deprecated.Sets the next node.
- setNextNode(AbstractLinkedListJava21.Node<E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.Node
-
Sets the next node.
- setNextObject() - Method in class org.apache.commons.collections4.iterators.FilterIterator
-
Sets nextObject to the next object.
- setNextObject() - Method in class org.apache.commons.collections4.iterators.FilterListIterator
- setOffset(TreeList.AVLNode<E>, int) - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Sets the relative position.
- SetOperationCardinalityHelper(Iterable<? extends O>, Iterable<? extends O>) - Constructor for class org.apache.commons.collections4.CollectionUtils.SetOperationCardinalityHelper
-
Create a new set operation helper from the two collections.
- SetOperations - Class in org.apache.commons.collections4.bloomfilter
-
Implementations of set operations on BitMapExtractors.
- SetOperations() - Constructor for class org.apache.commons.collections4.bloomfilter.SetOperations
-
Do not instantiate.
- setOptions(EnumSet<ConcurrentReferenceHashMap.Option>) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
-
Sets the behavioral options.
- setOrder - Variable in class org.apache.commons.collections4.set.ListOrderedSet
-
Internal list to hold the sequence of objects
- setParent(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
-
Sets this node's parent node.
- setPredicate(Predicate<? super E>) - Method in class org.apache.commons.collections4.iterators.FilterIterator
-
Sets the predicate this the iterator to use where null accepts all values.
- setPredicate(Predicate<? super E>) - Method in class org.apache.commons.collections4.iterators.FilterListIterator
-
Sets the predicate this the iterator to use.
- setPreviousNode(AbstractLinkedList.Node<E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.Node
-
Deprecated.Sets the previous node.
- setPreviousNode(AbstractLinkedListJava21.Node<E>) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.Node
-
Sets the previous node.
- setPreviousObject() - Method in class org.apache.commons.collections4.iterators.FilterListIterator
- setProperty(String, String) - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- setRed(TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
-
Makes this node red.
- setRemoved(boolean) - Method in class org.apache.commons.collections4.map.Flat3Map.FlatMapEntry
-
Used by the iterator that created this entry to indicate that
Iterator.remove()has been called. - setReverseSort(int) - Method in class org.apache.commons.collections4.comparators.ComparatorChain
-
Change the sort order at the given index in the ComparatorChain to a reverse sort.
- setRight(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- setRight(TreeList.AVLNode<E>, TreeList.AVLNode<E>) - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Sets the right field to the node, or the next node if that is null
- setSourceMap(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
-
Sets the values to load into a new map.
- setSupplier(Supplier<T>) - Method in class org.apache.commons.collections4.bloomfilter.LayerManager.Builder
-
Sets the supplier of Bloom filters.
- setTable(ConcurrentReferenceHashMap.HashEntry<K, V>[]) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
-
Sets table to new HashEntry array.
- setTransformer(Transformer<? super I, ? extends O>) - Method in class org.apache.commons.collections4.iterators.TransformIterator
-
Sets the transformer this the iterator to use.
- setUniqueList(List<E>) - Static method in class org.apache.commons.collections4.list.SetUniqueList
-
Factory method to create a SetList using the supplied list to retain order.
- SetUniqueList<E> - Class in org.apache.commons.collections4.list
-
Decorates a
Listto ensure that no duplicates are present much like aSet. - SetUniqueList(List<E>, Set<E>) - Constructor for class org.apache.commons.collections4.list.SetUniqueList
-
Constructor that wraps (not copies) the List and specifies the set to use.
- SetUniqueList.SetListIterator<E> - Class in org.apache.commons.collections4.list
-
Inner class iterator.
- SetUniqueList.SetListListIterator<E> - Class in org.apache.commons.collections4.list
-
Inner class iterator.
- setUnknownObjectBehavior(FixedOrderComparator.UnknownObjectBehavior) - Method in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
Sets the behavior for comparing unknown objects.
- SetUtils - Class in org.apache.commons.collections4
- SetUtils() - Constructor for class org.apache.commons.collections4.SetUtils
-
Don't allow instances.
- SetUtils.SetView<E> - Class in org.apache.commons.collections4
-
An unmodifiable view of a set that may be backed by other sets.
- setValue(int, V) - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Sets the value at the specified index.
- setValue(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.Node
-
Deprecated.Sets the value of the node.
- setValue(E) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.Node
-
Sets the value of the node.
- setValue(E) - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Sets the value.
- setValue(K) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.InverseViewMapIterator
- setValue(V) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.BidiMapIterator
- setValue(V) - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.MapEntry
- setValue(V) - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- setValue(V) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
-
Optional operation that is not permitted in this implementation.
- setValue(V) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.ViewMapIterator
- setValue(V) - Method in class org.apache.commons.collections4.iterators.AbstractEmptyMapIterator
-
Always throws IllegalStateException.
- setValue(V) - Method in class org.apache.commons.collections4.iterators.AbstractMapIteratorDecorator
-
Sets the value associated with the current key (optional operation).
- setValue(V) - Method in class org.apache.commons.collections4.iterators.AbstractOrderedMapIteratorDecorator
-
Sets the value associated with the current key (optional operation).
- setValue(V) - Method in class org.apache.commons.collections4.iterators.EntrySetMapIterator
-
Sets the value associated with the current key.
- setValue(V) - Method in class org.apache.commons.collections4.iterators.UnmodifiableMapIterator
- setValue(V) - Method in class org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIterator
- setValue(V) - Method in class org.apache.commons.collections4.keyvalue.AbstractKeyValue
-
Sets the value.
- setValue(V) - Method in class org.apache.commons.collections4.keyvalue.AbstractMapEntry
-
Sets the value stored in this
Map.Entry. - setValue(V) - Method in class org.apache.commons.collections4.keyvalue.AbstractMapEntryDecorator
- setValue(V) - Method in class org.apache.commons.collections4.keyvalue.DefaultKeyValue
-
Sets the value.
- setValue(V) - Method in class org.apache.commons.collections4.keyvalue.TiedMapEntry
-
Sets the value associated with the key direct onto the map.
- setValue(V) - Method in class org.apache.commons.collections4.keyvalue.UnmodifiableMapEntry
-
Throws UnsupportedOperationException.
- setValue(V) - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashEntry
- setValue(V) - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashMapIterator
- setValue(V) - Method in class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.MapEntry
- setValue(V) - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkMapIterator
- setValue(V) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry
-
Sets the value of the entry.
- setValue(V) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceMapIterator
- setValue(V) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.InitializableEntry
- setValue(V) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SimpleEntry
- setValue(V) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.WriteThroughEntry
-
Set our entry's value and writes it through to the map.
- setValue(V) - Method in class org.apache.commons.collections4.map.EntrySetToMapIteratorAdapter
-
Sets the value associated with the current key (optional operation).
- setValue(V) - Method in class org.apache.commons.collections4.map.Flat3Map.FlatMapEntry
- setValue(V) - Method in class org.apache.commons.collections4.map.Flat3Map.FlatMapIterator
- setValue(V) - Method in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapEntry
- setValue(V) - Method in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapIterator
- setValue(V) - Method in class org.apache.commons.collections4.map.SingletonMap
-
Sets the value.
- setValue(V) - Method in class org.apache.commons.collections4.map.SingletonMap.SingletonMapIterator
- setValue(V) - Method in class org.apache.commons.collections4.map.StaticBucketMap.Node
- setValue(V) - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet.UnmodifiableEntry
- setValue(V) - Method in interface org.apache.commons.collections4.MapIterator
-
Sets the value associated with the current key (optional operation).
- setValue(V) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.MultiValuedMapEntry
- setValue(V) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.MultiValuedMapIterator
- setValue(V) - Method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry
- setValue(V) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieMapIterator
- setValue(V, ConcurrentReferenceHashMap.ReferenceType, ReferenceQueue<Object>) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashEntry
- SETVALUE_INVALID - Static variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
Exception message.
- SetValuedMap<K,
V> - Interface in org.apache.commons.collections4 -
Defines a map that holds a set of values against each key.
- setValueReferenceType(ConcurrentReferenceHashMap.ReferenceType) - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
-
Sets the reference type to use for values.
- SetView() - Constructor for class org.apache.commons.collections4.SetUtils.SetView
-
Constructs a new instance.
- shape - Variable in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
-
The shape of this Bloom filter.
- shape - Variable in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
- shape - Variable in class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
-
The Shape of this Bloom filter.
- shape - Variable in class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
-
The shape of this BloomFilter.
- Shape - Search tag in package org.apache.commons.collections4.bloomfilter
- Section
- Shape - Class in org.apache.commons.collections4.bloomfilter
-
The definition of a Bloom filter shape.
- Shape(int, int) - Constructor for class org.apache.commons.collections4.bloomfilter.Shape
-
Constructs a filter configuration with the specified number of hashFunctions (
k) and bits (m). - shrink() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Decrements the size and note that the map has changed.
- shrinkCacheToMaximumSize() - Method in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.Reduce the size of the cache to the maximum, if necessary.
- SimpleBloomFilter - Class in org.apache.commons.collections4.bloomfilter
-
A bloom filter using an array of bit maps to track enabled bits.
- SimpleBloomFilter(Shape) - Constructor for class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
-
Creates an empty instance.
- SimpleBloomFilter(SimpleBloomFilter) - Constructor for class org.apache.commons.collections4.bloomfilter.SimpleBloomFilter
-
Copy constructor for
copy()use. - SimpleEntry(K, V) - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SimpleEntry
- singletonIterator(E) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets a singleton iterator.
- SingletonIterator<E> - Class in org.apache.commons.collections4.iterators
-
SingletonIteratoris anIteratorover a single object instance. - SingletonIterator(E) - Constructor for class org.apache.commons.collections4.iterators.SingletonIterator
-
Constructs a new
SingletonIteratorwhereremoveis a permitted operation. - SingletonIterator(E, boolean) - Constructor for class org.apache.commons.collections4.iterators.SingletonIterator
-
Constructs a new
SingletonIteratoroptionally choosing ifremoveis a permitted operation. - SingletonIterator(AbstractPatriciaTrie.TrieEntry<K, V>) - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet.SingletonIterator
- singletonListIterator(E) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets a singleton list iterator.
- SingletonListIterator<E> - Class in org.apache.commons.collections4.iterators
-
SingletonIteratoris anListIteratorover a single object instance. - SingletonListIterator(E) - Constructor for class org.apache.commons.collections4.iterators.SingletonListIterator
-
Constructs a new
SingletonListIterator. - SingletonMap<K,
V> - Class in org.apache.commons.collections4.map -
A
Mapimplementation that holds a single item and is fixed size. - SingletonMap() - Constructor for class org.apache.commons.collections4.map.SingletonMap
-
Constructor that creates a map of
nulltonull. - SingletonMap(Map.Entry<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.SingletonMap
-
Constructor specifying the key and value as a
MapEntry. - SingletonMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.SingletonMap
-
Constructor copying elements from another map.
- SingletonMap(K, V) - Constructor for class org.apache.commons.collections4.map.SingletonMap
-
Constructor specifying the key and value.
- SingletonMap(KeyValue<K, V>) - Constructor for class org.apache.commons.collections4.map.SingletonMap
-
Constructor specifying the key and value as a
KeyValue. - SingletonMap.SingletonMapIterator<K,
V> - Class in org.apache.commons.collections4.map -
SingletonMapIterator.
- SingletonMap.SingletonValues<V> - Class in org.apache.commons.collections4.map
-
Values implementation for the SingletonMap.
- SingletonMapIterator(SingletonMap<K, V>) - Constructor for class org.apache.commons.collections4.map.SingletonMap.SingletonMapIterator
- SingletonValues(SingletonMap<?, V>) - Constructor for class org.apache.commons.collections4.map.SingletonMap.SingletonValues
- size - Variable in class org.apache.commons.collections4.bag.AbstractMapBag
-
The current total size of the bag
- size - Variable in class org.apache.commons.collections4.bloomfilter.IndexFilter
- size - Variable in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.Sublist size
- size - Variable in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.The size of the list
- size - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
-
Sublist size
- size - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
The size of the list
- size - Variable in class org.apache.commons.collections4.list.TreeList
-
The current size of the list
- size - Variable in class org.apache.commons.collections4.ListUtils.Partition
- size - Variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
The size of the map
- size - Variable in class org.apache.commons.collections4.map.Flat3Map
-
The size of the map, used while in flat mode
- size - Variable in class org.apache.commons.collections4.map.StaticBucketMap.Lock
- size - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
The current total size of the multiset
- size - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- size - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntrySet
- size - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
The current size of the
Trie. - size() - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Returns the number of elements in this bag.
- size() - Method in interface org.apache.commons.collections4.Bag
-
Returns the total number of items in the bag across all types.
- size() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
- size() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.AbstractView
- size() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- size() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
- size() - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Gets the size of this composite collection.
- size() - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
- size() - Method in class org.apache.commons.collections4.comparators.ComparatorChain
-
Number of Comparators in the current ComparatorChain.
- size() - Method in class org.apache.commons.collections4.FluentIterable
-
Returns the number of elements that are contained in this iterable.
- size() - Method in interface org.apache.commons.collections4.Get
-
Gets the number of key-value mappings in this map.
- size() - Method in class org.apache.commons.collections4.iterators.IteratorChain
-
Returns the remaining number of Iterators in the current IteratorChain.
- size() - Method in class org.apache.commons.collections4.iterators.LoopingIterator
-
Gets the size of the collection underlying the iterator.
- size() - Method in class org.apache.commons.collections4.iterators.LoopingListIterator
-
Gets the size of the list underlying the iterator.
- size() - Method in class org.apache.commons.collections4.keyvalue.MultiKey
-
Gets the size of the list of keys.
- size() - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.
- size() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- size() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
- size() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- size() - Method in class org.apache.commons.collections4.list.TreeList
-
Gets the current size of the list.
- size() - Method in class org.apache.commons.collections4.ListUtils.CharSequenceAsList
- size() - Method in class org.apache.commons.collections4.ListUtils.Partition
- size() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.EntrySet
- size() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.KeySet
- size() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the size of the map.
- size() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.Values
- size() - Method in class org.apache.commons.collections4.map.AbstractMapDecorator
- size() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Gets the size of the map.
- size() - Method in class org.apache.commons.collections4.map.CompositeMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.EntrySet
- size() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.KeySet
- size() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Values
- size() - Method in class org.apache.commons.collections4.map.Flat3Map.EntrySet
- size() - Method in class org.apache.commons.collections4.map.Flat3Map.KeySet
- size() - Method in class org.apache.commons.collections4.map.Flat3Map
-
Gets the size of the map.
- size() - Method in class org.apache.commons.collections4.map.Flat3Map.Values
- size() - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- size() - Method in class org.apache.commons.collections4.map.ListOrderedMap.EntrySetView
- size() - Method in class org.apache.commons.collections4.map.ListOrderedMap.KeySetView
- size() - Method in class org.apache.commons.collections4.map.ListOrderedMap.ValuesView
- size() - Method in class org.apache.commons.collections4.map.MultiValueMap.Values
-
Deprecated.
- size() - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
All expired entries are removed from the map prior to returning the size.
- size() - Method in class org.apache.commons.collections4.map.SingletonMap.SingletonValues
- size() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the size of the map, always 1.
- size() - Method in class org.apache.commons.collections4.map.StaticBucketMap.EntrySet
- size() - Method in class org.apache.commons.collections4.map.StaticBucketMap.KeySet
- size() - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Gets the current size of the map.
- size() - Method in class org.apache.commons.collections4.map.StaticBucketMap.Values
- size() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap.AsMapEntrySet
- size() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap
- size() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.EntryValues
- size() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.KeysMultiSet
- size() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Gets the total size of the map.
- size() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.Values
- size() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- size() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
- size() - Method in interface org.apache.commons.collections4.MultiMap
-
Deprecated.Gets the number of keys in this map.
- size() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Returns the number of elements in this multiset.
- size() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.EntrySet
- size() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Returns the number of elements in this multiset.
- size() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.UniqueSet
- size() - Method in interface org.apache.commons.collections4.MultiSet
-
Returns the total number of items in the MultiSet.
- size() - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Gets the total size of the map.
- size() - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- size() - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Returns the number of elements stored in the queue.
- size() - Method in class org.apache.commons.collections4.set.CompositeSet
-
Gets the size of this composite set.
- size() - Method in class org.apache.commons.collections4.set.MapBackedSet
- size() - Method in class org.apache.commons.collections4.SetUtils.SetView
- size() - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
- size() - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedGet
- size() - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- size() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.EntrySet
- size() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.KeySet
- size() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet
- size() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntrySet
- size() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- size() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.Values
- size() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- size(Iterable<?>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns the number of elements contained in the given iterator.
- size(Object) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Gets the size of the collection/iterator specified.
- size(Object) - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Gets the size of the collection mapped to the specified key.
- size(Iterator<?>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Returns the number of elements contained in the given iterator.
- size(Map<?, ?>) - Static method in class org.apache.commons.collections4.MapUtils
-
Gets the given map size or 0 if the map is null
- sizeIsEmpty(Object) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Checks if the specified collection/array/iterator is empty.
- skip(long) - Method in class org.apache.commons.collections4.FluentIterable
-
Returns a new FluentIterable whose iterator will skip the first N elements from this iterable.
- skipped - Variable in class org.apache.commons.collections4.sequence.ReplacementsFinder
- skippingIterable(Iterable<E>, long) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns a view of the given iterable that skips the first N elements.
- skippingIterator(Iterator<E>, long) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Decorates the specified iterator to skip the first N elements.
- SkippingIterator<E> - Class in org.apache.commons.collections4.iterators
-
Decorates another iterator to skip the first N elements.
- SkippingIterator(Iterator<E>, long) - Constructor for class org.apache.commons.collections4.iterators.SkippingIterator
-
Decorates the specified iterator to skip all elements until the iterator reaches the position at
offset. - slot - Variable in class org.apache.commons.collections4.iterators.PeekingIterator
-
The current slot for lookahead.
- slotFilled - Variable in class org.apache.commons.collections4.iterators.PeekingIterator
-
Indicates if the lookahead slot is filled.
- Snake(int, int, int) - Constructor for class org.apache.commons.collections4.sequence.SequencesComparator.Snake
-
Simple constructor.
- SOFT - Enum constant in enum org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceStrength
-
Soft reference type.
- SOFT - Enum constant in enum org.apache.commons.collections4.map.ConcurrentReferenceHashMap.ReferenceType
-
Indicates a
SoftReferenceshould be used - SoftKeyReference(K, int, ReferenceQueue<Object>) - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SoftKeyReference
- softKeys() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
-
Sets key reference type to
ConcurrentReferenceHashMap.ReferenceType.SOFT. - SoftRef(int, T, ReferenceQueue<? super T>) - Constructor for class org.apache.commons.collections4.map.AbstractReferenceMap.SoftRef
- SoftValueReference(V, Object, int, ReferenceQueue<Object>) - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SoftValueReference
- softValues() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
-
Sets value reference type to
ConcurrentReferenceHashMap.ReferenceType.SOFT. - SortedBag<E> - Interface in org.apache.commons.collections4
-
Defines a type of
Bagthat maintains a sorted order among its unique representative members. - SortedBidiMap<K,
V> - Interface in org.apache.commons.collections4 -
Defines a map that allows bidirectional lookup between key and values and retains both keys and values in sorted order.
- sortedKeys() - Method in class org.apache.commons.collections4.properties.SortedProperties
- SortedMapIterator(Set<Map.Entry<K, V>>) - Constructor for class org.apache.commons.collections4.map.AbstractSortedMapDecorator.SortedMapIterator
-
Create a new AbstractSortedMapDecorator.SortedMapIterator.
- SortedProperties - Class in org.apache.commons.collections4.properties
-
A drop-in replacement for
Propertiesfor sorting keys. - SortedProperties() - Constructor for class org.apache.commons.collections4.properties.SortedProperties
-
Constructs a new instance.
- SortedPropertiesFactory - Class in org.apache.commons.collections4.properties
-
Creates and loads
SortedProperties. - SortedPropertiesFactory() - Constructor for class org.apache.commons.collections4.properties.SortedPropertiesFactory
-
Constructs an instance.
- sortsTrueFirst() - Method in class org.apache.commons.collections4.comparators.BooleanComparator
-
Returns
trueiff I sorttruevalues beforefalsevalues. - sourceMap - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
- SPARSE - Static variable in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
The sparse characteristic used to determine the best method for matching: 1.
- SparseBloomFilter - Class in org.apache.commons.collections4.bloomfilter
-
A bloom filter using a TreeSet of integers to track enabled bits.
- SparseBloomFilter(Shape) - Constructor for class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
-
Constructs an empty BitSetBloomFilter.
- SparseBloomFilter(SparseBloomFilter) - Constructor for class org.apache.commons.collections4.bloomfilter.SparseBloomFilter
- SplitMapUtils - Class in org.apache.commons.collections4
- SplitMapUtils() - Constructor for class org.apache.commons.collections4.SplitMapUtils
-
Don't allow instances.
- SplitMapUtils.WrappedGet<K,
V> - Class in org.apache.commons.collections4 - SplitMapUtils.WrappedPut<K,
V> - Class in org.apache.commons.collections4 - stack - Variable in class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
The stack of iterators
- start - Variable in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Array index of first (oldest) queue element.
- start - Variable in class org.apache.commons.collections4.sequence.SequencesComparator.Snake
-
Start index.
- start() - Method in class org.apache.commons.collections4.iterators.CollatingIterator
-
Initializes the collating state if it hasn't been already.
- startIndex - Variable in class org.apache.commons.collections4.iterators.ArrayIterator
-
The start index to loop from
- startIndex - Variable in class org.apache.commons.collections4.iterators.ObjectArrayIterator
-
The start index to loop from
- state - Variable in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
-
The state flag.
- StaticBucketMap<K,
V> - Class in org.apache.commons.collections4.map -
A StaticBucketMap is an efficient, thread-safe implementation of
Mapthat performs well in a highly thread-contentious environment. - StaticBucketMap() - Constructor for class org.apache.commons.collections4.map.StaticBucketMap
-
Initializes the map with the default number of buckets (255).
- StaticBucketMap(int) - Constructor for class org.apache.commons.collections4.map.StaticBucketMap
-
Initializes the map with a specified number of buckets.
- StaticBucketMap.BaseIterator - Class in org.apache.commons.collections4.map
- StaticBucketMap.EntryIterator - Class in org.apache.commons.collections4.map
- StaticBucketMap.EntrySet - Class in org.apache.commons.collections4.map
- StaticBucketMap.KeyIterator - Class in org.apache.commons.collections4.map
- StaticBucketMap.KeySet - Class in org.apache.commons.collections4.map
- StaticBucketMap.Lock - Class in org.apache.commons.collections4.map
-
The lock object, which also includes a count of the nodes in this lock.
- StaticBucketMap.Node<K,
V> - Class in org.apache.commons.collections4.map -
The Map.Entry for the StaticBucketMap.
- StaticBucketMap.ValueIterator - Class in org.apache.commons.collections4.map
- StaticBucketMap.Values - Class in org.apache.commons.collections4.map
- stream(Iterable<E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Creates a stream on the given Iterable.
- stream(Iterator<E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Creates a stream on the given Iterator.
- StringKeyAnalyzer - Class in org.apache.commons.collections4.trie.analyzer
-
An
KeyAnalyzerforStrings. - StringKeyAnalyzer() - Constructor for class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
-
Deprecated.
- stringPropertyNames() - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- stringValueTransformer() - Static method in class org.apache.commons.collections4.functors.StringValueTransformer
-
Factory returning the singleton instance.
- stringValueTransformer() - Static method in class org.apache.commons.collections4.TransformerUtils
-
Gets a transformer that returns a
Stringrepresentation of the input object. - StringValueTransformer<T> - Class in org.apache.commons.collections4.functors
-
Transformer implementation that returns the result of calling
String.valueOfon the input object. - StringValueTransformer() - Constructor for class org.apache.commons.collections4.functors.StringValueTransformer
-
Restricted constructor.
- STRONG - Enum constant in enum org.apache.commons.collections4.map.ConcurrentReferenceHashMap.ReferenceType
-
Indicates a normal Java strong reference should be used
- strongKeys() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
-
Sets key reference type to
ConcurrentReferenceHashMap.ReferenceType.STRONG. - strongValues() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
-
Sets value reference type to
ConcurrentReferenceHashMap.ReferenceType.STRONG. - sub - Variable in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubListIterator
-
Deprecated.The sub list.
- sub - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubListIterator
-
The sub list
- sub - Variable in class org.apache.commons.collections4.list.CursorableLinkedList.SubCursor
-
Deprecated.The parent list
- SubCursor(AbstractLinkedList.LinkedSubList<E>, int) - Constructor for class org.apache.commons.collections4.list.CursorableLinkedList.SubCursor
-
Deprecated.Constructs a new cursor.
- subList(int, int) - Method in class org.apache.commons.collections4.list.AbstractLinkedList.LinkedSubList
-
Deprecated.
- subList(int, int) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Gets a sublist of the main list.
- subList(int, int) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubList
- subList(int, int) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
Gets a sublist of the main list.
- subList(int, int) - Method in class org.apache.commons.collections4.list.AbstractListDecorator
- subList(int, int) - Method in class org.apache.commons.collections4.list.FixedSizeList
- subList(int, int) - Method in class org.apache.commons.collections4.list.LazyList
- subList(int, int) - Method in class org.apache.commons.collections4.list.PredicatedList
- subList(int, int) - Method in class org.apache.commons.collections4.list.SetUniqueList
- subList(int, int) - Method in class org.apache.commons.collections4.list.TransformedList
- subList(int, int) - Method in class org.apache.commons.collections4.list.UnmodifiableList
- subList(int, int) - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- subList(int, int) - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap.WrappedList
- subMap(K, K) - Method in class org.apache.commons.collections4.bidimap.AbstractSortedBidiMapDecorator
- subMap(K, K) - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
- subMap(K, K) - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.ViewMap
- subMap(K, K) - Method in class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
- subMap(K, K) - Method in class org.apache.commons.collections4.map.AbstractSortedMapDecorator
- subMap(K, K) - Method in class org.apache.commons.collections4.map.FixedSizeSortedMap
- subMap(K, K) - Method in class org.apache.commons.collections4.map.LazySortedMap
- subMap(K, K) - Method in class org.apache.commons.collections4.map.PredicatedSortedMap
- subMap(K, K) - Method in class org.apache.commons.collections4.map.TransformedSortedMap
- subMap(K, K) - Method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
- subMap(K, K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
- subMap(K, K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- subMap(K, K) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- subSet(E, boolean, E, boolean) - Method in class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
- subSet(E, boolean, E, boolean) - Method in class org.apache.commons.collections4.set.PredicatedNavigableSet
- subSet(E, boolean, E, boolean) - Method in class org.apache.commons.collections4.set.TransformedNavigableSet
- subSet(E, boolean, E, boolean) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
- subSet(E, E) - Method in class org.apache.commons.collections4.set.AbstractSortedSetDecorator
- subSet(E, E) - Method in class org.apache.commons.collections4.set.PredicatedSortedSet
- subSet(E, E) - Method in class org.apache.commons.collections4.set.TransformedSortedSet
- subSet(E, E) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
- subSet(E, E) - Method in class org.apache.commons.collections4.set.UnmodifiableSortedSet
- subtract(int, int) - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
-
Subtracts from the cell for the bit index.
- subtract(Iterable<? extends O>, Iterable<? extends O>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns a new
Collectioncontaining<em>a</em> - <em>b</em>. - subtract(Iterable<? extends O>, Iterable<? extends O>, Predicate<O>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns a new
Collectioncontaining a minus a subset of b. - subtract(List<E>, List<? extends E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Subtracts all elements in the second list from the first list, placing the results in a new list.
- subtract(CellExtractor) - Method in class org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilter
- subtract(CellExtractor) - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
Adds the specified CellExtractor to this Bloom filter.
- subtree - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeEntrySet.EntryIterator
- subtree(K, int, int) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Finds the subtree that contains the prefix.
- sum(List<? extends E>, List<? extends E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns the sum of the given lists.
- supplier - Variable in class org.apache.commons.collections4.bloomfilter.LayerManager.Builder
- swapColors(TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
-
Exchanges colors with another node.
- swapPosition(TreeBidiMap.Node<K, V>, TreeBidiMap.Node<K, V>, TreeBidiMap.DataElement) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Swaps two nodes (except for their content), taking care of special cases where one is the other's parent ...
- switchClosure(Map<Predicate<E>, Closure<E>>) - Static method in class org.apache.commons.collections4.ClosureUtils
-
Create a new Closure that calls one of the closures depending on the predicates.
- switchClosure(Map<Predicate<E>, Closure<E>>) - Static method in class org.apache.commons.collections4.functors.SwitchClosure
-
Create a new Closure that calls one of the closures depending on the predicates.
- switchClosure(Predicate<? super E>[], Closure<? super E>[]) - Static method in class org.apache.commons.collections4.ClosureUtils
-
Create a new Closure that calls one of the closures depending on the predicates.
- switchClosure(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 the closures depending on the predicates.
- switchClosure(Predicate<? super E>[], Closure<? super E>[], Closure<? super E>) - Static method in class org.apache.commons.collections4.functors.SwitchClosure
-
Factory method that performs validation and copies the parameter arrays.
- SwitchClosure<T> - Class in org.apache.commons.collections4.functors
-
Closure implementation calls the closure whose predicate returns true, like a switch statement.
- SwitchClosure(boolean, Predicate<? super T>[], Closure<? super T>[], Closure<? super T>) - Constructor for class org.apache.commons.collections4.functors.SwitchClosure
-
Hidden constructor for the use by the static factory methods.
- SwitchClosure(Predicate<? super T>[], Closure<? super T>[], Closure<? super T>) - Constructor for class org.apache.commons.collections4.functors.SwitchClosure
-
Constructor that performs no validation.
- switchMapClosure(Map<? extends E, Closure<E>>) - Static method in class org.apache.commons.collections4.ClosureUtils
-
Create a new Closure that uses the input object as a key to find the closure to call.
- switchMapTransformer(Map<I, Transformer<I, O>>) - Static method in class org.apache.commons.collections4.TransformerUtils
-
Create a new Transformer that uses the input object as a key to find the transformer to call.
- switchTransformer(Map<? extends Predicate<? super I>, ? extends Transformer<? super I, ? extends O>>) - Static method in class org.apache.commons.collections4.functors.SwitchTransformer
-
Create a new Transformer that calls one of the transformers depending on the predicates.
- switchTransformer(Map<Predicate<I>, Transformer<I, O>>) - Static method in class org.apache.commons.collections4.TransformerUtils
-
Create a new Transformer that calls one of the transformers depending on the predicates.
- switchTransformer(Predicate<? super I>[], Transformer<? super I, ? extends O>[]) - Static method in class org.apache.commons.collections4.TransformerUtils
-
Create a new Transformer that calls one of the transformers depending on the predicates.
- switchTransformer(Predicate<? super I>[], Transformer<? super I, ? extends O>[], Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections4.functors.SwitchTransformer
-
Factory method that performs validation and copies the parameter arrays.
- switchTransformer(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 the transformers depending on the predicates.
- switchTransformer(Predicate<? super I>, Transformer<? super I, ? extends O>, Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections4.TransformerUtils
-
Deprecated.
- SwitchTransformer<T,
R> - Class in org.apache.commons.collections4.functors -
Transformer implementation calls the transformer whose predicate returns true, like a switch statement.
- SwitchTransformer(boolean, Predicate<? super T>[], Transformer<? super T, ? extends R>[], Transformer<? super T, ? extends R>) - Constructor for class org.apache.commons.collections4.functors.SwitchTransformer
-
Hidden constructor for the use by the static factory methods.
- SwitchTransformer(Predicate<? super T>[], Transformer<? super T, ? extends R>[], Transformer<? super T, ? extends R>) - Constructor for class org.apache.commons.collections4.functors.SwitchTransformer
-
Constructor that performs no validation.
- synchronizedBag(Bag<E>) - Static method in class org.apache.commons.collections4.bag.SynchronizedBag
-
Factory method to create a synchronized bag.
- synchronizedBag(Bag<E>) - Static method in class org.apache.commons.collections4.BagUtils
-
Returns a synchronized (thread-safe) bag backed by the given bag.
- SynchronizedBag<E> - Class in org.apache.commons.collections4.bag
-
Decorates another
Bagto synchronize its behavior for a multithreaded environment. - SynchronizedBag(Bag<E>) - Constructor for class org.apache.commons.collections4.bag.SynchronizedBag
-
Constructor that wraps (not copies).
- SynchronizedBag(Bag<E>, Object) - Constructor for class org.apache.commons.collections4.bag.SynchronizedBag
-
Constructor that wraps (not copies).
- SynchronizedBag.SynchronizedBagSet - Class in org.apache.commons.collections4.bag
-
Synchronized Set for the Bag class.
- SynchronizedBagSet(Set<E>, Object) - Constructor for class org.apache.commons.collections4.bag.SynchronizedBag.SynchronizedBagSet
-
Constructs a new instance.
- synchronizedCollection(Collection<C>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Deprecated.since 4.1, use
Collections.synchronizedCollection(Collection)instead - synchronizedCollection(Collection<T>) - Static method in class org.apache.commons.collections4.collection.SynchronizedCollection
-
Factory method to create a synchronized collection.
- SynchronizedCollection<E> - Class in org.apache.commons.collections4.collection
-
Decorates another
Collectionto synchronize its behavior for a multithreaded environment. - SynchronizedCollection(Collection<E>) - Constructor for class org.apache.commons.collections4.collection.SynchronizedCollection
-
Constructor that wraps (not copies).
- SynchronizedCollection(Collection<E>, Object) - Constructor for class org.apache.commons.collections4.collection.SynchronizedCollection
-
Constructor that wraps (not copies).
- synchronizedList(List<E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns a synchronized list backed by the given list.
- synchronizedMap(Map<K, V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Returns a synchronized map backed by the given map.
- synchronizedMultiSet(MultiSet<E>) - Static method in class org.apache.commons.collections4.multiset.SynchronizedMultiSet
-
Factory method to create a synchronized multiset.
- synchronizedMultiSet(MultiSet<E>) - Static method in class org.apache.commons.collections4.MultiSetUtils
-
Returns a synchronized (thread-safe) multiset backed by the given multiset.
- SynchronizedMultiSet<E> - Class in org.apache.commons.collections4.multiset
-
Decorates another
MultiSetto synchronize its behavior for a multithreaded environment. - SynchronizedMultiSet(MultiSet<E>) - Constructor for class org.apache.commons.collections4.multiset.SynchronizedMultiSet
-
Constructor that wraps (not copies).
- SynchronizedMultiSet(MultiSet<E>, Object) - Constructor for class org.apache.commons.collections4.multiset.SynchronizedMultiSet
-
Constructor that wraps (not copies).
- SynchronizedMultiSet.SynchronizedSet<T> - Class in org.apache.commons.collections4.multiset
-
Synchronized Set for the MultiSet class.
- synchronizedQueue(Queue<E>) - Static method in class org.apache.commons.collections4.queue.SynchronizedQueue
-
Factory method to create a synchronized queue.
- synchronizedQueue(Queue<E>) - Static method in class org.apache.commons.collections4.QueueUtils
-
Returns a synchronized (thread-safe) queue backed by the given queue.
- SynchronizedQueue<E> - Class in org.apache.commons.collections4.queue
-
Decorates another
Queueto synchronize its behavior for a multithreaded environment. - SynchronizedQueue(Queue<E>) - Constructor for class org.apache.commons.collections4.queue.SynchronizedQueue
-
Constructor that wraps (not copies).
- SynchronizedQueue(Queue<E>, Object) - Constructor for class org.apache.commons.collections4.queue.SynchronizedQueue
-
Constructor that wraps (not copies).
- synchronizedSet(Set<E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns a synchronized set backed by the given set.
- SynchronizedSet(Set<T>, Object) - Constructor for class org.apache.commons.collections4.multiset.SynchronizedMultiSet.SynchronizedSet
-
Constructs a new instance.
- synchronizedSortedBag(SortedBag<E>) - Static method in class org.apache.commons.collections4.bag.SynchronizedSortedBag
-
Factory method to create a synchronized sorted bag.
- synchronizedSortedBag(SortedBag<E>) - Static method in class org.apache.commons.collections4.BagUtils
-
Returns a synchronized (thread-safe) sorted bag backed by the given sorted bag.
- SynchronizedSortedBag<E> - Class in org.apache.commons.collections4.bag
-
Decorates another
SortedBagto synchronize its behavior for a multithreaded environment. - SynchronizedSortedBag(Bag<E>, Object) - Constructor for class org.apache.commons.collections4.bag.SynchronizedSortedBag
-
Constructor that wraps (not copies).
- SynchronizedSortedBag(SortedBag<E>) - Constructor for class org.apache.commons.collections4.bag.SynchronizedSortedBag
-
Constructor that wraps (not copies).
- synchronizedSortedMap(SortedMap<K, V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Returns a synchronized sorted map backed by the given sorted map.
- synchronizedSortedSet(SortedSet<E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns a synchronized sorted set backed by the given sorted set.
T
- table - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
-
The per-segment table.
- tailMap(K) - Method in class org.apache.commons.collections4.bidimap.AbstractSortedBidiMapDecorator
- tailMap(K) - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
- tailMap(K) - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.ViewMap
- tailMap(K) - Method in class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
- tailMap(K) - Method in class org.apache.commons.collections4.map.AbstractSortedMapDecorator
- tailMap(K) - Method in class org.apache.commons.collections4.map.FixedSizeSortedMap
- tailMap(K) - Method in class org.apache.commons.collections4.map.LazySortedMap
- tailMap(K) - Method in class org.apache.commons.collections4.map.PredicatedSortedMap
- tailMap(K) - Method in class org.apache.commons.collections4.map.TransformedSortedMap
- tailMap(K) - Method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
- tailMap(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.AbstractRangeMap
- tailMap(K) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- tailMap(K) - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- tailSet(E) - Method in class org.apache.commons.collections4.set.AbstractSortedSetDecorator
- tailSet(E) - Method in class org.apache.commons.collections4.set.PredicatedSortedSet
- tailSet(E) - Method in class org.apache.commons.collections4.set.TransformedSortedSet
- tailSet(E) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
- tailSet(E) - Method in class org.apache.commons.collections4.set.UnmodifiableSortedSet
- tailSet(E, boolean) - Method in class org.apache.commons.collections4.set.AbstractNavigableSetDecorator
- tailSet(E, boolean) - Method in class org.apache.commons.collections4.set.PredicatedNavigableSet
- tailSet(E, boolean) - Method in class org.apache.commons.collections4.set.TransformedNavigableSet
- tailSet(E, boolean) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
- test - Variable in class org.apache.commons.collections4.functors.EqualPredicate
-
The value to compare to
- test(int) - Method in class org.apache.commons.collections4.bloomfilter.IndexFilter.ArrayTracker
- test(int) - Method in class org.apache.commons.collections4.bloomfilter.IndexFilter.BitMapTracker
- test(int) - Method in class org.apache.commons.collections4.bloomfilter.IndexFilter
-
Test if the number should be processed by the
consumer. - test(int, int) - Method in interface org.apache.commons.collections4.bloomfilter.CellExtractor.CellPredicate
-
Performs an operation on the given
<index, count>pair. - test(long) - Method in class org.apache.commons.collections4.bloomfilter.CountingLongPredicate
- test(long, long) - Method in interface org.apache.commons.collections4.bloomfilter.LongBiPredicate
-
A function that takes to long arguments and returns a boolean.
- test(Object) - Method in class org.apache.commons.collections4.functors.InstanceofPredicate
-
Evaluates the predicate returning true if the input object is of the correct type.
- test(BloomFilter) - Method in class org.apache.commons.collections4.bloomfilter.LayeredBloomFilter.Finder
- test(T) - Method in class org.apache.commons.collections4.bloomfilter.CountingPredicate
- test(T) - Method in class org.apache.commons.collections4.functors.AllPredicate
-
Evaluates the predicate returning true if all predicates return true.
- test(T) - Method in class org.apache.commons.collections4.functors.AndPredicate
-
Evaluates the predicate returning true if both predicates return true.
- test(T) - Method in class org.apache.commons.collections4.functors.AnyPredicate
-
Evaluates the predicate returning true if any predicate returns true.
- test(T) - Method in class org.apache.commons.collections4.functors.ComparatorPredicate
-
Evaluates the predicate.
- test(T) - Method in class org.apache.commons.collections4.functors.EqualPredicate
-
Evaluates the predicate returning true if the input equals the stored value.
- test(T) - Method in class org.apache.commons.collections4.functors.ExceptionPredicate
-
Evaluates the predicate always throwing an exception.
- test(T) - Method in class org.apache.commons.collections4.functors.FalsePredicate
-
Evaluates the predicate returning false always.
- test(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.
- test(T) - Method in class org.apache.commons.collections4.functors.NonePredicate
-
Evaluates the predicate returning false if any stored predicate returns false.
- test(T) - Method in class org.apache.commons.collections4.functors.NotNullPredicate
-
Evaluates the predicate returning true if the object does not equal null.
- test(T) - Method in class org.apache.commons.collections4.functors.NotPredicate
-
Evaluates the predicate returning the opposite to the stored predicate.
- test(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.
- test(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.
- test(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.
- test(T) - Method in class org.apache.commons.collections4.functors.NullPredicate
-
Evaluates the predicate returning true if the input is null.
- test(T) - Method in class org.apache.commons.collections4.functors.OnePredicate
-
Evaluates the predicate returning true if only one decorated predicate returns true.
- test(T) - Method in class org.apache.commons.collections4.functors.OrPredicate
-
Evaluates the predicate returning true if either predicate returns true.
- test(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
- test(T) - Method in class org.apache.commons.collections4.functors.TransformerPredicate
-
Evaluates the predicate returning the result of the decorated transformer.
- test(T) - Method in class org.apache.commons.collections4.functors.TruePredicate
-
Evaluates the predicate returning true always.
- test(T) - Method in class org.apache.commons.collections4.functors.UniquePredicate
-
Evaluates the predicate returning true if the input object hasn't been received yet.
- test(T) - Method in interface org.apache.commons.collections4.Predicate
-
Deprecated.
- Thoughts on the hasher input - Search tag in class org.apache.commons.collections4.bloomfilter.EnhancedDoubleHasher
- Section
- threshold - Variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
Size at which to rehash
- threshold - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
-
The table is rehashed when its size exceeds this threshold.
- throwOnRemove - Variable in class org.apache.commons.collections4.iterators.ExtendedIterator
-
Set to
trueif this wrapping doesn't permit the use ofExtendedIterator.remove(), otherwise removal is delegated to the base iterator. - TiedMapEntry<K,
V> - Class in org.apache.commons.collections4.keyvalue -
A
Map.Entrytied to a map underneath. - TiedMapEntry(Map<K, V>, K) - Constructor for class org.apache.commons.collections4.keyvalue.TiedMapEntry
-
Constructs a new entry with the given Map and key.
- timeToLiveMillis - Variable in class org.apache.commons.collections4.map.PassiveExpiringMap.ConstantTimeToLiveExpirationPolicy
-
The constant time-to-live value measured in milliseconds.
- toArray() - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Returns an array of all of this bag's elements.
- toArray() - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
- toArray() - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Returns an array containing all of the elements in this composite.
- toArray() - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
- toArray() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- toArray() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- toArray() - Method in class org.apache.commons.collections4.list.TreeList
-
Converts the list into an array.
- toArray() - Method in class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.EntrySet
- toArray() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntrySet
- toArray() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceKeySet
- toArray() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceValues
- toArray() - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- toArray() - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet
- toArray() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- toArray() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Returns an array of all of this multiset's elements.
- toArray() - Method in class org.apache.commons.collections4.set.CompositeSet
-
Returns an array containing all of the elements in this composite.
- toArray() - Method in class org.apache.commons.collections4.set.ListOrderedSet
- toArray() - Method in class org.apache.commons.collections4.set.MapBackedSet
- toArray(Class<E>) - Method in class org.apache.commons.collections4.FluentIterable
-
Returns an array containing all elements of this iterable by traversing its iterator.
- toArray(Object[], int) - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Stores the node and its children into the array specified.
- toArray(Iterator<?>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an array based on an iterator.
- toArray(Iterator<? extends E>, Class<E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an array based on an iterator.
- toArray(T[]) - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Returns an array of all of this bag's elements.
- toArray(T[]) - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
- toArray(T[]) - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Returns an object array, populating the supplied array if possible.
- toArray(T[]) - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
- toArray(T[]) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- toArray(T[]) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- toArray(T[]) - Method in class org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.EntrySet
- toArray(T[]) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntrySet
- toArray(T[]) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceKeySet
- toArray(T[]) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceValues
- toArray(T[]) - Method in class org.apache.commons.collections4.map.LinkedMap.LinkedMapList
- toArray(T[]) - Method in class org.apache.commons.collections4.map.UnmodifiableEntrySet
- toArray(T[]) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- toArray(T[]) - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
-
Returns an array of all of this multiset's elements.
- toArray(T[]) - Method in class org.apache.commons.collections4.set.CompositeSet
-
Returns an object array, populating the supplied array if possible.
- toArray(T[]) - Method in class org.apache.commons.collections4.set.ListOrderedSet
- toArray(T[]) - Method in class org.apache.commons.collections4.set.MapBackedSet
- toCollection() - Method in class org.apache.commons.collections4.collection.CompositeCollection
-
Returns a new collection containing all of the elements
- toCollection(Supplier<C>) - Method in interface org.apache.commons.collections4.iterators.IteratorOperations
-
Adds the remaining elements in the iterator to a new
Collectionprovided by the supplier. - toInclusive - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntryMap
-
Whether or not the 'to' is inclusive.
- toKey - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.PrefixRangeMap
- toKey - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.RangeEntryMap
-
The key to end at, null if till the end.
- toList() - Method in class org.apache.commons.collections4.FluentIterable
-
Returns a mutable list containing all elements of this iterable by traversing its iterator.
- toList() - Method in interface org.apache.commons.collections4.iterators.IteratorOperations
-
Adds the remaining elements in the iterator to a new
List. - toList(Iterable<E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Gets a new list with the contents of the provided iterable.
- toList(Enumeration<? extends E>) - Static method in class org.apache.commons.collections4.EnumerationUtils
-
Creates a list based on an enumeration.
- toList(Iterator<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets a list based on an iterator.
- toList(Iterator<? extends E>, int) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets a list based on an iterator.
- toList(StringTokenizer) - Static method in class org.apache.commons.collections4.EnumerationUtils
-
Override toList(Enumeration) for StringTokenizer as it implements Enumeration<Object> for the sake of backward compatibility.
- toListIterator(Iterator<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets a list iterator based on a simple iterator.
- toLong(byte[], int, int) - Static method in class org.apache.commons.collections4.bloomfilter.EnhancedDoubleHasher
-
Convert bytes to big-endian long filling with zero bytes as necessary.
- toMap(ResourceBundle) - Static method in class org.apache.commons.collections4.MapUtils
-
Creates a new HashMap using data copied from a ResourceBundle.
- toMapEntry() - Method in class org.apache.commons.collections4.keyvalue.DefaultKeyValue
-
Returns a new
Map.Entryobject with key and value from this pair. - toProperties(Map<K, V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Gets a new Properties object initialized with the values from a Map.
- toPropertyFormat(String) - Static method in enum org.apache.commons.collections4.properties.AbstractPropertiesFactory.PropertyFormat
- toReference(AbstractReferenceMap.ReferenceStrength, T, int) - Method in class org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceEntry
-
Constructs a reference of the given type to the given referent.
- toSet() - Method in interface org.apache.commons.collections4.iterators.IteratorOperations
-
Adds the remaining elements in the iterator to a new
Set. - toSet() - Method in class org.apache.commons.collections4.set.CompositeSet
-
Returns a new Set containing all of the elements.
- toSet() - Method in class org.apache.commons.collections4.SetUtils.SetView
-
Returns a new set containing the contents of this view.
- toSet(Enumeration<? extends E>) - Static method in class org.apache.commons.collections4.EnumerationUtils
-
Creates a set based on an enumeration.
- toSet(Iterator<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets a set based on an iterator.
- toSet(Iterator<? extends E>, int) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets a set based on an iterator.
- toString() - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Implement a toString() method suitable for debugging.
- toString() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.BidiMapIterator
- toString() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
- toString() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- toString() - Method in enum org.apache.commons.collections4.bidimap.TreeBidiMap.DataElement
- toString() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- toString() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Returns a string version of this Map in standard format.
- toString() - Method in class org.apache.commons.collections4.bloomfilter.Shape
- toString() - Method in class org.apache.commons.collections4.collection.AbstractCollectionDecorator
- toString() - Method in class org.apache.commons.collections4.collection.SynchronizedCollection
- toString() - Method in class org.apache.commons.collections4.FluentIterable
- toString() - Method in class org.apache.commons.collections4.iterators.EntrySetMapIterator
-
Gets the iterator as a String.
- toString() - Method in class org.apache.commons.collections4.keyvalue.AbstractKeyValue
-
Gets a debugging String view of the pair.
- toString() - Method in class org.apache.commons.collections4.keyvalue.AbstractMapEntryDecorator
- toString() - Method in class org.apache.commons.collections4.keyvalue.MultiKey
-
Gets a debugging string version of the key.
- toString() - Method in class org.apache.commons.collections4.keyvalue.TiedMapEntry
-
Gets a string version of the entry.
- toString() - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.
- toString() - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
- toString() - Method in class org.apache.commons.collections4.list.TreeList.AVLNode
-
Used for debugging.
- toString() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashEntry
- toString() - Method in class org.apache.commons.collections4.map.AbstractHashedMap.HashIterator
- toString() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the map as a String.
- toString() - Method in class org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator
- toString() - Method in class org.apache.commons.collections4.map.AbstractMapDecorator
- toString() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SimpleEntry
- toString() - Method in class org.apache.commons.collections4.map.Flat3Map.FlatMapEntry
- toString() - Method in class org.apache.commons.collections4.map.Flat3Map.FlatMapIterator
- toString() - Method in class org.apache.commons.collections4.map.Flat3Map
-
Gets the map as a String.
- toString() - Method in class org.apache.commons.collections4.map.ListOrderedMap.EntrySetView
- toString() - Method in class org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapIterator
- toString() - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Returns the Map as a string.
- toString() - Method in class org.apache.commons.collections4.map.SingletonMap.SingletonMapIterator
- toString() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the map as a String.
- toString() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.AsMap
- toString() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
- toString() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- toString() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
- toString() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet.AbstractEntry
- toString() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Implement a toString() method suitable for debugging.
- toString() - Method in class org.apache.commons.collections4.properties.OrderedProperties
- toString() - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- toString() - Method in class org.apache.commons.collections4.set.ListOrderedSet
-
Uses the underlying List's toString so that order is achieved.
- toString() - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
- toString() - Method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry
- toString() - Method in class org.apache.commons.collections4.trie.AbstractBitwiseTrie
- toString() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry
- toString() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- toString(Iterable<E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns a string representation of the elements of the specified iterable.
- toString(Iterable<E>, Transformer<? super E, String>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns a string representation of the elements of the specified iterable.
- toString(Iterable<E>, Transformer<? super E, String>, String, String, String) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns a string representation of the elements of the specified iterable.
- toString(Iterator<E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Returns a string representation of the elements of the specified iterator.
- toString(Iterator<E>, Transformer<? super E, String>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Returns a string representation of the elements of the specified iterator.
- toString(Iterator<E>, Transformer<? super E, String>, String, String, String) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Returns a string representation of the elements of the specified iterator.
- totalSize() - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Gets the total size of the map by counting all the values.
- tracker - Variable in class org.apache.commons.collections4.bloomfilter.IndexFilter
- transform(E) - Method in class org.apache.commons.collections4.collection.TransformedCollection
-
Transforms an object.
- transform(I) - Method in class org.apache.commons.collections4.iterators.TransformIterator
-
Transforms the given object using the transformer.
- transform(Class<? extends T>) - Method in class org.apache.commons.collections4.functors.InstantiateTransformer
-
Transforms the input Class object to a result by instantiation.
- transform(Object) - Method in class org.apache.commons.collections4.functors.InvokerTransformer
-
Transforms the input to result by invoking a method on the input.
- transform(Collection<? extends E>) - Method in class org.apache.commons.collections4.collection.TransformedCollection
-
Transforms a collection.
- transform(Collection<C>, Transformer<? super C, ? extends C>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Transform the collection by applying a Transformer to each element.
- transform(Map.Entry<K, Collection<V>>) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.KeysMultiSet.MapEntryTransformer
- transform(Transformer<? super E, ? extends O>) - Method in class org.apache.commons.collections4.FluentIterable
-
Returns a new FluentIterable whose iterator will return all elements of this iterable transformed by the provided transformer.
- transform(T) - Method in class org.apache.commons.collections4.functors.ChainedTransformer
-
Transforms the input to result via each decorated transformer
- transform(T) - Method in class org.apache.commons.collections4.functors.CloneTransformer
-
Transforms the input to result by cloning it.
- transform(T) - Method in class org.apache.commons.collections4.functors.ClosureTransformer
-
Transforms the input to result by executing a closure.
- transform(T) - Method in class org.apache.commons.collections4.functors.ConstantTransformer
-
Transforms the input by ignoring it and returning the stored constant instead.
- transform(T) - Method in class org.apache.commons.collections4.functors.ExceptionTransformer
-
Transforms the input to result by cloning it.
- transform(T) - Method in class org.apache.commons.collections4.functors.FactoryTransformer
-
Transforms the input by ignoring the input and returning the result of calling the decorated factory.
- transform(T) - Method in class org.apache.commons.collections4.functors.IfTransformer
-
Transforms the input using the true or false transformer based to the result of the predicate.
- transform(T) - Method in class org.apache.commons.collections4.functors.MapTransformer
-
Transforms the input to result by looking it up in a
Map. - transform(T) - Method in class org.apache.commons.collections4.functors.NOPTransformer
-
Transforms the input to result by doing nothing.
- transform(T) - Method in class org.apache.commons.collections4.functors.PredicateTransformer
-
Transforms the input to result by calling a predicate.
- transform(T) - Method in class org.apache.commons.collections4.functors.StringValueTransformer
-
Transforms the input to result by calling
String.valueOf. - transform(T) - Method in class org.apache.commons.collections4.functors.SwitchTransformer
-
Transforms the input to result by calling the transformer whose matching predicate returns true.
- transform(T) - Method in interface org.apache.commons.collections4.Transformer
-
Deprecated.Transforms the input object into some output object.
- transformedBag(Bag<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.bag.TransformedBag
-
Factory method to create a transforming bag that will transform existing contents of the specified bag.
- TransformedBag<E> - Class in org.apache.commons.collections4.bag
-
Decorates another
Bagto transform objects that are added. - TransformedBag(Bag<E>, Transformer<? super E, ? extends E>) - Constructor for class org.apache.commons.collections4.bag.TransformedBag
-
Constructor that wraps (not copies).
- transformedCollection(Collection<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.collection.TransformedCollection
-
Factory method to create a transforming collection that will transform existing contents of the specified collection.
- TransformedCollection<E> - Class in org.apache.commons.collections4.collection
-
Decorates another
Collectionto transform objects that are added. - TransformedCollection(Collection<E>, Transformer<? super E, ? extends E>) - Constructor for class org.apache.commons.collections4.collection.TransformedCollection
-
Constructor that wraps (not copies).
- transformedComparator(Comparator<O>, Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections4.ComparatorUtils
-
Gets a Comparator that passes transformed objects to the given comparator.
- transformedIterable(Iterable<I>, Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns a transformed view of the given iterable where all of its elements have been transformed by the provided transformer.
- transformedIterator(Iterator<? extends I>, Transformer<? super I, ? extends O>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an iterator that transforms the elements of another iterator.
- transformedList(List<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.list.TransformedList
-
Factory method to create a transforming list that will transform existing contents of the specified list.
- transformedList(List<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns a transformed list backed by the given list.
- TransformedList<E> - Class in org.apache.commons.collections4.list
-
Decorates another
Listto transform objects that are added. - TransformedList(List<E>, Transformer<? super E, ? extends E>) - Constructor for class org.apache.commons.collections4.list.TransformedList
-
Constructor that wraps (not copies).
- TransformedList.TransformedListIterator - Class in org.apache.commons.collections4.list
-
Inner class Iterator for the TransformedList
- TransformedListIterator(ListIterator<E>) - Constructor for class org.apache.commons.collections4.list.TransformedList.TransformedListIterator
-
Create a new transformed list iterator.
- transformedMap(Map<K, V>, Transformer<? super K, ? extends K>, Transformer<? super V, ? extends V>) - Static method in class org.apache.commons.collections4.map.TransformedMap
-
Factory method to create a transforming map that will transform existing contents of the specified map.
- transformedMap(Map<K, V>, Transformer<? super K, ? extends K>, Transformer<? super V, ? extends V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Returns a transformed map backed by the given map.
- transformedMap(MultiValuedMap<K, V>, Transformer<? super K, ? extends K>, Transformer<? super V, ? extends V>) - Static method in class org.apache.commons.collections4.multimap.TransformedMultiValuedMap
-
Factory method to create a transforming MultiValuedMap that will transform existing contents of the specified map.
- TransformedMap<K,
V> - Class in org.apache.commons.collections4.map -
Decorates another
Mapto transform objects that are added. - TransformedMap(Map<K, V>, Transformer<? super K, ? extends K>, Transformer<? super V, ? extends V>) - Constructor for class org.apache.commons.collections4.map.TransformedMap
-
Constructor that wraps (not copies).
- transformedMultiValuedMap(MultiValuedMap<K, V>, Transformer<? super K, ? extends K>, Transformer<? super V, ? extends V>) - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Returns a
TransformedMultiValuedMapbacked by the given map. - TransformedMultiValuedMap<K,
V> - Class in org.apache.commons.collections4.multimap -
Decorates another
MultiValuedMapto transform objects that are added. - TransformedMultiValuedMap(MultiValuedMap<K, V>, Transformer<? super K, ? extends K>, Transformer<? super V, ? extends V>) - Constructor for class org.apache.commons.collections4.multimap.TransformedMultiValuedMap
-
Constructor that wraps (not copies).
- transformedNavigableSet(NavigableSet<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.set.TransformedNavigableSet
-
Factory method to create a transforming navigable set that will transform existing contents of the specified navigable set.
- transformedNavigableSet(NavigableSet<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns a transformed navigable set backed by the given navigable set.
- TransformedNavigableSet<E> - Class in org.apache.commons.collections4.set
-
Decorates another
NavigableSetto transform objects that are added. - TransformedNavigableSet(NavigableSet<E>, Transformer<? super E, ? extends E>) - Constructor for class org.apache.commons.collections4.set.TransformedNavigableSet
-
Constructor that wraps (not copies).
- transformedPredicate(Transformer<? super T, ? extends T>, Predicate<? super T>) - Static method in class org.apache.commons.collections4.functors.TransformedPredicate
-
Creates the predicate.
- transformedPredicate(Transformer<? super T, ? extends T>, Predicate<? super T>) - Static method in class org.apache.commons.collections4.PredicateUtils
-
Creates a predicate that transforms the input object before passing it to the predicate.
- TransformedPredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that transforms the given object before invoking another
Predicate. - TransformedPredicate(Transformer<? super T, ? extends T>, Predicate<? super T>) - Constructor for class org.apache.commons.collections4.functors.TransformedPredicate
-
Constructor that performs no validation.
- transformedQueue(Queue<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.queue.TransformedQueue
-
Factory method to create a transforming queue that will transform existing contents of the specified queue.
- TransformedQueue<E> - Class in org.apache.commons.collections4.queue
-
Decorates another
Queueto transform objects that are added. - TransformedQueue(Queue<E>, Transformer<? super E, ? extends E>) - Constructor for class org.apache.commons.collections4.queue.TransformedQueue
-
Constructor that wraps (not copies).
- transformedSet(Set<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.set.TransformedSet
-
Factory method to create a transforming set that will transform existing contents of the specified set.
- transformedSet(Set<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns a transformed set backed by the given set.
- TransformedSet<E> - Class in org.apache.commons.collections4.set
-
Decorates another
Setto transform objects that are added. - TransformedSet(Set<E>, Transformer<? super E, ? extends E>) - Constructor for class org.apache.commons.collections4.set.TransformedSet
-
Constructor that wraps (not copies).
- transformedSortedBag(SortedBag<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.bag.TransformedSortedBag
-
Factory method to create a transforming sorted bag that will transform existing contents of the specified sorted bag.
- TransformedSortedBag<E> - Class in org.apache.commons.collections4.bag
-
Decorates another
SortedBagto transform objects that are added. - TransformedSortedBag(SortedBag<E>, Transformer<? super E, ? extends E>) - Constructor for class org.apache.commons.collections4.bag.TransformedSortedBag
-
Constructor that wraps (not copies).
- transformedSortedMap(SortedMap<K, V>, Transformer<? super K, ? extends K>, Transformer<? super V, ? extends V>) - Static method in class org.apache.commons.collections4.map.TransformedSortedMap
-
Factory method to create a transforming sorted map that will transform existing contents of the specified map.
- transformedSortedMap(SortedMap<K, V>, Transformer<? super K, ? extends K>, Transformer<? super V, ? extends V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Returns a transformed sorted map backed by the given map.
- TransformedSortedMap<K,
V> - Class in org.apache.commons.collections4.map -
Decorates another
SortedMapto transform objects that are added. - TransformedSortedMap(SortedMap<K, V>, Transformer<? super K, ? extends K>, Transformer<? super V, ? extends V>) - Constructor for class org.apache.commons.collections4.map.TransformedSortedMap
-
Constructor that wraps (not copies).
- transformedSortedSet(SortedSet<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.set.TransformedSortedSet
-
Factory method to create a transforming sorted set that will transform existing contents of the specified sorted set.
- transformedSortedSet(SortedSet<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns a transformed sorted set backed by the given set.
- TransformedSortedSet<E> - Class in org.apache.commons.collections4.set
-
Decorates another
SortedSetto transform objects that are added. - TransformedSortedSet(SortedSet<E>, Transformer<? super E, ? extends E>) - Constructor for class org.apache.commons.collections4.set.TransformedSortedSet
-
Constructor that wraps (not copies).
- TransformedSplitMap<J,
K, - Class in org.apache.commons.collections4.splitmapU, V> -
Decorates another
Mapto transform objects that are added. - TransformedSplitMap(Map<K, V>, Transformer<? super J, ? extends K>, Transformer<? super U, ? extends V>) - Constructor for class org.apache.commons.collections4.splitmap.TransformedSplitMap
-
Constructor that wraps (not copies).
- transformer - Variable in class org.apache.commons.collections4.collection.TransformedCollection
-
The transformer to use
- transformer - Variable in class org.apache.commons.collections4.comparators.TransformingComparator
-
The transformer being used.
- transformer - Variable in class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
The transformer to use
- transformer - Variable in class org.apache.commons.collections4.iterators.TransformIterator
-
The transformer being used
- transformer - Variable in class org.apache.commons.collections4.list.LazyList
-
The transformer to use to lazily instantiate the objects
- Transformer<T,
R> - Interface in org.apache.commons.collections4 -
Deprecated.Use
Function. - transformerClosure(Transformer<? super E, ?>) - Static method in class org.apache.commons.collections4.functors.TransformerClosure
-
Factory method that performs validation.
- TransformerClosure<T> - Class in org.apache.commons.collections4.functors
-
Closure implementation that calls a Transformer using the input object and ignore the result.
- TransformerClosure(Transformer<? super T, ?>) - Constructor for class org.apache.commons.collections4.functors.TransformerClosure
-
Constructor that performs no validation.
- transformerPredicate(Transformer<? super T, Boolean>) - Static method in class org.apache.commons.collections4.functors.TransformerPredicate
-
Creates the predicate.
- TransformerPredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that returns the result of a transformer.
- TransformerPredicate(Transformer<? super T, Boolean>) - Constructor for class org.apache.commons.collections4.functors.TransformerPredicate
-
Constructor that performs no validation.
- TransformerUtils - Class in org.apache.commons.collections4
-
TransformerUtilsprovides reference implementations and utilities for the Transformer functor interface. - TransformerUtils() - Constructor for class org.apache.commons.collections4.TransformerUtils
-
This class is not normally instantiated.
- transformingBag(Bag<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.bag.TransformedBag
-
Factory method to create a transforming bag.
- transformingBag(Bag<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.BagUtils
-
Returns a transformed bag backed by the given bag.
- transformingCollection(Collection<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.collection.TransformedCollection
-
Factory method to create a transforming collection.
- transformingCollection(Collection<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns a transformed bag backed by the given collection.
- TransformingComparator<I,
O> - Class in org.apache.commons.collections4.comparators -
Decorates another Comparator with transformation behavior.
- TransformingComparator(Transformer<? super I, ? extends O>) - Constructor for class org.apache.commons.collections4.comparators.TransformingComparator
-
Constructs an instance with the given Transformer and a
ComparableComparator. - TransformingComparator(Transformer<? super I, ? extends O>, Comparator<O>) - Constructor for class org.apache.commons.collections4.comparators.TransformingComparator
-
Constructs an instance with the given Transformer and Comparator.
- transformingList(List<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.list.TransformedList
-
Factory method to create a transforming list.
- transformingMap(Map<K, V>, Transformer<? super J, ? extends K>, Transformer<? super U, ? extends V>) - Static method in class org.apache.commons.collections4.splitmap.TransformedSplitMap
-
Factory method to create a transforming map.
- transformingMap(Map<K, V>, Transformer<? super K, ? extends K>, Transformer<? super V, ? extends V>) - Static method in class org.apache.commons.collections4.map.TransformedMap
-
Factory method to create a transforming map.
- transformingMap(MultiValuedMap<K, V>, Transformer<? super K, ? extends K>, Transformer<? super V, ? extends V>) - Static method in class org.apache.commons.collections4.multimap.TransformedMultiValuedMap
-
Factory method to create a transforming MultiValuedMap.
- transformingNavigableSet(NavigableSet<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.set.TransformedNavigableSet
-
Factory method to create a transforming navigable set.
- transformingQueue(Queue<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.queue.TransformedQueue
-
Factory method to create a transforming queue.
- transformingQueue(Queue<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.QueueUtils
-
Returns a transformed queue backed by the given queue.
- transformingSet(Set<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.set.TransformedSet
-
Factory method to create a transforming set.
- transformingSortedBag(SortedBag<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.bag.TransformedSortedBag
-
Factory method to create a transforming sorted bag.
- transformingSortedBag(SortedBag<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.BagUtils
-
Returns a transformed sorted bag backed by the given bag.
- transformingSortedMap(SortedMap<K, V>, Transformer<? super K, ? extends K>, Transformer<? super V, ? extends V>) - Static method in class org.apache.commons.collections4.map.TransformedSortedMap
-
Factory method to create a transforming sorted map.
- transformingSortedSet(SortedSet<E>, Transformer<? super E, ? extends E>) - Static method in class org.apache.commons.collections4.set.TransformedSortedSet
-
Factory method to create a transforming sorted set.
- TransformIterator<I,
O> - Class in org.apache.commons.collections4.iterators -
Decorates an iterator such that each element returned is transformed.
- TransformIterator() - Constructor for class org.apache.commons.collections4.iterators.TransformIterator
-
Constructs a new
TransformIteratorthat will not function until thesetIteratorandTransformIterator.setTransformer(Transformer)methods are invoked. - TransformIterator(Iterator<? extends I>) - Constructor for class org.apache.commons.collections4.iterators.TransformIterator
-
Constructs a new
TransformIteratorthat won't transform elements from the given iterator. - TransformIterator(Iterator<? extends I>, Transformer<? super I, ? extends O>) - Constructor for class org.apache.commons.collections4.iterators.TransformIterator
-
Constructs a new
TransformIteratorthat will use the given iterator and transformer. - transformKey(J) - Method in class org.apache.commons.collections4.splitmap.TransformedSplitMap
-
Transforms a key.
- transformKey(K) - Method in class org.apache.commons.collections4.map.TransformedMap
-
Transforms a key.
- transformKey(K) - Method in class org.apache.commons.collections4.multimap.TransformedMultiValuedMap
-
Transforms a key.
- transformMap(Map<? extends J, ? extends U>) - Method in class org.apache.commons.collections4.splitmap.TransformedSplitMap
-
Transforms a map.
- transformMap(Map<? extends K, ? extends V>) - Method in class org.apache.commons.collections4.map.TransformedMap
-
Transforms a map.
- transformValue(U) - Method in class org.apache.commons.collections4.splitmap.TransformedSplitMap
-
Transforms a value.
- transformValue(V) - Method in class org.apache.commons.collections4.map.TransformedMap
-
Transforms a value.
- transformValue(V) - Method in class org.apache.commons.collections4.multimap.TransformedMultiValuedMap
-
Transforms a value.
- TreeBag<E> - Class in org.apache.commons.collections4.bag
- TreeBag() - Constructor for class org.apache.commons.collections4.bag.TreeBag
-
Constructs an empty
TreeBag. - TreeBag(Iterable<? extends E>) - Constructor for class org.apache.commons.collections4.bag.TreeBag
-
Constructs a bag containing all the members of the given Iterable.
- TreeBag(Collection<? extends E>) - Constructor for class org.apache.commons.collections4.bag.TreeBag
-
Constructs a
TreeBagcontaining all the members of the specified collection. - TreeBag(Comparator<? super E>) - Constructor for class org.apache.commons.collections4.bag.TreeBag
-
Constructs an empty bag that maintains order on its unique representative members according to the given
Comparator. - TreeBidiMap<K,
V> - Class in org.apache.commons.collections4.bidimap -
Red-Black tree-based implementation of BidiMap where all objects added implement the
Comparableinterface. - TreeBidiMap() - Constructor for class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Constructs a new empty TreeBidiMap.
- TreeBidiMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Constructs a new TreeBidiMap by copying an existing Map.
- TreeBidiMap.AbstractView<E> - Class in org.apache.commons.collections4.bidimap
-
A view of this map.
- TreeBidiMap.AbstractViewIterator - Class in org.apache.commons.collections4.bidimap
-
An iterator over the map.
- TreeBidiMap.DataElement - Enum in org.apache.commons.collections4.bidimap
- TreeBidiMap.EntryView - Class in org.apache.commons.collections4.bidimap
-
A view of this map.
- TreeBidiMap.Inverse - Class in org.apache.commons.collections4.bidimap
-
The inverse map implementation.
- TreeBidiMap.InverseEntryView - Class in org.apache.commons.collections4.bidimap
-
A view of this map.
- TreeBidiMap.InverseViewMapEntryIterator - Class in org.apache.commons.collections4.bidimap
-
An iterator over the inverse map entries.
- TreeBidiMap.InverseViewMapIterator - Class in org.apache.commons.collections4.bidimap
-
An iterator over the map.
- TreeBidiMap.KeyView - Class in org.apache.commons.collections4.bidimap
- TreeBidiMap.Node<K,
V> - Class in org.apache.commons.collections4.bidimap -
A node used to store the data.
- TreeBidiMap.ValueView - Class in org.apache.commons.collections4.bidimap
- TreeBidiMap.ViewMapEntryIterator - Class in org.apache.commons.collections4.bidimap
-
An iterator over the map entries.
- TreeBidiMap.ViewMapIterator - Class in org.apache.commons.collections4.bidimap
-
An iterator over the map.
- TreeList<E> - Class in org.apache.commons.collections4.list
-
A
Listimplementation that is optimized for fast insertions and removals at any index in the list. - TreeList() - Constructor for class org.apache.commons.collections4.list.TreeList
-
Constructs a new empty list.
- TreeList(Collection<? extends E>) - Constructor for class org.apache.commons.collections4.list.TreeList
-
Constructs a new empty list that copies the specified collection.
- TreeList.AVLNode<E> - Class in org.apache.commons.collections4.list
-
Implements an AVLNode which keeps the offset updated.
- TreeList.TreeListIterator<E> - Class in org.apache.commons.collections4.list
-
A list iterator over the linked list.
- TreeListIterator(TreeList<E>, int) - Constructor for class org.apache.commons.collections4.list.TreeList.TreeListIterator
-
Create a ListIterator for a list.
- Trie<K,
V> - Interface in org.apache.commons.collections4 -
Defines the interface for a prefix tree, an ordered tree data structure.
- TrieEntry(K, V, int) - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry
-
Constructs a new instance.
- TrieMapIterator() - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieMapIterator
- TrieUtils - Class in org.apache.commons.collections4
-
A collection of
Trieutilities. - TrieUtils() - Constructor for class org.apache.commons.collections4.TrieUtils
-
Don't allow instances.
- trimToSize() - Method in class org.apache.commons.collections4.multimap.ArrayListValuedHashMap
-
Trims the capacity of all value collections to their current size.
- trimToSize() - Method in class org.apache.commons.collections4.multimap.ArrayListValuedLinkedHashMap
-
Trims the capacity of all value collections to their current size.
- TRUE_FIRST - Static variable in class org.apache.commons.collections4.comparators.BooleanComparator
-
Constant "true first" reference.
- trueFirst - Variable in class org.apache.commons.collections4.comparators.BooleanComparator
-
trueifftruevalues sort beforefalsevalues. - truePredicate() - Static method in class org.apache.commons.collections4.functors.TruePredicate
-
Factory returning the singleton instance.
- truePredicate() - Static method in class org.apache.commons.collections4.PredicateUtils
-
Gets a Predicate that always returns true.
- TruePredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that always returns true.
- TruePredicate() - Constructor for class org.apache.commons.collections4.functors.TruePredicate
-
Restricted constructor.
- typeSafeIterator - Variable in class org.apache.commons.collections4.iterators.IteratorIterable
-
The iterator parameterized as the
IteratorIterable.iterator()return type.
U
- umodifiableListIterator(ListIterator<? extends E>) - Static method in class org.apache.commons.collections4.iterators.UnmodifiableListIterator
-
Deprecated.method name has typo in it. Use
UnmodifiableListIterator.unmodifiableListIterator(ListIterator)instead. - union(Iterable<? extends O>, Iterable<? extends O>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Returns a
Collectioncontaining the union of the givenIterables. - union(List<? extends E>, List<? extends E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns a new list containing the second list appended to the first list.
- union(Set<? extends E>, Set<? extends E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns an unmodifiable view of the union of the given
Sets. - unique() - Method in class org.apache.commons.collections4.FluentIterable
-
Returns a new FluentIterable whose iterator will return a unique view of this iterable.
- uniqueElements() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.KeysMultiSet
- uniqueElements() - Method in class org.apache.commons.collections4.multiset.AbstractMapMultiSet
- uniqueElements() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Returns the number of unique elements in this multiset.
- UniqueFilterIterator<E> - Class in org.apache.commons.collections4.iterators
-
A FilterIterator which only returns "unique" Objects.
- UniqueFilterIterator(Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.UniqueFilterIterator
-
Constructs a new
UniqueFilterIterator. - uniqueIndex - Variable in class org.apache.commons.collections4.collection.IndexedCollection
-
The uniqueness constraint for the index.
- uniqueIndexedCollection(Collection<C>, Transformer<C, K>) - Static method in class org.apache.commons.collections4.collection.IndexedCollection
-
Create an
IndexedCollectionfor a unique index. - uniqueIndices() - Method in interface org.apache.commons.collections4.bloomfilter.BloomFilter
-
Most Bloom filters create unique IndexExtractors.
- uniqueIndices() - Method in interface org.apache.commons.collections4.bloomfilter.CellExtractor
- uniqueIndices() - Method in interface org.apache.commons.collections4.bloomfilter.CountingBloomFilter
-
The default implementation is a no-op since the counting bloom filter returns an unique IndexExtractor by default.
- uniqueIndices() - Method in interface org.apache.commons.collections4.bloomfilter.IndexExtractor
-
Creates an IndexExtractor comprising the unique indices for this extractor.
- uniqueIterable(Iterable<E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns a unique view of the given iterable.
- uniquePredicate() - Static method in class org.apache.commons.collections4.functors.UniquePredicate
-
Creates the predicate.
- uniquePredicate() - Static method in class org.apache.commons.collections4.PredicateUtils
-
Creates a Predicate that returns true the first time an object is encountered, and false if the same object is received again.
- UniquePredicate<T> - Class in org.apache.commons.collections4.functors
-
Predicate implementation that returns true the first time an object is passed into the predicate.
- UniquePredicate() - Constructor for class org.apache.commons.collections4.functors.UniquePredicate
-
Constructor that performs no validation.
- uniqueSet - Variable in class org.apache.commons.collections4.bag.AbstractMapBag
-
Unique view of the elements
- uniqueSet - Variable in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
View of the elements
- uniqueSet() - Method in class org.apache.commons.collections4.bag.AbstractBagDecorator
- uniqueSet() - Method in class org.apache.commons.collections4.bag.AbstractMapBag
-
Returns an unmodifiable view of the underlying map's key set.
- uniqueSet() - Method in class org.apache.commons.collections4.bag.PredicatedBag
- uniqueSet() - Method in class org.apache.commons.collections4.bag.SynchronizedBag
- uniqueSet() - Method in class org.apache.commons.collections4.bag.TransformedBag
- uniqueSet() - Method in interface org.apache.commons.collections4.Bag
-
Returns a
Setof unique elements in the Bag. - uniqueSet() - Method in class org.apache.commons.collections4.bag.UnmodifiableBag
- uniqueSet() - Method in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
- uniqueSet() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSet
-
Returns a view of the unique elements of this multiset.
- uniqueSet() - Method in class org.apache.commons.collections4.multiset.AbstractMultiSetDecorator
- uniqueSet() - Method in class org.apache.commons.collections4.multiset.PredicatedMultiSet
- uniqueSet() - Method in class org.apache.commons.collections4.multiset.SynchronizedMultiSet
- uniqueSet() - Method in interface org.apache.commons.collections4.MultiSet
-
Returns a
Setof unique elements in the MultiSet. - uniqueSet() - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
- UniqueSet(AbstractMultiSet<E>) - Constructor for class org.apache.commons.collections4.multiset.AbstractMultiSet.UniqueSet
-
Constructs a new unique element view of the MultiSet.
- UniqueSetIterator(Iterator<E>, AbstractMapMultiSet<E>) - Constructor for class org.apache.commons.collections4.multiset.AbstractMapMultiSet.UniqueSetIterator
-
Constructs a new instance.
- unknownObjectBehavior - Variable in class org.apache.commons.collections4.comparators.FixedOrderComparator
-
The behavior in the case of an unknown object
- UnknownObjectBehavior() - Constructor for enum org.apache.commons.collections4.comparators.FixedOrderComparator.UnknownObjectBehavior
- unmodifiable() - Method in class org.apache.commons.collections4.FluentIterable
-
Returns a new FluentIterable whose iterator will return an unmodifiable view of this iterable.
- Unmodifiable - Interface in org.apache.commons.collections4
-
Marker interface for collections, maps and iterators that are unmodifiable.
- unmodifiableBag(Bag<? extends E>) - Static method in class org.apache.commons.collections4.bag.UnmodifiableBag
-
Factory method to create an unmodifiable bag.
- unmodifiableBag(Bag<? extends E>) - Static method in class org.apache.commons.collections4.BagUtils
-
Returns an unmodifiable view of the given bag.
- UnmodifiableBag<E> - Class in org.apache.commons.collections4.bag
-
Decorates another
Bagto ensure it can't be altered. - UnmodifiableBag(Bag<? extends E>) - Constructor for class org.apache.commons.collections4.bag.UnmodifiableBag
-
Constructor that wraps (not copies).
- unmodifiableBidiMap(BidiMap<? extends K, ? extends V>) - Static method in class org.apache.commons.collections4.bidimap.UnmodifiableBidiMap
-
Factory method to create an unmodifiable map.
- UnmodifiableBidiMap<K,
V> - Class in org.apache.commons.collections4.bidimap -
Decorates another
BidiMapto ensure it can't be altered. - UnmodifiableBidiMap(BidiMap<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.bidimap.UnmodifiableBidiMap
-
Constructor that wraps (not copies).
- unmodifiableBoundedCollection(Collection<? extends E>) - Static method in class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
-
Factory method to create an unmodifiable bounded collection.
- unmodifiableBoundedCollection(BoundedCollection<? extends E>) - Static method in class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
-
Factory method to create an unmodifiable bounded collection.
- UnmodifiableBoundedCollection<E> - Class in org.apache.commons.collections4.collection
-
UnmodifiableBoundedCollectiondecorates anotherBoundedCollectionto ensure it can't be altered. - UnmodifiableBoundedCollection(BoundedCollection<? extends E>) - Constructor for class org.apache.commons.collections4.collection.UnmodifiableBoundedCollection
-
Constructor that wraps (not copies).
- unmodifiableCollection(Collection<? extends C>) - Static method in class org.apache.commons.collections4.CollectionUtils
-
Deprecated.since 4.1, use
Collections.unmodifiableCollection(Collection)instead - unmodifiableCollection(Collection<? extends T>) - Static method in class org.apache.commons.collections4.collection.UnmodifiableCollection
-
Factory method to create an unmodifiable collection.
- UnmodifiableCollection<E> - Class in org.apache.commons.collections4.collection
-
Decorates another
Collectionto ensure it can't be altered. - UnmodifiableCollection(Collection<? extends E>) - Constructor for class org.apache.commons.collections4.collection.UnmodifiableCollection
-
Constructor that wraps (not copies).
- UnmodifiableEntry(Map.Entry<K, V>) - Constructor for class org.apache.commons.collections4.map.UnmodifiableEntrySet.UnmodifiableEntry
- unmodifiableEntrySet(Set<Map.Entry<K, V>>) - Static method in class org.apache.commons.collections4.map.UnmodifiableEntrySet
-
Factory method to create an unmodifiable set of Map Entry objects.
- UnmodifiableEntrySet<K,
V> - Class in org.apache.commons.collections4.map -
Decorates a map entry
Setto ensure it can't be altered. - UnmodifiableEntrySet(Set<Map.Entry<K, V>>) - Constructor for class org.apache.commons.collections4.map.UnmodifiableEntrySet
-
Constructor that wraps (not copies).
- UnmodifiableEntrySet.UnmodifiableEntry - Class in org.apache.commons.collections4.map
-
Implements a map entry that is unmodifiable.
- UnmodifiableEntrySet.UnmodifiableEntrySetIterator - Class in org.apache.commons.collections4.map
-
Implements an entry set iterator.
- UnmodifiableEntrySetIterator(Iterator<Map.Entry<K, V>>) - Constructor for class org.apache.commons.collections4.map.UnmodifiableEntrySet.UnmodifiableEntrySetIterator
- unmodifiableIterable(Iterable<E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Returns an unmodifiable view of the given iterable.
- UnmodifiableIterable(Iterable<E>) - Constructor for class org.apache.commons.collections4.IterableUtils.UnmodifiableIterable
- unmodifiableIterator(Iterator<? extends E>) - Static method in class org.apache.commons.collections4.iterators.UnmodifiableIterator
-
Decorates the specified iterator such that it cannot be modified.
- unmodifiableIterator(Iterator<E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an immutable version of an
Iterator. - UnmodifiableIterator<E> - Class in org.apache.commons.collections4.iterators
-
Decorates an iterator such that it cannot be modified.
- UnmodifiableIterator(Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.UnmodifiableIterator
-
Constructs a new instance.
- unmodifiableList(List<? extends E>) - Static method in class org.apache.commons.collections4.list.UnmodifiableList
-
Factory method to create an unmodifiable list.
- unmodifiableList(List<? extends E>) - Static method in class org.apache.commons.collections4.ListUtils
-
Returns an unmodifiable list backed by the given list.
- UnmodifiableList<E> - Class in org.apache.commons.collections4.list
-
Decorates another
Listto ensure it can't be altered. - UnmodifiableList(List<? extends E>) - Constructor for class org.apache.commons.collections4.list.UnmodifiableList
-
Constructor that wraps (not copies).
- unmodifiableListIterator(ListIterator<? extends E>) - Static method in class org.apache.commons.collections4.iterators.UnmodifiableListIterator
-
Decorates the specified iterator such that it cannot be modified.
- unmodifiableListIterator(ListIterator<E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an immutable version of a
ListIterator. - UnmodifiableListIterator<E> - Class in org.apache.commons.collections4.iterators
-
Decorates a list iterator such that it cannot be modified.
- UnmodifiableListIterator(ListIterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.UnmodifiableListIterator
-
Constructs a new instance.
- unmodifiableMap(Map<? extends K, ? extends V>) - Static method in class org.apache.commons.collections4.map.UnmodifiableMap
-
Factory method to create an unmodifiable map.
- unmodifiableMap(Map<? extends K, ? extends V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Returns an unmodifiable map backed by the given map.
- UnmodifiableMap<K,
V> - Class in org.apache.commons.collections4.map -
Decorates another
Mapto ensure it can't be altered. - UnmodifiableMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.UnmodifiableMap
-
Constructor that wraps (not copies).
- UnmodifiableMapEntry<K,
V> - Class in org.apache.commons.collections4.keyvalue -
A
Map.Entrythat throws UnsupportedOperationException whensetValueis called. - UnmodifiableMapEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.keyvalue.UnmodifiableMapEntry
-
Constructs a new entry from the specified
Map.Entry. - UnmodifiableMapEntry(K, V) - Constructor for class org.apache.commons.collections4.keyvalue.UnmodifiableMapEntry
-
Constructs a new entry with the specified key and given value.
- UnmodifiableMapEntry(KeyValue<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.keyvalue.UnmodifiableMapEntry
-
Constructs a new entry from the specified
KeyValue. - unmodifiableMapIterator(MapIterator<? extends K, ? extends V>) - Static method in class org.apache.commons.collections4.iterators.UnmodifiableMapIterator
-
Decorates the specified iterator such that it cannot be modified.
- unmodifiableMapIterator(MapIterator<K, V>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Gets an immutable version of a
MapIterator. - UnmodifiableMapIterator<K,
V> - Class in org.apache.commons.collections4.iterators -
Decorates a map iterator such that it cannot be modified.
- UnmodifiableMapIterator(MapIterator<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.iterators.UnmodifiableMapIterator
-
Constructs a new instance.
- unmodifiableMultiSet(MultiSet<? extends E>) - Static method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
-
Factory method to create an unmodifiable multiset.
- unmodifiableMultiSet(MultiSet<? extends E>) - Static method in class org.apache.commons.collections4.MultiSetUtils
-
Returns an unmodifiable view of the given multiset.
- UnmodifiableMultiSet<E> - Class in org.apache.commons.collections4.multiset
-
Decorates another
MultiSetto ensure it can't be altered. - UnmodifiableMultiSet(MultiSet<? extends E>) - Constructor for class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
-
Constructor that wraps (not copies).
- unmodifiableMultiValuedMap(MultiValuedMap<? extends K, ? extends V>) - Static method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
-
Factory method to create an unmodifiable MultiValuedMap.
- unmodifiableMultiValuedMap(MultiValuedMap<? extends K, ? extends V>) - Static method in class org.apache.commons.collections4.MultiMapUtils
-
Returns an
UnmodifiableMultiValuedMapbacked by the given map. - UnmodifiableMultiValuedMap<K,
V> - Class in org.apache.commons.collections4.multimap -
Decorates another
MultiValuedMapto ensure it can't be altered. - UnmodifiableMultiValuedMap(MultiValuedMap<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
-
Constructor that wraps (not copies).
- unmodifiableNavigableSet(NavigableSet<E>) - Static method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
-
Factory method to create an unmodifiable set.
- unmodifiableNavigableSet(NavigableSet<E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns an unmodifiable navigable set backed by the given navigable set.
- UnmodifiableNavigableSet<E> - Class in org.apache.commons.collections4.set
-
Decorates another
NavigableSetto ensure it can't be altered. - UnmodifiableNavigableSet(NavigableSet<E>) - Constructor for class org.apache.commons.collections4.set.UnmodifiableNavigableSet
-
Constructor that wraps (not copies).
- unmodifiableOrderedBidiMap(OrderedBidiMap<? extends K, ? extends V>) - Static method in class org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMap
-
Factory method to create an unmodifiable map.
- UnmodifiableOrderedBidiMap<K,
V> - Class in org.apache.commons.collections4.bidimap -
Decorates another
OrderedBidiMapto ensure it can't be altered. - UnmodifiableOrderedBidiMap(OrderedBidiMap<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMap
-
Constructor that wraps (not copies).
- unmodifiableOrderedMap(OrderedMap<? extends K, ? extends V>) - Static method in class org.apache.commons.collections4.map.UnmodifiableOrderedMap
-
Factory method to create an unmodifiable sorted map.
- UnmodifiableOrderedMap<K,
V> - Class in org.apache.commons.collections4.map -
Decorates another
OrderedMapto ensure it can't be altered. - UnmodifiableOrderedMap(OrderedMap<? extends K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.UnmodifiableOrderedMap
-
Constructor that wraps (not copies).
- unmodifiableOrderedMapIterator(OrderedMapIterator<K, ? extends V>) - Static method in class org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIterator
-
Decorates the specified iterator such that it cannot be modified.
- UnmodifiableOrderedMapIterator<K,
V> - Class in org.apache.commons.collections4.iterators -
Decorates an ordered map iterator such that it cannot be modified.
- UnmodifiableOrderedMapIterator(OrderedMapIterator<K, ? extends V>) - Constructor for class org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIterator
-
Constructs a new instance.
- unmodifiableQueue(Queue<? extends E>) - Static method in class org.apache.commons.collections4.queue.UnmodifiableQueue
-
Factory method to create an unmodifiable queue.
- unmodifiableQueue(Queue<? extends E>) - Static method in class org.apache.commons.collections4.QueueUtils
-
Returns an unmodifiable queue backed by the given queue.
- UnmodifiableQueue<E> - Class in org.apache.commons.collections4.queue
-
Decorates another
Queueto ensure it can't be altered. - UnmodifiableQueue(Queue<? extends E>) - Constructor for class org.apache.commons.collections4.queue.UnmodifiableQueue
-
Constructor that wraps (not copies).
- unmodifiableSet(E...) - Static method in class org.apache.commons.collections4.SetUtils
-
Creates an unmodifiable set from the given items.
- unmodifiableSet(Set<? extends E>) - Static method in class org.apache.commons.collections4.set.UnmodifiableSet
-
Factory method to create an unmodifiable set.
- unmodifiableSet(Set<? extends E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns an unmodifiable set backed by the given set.
- UnmodifiableSet<E> - Class in org.apache.commons.collections4.set
-
Decorates another
Setto ensure it can't be altered. - UnmodifiableSet(Set<? extends E>) - Constructor for class org.apache.commons.collections4.set.UnmodifiableSet
-
Constructor that wraps (not copies).
- unmodifiableSortedBag(SortedBag<E>) - Static method in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
-
Factory method to create an unmodifiable bag.
- unmodifiableSortedBag(SortedBag<E>) - Static method in class org.apache.commons.collections4.BagUtils
-
Returns an unmodifiable view of the given sorted bag.
- UnmodifiableSortedBag<E> - Class in org.apache.commons.collections4.bag
-
Decorates another
SortedBagto ensure it can't be altered. - UnmodifiableSortedBag(SortedBag<E>) - Constructor for class org.apache.commons.collections4.bag.UnmodifiableSortedBag
-
Constructor that wraps (not copies).
- unmodifiableSortedBidiMap(SortedBidiMap<K, ? extends V>) - Static method in class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
-
Factory method to create an unmodifiable map.
- UnmodifiableSortedBidiMap<K,
V> - Class in org.apache.commons.collections4.bidimap -
Decorates another
SortedBidiMapto ensure it can't be altered. - UnmodifiableSortedBidiMap(SortedBidiMap<K, ? extends V>) - Constructor for class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
-
Constructor that wraps (not copies).
- unmodifiableSortedMap(SortedMap<K, ? extends V>) - Static method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
-
Factory method to create an unmodifiable sorted map.
- unmodifiableSortedMap(SortedMap<K, ? extends V>) - Static method in class org.apache.commons.collections4.MapUtils
-
Returns an unmodifiable sorted map backed by the given sorted map.
- UnmodifiableSortedMap<K,
V> - Class in org.apache.commons.collections4.map -
Decorates another
SortedMapto ensure it can't be altered. - UnmodifiableSortedMap(SortedMap<K, ? extends V>) - Constructor for class org.apache.commons.collections4.map.UnmodifiableSortedMap
-
Constructor that wraps (not copies).
- unmodifiableSortedSet(SortedSet<E>) - Static method in class org.apache.commons.collections4.set.UnmodifiableSortedSet
-
Factory method to create an unmodifiable set.
- unmodifiableSortedSet(SortedSet<E>) - Static method in class org.apache.commons.collections4.SetUtils
-
Returns an unmodifiable sorted set backed by the given sorted set.
- UnmodifiableSortedSet<E> - Class in org.apache.commons.collections4.set
-
Decorates another
SortedSetto ensure it can't be altered. - UnmodifiableSortedSet(SortedSet<E>) - Constructor for class org.apache.commons.collections4.set.UnmodifiableSortedSet
-
Constructor that wraps (not copies).
- unmodifiableTrie(Trie<K, ? extends V>) - Static method in class org.apache.commons.collections4.trie.UnmodifiableTrie
-
Factory method to create an unmodifiable trie.
- unmodifiableTrie(Trie<K, ? extends V>) - Static method in class org.apache.commons.collections4.TrieUtils
-
Returns an unmodifiable instance of a
Trie - UnmodifiableTrie<K,
V> - Class in org.apache.commons.collections4.trie -
An unmodifiable
Trie. - UnmodifiableTrie(Trie<K, ? extends V>) - Constructor for class org.apache.commons.collections4.trie.UnmodifiableTrie
-
Constructor that wraps (not copies).
- unregisterCursor(CursorableLinkedList.Cursor<E>) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Deregisters a cursor from the list to be notified of changes.
- UNSUPPORTED_OPERATION_MESSAGE - Static variable in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
Message used when set or add are called.
- unsupportedOperationException() - Static method in class org.apache.commons.collections4.list.FixedSizeList
- updateCurrentIterator() - Method in class org.apache.commons.collections4.iterators.IteratorChain
-
Updates the current iterator field to ensure that the current Iterator is not exhausted
- updateCurrentIterator() - Method in class org.apache.commons.collections4.iterators.LazyIteratorChain
-
Updates the current iterator field to ensure that the current Iterator is not exhausted.
- updateCurrentIterator() - Method in class org.apache.commons.collections4.iterators.ObjectGraphIterator
-
Loops around the iterators to find the next value to return.
- updateEntry(AbstractHashedMap.HashEntry<K, V>, V) - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Updates an existing key-value mapping to change the value.
- updateEntry(AbstractHashedMap.HashEntry<K, V>, V) - Method in class org.apache.commons.collections4.map.LRUMap
-
Updates an existing key-value mapping.
- updateNode(AbstractLinkedList.Node<E>, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedList
-
Deprecated.Updates the node with a new value.
- updateNode(AbstractLinkedList.Node<E>, E) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Updates the node with a new value.
- updateNode(AbstractLinkedListJava21.Node<E>, E) - Method in class org.apache.commons.collections4.list.AbstractLinkedListJava21
-
Updates the node with a new value.
V
- valid - Variable in class org.apache.commons.collections4.list.CursorableLinkedList.Cursor
-
Deprecated.Is the cursor valid (not closed)
- validate(E) - Method in class org.apache.commons.collections4.collection.PredicatedCollection
-
Validates the object being added to ensure it matches the predicate.
- validate(Collection<? extends Predicate<? super T>>) - Static method in class org.apache.commons.collections4.functors.FunctorUtils
-
Validate the predicates to ensure that all is well.
- validate(Consumer<?>...) - Static method in class org.apache.commons.collections4.functors.FunctorUtils
-
Validates the consumers to ensure that all is well.
- validate(Function<?, ?>...) - Static method in class org.apache.commons.collections4.functors.FunctorUtils
-
Validate method
- validate(Predicate<?>...) - Static method in class org.apache.commons.collections4.functors.FunctorUtils
-
Validate the predicates to ensure that all is well.
- validate(K, V) - Method in class org.apache.commons.collections4.map.PredicatedMap
-
Validates a key value pair.
- validateAndConvertToMillis(long, TimeUnit) - Static method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
First validate the input parameters.
- validForUpdate - Variable in class org.apache.commons.collections4.iterators.ReverseListIterator
-
Flag to indicate if updating is possible at the moment.
- value - Variable in class org.apache.commons.collections4.bag.AbstractMapBag.MutableInteger
-
The value of this mutable.
- value - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap.Node
- value - Variable in class org.apache.commons.collections4.keyvalue.AbstractKeyValue
-
The value
- value - Variable in class org.apache.commons.collections4.list.AbstractLinkedList.Node
-
Deprecated.The object contained within this node
- value - Variable in class org.apache.commons.collections4.list.AbstractLinkedListJava21.Node
-
The object contained within this node
- value - Variable in class org.apache.commons.collections4.list.TreeList.AVLNode
-
The stored element.
- value - Variable in class org.apache.commons.collections4.map.AbstractHashedMap.HashEntry
-
The value
- value - Variable in enum org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceStrength
-
Value
- value - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.InitializableEntry
- value - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.SimpleEntry
- value - Variable in class org.apache.commons.collections4.map.DefaultedMap
-
The transformer to use if the map does not contain a key
- value - Variable in class org.apache.commons.collections4.map.SingletonMap
-
Singleton value
- value - Variable in class org.apache.commons.collections4.map.StaticBucketMap.Node
- value - Variable in class org.apache.commons.collections4.multiset.AbstractMapMultiSet.MutableInteger
-
The value of this mutable.
- value - Variable in class org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry
-
The entry's value.
- value() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashEntry
- VALUE - Enum constant in enum org.apache.commons.collections4.bidimap.TreeBidiMap.DataElement
- value1 - Variable in class org.apache.commons.collections4.map.Flat3Map
-
Value, used while in flat mode
- value2 - Variable in class org.apache.commons.collections4.map.Flat3Map
-
Value, used while in flat mode
- value3 - Variable in class org.apache.commons.collections4.map.Flat3Map
-
Value, used while in flat mode
- valueComparator - Variable in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
The value comparator to use
- valueComparator() - Method in class org.apache.commons.collections4.bidimap.AbstractSortedBidiMapDecorator
- valueComparator() - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
- valueComparator() - Method in interface org.apache.commons.collections4.SortedBidiMap
-
Gets the comparator used for the values in the value-to-key map aspect.
- ValueIterator() - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.ValueIterator
- ValueIterator() - Constructor for class org.apache.commons.collections4.map.StaticBucketMap.ValueIterator
- ValueIterator() - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.Values.ValueIterator
- valueList() - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Gets a view over the values in the map as a List.
- valueOf(String) - Static method in enum org.apache.commons.collections4.bidimap.TreeBidiMap.DataElement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.collections4.comparators.FixedOrderComparator.UnknownObjectBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.collections4.functors.ComparatorPredicate.Criterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceStrength
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.collections4.map.ConcurrentReferenceHashMap.ReferenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.collections4.properties.AbstractPropertiesFactory.PropertyFormat
-
Returns the enum constant of this type with the specified name.
- valuePredicate - Variable in class org.apache.commons.collections4.map.PredicatedMap
-
The value predicate to use
- valueRef - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashEntry
- valueReferenceType - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
- values - Variable in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
View of the values.
- values - Variable in class org.apache.commons.collections4.iterators.CollatingIterator
-
Nextobjects peeked from each iterator. - values - Variable in class org.apache.commons.collections4.map.AbstractHashedMap
-
Values
- values - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
- values - Variable in class org.apache.commons.collections4.map.MultiValueMap.ValuesIterator
-
Deprecated.
- values - Variable in class org.apache.commons.collections4.multimap.AbstractListValuedMap.ValuesListIterator
- values - Variable in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.ValuesIterator
- values - Variable in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- values() - Method in class org.apache.commons.collections4.bidimap.AbstractBidiMapDecorator
- values() - Method in class org.apache.commons.collections4.bidimap.AbstractDualBidiMap
-
Gets a values view of the map.
- values() - Static method in enum org.apache.commons.collections4.bidimap.TreeBidiMap.DataElement
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap.Inverse
- values() - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Returns a set view of the values contained in this map in key order.
- values() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableBidiMap
- values() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMap
- values() - Method in class org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMap
- values() - Method in interface org.apache.commons.collections4.BidiMap
-
Returns a
Setview of the values contained in this map. - values() - Static method in enum org.apache.commons.collections4.comparators.FixedOrderComparator.UnknownObjectBehavior
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.collections4.functors.ComparatorPredicate.Criterion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in interface org.apache.commons.collections4.Get
-
Gets a a collection view of the values contained in this map.
- values() - Method in class org.apache.commons.collections4.map.AbstractHashedMap
-
Gets the values view of the map.
- values() - Method in class org.apache.commons.collections4.map.AbstractMapDecorator
- values() - Static method in enum org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceStrength
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.commons.collections4.map.AbstractReferenceMap
-
Returns a collection view of this map's values.
- values() - Method in class org.apache.commons.collections4.map.CompositeMap
-
Returns a collection view of the values contained in this map.
- values() - Static method in enum org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Option
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.collections4.map.ConcurrentReferenceHashMap.ReferenceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap
-
Returns a
Collectionview of the values contained in this map. - values() - Method in class org.apache.commons.collections4.map.FixedSizeMap
- values() - Method in class org.apache.commons.collections4.map.FixedSizeSortedMap
- values() - Method in class org.apache.commons.collections4.map.Flat3Map
-
Gets the values view of the map.
- values() - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Gets a view over the values in the map.
- values() - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Gets a collection containing all the values in the map.
- values() - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
All expired entries are removed from the map prior to returning the value collection.
- values() - Method in class org.apache.commons.collections4.map.SingletonMap
-
Gets the unmodifiable values view of the map.
- values() - Method in class org.apache.commons.collections4.map.StaticBucketMap
-
Gets the values.
- values() - Method in class org.apache.commons.collections4.map.UnmodifiableMap
- values() - Method in class org.apache.commons.collections4.map.UnmodifiableOrderedMap
- values() - Method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
- values() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
Gets a collection containing all the values in the map.
- values() - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMapDecorator
- values() - Method in class org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMap
- values() - Method in interface org.apache.commons.collections4.MultiMap
-
Deprecated.Gets a collection containing all the values in the map.
- values() - Method in interface org.apache.commons.collections4.MultiValuedMap
-
Gets a
Collectionview of all values contained in this multivalued map. - values() - Static method in enum org.apache.commons.collections4.properties.AbstractPropertiesFactory.PropertyFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.commons.collections4.properties.PropertiesFactory.EmptyProperties
- values() - Method in class org.apache.commons.collections4.splitmap.AbstractIterableGetMapDecorator
- values() - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedGet
- values() - Method in class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- values() - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
- values() - Method in class org.apache.commons.collections4.trie.UnmodifiableTrie
- values(K) - Method in class org.apache.commons.collections4.collection.IndexedCollection
-
Gets all elements associated with the given key.
- Values() - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Values
- Values() - Constructor for class org.apache.commons.collections4.map.MultiValueMap.Values
-
Deprecated.
- Values() - Constructor for class org.apache.commons.collections4.map.StaticBucketMap.Values
- Values() - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.Values
- Values() - Constructor for class org.apache.commons.collections4.trie.AbstractPatriciaTrie.Values
- Values(AbstractDualBidiMap<?, V>) - Constructor for class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Values
-
Constructs a new instance.
- Values(AbstractHashedMap<?, V>) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap.Values
-
Constructs a new instance.
- Values(Flat3Map<?, V>) - Constructor for class org.apache.commons.collections4.map.Flat3Map.Values
- valueSet - Variable in class org.apache.commons.collections4.iterators.CollatingIterator
-
Whether or not each
CollatingIterator.valueselement has been set. - ValuesIterator(Object) - Constructor for class org.apache.commons.collections4.map.MultiValueMap.ValuesIterator
-
Deprecated.
- ValuesIterator(Object) - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.ValuesIterator
- ValuesIterator(Iterator<V>, AbstractDualBidiMap<?, V>) - Constructor for class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.ValuesIterator
-
Constructs a new instance.
- ValuesIterator(AbstractHashedMap<?, V>) - Constructor for class org.apache.commons.collections4.map.AbstractHashedMap.ValuesIterator
-
Constructs a new instance.
- ValuesIterator(AbstractLinkedMap<?, V>) - Constructor for class org.apache.commons.collections4.map.AbstractLinkedMap.ValuesIterator
-
Constructs a new instance.
- ValuesIterator(Flat3Map<?, V>) - Constructor for class org.apache.commons.collections4.map.Flat3Map.ValuesIterator
- ValuesListIterator(K) - Constructor for class org.apache.commons.collections4.multimap.AbstractListValuedMap.ValuesListIterator
- ValuesListIterator(K, int) - Constructor for class org.apache.commons.collections4.multimap.AbstractListValuedMap.ValuesListIterator
- valuesSet - Variable in class org.apache.commons.collections4.bidimap.TreeBidiMap
- valuesView - Variable in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.The cached values.
- valuesView - Variable in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
-
The values view
- ValuesView(ListOrderedMap<?, V>) - Constructor for class org.apache.commons.collections4.map.ListOrderedMap.ValuesView
- valueTransformer - Variable in class org.apache.commons.collections4.map.TransformedMap
-
The transformer to use for the value
- valueTransformer - Variable in class org.apache.commons.collections4.multimap.TransformedMultiValuedMap
-
The value transformer
- valueTransformer - Variable in class org.apache.commons.collections4.splitmap.TransformedSplitMap
-
The transformer to use for the value
- valueType - Variable in class org.apache.commons.collections4.map.AbstractReferenceMap
-
The reference type for values.
- valueType - Variable in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
- ValueView(TreeBidiMap.DataElement) - Constructor for class org.apache.commons.collections4.bidimap.TreeBidiMap.ValueView
-
Creates a new TreeBidiMap.ValueView.
- vDown - Variable in class org.apache.commons.collections4.sequence.SequencesComparator
-
Temporary variables.
- verbosePrint(PrintStream, Object, Map<?, ?>) - Static method in class org.apache.commons.collections4.MapUtils
-
Prints the given map with nice line breaks.
- verbosePrintInternal(PrintStream, Object, Map<?, ?>, Deque<Map<?, ?>>, boolean) - Static method in class org.apache.commons.collections4.MapUtils
-
Implementation providing functionality for
MapUtils.debugPrint(java.io.PrintStream, java.lang.Object, java.util.Map<?, ?>)and forMapUtils.verbosePrint(java.io.PrintStream, java.lang.Object, java.util.Map<?, ?>). - View(Collection<E>, AbstractDualBidiMap<K, V>) - Constructor for class org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View
-
Constructs a new instance.
- ViewMap(DualTreeBidiMap<K, V>, SortedMap<K, V>) - Constructor for class org.apache.commons.collections4.bidimap.DualTreeBidiMap.ViewMap
-
Constructs a new instance.
- ViewMapEntryIterator() - Constructor for class org.apache.commons.collections4.bidimap.TreeBidiMap.ViewMapEntryIterator
-
Constructs a new instance.
- ViewMapIterator(TreeBidiMap.DataElement) - Constructor for class org.apache.commons.collections4.bidimap.TreeBidiMap.ViewMapIterator
-
Constructs a new instance.
- visit(CommandVisitor<T>) - Method in class org.apache.commons.collections4.sequence.EditScript
-
Visit the script.
- visitDeleteCommand(E) - Method in class org.apache.commons.collections4.ListUtils.LcsVisitor
- visitDeleteCommand(T) - Method in interface org.apache.commons.collections4.sequence.CommandVisitor
-
Method called when a delete command is encountered.
- visitDeleteCommand(T) - Method in class org.apache.commons.collections4.sequence.ReplacementsFinder
-
Add an object to the pending deletions set.
- visitInsertCommand(E) - Method in class org.apache.commons.collections4.ListUtils.LcsVisitor
- visitInsertCommand(T) - Method in interface org.apache.commons.collections4.sequence.CommandVisitor
-
Method called when an insert command is encountered.
- visitInsertCommand(T) - Method in class org.apache.commons.collections4.sequence.ReplacementsFinder
-
Add an object to the pending insertions set.
- visitKeepCommand(E) - Method in class org.apache.commons.collections4.ListUtils.LcsVisitor
- visitKeepCommand(T) - Method in interface org.apache.commons.collections4.sequence.CommandVisitor
-
Method called when a keep command is encountered.
- visitKeepCommand(T) - Method in class org.apache.commons.collections4.sequence.ReplacementsFinder
-
Handle a synchronization object.
- vUp - Variable in class org.apache.commons.collections4.sequence.SequencesComparator
W
- WEAK - Enum constant in enum org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceStrength
-
Weak reference type.
- WEAK - Enum constant in enum org.apache.commons.collections4.map.ConcurrentReferenceHashMap.ReferenceType
-
Indicates a
WeakReferenceshould be used - WeakKeyReference(K, int, ReferenceQueue<Object>) - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.WeakKeyReference
- weakKeys() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
-
Sets key reference type to
ConcurrentReferenceHashMap.ReferenceType.WEAK. - WeakRef(int, T, ReferenceQueue<? super T>) - Constructor for class org.apache.commons.collections4.map.AbstractReferenceMap.WeakRef
- WeakValueReference(V, Object, int, ReferenceQueue<Object>) - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.WeakValueReference
- weakValues() - Method in class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Builder
-
Sets value reference type to
ConcurrentReferenceHashMap.ReferenceType.WEAK. - whileClosure(Predicate<? super E>, Closure<? super E>) - Static method in class org.apache.commons.collections4.ClosureUtils
-
Creates a Closure that will call the closure repeatedly until the predicate returns false.
- whileClosure(Predicate<? super E>, Closure<? super E>, boolean) - Static method in class org.apache.commons.collections4.functors.WhileClosure
-
Factory method that performs validation.
- WhileClosure<T> - Class in org.apache.commons.collections4.functors
-
Closure implementation that executes a closure repeatedly until a condition is met, like a do-while or while loop.
- WhileClosure(Predicate<? super T>, Closure<? super T>, boolean) - Constructor for class org.apache.commons.collections4.functors.WhileClosure
-
Constructor that performs no validation.
- wrapped - Variable in class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
- WrappedBloomFilter<T,
W> - Class in org.apache.commons.collections4.bloomfilter -
An abstract class to assist in implementing Bloom filter decorators.
- WrappedBloomFilter(W) - Constructor for class org.apache.commons.collections4.bloomfilter.WrappedBloomFilter
-
Wraps a Bloom filter.
- wrappedCollection(K) - Method in class org.apache.commons.collections4.multimap.AbstractListValuedMap
- wrappedCollection(K) - Method in class org.apache.commons.collections4.multimap.AbstractMultiValuedMap
- wrappedCollection(K) - Method in class org.apache.commons.collections4.multimap.AbstractSetValuedMap
- WrappedCollection(K) - Constructor for class org.apache.commons.collections4.multimap.AbstractMultiValuedMap.WrappedCollection
- WrappedGet(Get<K, V>) - Constructor for class org.apache.commons.collections4.SplitMapUtils.WrappedGet
- wrappedIteratorIndex - Variable in class org.apache.commons.collections4.iterators.ListIteratorWrapper
-
The current index of the wrapped iterator.
- WrappedList(K) - Constructor for class org.apache.commons.collections4.multimap.AbstractListValuedMap.WrappedList
- WrappedPut(Put<K, V>) - Constructor for class org.apache.commons.collections4.SplitMapUtils.WrappedPut
- WrappedSet(K) - Constructor for class org.apache.commons.collections4.multimap.AbstractSetValuedMap.WrappedSet
- writableMap(Put<K, V>) - Static method in class org.apache.commons.collections4.SplitMapUtils
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.bag.CollectionBag
-
Writes the collection out using a custom routine.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.bag.CollectionSortedBag
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.bag.HashBag
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.bag.TreeBag
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.bag.UnmodifiableBag
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.bag.UnmodifiableSortedBag
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.bidimap.DualHashBidiMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.bidimap.DualLinkedHashBidiMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.bidimap.DualTreeBidiMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.bidimap.TreeBidiMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.list.AbstractSerializableListDecorator
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.list.CursorableLinkedList
-
Deprecated.Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.list.NodeCachingLinkedList
-
Deprecated.Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.CaseInsensitiveMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.DefaultedMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.FixedSizeMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.FixedSizeSortedMap
-
Writes the map out using a custom routine.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.Flat3Map
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.HashedMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.LazyMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.LinkedMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.ListOrderedMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.LRUMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.MultiKeyMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.MultiValueMap
-
Deprecated.Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.PassiveExpiringMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.PredicatedMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.ReferenceIdentityMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.ReferenceMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.TransformedMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.UnmodifiableMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.UnmodifiableOrderedMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.map.UnmodifiableSortedMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.multimap.ArrayListValuedHashMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.multimap.ArrayListValuedLinkedHashMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.multimap.HashSetValuedHashMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.multimap.LinkedHashSetValuedLinkedHashMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.multiset.HashMultiSet
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.multiset.UnmodifiableMultiSet
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.queue.CircularFifoQueue
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.queue.UnmodifiableQueue
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.set.AbstractSerializableSetDecorator
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.set.UnmodifiableNavigableSet
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.set.UnmodifiableSortedSet
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.splitmap.TransformedSplitMap
-
Serializes this object to an ObjectOutputStream.
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.collections4.trie.AbstractPatriciaTrie
-
Serializes this object to an ObjectOutputStream.
- WriteThroughEntry(K, V) - Constructor for class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.WriteThroughEntry
X
- XML - Enum constant in enum org.apache.commons.collections4.properties.AbstractPropertiesFactory.PropertyFormat
-
XML file format.
- xorCardinality(BitMapExtractor, BitMapExtractor) - Static method in class org.apache.commons.collections4.bloomfilter.SetOperations
-
Calculates the cardinality of the logical
XORof the bit maps for the two filters.
Z
- zip(Iterable<? extends E>) - Method in class org.apache.commons.collections4.FluentIterable
-
Returns a new FluentIterable whose iterator will traverse the elements of this iterable and the other iterable in alternating order.
- zip(Iterable<? extends E>...) - Method in class org.apache.commons.collections4.FluentIterable
-
Returns a new FluentIterable whose iterator will traverse the elements of this iterable and the other iterables in alternating order.
- zippingIterable(Iterable<? extends E>, Iterable<? extends E>) - Static method in class org.apache.commons.collections4.IterableUtils
-
Interleaves two iterables into a single iterable.
- zippingIterable(Iterable<? extends E>, Iterable<? extends E>...) - Static method in class org.apache.commons.collections4.IterableUtils
-
Interleaves two iterables into a single iterable.
- zippingIterator(Iterator<? extends E>...) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Returns an iterator that interleaves elements from the decorated iterators.
- zippingIterator(Iterator<? extends E>, Iterator<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Returns an iterator that interleaves elements from the decorated iterators.
- zippingIterator(Iterator<? extends E>, Iterator<? extends E>, Iterator<? extends E>) - Static method in class org.apache.commons.collections4.IteratorUtils
-
Returns an iterator that interleaves elements from the decorated iterators.
- ZippingIterator<E> - Class in org.apache.commons.collections4.iterators
-
Provides an interleaved iteration over the elements contained in a collection of Iterators.
- ZippingIterator(Iterator<? extends E>...) - Constructor for class org.apache.commons.collections4.iterators.ZippingIterator
-
Constructs a new
ZippingIteratorthat will provide interleaved iteration of the specified iterators. - ZippingIterator(Iterator<? extends E>, Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.ZippingIterator
-
Constructs a new
ZippingIteratorthat will provide interleaved iteration over the two given iterators. - ZippingIterator(Iterator<? extends E>, Iterator<? extends E>, Iterator<? extends E>) - Constructor for class org.apache.commons.collections4.iterators.ZippingIterator
-
Constructs a new
ZippingIteratorthat will provide interleaved iteration over the three given iterators.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
AbstractLinkedListJava21instead