Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractBagDecorator - Class in org.apache.commons.collections.bag
-
Decorates another
Bagto provide additional behaviour. - AbstractBagDecorator() - Constructor for class org.apache.commons.collections.bag.AbstractBagDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractBagDecorator(Bag) - Constructor for class org.apache.commons.collections.bag.AbstractBagDecorator
-
Constructor that wraps (not copies).
- AbstractBidiMapDecorator - Class in org.apache.commons.collections.bidimap
-
Provides a base decorator that enables additional functionality to be added to a BidiMap via decoration.
- AbstractBidiMapDecorator(BidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
-
Constructor that wraps (not copies).
- AbstractBufferDecorator - Class in org.apache.commons.collections.buffer
-
Decorates another
Bufferto provide additional behaviour. - AbstractBufferDecorator() - Constructor for class org.apache.commons.collections.buffer.AbstractBufferDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractBufferDecorator(Buffer) - Constructor for class org.apache.commons.collections.buffer.AbstractBufferDecorator
-
Constructor that wraps (not copies).
- AbstractCollectionDecorator - Class in org.apache.commons.collections.collection
-
Decorates another
Collectionto provide additional behaviour. - AbstractCollectionDecorator() - Constructor for class org.apache.commons.collections.collection.AbstractCollectionDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractCollectionDecorator(Collection) - Constructor for class org.apache.commons.collections.collection.AbstractCollectionDecorator
-
Constructor that wraps (not copies).
- AbstractDualBidiMap - Class in org.apache.commons.collections.bidimap
-
Abstract
BidiMapimplemented using two maps. - AbstractDualBidiMap() - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Creates an empty map, initialised by
createMap. - AbstractDualBidiMap(Map, Map) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Creates an empty map using the two maps specified as storage.
- AbstractDualBidiMap(Map, Map, BidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Constructs a map that decorates the specified maps, used by the subclass
createBidiMapimplementation. - AbstractDualBidiMap.BidiMapIterator - Class in org.apache.commons.collections.bidimap
-
Inner class MapIterator.
- AbstractDualBidiMap.EntrySet - Class in org.apache.commons.collections.bidimap
-
Inner class EntrySet.
- AbstractDualBidiMap.EntrySetIterator - Class in org.apache.commons.collections.bidimap
-
Inner class EntrySetIterator.
- AbstractDualBidiMap.KeySet - Class in org.apache.commons.collections.bidimap
-
Inner class KeySet.
- AbstractDualBidiMap.KeySetIterator - Class in org.apache.commons.collections.bidimap
-
Inner class KeySetIterator.
- AbstractDualBidiMap.MapEntry - Class in org.apache.commons.collections.bidimap
-
Inner class MapEntry.
- AbstractDualBidiMap.Values - Class in org.apache.commons.collections.bidimap
-
Inner class Values.
- AbstractDualBidiMap.ValuesIterator - Class in org.apache.commons.collections.bidimap
-
Inner class ValuesIterator.
- AbstractDualBidiMap.View - Class in org.apache.commons.collections.bidimap
-
Inner class View.
- AbstractHashedMap - Class in org.apache.commons.collections.map
-
An abstract implementation of a hash-based map which provides numerous points for subclasses to override.
- AbstractHashedMap() - Constructor for class org.apache.commons.collections.map.AbstractHashedMap
-
Constructor only used in deserialization, do not use otherwise.
- AbstractHashedMap(int) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap
-
Constructs a new, empty map with the specified initial capacity and default load factor.
- AbstractHashedMap(int, float) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap
-
Constructs a new, empty map with the specified initial capacity and load factor.
- AbstractHashedMap(int, float, int) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap
-
Constructor which performs no validation on the passed in parameters.
- AbstractHashedMap(Map) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap
-
Constructor copying elements from another map.
- AbstractHashedMap.EntrySet - Class in org.apache.commons.collections.map
-
EntrySet implementation.
- AbstractHashedMap.EntrySetIterator - Class in org.apache.commons.collections.map
-
EntrySet iterator.
- AbstractHashedMap.HashEntry - Class in org.apache.commons.collections.map
-
HashEntry used to store the data.
- AbstractHashedMap.HashIterator - Class in org.apache.commons.collections.map
-
Base Iterator
- AbstractHashedMap.HashMapIterator - Class in org.apache.commons.collections.map
-
MapIterator implementation.
- AbstractHashedMap.KeySet - Class in org.apache.commons.collections.map
-
KeySet implementation.
- AbstractHashedMap.KeySetIterator - Class in org.apache.commons.collections.map
-
KeySet iterator.
- AbstractHashedMap.Values - Class in org.apache.commons.collections.map
-
Values implementation.
- AbstractHashedMap.ValuesIterator - Class in org.apache.commons.collections.map
-
Values iterator.
- AbstractIteratorDecorator - Class in org.apache.commons.collections.iterators
-
Provides basic behaviour for decorating an iterator with extra functionality.
- AbstractIteratorDecorator(Iterator) - Constructor for class org.apache.commons.collections.iterators.AbstractIteratorDecorator
-
Constructor that decorates the specified iterator.
- AbstractKeyValue - Class in org.apache.commons.collections.keyvalue
-
Abstract pair class to assist with creating
KeyValueandMap.Entryimplementations. - AbstractKeyValue(Object, Object) - Constructor for class org.apache.commons.collections.keyvalue.AbstractKeyValue
-
Constructs a new pair with the specified key and given value.
- AbstractLinkedList - Class in org.apache.commons.collections.list
-
An abstract implementation of a linked list which provides numerous points for subclasses to override.
- AbstractLinkedList() - Constructor for class org.apache.commons.collections.list.AbstractLinkedList
-
Constructor that does nothing intended for deserialization.
- AbstractLinkedList(Collection) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList
-
Constructs a list copying data from the specified collection.
- AbstractLinkedList.LinkedListIterator - Class in org.apache.commons.collections.list
-
A list iterator over the linked list.
- AbstractLinkedList.LinkedSubList - Class in org.apache.commons.collections.list
-
The sublist implementation for AbstractLinkedList.
- AbstractLinkedList.LinkedSubListIterator - Class in org.apache.commons.collections.list
-
A list iterator over the linked sub list.
- AbstractLinkedList.Node - Class in org.apache.commons.collections.list
-
A node within the linked list.
- AbstractLinkedMap - Class in org.apache.commons.collections.map
-
An abstract implementation of a hash-based map that links entries to create an ordered map and which provides numerous points for subclasses to override.
- AbstractLinkedMap() - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap
-
Constructor only used in deserialization, do not use otherwise.
- AbstractLinkedMap(int) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap
-
Constructs a new, empty map with the specified initial capacity.
- AbstractLinkedMap(int, float) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap
-
Constructs a new, empty map with the specified initial capacity and load factor.
- AbstractLinkedMap(int, float, int) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap
-
Constructor which performs no validation on the passed in parameters.
- AbstractLinkedMap(Map) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap
-
Constructor copying elements from another map.
- AbstractLinkedMap.EntrySetIterator - Class in org.apache.commons.collections.map
-
EntrySet iterator.
- AbstractLinkedMap.KeySetIterator - Class in org.apache.commons.collections.map
-
KeySet iterator.
- AbstractLinkedMap.LinkEntry - Class in org.apache.commons.collections.map
-
LinkEntry that stores the data.
- AbstractLinkedMap.LinkIterator - Class in org.apache.commons.collections.map
-
Base Iterator that iterates in link order.
- AbstractLinkedMap.LinkMapIterator - Class in org.apache.commons.collections.map
-
MapIterator implementation.
- AbstractLinkedMap.ValuesIterator - Class in org.apache.commons.collections.map
-
Values iterator.
- AbstractListDecorator - Class in org.apache.commons.collections.list
-
Decorates another
Listto provide additional behaviour. - AbstractListDecorator() - Constructor for class org.apache.commons.collections.list.AbstractListDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractListDecorator(List) - Constructor for class org.apache.commons.collections.list.AbstractListDecorator
-
Constructor that wraps (not copies).
- AbstractListIteratorDecorator - Class in org.apache.commons.collections.iterators
-
Provides basic behaviour for decorating a list iterator with extra functionality.
- AbstractListIteratorDecorator(ListIterator) - Constructor for class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
-
Constructor that decorates the specified iterator.
- AbstractMapBag - Class in org.apache.commons.collections.bag
-
Abstract implementation of the
Baginterface to simplify the creation of subclass implementations. - AbstractMapBag() - Constructor for class org.apache.commons.collections.bag.AbstractMapBag
-
Constructor needed for subclass serialisation.
- AbstractMapBag(Map) - Constructor for class org.apache.commons.collections.bag.AbstractMapBag
-
Constructor that assigns the specified Map as the backing store.
- AbstractMapBag.MutableInteger - Class in org.apache.commons.collections.bag
-
Mutable integer class for storing the data.
- AbstractMapDecorator - Class in org.apache.commons.collections.map
-
Provides a base decorator that enables additional functionality to be added to a Map via decoration.
- AbstractMapDecorator() - Constructor for class org.apache.commons.collections.map.AbstractMapDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractMapDecorator(Map) - Constructor for class org.apache.commons.collections.map.AbstractMapDecorator
-
Constructor that wraps (not copies).
- AbstractMapEntry - Class in org.apache.commons.collections.keyvalue
-
Abstract Pair class to assist with creating correct
Map.Entryimplementations. - AbstractMapEntry(Object, Object) - Constructor for class org.apache.commons.collections.keyvalue.AbstractMapEntry
-
Constructs a new entry with the given key and given value.
- AbstractMapEntryDecorator - Class in org.apache.commons.collections.keyvalue
-
Provides a base decorator that allows additional functionality to be added to a
Map.Entry. - AbstractMapEntryDecorator(Map.Entry) - Constructor for class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
-
Constructor that wraps (not copies).
- AbstractMapIteratorDecorator - Class in org.apache.commons.collections.iterators
-
Provides basic behaviour for decorating a map iterator with extra functionality.
- AbstractMapIteratorDecorator(MapIterator) - Constructor for class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
-
Constructor that decorates the specified iterator.
- AbstractOrderedBidiMapDecorator - Class in org.apache.commons.collections.bidimap
-
Provides a base decorator that enables additional functionality to be added to an OrderedBidiMap via decoration.
- AbstractOrderedBidiMapDecorator(OrderedBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
-
Constructor that wraps (not copies).
- AbstractOrderedMapDecorator - Class in org.apache.commons.collections.map
-
Provides a base decorator that enables additional functionality to be added to an OrderedMap via decoration.
- AbstractOrderedMapDecorator() - Constructor for class org.apache.commons.collections.map.AbstractOrderedMapDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractOrderedMapDecorator(OrderedMap) - Constructor for class org.apache.commons.collections.map.AbstractOrderedMapDecorator
-
Constructor that wraps (not copies).
- AbstractOrderedMapIteratorDecorator - Class in org.apache.commons.collections.iterators
-
Provides basic behaviour for decorating an ordered map iterator with extra functionality.
- AbstractOrderedMapIteratorDecorator(OrderedMapIterator) - Constructor for class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
-
Constructor that decorates the specified iterator.
- AbstractReferenceMap - Class in org.apache.commons.collections.map
-
An abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector.
- AbstractReferenceMap() - Constructor for class org.apache.commons.collections.map.AbstractReferenceMap
-
Constructor used during deserialization.
- AbstractReferenceMap(int, int, int, float, boolean) - Constructor for class org.apache.commons.collections.map.AbstractReferenceMap
-
Constructs a new empty map with the specified reference types, load factor and initial capacity.
- AbstractReferenceMap.ReferenceEntry - Class in org.apache.commons.collections.map
-
A MapEntry implementation for the map.
- AbstractSerializableCollectionDecorator - Class in org.apache.commons.collections.collection
-
Serializable subclass of AbstractCollectionDecorator.
- AbstractSerializableCollectionDecorator(Collection) - Constructor for class org.apache.commons.collections.collection.AbstractSerializableCollectionDecorator
-
Constructor.
- AbstractSerializableListDecorator - Class in org.apache.commons.collections.list
-
Serializable subclass of AbstractListDecorator.
- AbstractSerializableListDecorator(List) - Constructor for class org.apache.commons.collections.list.AbstractSerializableListDecorator
-
Constructor.
- AbstractSerializableSetDecorator - Class in org.apache.commons.collections.set
-
Serializable subclass of AbstractSetDecorator.
- AbstractSerializableSetDecorator(Set) - Constructor for class org.apache.commons.collections.set.AbstractSerializableSetDecorator
-
Constructor.
- AbstractSetDecorator - Class in org.apache.commons.collections.set
-
Decorates another
Setto provide additional behaviour. - AbstractSetDecorator() - Constructor for class org.apache.commons.collections.set.AbstractSetDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractSetDecorator(Set) - Constructor for class org.apache.commons.collections.set.AbstractSetDecorator
-
Constructor that wraps (not copies).
- AbstractSortedBagDecorator - Class in org.apache.commons.collections.bag
-
Decorates another
SortedBagto provide additional behaviour. - AbstractSortedBagDecorator() - Constructor for class org.apache.commons.collections.bag.AbstractSortedBagDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractSortedBagDecorator(SortedBag) - Constructor for class org.apache.commons.collections.bag.AbstractSortedBagDecorator
-
Constructor that wraps (not copies).
- AbstractSortedBidiMapDecorator - Class in org.apache.commons.collections.bidimap
-
Provides a base decorator that enables additional functionality to be added to a SortedBidiMap via decoration.
- AbstractSortedBidiMapDecorator(SortedBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
-
Constructor that wraps (not copies).
- AbstractSortedMapDecorator - Class in org.apache.commons.collections.map
-
Provides a base decorator that enables additional functionality to be added to a Map via decoration.
- AbstractSortedMapDecorator() - Constructor for class org.apache.commons.collections.map.AbstractSortedMapDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractSortedMapDecorator(SortedMap) - Constructor for class org.apache.commons.collections.map.AbstractSortedMapDecorator
-
Constructor that wraps (not copies).
- AbstractSortedSetDecorator - Class in org.apache.commons.collections.set
-
Decorates another
SortedSetto provide additional behaviour. - AbstractSortedSetDecorator() - Constructor for class org.apache.commons.collections.set.AbstractSortedSetDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractSortedSetDecorator(Set) - Constructor for class org.apache.commons.collections.set.AbstractSortedSetDecorator
-
Constructor that wraps (not copies).
- add(int, Object) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Inserts the specified element at the specified position in this list.
- add(int, Object) - Method in class org.apache.commons.collections.FastArrayList
-
Insert the specified element at the specified position in this list, and shift all remaining elements up one position.
- add(int, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- add(int, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
- add(int, Object) - Method in class org.apache.commons.collections.list.AbstractListDecorator
- add(int, Object) - Method in class org.apache.commons.collections.list.FixedSizeList
- add(int, Object) - Method in class org.apache.commons.collections.list.GrowthList
-
Decorate the add method to perform the growth behaviour.
- add(int, Object) - Method in class org.apache.commons.collections.list.PredicatedList
- add(int, Object) - Method in class org.apache.commons.collections.list.SetUniqueList
-
Adds an element to a specific index in the list if it is not already present.
- add(int, Object) - Method in class org.apache.commons.collections.list.SynchronizedList
- add(int, Object) - Method in class org.apache.commons.collections.list.TransformedList
- add(int, Object) - Method in class org.apache.commons.collections.list.TreeList
-
Adds a new element to the list.
- add(int, Object) - Method in class org.apache.commons.collections.list.UnmodifiableList
- add(int, Object) - Method in class org.apache.commons.collections.set.ListOrderedSet
- add(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Adds a new element to the bag, incrementing its count in the underlying map.
- add(Object) - Method in interface org.apache.commons.collections.Bag
-
(Violation) Adds one copy the specified object to the Bag.
- add(Object) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
- add(Object) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
- add(Object) - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Adds an object to this heap.
- add(Object) - Method in class org.apache.commons.collections.BoundedFifoBuffer
-
Deprecated.Adds the given element to this buffer.
- add(Object) - Method in class org.apache.commons.collections.buffer.BlockingBuffer
- add(Object) - Method in class org.apache.commons.collections.buffer.BoundedBuffer
- add(Object) - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
-
Adds the given element to this buffer.
- add(Object) - Method in class org.apache.commons.collections.buffer.CircularFifoBuffer
-
If the buffer is full, the least recently added element is discarded so that a new element can be inserted.
- add(Object) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Adds an element to the buffer.
- add(Object) - Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
-
Adds the given element to this buffer.
- add(Object) - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
- add(Object) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- add(Object) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Adds an object to the collection, throwing UnsupportedOperationException unless a CollectionMutator strategy is specified.
- add(Object) - Method in class org.apache.commons.collections.collection.PredicatedCollection
-
Override to validate the object being added to ensure it matches the predicate.
- add(Object) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
- add(Object) - Method in class org.apache.commons.collections.collection.TransformedCollection
- add(Object) - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
- add(Object) - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
- add(Object) - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
-
Adds an item, which compares as after all items known to the Comparator.
- add(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Appends the specified element to the end of this list.
- add(Object) - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- add(Object) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Adds a new element to the bag by incrementing its count in the underlying map.
- add(Object) - Method in class org.apache.commons.collections.FastArrayList
-
Appends the specified element to the end of this list.
- add(Object) - Method in class org.apache.commons.collections.iterators.EmptyListIterator
- add(Object) - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
- add(Object) - Method in class org.apache.commons.collections.iterators.ArrayListIterator
-
This iterator does not support modification of its backing collection, and so will always throw an
UnsupportedOperationExceptionwhen this method is invoked. - add(Object) - Method in class org.apache.commons.collections.iterators.FilterListIterator
-
Not supported.
- add(Object) - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
-
Throws
UnsupportedOperationException. - add(Object) - Method in class org.apache.commons.collections.iterators.LoopingListIterator
-
Inserts the specified element into the underlying list.
- add(Object) - Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
-
This iterator does not support modification of its backing array's size, and so will always throw an
UnsupportedOperationExceptionwhen this method is invoked. - add(Object) - Method in class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.Invokes the underlying
ListIterator.add(Object)method. - add(Object) - Method in class org.apache.commons.collections.iterators.ReverseListIterator
-
Adds a new element to the list between the next and previous elements.
- add(Object) - Method in class org.apache.commons.collections.iterators.SingletonListIterator
-
Add always throws
UnsupportedOperationException. - add(Object) - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
- add(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- add(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
- add(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
- add(Object) - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
-
Adds an object to the list.
- add(Object) - Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor
- add(Object) - Method in class org.apache.commons.collections.list.FixedSizeList
- add(Object) - Method in class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator
- add(Object) - Method in class org.apache.commons.collections.list.SetUniqueList
-
Adds an element to the list if it is not already present.
- add(Object) - Method in class org.apache.commons.collections.list.TransformedList.TransformedListIterator
- add(Object) - Method in class org.apache.commons.collections.list.UnmodifiableList
- add(Object) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
- add(Object) - Method in class org.apache.commons.collections.set.ListOrderedSet
- add(Object) - Method in class org.apache.commons.collections.set.MapBackedSet
- add(Object) - Method in class org.apache.commons.collections.set.UnmodifiableSet
- add(Object) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
- add(Object) - Method in class org.apache.commons.collections.UnboundedFifoBuffer
-
Deprecated.Adds the given element to this buffer.
- add(Object, int) - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
- add(Object, int) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Adds a new element to the bag, incrementing its count in the map.
- add(Object, int) - Method in interface org.apache.commons.collections.Bag
-
Adds
nCopiescopies of the specified object to the Bag. - add(Object, int) - Method in class org.apache.commons.collections.bag.PredicatedBag
- add(Object, int) - Method in class org.apache.commons.collections.bag.SynchronizedBag
- add(Object, int) - Method in class org.apache.commons.collections.bag.TransformedBag
- add(Object, int) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
- add(Object, int) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
- add(Object, int) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Adds a new element to the bag by incrementing its count in the map.
- add(CompositeCollection, Collection[], Object) - Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator
-
Called when an object is to be added to the composite.
- addAll(int, Collection) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Inserts all of the elements in the specified collection into this list at the specified position.
- addAll(int, Collection) - Method in class org.apache.commons.collections.FastArrayList
-
Insert all of the elements in the specified Collection at the specified position in this list, and shift any previous elements upwards as needed.
- addAll(int, Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- addAll(int, Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
- addAll(int, Collection) - Method in class org.apache.commons.collections.list.AbstractListDecorator
- addAll(int, Collection) - Method in class org.apache.commons.collections.list.FixedSizeList
- addAll(int, Collection) - Method in class org.apache.commons.collections.list.GrowthList
-
Decorate the addAll method to perform the growth behaviour.
- addAll(int, Collection) - Method in class org.apache.commons.collections.list.PredicatedList
- addAll(int, Collection) - Method in class org.apache.commons.collections.list.SetUniqueList
-
Adds a collection of objects a specific index in the list avoiding duplicates.
- addAll(int, Collection) - Method in class org.apache.commons.collections.list.SynchronizedList
- addAll(int, Collection) - Method in class org.apache.commons.collections.list.TransformedList
- addAll(int, Collection) - Method in class org.apache.commons.collections.list.UnmodifiableList
- addAll(int, Collection) - Method in class org.apache.commons.collections.set.ListOrderedSet
- addAll(Collection) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Invokes
AbstractMapBag.add(Object)for each element in the given collection. - addAll(Collection) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
- addAll(Collection) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
- addAll(Collection) - Method in class org.apache.commons.collections.buffer.BlockingBuffer
- addAll(Collection) - Method in class org.apache.commons.collections.buffer.BoundedBuffer
- addAll(Collection) - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
- addAll(Collection) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- addAll(Collection) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Adds a collection of elements to this collection, throwing UnsupportedOperationException unless a CollectionMutator strategy is specified.
- addAll(Collection) - Method in class org.apache.commons.collections.collection.PredicatedCollection
-
Override to validate the objects being added to ensure they match the predicate.
- addAll(Collection) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
- addAll(Collection) - Method in class org.apache.commons.collections.collection.TransformedCollection
- addAll(Collection) - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
- addAll(Collection) - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
- addAll(Collection) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified
Collection'sIterator. - addAll(Collection) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Invokes
DefaultMapBag.add(Object)for each element in the given collection. - addAll(Collection) - Method in class org.apache.commons.collections.FastArrayList
-
Append all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
- addAll(Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- addAll(Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
- addAll(Collection) - Method in class org.apache.commons.collections.list.FixedSizeList
- addAll(Collection) - Method in class org.apache.commons.collections.list.SetUniqueList
-
Adds an element to the end of the list if it is not already present.
- addAll(Collection) - Method in class org.apache.commons.collections.list.UnmodifiableList
- addAll(Collection) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
- addAll(Collection) - Method in class org.apache.commons.collections.set.ListOrderedSet
- addAll(Collection) - Method in class org.apache.commons.collections.set.MapBackedSet
- addAll(Collection) - Method in class org.apache.commons.collections.set.UnmodifiableSet
- addAll(Collection) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
- addAll(Collection, Object[]) - Static method in class org.apache.commons.collections.CollectionUtils
-
Adds all elements in the array to the given collection.
- addAll(Collection, Enumeration) - Static method in class org.apache.commons.collections.CollectionUtils
-
Adds all elements in the enumeration to the given collection.
- addAll(Collection, Iterator) - Static method in class org.apache.commons.collections.CollectionUtils
-
Adds all elements in the iteration to the given collection.
- addAll(CompositeCollection, Collection[], Collection) - Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator
-
Called when a collection is to be added to the composite.
- addAsEqual(Object, Object) - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
-
Adds a new item, which compares as equal to the given existing item.
- addComparator(Comparator) - Method in class org.apache.commons.collections.comparators.ComparatorChain
-
Add a Comparator to the end of the chain using the forward sort order
- addComparator(Comparator, boolean) - Method in class org.apache.commons.collections.comparators.ComparatorChain
-
Add a Comparator to the end of the chain using the given sort order
- addComposited(Collection) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Add an additional collection to this composite.
- addComposited(Collection) - Method in class org.apache.commons.collections.set.CompositeSet
-
Add a Set to this composite
- addComposited(Collection[]) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Add these Collections to the list of collections in this composite
- addComposited(Collection[]) - Method in class org.apache.commons.collections.set.CompositeSet
-
Add an array of sets to this composite
- addComposited(Collection, Collection) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Add two additional collections to this composite.
- addComposited(Collection, Collection) - Method in class org.apache.commons.collections.set.CompositeSet
-
Add two sets to this composite
- addComposited(Map) - Method in class org.apache.commons.collections.map.CompositeMap
-
Add an additional Map to the composite.
- addEntry(AbstractHashedMap.HashEntry, int) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Adds an entry into this map.
- addEntry(AbstractHashedMap.HashEntry, int) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Adds an entry into this map, maintaining insertion order.
- addFirst(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Inserts the specified element at the beginning of this list.
- addFirst(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- addIgnoreNull(Collection, Object) - Static method in class org.apache.commons.collections.CollectionUtils
-
Adds an element to the collection unless the element is null.
- addIterator(Iterator) - Method in class org.apache.commons.collections.iterators.CollatingIterator
-
Adds the given
Iteratorto the iterators being collated. - addIterator(Iterator) - Method in class org.apache.commons.collections.iterators.IteratorChain
-
Add an Iterator to the end of the chain
- addLast(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Inserts the specified element at the end of this list.
- addLast(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- addMapping(int, int, Object, Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Adds a new key-value mapping into this map.
- addMapping(int, int, Object, Object) - Method in class org.apache.commons.collections.map.LRUMap
-
Adds a new key-value mapping into this map.
- addNode(AbstractLinkedList.Node, AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Inserts a new node into the list.
- addNode(AbstractLinkedList.Node, AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Inserts a new node into the list.
- addNodeAfter(AbstractLinkedList.Node, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Creates a new node with the specified object as its
valueand inserts it afternode. - addNodeBefore(AbstractLinkedList.Node, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Creates a new node with the specified object as its
valueand inserts it beforenode. - addNodeToCache(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
-
Adds a node to the cache, if the cache isn't full.
- addProperty(String, Object) - Method in class org.apache.commons.collections.ExtendedProperties
-
Add a property to the configuration.
- after - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry
-
The entry after this one in the order
- all - Variable in class org.apache.commons.collections.collection.CompositeCollection
-
Collections in the composite
- allPredicate(Collection) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that returns true only if all of the specified predicates are true.
- allPredicate(Predicate[]) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that returns true only if all of the specified predicates are true.
- AllPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true if all the predicates return true.
- AllPredicate(Predicate[]) - Constructor for class org.apache.commons.collections.functors.AllPredicate
-
Constructor that performs no validation.
- andPredicate(Predicate, Predicate) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that returns true only if both of the specified predicates are true.
- AndPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true if both the predicates return true.
- AndPredicate(Predicate, Predicate) - Constructor for class org.apache.commons.collections.functors.AndPredicate
-
Constructor that performs no validation.
- anyPredicate(Collection) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that returns true if any of the specified predicates are true.
- anyPredicate(Predicate[]) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that returns true if any of the specified predicates are true.
- AnyPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true if any of the predicates return true.
- AnyPredicate(Predicate[]) - Constructor for class org.apache.commons.collections.functors.AnyPredicate
-
Constructor that performs no validation.
- array - Variable in class org.apache.commons.collections.iterators.ArrayIterator
-
The array to iterate over
- array - Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
The array
- arrayIterator(Object) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator over an object or primitive array.
- arrayIterator(Object[]) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator over an object array.
- arrayIterator(Object[], int) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator over the end part of an object array.
- arrayIterator(Object[], int, int) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator over part of an object array.
- arrayIterator(Object, int) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator over the end part of an object or primitive array.
- arrayIterator(Object, int, int) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator over part of an object or primitive array.
- ArrayIterator - Class in org.apache.commons.collections.iterators
-
Implements an
Iteratorover any array. - ArrayIterator() - Constructor for class org.apache.commons.collections.iterators.ArrayIterator
-
Constructor for use with
setArray. - ArrayIterator(Object) - Constructor for class org.apache.commons.collections.iterators.ArrayIterator
-
Constructs an ArrayIterator that will iterate over the values in the specified array.
- ArrayIterator(Object, int) - Constructor for class org.apache.commons.collections.iterators.ArrayIterator
-
Constructs an ArrayIterator that will iterate over the values in the specified array from a specific start index.
- ArrayIterator(Object, int, int) - Constructor for class org.apache.commons.collections.iterators.ArrayIterator
-
Construct an ArrayIterator that will iterate over a range of values in the specified array.
- arrayListIterator(Object) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a list iterator over an object or primitive array.
- arrayListIterator(Object[]) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a list iterator over an object array.
- arrayListIterator(Object[], int) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a list iterator over the end part of an object array.
- arrayListIterator(Object[], int, int) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a list iterator over part of an object array.
- arrayListIterator(Object, int) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a list iterator over the end part of an object or primitive array.
- arrayListIterator(Object, int, int) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a list iterator over part of an object or primitive array.
- ArrayListIterator - Class in org.apache.commons.collections.iterators
-
Implements a
ListIteratorover an array. - ArrayListIterator() - Constructor for class org.apache.commons.collections.iterators.ArrayListIterator
-
Constructor for use with
setArray. - ArrayListIterator(Object) - Constructor for class org.apache.commons.collections.iterators.ArrayListIterator
-
Constructs an ArrayListIterator that will iterate over the values in the specified array.
- ArrayListIterator(Object, int) - Constructor for class org.apache.commons.collections.iterators.ArrayListIterator
-
Constructs an ArrayListIterator that will iterate over the values in the specified array from a specific start index.
- ArrayListIterator(Object, int, int) - Constructor for class org.apache.commons.collections.iterators.ArrayListIterator
-
Construct an ArrayListIterator that will iterate over a range of values in the specified array.
- ArrayStack - Class in org.apache.commons.collections
-
An implementation of the
StackAPI that is based on anArrayListinstead of aVector, so it is not synchronized to protect against multi-threaded access. - ArrayStack() - Constructor for class org.apache.commons.collections.ArrayStack
-
Constructs a new empty
ArrayStack. - ArrayStack(int) - Constructor for class org.apache.commons.collections.ArrayStack
-
Constructs a new empty
ArrayStackwith an initial size. - ascendingOrder - Variable in class org.apache.commons.collections.buffer.PriorityBuffer
-
If true, the first element as determined by the sort order will be returned.
- asClosure(Transformer) - Static method in class org.apache.commons.collections.ClosureUtils
-
Creates a Closure that calls a Transformer each time it is called.
- asEnumeration(Iterator) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an enumeration that wraps an iterator.
- asIterator(Enumeration) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that provides an iterator view of the given enumeration.
- asIterator(Enumeration, Collection) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that provides an iterator view of the given enumeration that will remove elements from the specified collection.
- asList() - Method in class org.apache.commons.collections.map.LinkedMap
-
Gets an unmodifiable List view of the keys.
- asList() - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets an unmodifiable List view of the keys which changes as the map changes.
- asList() - Method in class org.apache.commons.collections.set.ListOrderedSet
-
Gets an unmodifiable view of the order of the Set.
- asPredicate(Transformer) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that wraps a Transformer.
- asSet() - Method in class org.apache.commons.collections.list.SetUniqueList
-
Gets an unmodifiable view as a Set.
- asTransformer(Closure) - Static method in class org.apache.commons.collections.TransformerUtils
-
Creates a Transformer that calls a Closure each time the transformer is used.
- asTransformer(Factory) - Static method in class org.apache.commons.collections.TransformerUtils
-
Creates a Transformer that calls a Factory each time the transformer is used.
- asTransformer(Predicate) - Static method in class org.apache.commons.collections.TransformerUtils
-
Creates a Transformer that calls a Predicate each time the transformer is used.
- atomic(Runnable) - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Prevents any operations from occurring on this map while the given
Runnableexecutes. - atomic(Runnable) - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Prevents any operations from occurring on this map while the given
Runnableexecutes.
B
- Bag - Interface in org.apache.commons.collections
-
Defines a collection that counts the number of times an object appears in the collection.
- BagUtils - Class in org.apache.commons.collections
- BagUtils() - Constructor for class org.apache.commons.collections.BagUtils
-
Instantiation of BagUtils is not intended or required.
- basePath - Variable in class org.apache.commons.collections.ExtendedProperties
-
Base path of the configuration file used to create this ExtendedProperties object.
- BeanMap - Class in org.apache.commons.collections
-
Deprecated.Identical class now available in commons-beanutils (full jar version). This version is due to be removed in collections v4.0.
- BeanMap() - Constructor for class org.apache.commons.collections.BeanMap
-
Deprecated.Constructs a new empty
BeanMap. - BeanMap(Object) - Constructor for class org.apache.commons.collections.BeanMap
-
Deprecated.Constructs a new
BeanMapthat operates on the specified bean. - BeanMap.MyMapEntry - Class in org.apache.commons.collections
-
Deprecated.Map entry used by
BeanMap. - before - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry
-
The entry before this one in the order
- BidiMap - Interface in org.apache.commons.collections
-
Defines a map that allows bidirectional lookup between key and values.
- BidiMapIterator(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
-
Constructor.
- BidiOrderedMapIterator(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
Constructor.
- BinaryHeap - Class in org.apache.commons.collections
-
Deprecated.Replaced by PriorityBuffer in buffer subpackage. Due to be removed in v4.0.
- BinaryHeap() - Constructor for class org.apache.commons.collections.BinaryHeap
-
Deprecated.Constructs a new minimum binary heap.
- BinaryHeap(boolean) - Constructor for class org.apache.commons.collections.BinaryHeap
-
Deprecated.Constructs a new minimum or maximum binary heap
- BinaryHeap(boolean, Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
-
Deprecated.Constructs a new
BinaryHeap. - BinaryHeap(int) - Constructor for class org.apache.commons.collections.BinaryHeap
-
Deprecated.Constructs a new minimum binary heap with the specified initial capacity.
- BinaryHeap(int, boolean) - Constructor for class org.apache.commons.collections.BinaryHeap
-
Deprecated.Constructs a new minimum or maximum binary heap with the specified initial capacity.
- BinaryHeap(int, boolean, Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
-
Deprecated.Constructs a new
BinaryHeap. - BinaryHeap(int, Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
-
Deprecated.Constructs a new
BinaryHeap. - BinaryHeap(Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
-
Deprecated.Constructs a new
BinaryHeapthat will use the given comparator to order its elements. - blockingBuffer(Buffer) - Static method in class org.apache.commons.collections.BufferUtils
-
Returns a synchronized buffer backed by the given buffer that will block on
Buffer.get()andBuffer.remove()operations. - blockingBuffer(Buffer, long) - Static method in class org.apache.commons.collections.BufferUtils
-
Returns a synchronized buffer backed by the given buffer that will block on
Buffer.get()andBuffer.remove()operations untiltimeoutexpires. - BlockingBuffer - Class in org.apache.commons.collections.buffer
-
Decorates another
Bufferto makeBlockingBuffer.get()andBlockingBuffer.remove()block when theBufferis empty. - BlockingBuffer(Buffer) - Constructor for class org.apache.commons.collections.buffer.BlockingBuffer
-
Constructor that wraps (not copies).
- BlockingBuffer(Buffer, long) - Constructor for class org.apache.commons.collections.buffer.BlockingBuffer
-
Constructor that wraps (not copies).
- booleanComparator(boolean) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Gets a Comparator that can sort Boolean objects.
- BooleanComparator - Class in org.apache.commons.collections.comparators
-
A
ComparatorforBooleanobjects that can sort either true or false first. - BooleanComparator() - Constructor for class org.apache.commons.collections.comparators.BooleanComparator
-
Creates a
BooleanComparatorthat sortsfalsevalues beforetruevalues. - BooleanComparator(boolean) - Constructor for class org.apache.commons.collections.comparators.BooleanComparator
-
Creates a
BooleanComparatorthat sortstrueFirstvalues before!trueFirstvalues. - boundedBuffer(Buffer, int) - Static method in class org.apache.commons.collections.BufferUtils
-
Returns a synchronized buffer backed by the given buffer that will block on
Collection.add(Object)andCollection.addAll(java.util.Collection)until enough object(s) are removed from the buffer to allow the object(s) to be added and still maintain the maximum size. - boundedBuffer(Buffer, int, long) - Static method in class org.apache.commons.collections.BufferUtils
-
Returns a synchronized buffer backed by the given buffer that will block on
Collection.add(Object)andCollection.addAll(java.util.Collection)until enough object(s) are removed from the buffer to allow the object(s) to be added and still maintain the maximum size or the timeout expires. - BoundedBuffer - Class in org.apache.commons.collections.buffer
-
Decorates another
Bufferto ensure a fixed maximum size. - BoundedBuffer(Buffer, int, long) - Constructor for class org.apache.commons.collections.buffer.BoundedBuffer
-
Constructor that wraps (not copies) another buffer, making it bounded waiting only up to a maximum amount of time.
- BoundedCollection - Interface in org.apache.commons.collections
-
Defines a collection that is bounded in size.
- BoundedFifoBuffer - Class in org.apache.commons.collections
-
Deprecated.Moved to buffer subpackage. Due to be removed in v4.0.
- BoundedFifoBuffer - Class in org.apache.commons.collections.buffer
-
The BoundedFifoBuffer is a very efficient implementation of
Bufferthat is of a fixed size. - BoundedFifoBuffer() - Constructor for class org.apache.commons.collections.BoundedFifoBuffer
-
Deprecated.Constructs a new
BoundedFifoBufferbig enough to hold 32 elements. - BoundedFifoBuffer() - Constructor for class org.apache.commons.collections.buffer.BoundedFifoBuffer
-
Constructs a new
BoundedFifoBufferbig enough to hold 32 elements. - BoundedFifoBuffer(int) - Constructor for class org.apache.commons.collections.BoundedFifoBuffer
-
Deprecated.Constructs a new
BoundedFifoBufferbig enough to hold the specified number of elements. - BoundedFifoBuffer(int) - Constructor for class org.apache.commons.collections.buffer.BoundedFifoBuffer
-
Constructs a new
BoundedFifoBufferbig enough to hold the specified number of elements. - BoundedFifoBuffer(Collection) - Constructor for class org.apache.commons.collections.BoundedFifoBuffer
-
Deprecated.Constructs a new
BoundedFifoBufferbig enough to hold all of the elements in the specified collection. - BoundedFifoBuffer(Collection) - Constructor for class org.apache.commons.collections.buffer.BoundedFifoBuffer
-
Constructs a new
BoundedFifoBufferbig enough to hold all of the elements in the specified collection. - BoundedMap - Interface in org.apache.commons.collections
-
Defines a map that is bounded in size.
- broadcastListableChanged(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Informs all of my registered cursors that the specified element was changed.
- broadcastListableInserted(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Informs all of my registered cursors that the specified element was just added to my list.
- broadcastListableRemoved(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Informs all of my registered cursors that the specified element was just removed from my list.
- broadcastNodeChanged(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Informs all of my registered cursors that the specified element was changed.
- broadcastNodeInserted(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Informs all of my registered cursors that the specified element was just added to my list.
- broadcastNodeRemoved(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Informs all of my registered cursors that the specified element was just removed from my list.
- buffer - Variable in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
-
The array of objects in the buffer.
- Buffer - Interface in org.apache.commons.collections
-
Defines a collection that allows objects to be removed in some well-defined order.
- BufferOverflowException - Exception in org.apache.commons.collections
-
The BufferOverflowException is used when the buffer's capacity has been exceeded.
- BufferOverflowException() - Constructor for exception org.apache.commons.collections.BufferOverflowException
-
Constructs a new
BufferOverflowException. - BufferOverflowException(String) - Constructor for exception org.apache.commons.collections.BufferOverflowException
-
Construct a new
BufferOverflowException. - BufferOverflowException(String, Throwable) - Constructor for exception org.apache.commons.collections.BufferOverflowException
-
Construct a new
BufferOverflowException. - BufferUnderflowException - Exception in org.apache.commons.collections
-
The BufferUnderflowException is used when the buffer is already empty.
- BufferUnderflowException() - Constructor for exception org.apache.commons.collections.BufferUnderflowException
-
Constructs a new
BufferUnderflowException. - BufferUnderflowException(String) - Constructor for exception org.apache.commons.collections.BufferUnderflowException
-
Construct a new
BufferUnderflowException. - BufferUnderflowException(String, Throwable) - Constructor for exception org.apache.commons.collections.BufferUnderflowException
-
Construct a new
BufferUnderflowException. - BufferUtils - Class in org.apache.commons.collections
-
Provides utility methods and decorators for
Bufferinstances. - BufferUtils() - Constructor for class org.apache.commons.collections.BufferUtils
-
BufferUtilsshould not normally be instantiated.
C
- cacheSize - Variable in class org.apache.commons.collections.list.NodeCachingLinkedList
-
The size of the cache.
- calcTotalSize() - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Actually walks the bag to make sure the count is correct and resets the running total
- calculateNewCapacity(int) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Calculates the new capacity of the map.
- calculateThreshold(int, float) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Calculates the new threshold of the map, where it will be resized.
- canRemove - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
-
Whether remove is allowed at present
- canRemove - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
-
Whether remove is allowed at present
- canRemove - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
-
Whether remove is allowed at present
- canRemove - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
-
Whether remove is allowed at present
- cardinality(Object, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns the number of occurrences of obj in coll.
- CaseInsensitiveMap - Class in org.apache.commons.collections.map
-
A case-insensitive
Map. - CaseInsensitiveMap() - Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap
-
Constructs a new empty map with default size and load factor.
- CaseInsensitiveMap(int) - Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap
-
Constructs a new, empty map with the specified initial capacity.
- CaseInsensitiveMap(int, float) - Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap
-
Constructs a new, empty map with the specified initial capacity and load factor.
- CaseInsensitiveMap(Map) - Constructor for class org.apache.commons.collections.map.CaseInsensitiveMap
-
Constructor copying elements from another map.
- chainedClosure(Collection) - Static method in class org.apache.commons.collections.ClosureUtils
-
Create a new Closure that calls each closure in turn, passing the result into the next closure.
- chainedClosure(Closure[]) - Static method in class org.apache.commons.collections.ClosureUtils
-
Create a new Closure that calls each closure in turn, passing the result into the next closure.
- chainedClosure(Closure, Closure) - Static method in class org.apache.commons.collections.ClosureUtils
-
Create a new Closure that calls two Closures, passing the result of the first into the second.
- ChainedClosure - Class in org.apache.commons.collections.functors
-
Closure implementation that chains the specified closures together.
- ChainedClosure(Closure[]) - Constructor for class org.apache.commons.collections.functors.ChainedClosure
-
Constructor that performs no validation.
- chainedComparator(Collection) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Gets a comparator that compares using a collection of
Comparators, applied in (default iterator) sequence until one returns not equal or the collection is exhausted. - chainedComparator(Comparator[]) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Gets a comparator that compares using an array of
Comparators, applied in sequence until one returns not equal or the array is exhausted. - chainedComparator(Comparator, Comparator) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Gets a comparator that compares using two
Comparators. - chainedIterator(Collection) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that iterates through a collections of
Iterators one after another. - chainedIterator(Iterator[]) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that iterates through an array of
Iterators one after another. - chainedIterator(Iterator, Iterator) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that iterates through two
Iterators one after another. - chainedTransformer(Collection) - Static method in class org.apache.commons.collections.TransformerUtils
-
Create a new Transformer that calls each transformer in turn, passing the result into the next transformer.
- chainedTransformer(Transformer[]) - Static method in class org.apache.commons.collections.TransformerUtils
-
Create a new Transformer that calls each transformer in turn, passing the result into the next transformer.
- chainedTransformer(Transformer, Transformer) - Static method in class org.apache.commons.collections.TransformerUtils
-
Create a new Transformer that calls two transformers, passing the result of the first into the second.
- ChainedTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation that chains the specified transformers together.
- ChainedTransformer(Transformer[]) - Constructor for class org.apache.commons.collections.functors.ChainedTransformer
-
Constructor that performs no validation.
- checkBound(int, String) - Method in class org.apache.commons.collections.iterators.ArrayIterator
-
Checks whether the index is valid or not.
- checkCapacity() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Checks the capacity of the map and enlarges it if necessary.
- checkForComod() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- checkKey(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Check to ensure that input keys are valid MultiKey objects.
- checkLocked() - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
-
Checks to see whether the comparator is now locked against further changes.
- checkModCount() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
Checks the modification count of the list is the value that this object expects.
- checkModCount() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
- checkModCount() - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
-
Override superclass modCount check, and replace it with our valid flag.
- checkSetValue(Object) - Method in class org.apache.commons.collections.map.PredicatedMap
-
Override to validate an object set into the map via
setValue. - checkSetValue(Object) - Method in class org.apache.commons.collections.map.TransformedMap
-
Override to transform the value when using
setValue. - CircularFifoBuffer - Class in org.apache.commons.collections.buffer
-
CircularFifoBuffer is a first in first out buffer with a fixed size that replaces its oldest element if full.
- CircularFifoBuffer() - Constructor for class org.apache.commons.collections.buffer.CircularFifoBuffer
-
Constructor that creates a buffer with the default size of 32.
- CircularFifoBuffer(int) - Constructor for class org.apache.commons.collections.buffer.CircularFifoBuffer
-
Constructor that creates a buffer with the specified size.
- CircularFifoBuffer(Collection) - Constructor for class org.apache.commons.collections.buffer.CircularFifoBuffer
-
Constructor that creates a buffer from the specified collection.
- clear() - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Clears the bag by clearing the underlying map.
- clear() - Method in class org.apache.commons.collections.bag.UnmodifiableBag
- clear() - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
- clear() - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.This method reinitializes the bean map to have default values for the bean's properties.
- clear() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
- clear() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
- clear() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
- clear() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Removes all mappings from this map.
- clear() - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
- clear() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
- clear() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- clear() - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Clears all elements from queue.
- clear() - Method in class org.apache.commons.collections.BoundedFifoBuffer
-
Deprecated.Clears this buffer.
- clear() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
-
Clears this buffer.
- clear() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Clears all elements from the buffer.
- clear() - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
- clear() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- clear() - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Removes all of the elements from this collection .
- clear() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
- clear() - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
- clear() - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
- clear() - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Removes all of the elements from this list.
- clear() - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Clears the bag by clearing the underlying map.
- clear() - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Removes all mappings from this map
- clear() - Method in class org.apache.commons.collections.FastArrayList
-
Remove all of the elements from this list.
- clear() - Method in class org.apache.commons.collections.FastHashMap
-
Remove all mappings from this map.
- clear() - Method in class org.apache.commons.collections.FastTreeMap
-
Remove all mappings from this map.
- clear() - Method in class org.apache.commons.collections.list.AbstractLinkedList
- clear() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
- clear() - Method in class org.apache.commons.collections.list.FixedSizeList
- clear() - Method in class org.apache.commons.collections.list.SetUniqueList
- clear() - Method in class org.apache.commons.collections.list.TreeList
-
Clears the list, removing all entries.
- clear() - Method in class org.apache.commons.collections.list.UnmodifiableList
- clear() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Clears the map, resetting the size to zero and nullifying references to avoid garbage collection issues.
- clear() - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
- clear() - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
- clear() - Method in class org.apache.commons.collections.map.AbstractHashedMap.Values
- clear() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Clears the map, resetting the size to zero and nullifying references to avoid garbage collection issues.
- clear() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
- clear() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Clears this map.
- clear() - Method in class org.apache.commons.collections.map.CompositeMap
-
Calls
clear()on all composited Maps. - clear() - Method in class org.apache.commons.collections.map.FixedSizeMap
- clear() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
- clear() - Method in class org.apache.commons.collections.map.Flat3Map
-
Clears the map, resetting the size to zero and nullifying references to avoid garbage collection issues.
- clear() - Method in class org.apache.commons.collections.map.ListOrderedMap
- clear() - Method in class org.apache.commons.collections.map.MultiKeyMap
- clear() - Method in class org.apache.commons.collections.map.MultiValueMap
-
Clear the map.
- clear() - Method in class org.apache.commons.collections.map.SingletonMap
-
Unsupported operation.
- clear() - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Clears the map of all entries.
- clear() - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
- clear() - Method in class org.apache.commons.collections.map.UnmodifiableMap
- clear() - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
- clear() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
- clear() - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.Clear the map.
- clear() - Method in interface org.apache.commons.collections.PriorityQueue
-
Deprecated.Clear all elements from queue.
- clear() - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.Invokes the underlying
Map.clear()method. - clear() - Method in class org.apache.commons.collections.ReferenceMap
-
Deprecated.Clears this map.
- clear() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Implements
Map.clear(). - clear() - Method in class org.apache.commons.collections.set.ListOrderedSet
- clear() - Method in class org.apache.commons.collections.set.MapBackedSet
- clear() - Method in class org.apache.commons.collections.set.UnmodifiableSet
- clear() - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
- clear() - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Implements
Map.clear(). - clear() - Method in class org.apache.commons.collections.SynchronizedPriorityQueue
-
Deprecated.Clear all elements from queue.
- clearProperty(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Clear a property in the configuration.
- clone() - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Clone this bean map using the following process: If there is no underlying bean, return a cloned BeanMap without a bean.
- clone() - Method in class org.apache.commons.collections.FastArrayList
-
Return a shallow copy of this
FastArrayListinstance. - clone() - Method in class org.apache.commons.collections.FastHashMap
-
Return a shallow copy of this
FastHashMapinstance. - clone() - Method in class org.apache.commons.collections.FastTreeMap
-
Return a shallow copy of this
FastTreeMapinstance. - clone() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.CaseInsensitiveMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.Flat3Map
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.HashedMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.IdentityMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.LinkedMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.LRUMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.SingletonMap
-
Clones the map without cloning the key or value.
- clone() - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.Clones the map creating an independent copy.
- clone() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Creates a shallow copy of this object, preserving the internal structure by copying only references.
- cloneTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a transformer that returns a clone of the input object.
- CloneTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation that returns a clone of the input object.
- close() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.Mark this cursor as no longer being needed.
- close() - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
-
Mark this cursor as no longer being needed.
- Closure - Interface in org.apache.commons.collections
-
Defines a functor interface implemented by classes that do something.
- ClosureTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation that calls a Closure using the input object and then returns the input.
- ClosureTransformer(Closure) - Constructor for class org.apache.commons.collections.functors.ClosureTransformer
-
Constructor that performs no validation.
- ClosureUtils - Class in org.apache.commons.collections
-
ClosureUtilsprovides reference implementations and utilities for the Closure functor interface. - ClosureUtils() - Constructor for class org.apache.commons.collections.ClosureUtils
-
This class is not normally instantiated.
- collatedIterator(Comparator, Collection) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that provides an ordered iteration over the elements contained in a collection of
Iterators. - collatedIterator(Comparator, Iterator[]) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that provides an ordered iteration over the elements contained in an array of
Iterators. - collatedIterator(Comparator, Iterator, Iterator) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that provides an ordered iteration over the elements contained in a collection of ordered
Iterators. - CollatingIterator - Class in org.apache.commons.collections.iterators
-
Provides an ordered iteration over the elements contained in a collection of ordered Iterators.
- CollatingIterator() - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
-
Constructs a new
CollatingIterator. - CollatingIterator(Comparator) - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
-
Constructs a new
CollatingIteratorthat will used the specified comparator for ordering. - CollatingIterator(Comparator, int) - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
-
Constructs a new
CollatingIteratorthat will used the specified comparator for ordering and have the specified initial capacity. - CollatingIterator(Comparator, Collection) - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
-
Constructs a new
CollatingIteratorthat will use the specified comparator to provide ordered iteration over the collection of iterators. - CollatingIterator(Comparator, Iterator[]) - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
-
Constructs a new
CollatingIteratorthat will use the specified comparator to provide ordered iteration over the array of iterators. - CollatingIterator(Comparator, Iterator, Iterator) - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
-
Constructs a new
CollatingIteratorthat will use the specified comparator to provide ordered iteration over the two given iterators. - collect(Collection, Transformer) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns a new Collection consisting of the elements of inputCollection transformed by the given transformer.
- collect(Collection, Transformer, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Transforms all elements from inputCollection with the given transformer and adds them to the outputCollection.
- collect(Iterator, Transformer) - Static method in class org.apache.commons.collections.CollectionUtils
-
Transforms all elements from the inputIterator with the given transformer and adds them to the outputCollection.
- collect(Iterator, Transformer, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Transforms all elements from the inputIterator with the given transformer and adds them to the outputCollection.
- collection - Variable in class org.apache.commons.collections.collection.AbstractCollectionDecorator
-
The collection being decorated
- collection - Variable in class org.apache.commons.collections.collection.SynchronizedCollection
-
The collection to decorate
- CollectionUtils - Class in org.apache.commons.collections
-
Provides utility methods and decorators for
Collectioninstances. - CollectionUtils() - Constructor for class org.apache.commons.collections.CollectionUtils
-
CollectionUtilsshould not normally be instantiated. - combine(ExtendedProperties) - Method in class org.apache.commons.collections.ExtendedProperties
-
Combines an existing Hashtable with this Hashtable.
- ComparableComparator - Class in org.apache.commons.collections.comparators
-
A
Comparatorthat comparesComparableobjects. - ComparableComparator() - Constructor for class org.apache.commons.collections.comparators.ComparableComparator
-
Constructor whose use should be avoided.
- comparator - Variable in class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
The comparator to use
- comparator - Variable in class org.apache.commons.collections.buffer.PriorityBuffer
-
The comparator used to order the elements
- comparator() - Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator
- comparator() - Method in class org.apache.commons.collections.bag.PredicatedSortedBag
- comparator() - Method in class org.apache.commons.collections.bag.SynchronizedSortedBag
- comparator() - Method in class org.apache.commons.collections.bag.TransformedSortedBag
- comparator() - Method in class org.apache.commons.collections.bag.TreeBag
- comparator() - Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
- comparator() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
- comparator() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Gets the comparator being used for this buffer, null is natural order.
- comparator() - Method in class org.apache.commons.collections.FastTreeMap
-
Return the comparator used to order this map, or
nullif this map uses its keys' natural order. - comparator() - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
- comparator() - Method in class org.apache.commons.collections.map.LazySortedMap
- comparator() - Method in class org.apache.commons.collections.map.PredicatedSortedMap
- comparator() - Method in class org.apache.commons.collections.map.TransformedSortedMap
- comparator() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
- comparator() - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
- comparator() - Method in class org.apache.commons.collections.set.PredicatedSortedSet
- comparator() - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
- comparator() - Method in class org.apache.commons.collections.set.TransformedSortedSet
- comparator() - Method in interface org.apache.commons.collections.SortedBag
-
Returns the comparator associated with this sorted set, or null if it uses its elements' natural ordering.
- comparator() - Method in class org.apache.commons.collections.TreeBag
-
Deprecated.
- comparatorChain - Variable in class org.apache.commons.collections.comparators.ComparatorChain
-
The list of comparators in the chain.
- ComparatorChain - Class in org.apache.commons.collections.comparators
-
A ComparatorChain is a Comparator that wraps one or more Comparators in sequence.
- ComparatorChain() - Constructor for class org.apache.commons.collections.comparators.ComparatorChain
-
Construct a ComparatorChain with no Comparators.
- ComparatorChain(Comparator) - Constructor for class org.apache.commons.collections.comparators.ComparatorChain
-
Construct a ComparatorChain with a single Comparator, sorting in the forward order
- ComparatorChain(Comparator, boolean) - Constructor for class org.apache.commons.collections.comparators.ComparatorChain
-
Construct a Comparator chain with a single Comparator, sorting in the given order
- ComparatorChain(List) - Constructor for class org.apache.commons.collections.comparators.ComparatorChain
-
Construct a ComparatorChain from the Comparators in the List.
- ComparatorChain(List, BitSet) - Constructor for class org.apache.commons.collections.comparators.ComparatorChain
-
Construct a ComparatorChain from the Comparators in the given List.
- ComparatorUtils - Class in org.apache.commons.collections
-
Provides convenient static utility methods for
Comparatorobjects. - ComparatorUtils() - Constructor for class org.apache.commons.collections.ComparatorUtils
-
ComparatorUtils should not normally be instantiated.
- compare(Boolean, Boolean) - Method in class org.apache.commons.collections.comparators.BooleanComparator
- compare(Object, Object) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Compares two objects using the comparator if specified, or the natural order otherwise.
- compare(Object, Object) - Method in class org.apache.commons.collections.comparators.BooleanComparator
-
Compares two arbitrary Objects.
- compare(Object, Object) - Method in class org.apache.commons.collections.comparators.ComparableComparator
-
Compare the two
Comparablearguments. - compare(Object, Object) - Method in class org.apache.commons.collections.comparators.ComparatorChain
-
Perform comparisons on the Objects as per Comparator.compare(o1,o2).
- compare(Object, Object) - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
-
Compares two objects according to the order of this Comparator.
- compare(Object, Object) - Method in class org.apache.commons.collections.comparators.NullComparator
-
Perform a comparison between two objects.
- compare(Object, Object) - Method in class org.apache.commons.collections.comparators.ReverseComparator
-
Compares two objects in reverse order.
- compare(Object, Object) - Method in class org.apache.commons.collections.comparators.TransformingComparator
-
Returns the result of comparing the values from the transform operation.
- CompositeCollection - Class in org.apache.commons.collections.collection
-
Decorates a collection of other collections to provide a single unified view.
- CompositeCollection() - Constructor for class org.apache.commons.collections.collection.CompositeCollection
-
Create an empty CompositeCollection.
- CompositeCollection(Collection) - Constructor for class org.apache.commons.collections.collection.CompositeCollection
-
Create a Composite Collection with only coll composited.
- CompositeCollection(Collection[]) - Constructor for class org.apache.commons.collections.collection.CompositeCollection
-
Create a CompositeCollection with colls as the initial list of composited collections.
- CompositeCollection.CollectionMutator - Interface in org.apache.commons.collections.collection
-
Pluggable strategy to handle changes to the composite.
- CompositeMap - Class in org.apache.commons.collections.map
-
Decorates a map of other maps to provide a single unified view.
- CompositeMap() - Constructor for class org.apache.commons.collections.map.CompositeMap
-
Create a new, empty, CompositeMap.
- CompositeMap(Map[]) - Constructor for class org.apache.commons.collections.map.CompositeMap
-
Create a new CompositeMap which composites all of the Map instances in the argument.
- CompositeMap(Map[], CompositeMap.MapMutator) - Constructor for class org.apache.commons.collections.map.CompositeMap
-
Create a new CompositeMap which composites all of the Map instances in the argument.
- CompositeMap(Map, Map) - Constructor for class org.apache.commons.collections.map.CompositeMap
-
Create a new CompositeMap with two composited Map instances.
- CompositeMap(Map, Map, CompositeMap.MapMutator) - Constructor for class org.apache.commons.collections.map.CompositeMap
-
Create a new CompositeMap with two composited Map instances.
- CompositeMap.MapMutator - Interface in org.apache.commons.collections.map
-
This interface allows definition for all of the indeterminate mutators in a CompositeMap, as well as providing a hook for callbacks on key collisions.
- CompositeSet - Class in org.apache.commons.collections.set
-
Decorates a set of other sets to provide a single unified view.
- CompositeSet() - Constructor for class org.apache.commons.collections.set.CompositeSet
-
Create an empty CompositeSet
- CompositeSet(Set) - Constructor for class org.apache.commons.collections.set.CompositeSet
-
Create a CompositeSet with just
setcomposited - CompositeSet(Set[]) - Constructor for class org.apache.commons.collections.set.CompositeSet
-
Create a composite set with sets as the initial set of composited Sets
- CompositeSet.SetMutator - Interface in org.apache.commons.collections.set
-
Define callbacks for mutation operations.
- constantFactory(Object) - Static method in class org.apache.commons.collections.FactoryUtils
-
Creates a Factory that will return the same object each time the factory is used.
- ConstantFactory - Class in org.apache.commons.collections.functors
-
Factory implementation that returns the same constant each time.
- ConstantFactory(Object) - Constructor for class org.apache.commons.collections.functors.ConstantFactory
-
Constructor that performs no validation.
- constantTransformer(Object) - Static method in class org.apache.commons.collections.TransformerUtils
-
Creates a Transformer that will return the same object each time the transformer is used.
- ConstantTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation that returns the same constant each time.
- ConstantTransformer(Object) - Constructor for class org.apache.commons.collections.functors.ConstantTransformer
-
Constructor that performs no validation.
- contains(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Determines if the bag contains the given element by checking if the underlying map contains the element as a key.
- contains(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
- contains(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
- contains(Object) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- contains(Object) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Checks whether this composite collection contains the object.
- contains(Object) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
- contains(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns true if this list contains the specified element.
- contains(Object) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Determines if the bag contains the given element by checking if the underlying map contains the element as a key.
- contains(Object) - Method in class org.apache.commons.collections.FastArrayList
-
Return
trueif this list contains the specified element. - contains(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- contains(Object) - Method in class org.apache.commons.collections.list.SetUniqueList
- contains(Object) - Method in class org.apache.commons.collections.list.TreeList
-
Searches for the presence of an object in the list.
- contains(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
- contains(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
- contains(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.Values
- contains(Object) - Method in class org.apache.commons.collections.set.MapBackedSet
- containsAll(Collection) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Determines if the bag contains the given elements.
- containsAll(Collection) - Method in interface org.apache.commons.collections.Bag
-
(Violation) Returns
trueif the bag contains all elements in the given collection, respecting cardinality. - containsAll(Collection) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- containsAll(Collection) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Checks whether this composite contains all the elements in the specified collection.
- containsAll(Collection) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
- containsAll(Collection) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns true if this list contains all of the elements of the specified collection.
- containsAll(Collection) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Determines if the bag contains the given elements.
- containsAll(Collection) - Method in class org.apache.commons.collections.FastArrayList
-
Return
trueif this list contains all of the elements in the specified Collection. - containsAll(Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- containsAll(Collection) - Method in class org.apache.commons.collections.list.SetUniqueList
- containsAll(Collection) - Method in class org.apache.commons.collections.set.MapBackedSet
- containsAll(Bag) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Returns
trueif the bag contains all elements in the given collection, respecting cardinality. - containsAny(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns
trueiff at least one element is in both collections. - containsKey(Object) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Returns true if the bean defines a property with the given name.
- containsKey(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
- containsKey(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Checks whether this map contains the a mapping for the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Returns true if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections.FastHashMap
-
Return
trueif this map contains a mapping for the specified key. - containsKey(Object) - Method in class org.apache.commons.collections.FastTreeMap
-
Return
trueif this map contains a mapping for the specified key. - containsKey(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Checks whether the map contains the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
- containsKey(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Checks whether the map contains the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections.map.CompositeMap
-
Returns true if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections.map.Flat3Map
-
Checks whether the map contains the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
- containsKey(Object) - Method in class org.apache.commons.collections.map.SingletonMap
-
Checks whether the map contains the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Checks if the map contains the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.Invokes the underlying
Map.containsKey(Object)method. - containsKey(Object) - Method in class org.apache.commons.collections.ReferenceMap
-
Deprecated.Returns
trueif this map contains the given key. - containsKey(Object) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Implements
Map.containsKey(Object). - containsKey(Object) - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Implements
Map.containsKey(Object). - containsKey(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsKey(Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsKey(Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsKey(Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsValue(Object) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Returns true if the bean defines a property whose current value is the given object.
- containsValue(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
- containsValue(Object) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
- containsValue(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Checks whether this map contains the a mapping for the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.FastHashMap
-
Return
trueif this map contains one or more keys mapping to the specified value. - containsValue(Object) - Method in class org.apache.commons.collections.FastTreeMap
-
Return
trueif this map contains one or more keys mapping to the specified value. - containsValue(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
- containsValue(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.map.CompositeMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.map.Flat3Map
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
- containsValue(Object) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Checks whether the map contains the value specified.
- containsValue(Object) - Method in class org.apache.commons.collections.map.SingletonMap
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Checks if the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.Checks whether the map contains the value specified.
- containsValue(Object) - Method in interface org.apache.commons.collections.MultiMap
-
Checks whether the map contains the value specified.
- containsValue(Object) - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.Invokes the underlying
Map.containsValue(Object)method. - containsValue(Object) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Implements
Map.containsValue(Object). - containsValue(Object) - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Implements
Map.containsValue(Object). - containsValue(Object, Object) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Checks whether the collection at the specified key contains the value.
- containsValue(Object, Object) - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.Checks whether the collection at the specified key contains the value.
- convertKey(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Converts input keys to another object for storage in the map.
- convertKey(Object) - Method in class org.apache.commons.collections.map.CaseInsensitiveMap
-
Overrides convertKey() from
AbstractHashedMapto convert keys to lower case. - convertProperties(Properties) - Static method in class org.apache.commons.collections.ExtendedProperties
-
Convert a standard properties class into a configuration class.
- convertType(Class, Object) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Converts the given value to the given type.
- countMatches(Collection, Predicate) - Static method in class org.apache.commons.collections.CollectionUtils
-
Counts the number of elements in the input collection that match the predicate.
- create() - Method in interface org.apache.commons.collections.Factory
-
Create a new object.
- create() - Method in class org.apache.commons.collections.functors.ConstantFactory
-
Always return constant.
- create() - Method in class org.apache.commons.collections.functors.ExceptionFactory
-
Always throws an exception.
- create() - Method in class org.apache.commons.collections.functors.InstantiateFactory
-
Creates an object using the stored constructor.
- createBidiMap(Map, Map, BidiMap) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Creates a new instance of the subclass.
- createBidiMap(Map, Map, BidiMap) - Method in class org.apache.commons.collections.bidimap.DualHashBidiMap
-
Creates a new instance of this object.
- createBidiMap(Map, Map, BidiMap) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
Creates a new instance of this object.
- createCollection(int) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Creates a new instance of the map value Collection container using the factory.
- createCollection(Collection) - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.Creates a new instance of the map value Collection container.
- createDelegateMap() - Method in class org.apache.commons.collections.map.Flat3Map
-
Create an instance of the map used for storage when in delegation mode.
- createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Creates an entry to store the key-value data.
- createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Creates an entry to store the data.
- createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Creates a ReferenceEntry instead of a HashEntry.
- createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Method in class org.apache.commons.collections.map.IdentityMap
-
Creates an entry to store the data.
- createEntrySetIterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Creates an entry set iterator.
- createEntrySetIterator() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Creates an entry set iterator.
- createEntrySetIterator() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Creates an entry set iterator.
- createEntrySetIterator(Iterator) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Creates an entry set iterator.
- createHeaderNode() - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Creates a new node with previous, next and element all set to null.
- createKeySetIterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Creates a key set iterator.
- createKeySetIterator() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Creates a key set iterator.
- createKeySetIterator() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Creates an key set iterator.
- createKeySetIterator(Iterator) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Creates a key set iterator.
- createMap() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Deprecated.For constructors, use the new two map constructor. For deserialization, populate the maps array directly in readObject.
- createNode(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Creates a new node with the specified properties.
- createNode(Object) - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
-
Creates a new node, either by reusing one from the cache or creating a new one.
- createSetBasedOnList(Set, List) - Method in class org.apache.commons.collections.list.SetUniqueList
- createSubListIterator(AbstractLinkedList.LinkedSubList) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Creates an iterator for the sublist.
- createSubListListIterator(AbstractLinkedList.LinkedSubList, int) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Creates a list iterator for the sublist.
- createSubListListIterator(AbstractLinkedList.LinkedSubList, int) - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Creates a list iterator for the sublist.
- createValuesIterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Creates a values iterator.
- createValuesIterator() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Creates a values iterator.
- createValuesIterator() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Creates an values iterator.
- createValuesIterator(Iterator) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Creates a values iterator.
- createWriteMethodArguments(Method, Object) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Creates an array of parameters to pass to the given mutator method.
- current - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
The last node that was returned by
AbstractLinkedList.LinkedListIterator.next()orAbstractLinkedList.LinkedListIterator.previous(). - currentEntry() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
- currentEntry() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
- currentIterator - Variable in class org.apache.commons.collections.iterators.IteratorChain
-
The current iterator
- currentIterator - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
The current iterator
- currentIteratorIndex - Variable in class org.apache.commons.collections.iterators.IteratorChain
-
The index of the current iterator
- currentValue - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
The current value
- cursor() - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns a
ListIteratorfor iterating through the elements of this list. - cursor() - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Returns a
CursorableLinkedList.Cursorfor iterating through the elements of this list. - cursor(int) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns a
ListIteratorfor iterating through the elements of this list, initialized such thatListIterator.next()will return the element at the specified index (if any) andListIterator.previous()will return the element immediately preceding it (if any). - cursor(int) - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Returns a
CursorableLinkedList.Cursorfor iterating through the elements of this list starting from a specified index. - Cursor(CursorableLinkedList, int) - Constructor for class org.apache.commons.collections.list.CursorableLinkedList.Cursor
-
Constructs a new cursor.
- CursorableLinkedList - Class in org.apache.commons.collections
-
Deprecated.Use new version in list subpackage, which has been rewritten and now returns the cursor from the listIterator method. Will be removed in v4.0
- CursorableLinkedList - Class in org.apache.commons.collections.list
-
A
Listimplementation with aListIteratorthat allows concurrent modifications to the underlying list. - CursorableLinkedList() - Constructor for class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.
- CursorableLinkedList() - Constructor for class org.apache.commons.collections.list.CursorableLinkedList
-
Constructor that creates.
- CursorableLinkedList(Collection) - Constructor for class org.apache.commons.collections.list.CursorableLinkedList
-
Constructor that copies the specified collection
- CursorableLinkedList.Cursor - Class in org.apache.commons.collections
-
Deprecated.
- CursorableLinkedList.Cursor - Class in org.apache.commons.collections.list
-
An extended
ListIteratorthat allows concurrent changes to the underlying list. - CursorableLinkedList.SubCursor - Class in org.apache.commons.collections.list
-
A cursor for the sublist based on LinkedSubListIterator.
- cursors - Variable in class org.apache.commons.collections.list.CursorableLinkedList
-
A list of the cursor currently open on this list
D
- data - Variable in class org.apache.commons.collections.map.AbstractHashedMap
-
Map entries
- debugPrint(PrintStream, Object, Map) - Static method in class org.apache.commons.collections.MapUtils
-
Prints the given map with nice line breaks.
- decorate(Collection) - Static method in class org.apache.commons.collections.collection.SynchronizedCollection
-
Factory method to create a synchronized collection.
- decorate(Collection) - Static method in class org.apache.commons.collections.collection.UnmodifiableCollection
-
Factory method to create an unmodifiable collection.
- decorate(Collection, Class) - Static method in class org.apache.commons.collections.collection.TypedCollection
-
Factory method to create a typed collection.
- decorate(Collection, Predicate) - Static method in class org.apache.commons.collections.collection.PredicatedCollection
-
Factory method to create a predicated (validating) collection.
- decorate(Collection, Transformer) - Static method in class org.apache.commons.collections.collection.TransformedCollection
-
Factory method to create a transforming collection.
- decorate(Iterator) - Static method in class org.apache.commons.collections.iterators.UnmodifiableIterator
-
Decorates the specified iterator such that it cannot be modified.
- decorate(List) - Static method in class org.apache.commons.collections.list.FixedSizeList
-
Factory method to create a fixed size list.
- decorate(List) - Static method in class org.apache.commons.collections.list.GrowthList
-
Factory method to create a growth list.
- decorate(List) - Static method in class org.apache.commons.collections.list.SetUniqueList
-
Factory method to create a SetList using the supplied list to retain order.
- decorate(List) - Static method in class org.apache.commons.collections.list.SynchronizedList
-
Factory method to create a synchronized list.
- decorate(List) - Static method in class org.apache.commons.collections.list.UnmodifiableList
-
Factory method to create an unmodifiable list.
- decorate(List) - Static method in class org.apache.commons.collections.set.ListOrderedSet
-
Factory method to create an ordered set using the supplied list to retain order.
- decorate(ListIterator) - Static method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
-
Decorates the specified iterator such that it cannot be modified.
- decorate(List, Class) - Static method in class org.apache.commons.collections.list.TypedList
-
Factory method to create a typed list.
- decorate(List, Factory) - Static method in class org.apache.commons.collections.list.LazyList
-
Factory method to create a lazily instantiating list.
- decorate(List, Predicate) - Static method in class org.apache.commons.collections.list.PredicatedList
-
Factory method to create a predicated (validating) list.
- decorate(List, Transformer) - Static method in class org.apache.commons.collections.list.TransformedList
-
Factory method to create a transforming list.
- decorate(Map) - Static method in class org.apache.commons.collections.map.FixedSizeMap
-
Factory method to create a fixed size map.
- decorate(Map) - Static method in class org.apache.commons.collections.map.ListOrderedMap
-
Factory method to create an ordered map.
- decorate(Map) - Static method in class org.apache.commons.collections.map.MultiValueMap
-
Creates a map which wraps the given map and maps keys to ArrayLists.
- decorate(Map) - Static method in class org.apache.commons.collections.map.UnmodifiableMap
-
Factory method to create an unmodifiable map.
- decorate(Map) - Static method in class org.apache.commons.collections.set.MapBackedSet
-
Factory method to create a set from a map.
- decorate(Map, Class) - Static method in class org.apache.commons.collections.map.MultiValueMap
-
Creates a map which decorates the given
mapand maps keys to collections of typecollectionClass. - decorate(Map, Class, Class) - Static method in class org.apache.commons.collections.map.TypedMap
-
Factory method to create a typed map.
- decorate(Map, Object) - Static method in class org.apache.commons.collections.map.DefaultedMap
-
Factory method to create a defaulting map.
- decorate(Map, Object) - Static method in class org.apache.commons.collections.set.MapBackedSet
-
Factory method to create a set from a map.
- decorate(Map, Factory) - Static method in class org.apache.commons.collections.map.DefaultedMap
-
Factory method to create a defaulting map.
- decorate(Map, Factory) - Static method in class org.apache.commons.collections.map.LazyMap
-
Factory method to create a lazily instantiated map.
- decorate(Map, Factory) - Static method in class org.apache.commons.collections.map.MultiValueMap
-
Creates a map which decorates the given
mapand creates the value collections using the suppliedcollectionFactory. - decorate(Map, Predicate, Predicate) - Static method in class org.apache.commons.collections.map.PredicatedMap
-
Factory method to create a predicated (validating) map.
- decorate(Map, Transformer) - Static method in class org.apache.commons.collections.map.DefaultedMap
-
Factory method to create a defaulting map.
- decorate(Map, Transformer) - Static method in class org.apache.commons.collections.map.LazyMap
-
Factory method to create a lazily instantiated map.
- decorate(Map, Transformer, Transformer) - Static method in class org.apache.commons.collections.map.TransformedMap
-
Factory method to create a transforming map.
- decorate(Set) - Static method in class org.apache.commons.collections.map.UnmodifiableEntrySet
-
Factory method to create an unmodifiable set of Map Entry objects.
- decorate(Set) - Static method in class org.apache.commons.collections.set.ListOrderedSet
-
Factory method to create an ordered set.
- decorate(Set) - Static method in class org.apache.commons.collections.set.SynchronizedSet
-
Factory method to create a synchronized set.
- decorate(Set) - Static method in class org.apache.commons.collections.set.UnmodifiableSet
-
Factory method to create an unmodifiable set.
- decorate(Set, Class) - Static method in class org.apache.commons.collections.set.TypedSet
-
Factory method to create a typed set.
- decorate(Set, List) - Static method in class org.apache.commons.collections.set.ListOrderedSet
-
Factory method to create an ordered set specifying the list and set to use.
- decorate(Set, Predicate) - Static method in class org.apache.commons.collections.set.PredicatedSet
-
Factory method to create a predicated (validating) set.
- decorate(Set, Transformer) - Static method in class org.apache.commons.collections.set.TransformedSet
-
Factory method to create a transforming set.
- decorate(SortedMap) - Static method in class org.apache.commons.collections.map.FixedSizeSortedMap
-
Factory method to create a fixed size sorted map.
- decorate(SortedMap) - Static method in class org.apache.commons.collections.map.UnmodifiableSortedMap
-
Factory method to create an unmodifiable sorted map.
- decorate(SortedMap, Class, Class) - Static method in class org.apache.commons.collections.map.TypedSortedMap
-
Factory method to create a typed sorted map.
- decorate(SortedMap, Factory) - Static method in class org.apache.commons.collections.map.LazySortedMap
-
Factory method to create a lazily instantiated sorted map.
- decorate(SortedMap, Predicate, Predicate) - Static method in class org.apache.commons.collections.map.PredicatedSortedMap
-
Factory method to create a predicated (validating) sorted map.
- decorate(SortedMap, Transformer) - Static method in class org.apache.commons.collections.map.LazySortedMap
-
Factory method to create a lazily instantiated sorted map.
- decorate(SortedMap, Transformer, Transformer) - Static method in class org.apache.commons.collections.map.TransformedSortedMap
-
Factory method to create a transforming sorted map.
- decorate(SortedSet) - Static method in class org.apache.commons.collections.set.SynchronizedSortedSet
-
Factory method to create a synchronized set.
- decorate(SortedSet) - Static method in class org.apache.commons.collections.set.UnmodifiableSortedSet
-
Factory method to create an unmodifiable set.
- decorate(SortedSet, Class) - Static method in class org.apache.commons.collections.set.TypedSortedSet
-
Factory method to create a typed sorted set.
- decorate(SortedSet, Predicate) - Static method in class org.apache.commons.collections.set.PredicatedSortedSet
-
Factory method to create a predicated (validating) sorted set.
- decorate(SortedSet, Transformer) - Static method in class org.apache.commons.collections.set.TransformedSortedSet
-
Factory method to create a transforming sorted set.
- decorate(Bag) - Static method in class org.apache.commons.collections.bag.SynchronizedBag
-
Factory method to create a synchronized bag.
- decorate(Bag) - Static method in class org.apache.commons.collections.bag.UnmodifiableBag
-
Factory method to create an unmodifiable bag.
- decorate(Bag, Class) - Static method in class org.apache.commons.collections.bag.TypedBag
-
Factory method to create a typed bag.
- decorate(Bag, Predicate) - Static method in class org.apache.commons.collections.bag.PredicatedBag
-
Factory method to create a predicated (validating) bag.
- decorate(Bag, Transformer) - Static method in class org.apache.commons.collections.bag.TransformedBag
-
Factory method to create a transforming bag.
- decorate(BidiMap) - Static method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
-
Factory method to create an unmodifiable map.
- decorate(BoundedCollection) - Static method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
-
Factory method to create an unmodifiable bounded collection.
- decorate(Buffer) - Static method in class org.apache.commons.collections.buffer.BlockingBuffer
-
Factory method to create a blocking buffer.
- decorate(Buffer) - Static method in class org.apache.commons.collections.buffer.SynchronizedBuffer
-
Factory method to create a synchronized buffer.
- decorate(Buffer) - Static method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
-
Factory method to create an unmodifiable buffer.
- decorate(Buffer, int) - Static method in class org.apache.commons.collections.buffer.BoundedBuffer
-
Factory method to create a bounded buffer.
- decorate(Buffer, int, long) - Static method in class org.apache.commons.collections.buffer.BoundedBuffer
-
Factory method to create a bounded buffer that blocks for a maximum amount of time.
- decorate(Buffer, long) - Static method in class org.apache.commons.collections.buffer.BlockingBuffer
-
Factory method to create a blocking buffer with a timeout value.
- decorate(Buffer, Class) - Static method in class org.apache.commons.collections.buffer.TypedBuffer
-
Factory method to create a typed list.
- decorate(Buffer, Predicate) - Static method in class org.apache.commons.collections.buffer.PredicatedBuffer
-
Factory method to create a predicated (validating) buffer.
- decorate(Buffer, Transformer) - Static method in class org.apache.commons.collections.buffer.TransformedBuffer
-
Factory method to create a transforming buffer.
- decorate(AbstractHashedMap) - Static method in class org.apache.commons.collections.map.MultiKeyMap
-
Decorates the specified map to add the MultiKeyMap API and fast query.
- decorate(MapIterator) - Static method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
-
Decorates the specified iterator such that it cannot be modified.
- decorate(OrderedBidiMap) - Static method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
-
Factory method to create an unmodifiable map.
- decorate(OrderedMap) - Static method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
-
Factory method to create an unmodifiable sorted map.
- decorate(OrderedMapIterator) - Static method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
-
Decorates the specified iterator such that it cannot be modified.
- decorate(SortedBag) - Static method in class org.apache.commons.collections.bag.SynchronizedSortedBag
-
Factory method to create a synchronized sorted bag.
- decorate(SortedBag) - Static method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
-
Factory method to create an unmodifiable bag.
- decorate(SortedBag, Class) - Static method in class org.apache.commons.collections.bag.TypedSortedBag
-
Factory method to create a typed sorted bag.
- decorate(SortedBag, Predicate) - Static method in class org.apache.commons.collections.bag.PredicatedSortedBag
-
Factory method to create a predicated (validating) bag.
- decorate(SortedBag, Transformer) - Static method in class org.apache.commons.collections.bag.TransformedSortedBag
-
Factory method to create a transforming sorted bag.
- decorate(SortedBidiMap) - Static method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
-
Factory method to create an unmodifiable map.
- decorated - Variable in class org.apache.commons.collections.comparators.TransformingComparator
-
The decorated comparator.
- decorateTransform(Map, Transformer, Transformer) - Static method in class org.apache.commons.collections.map.TransformedMap
-
Factory method to create a transforming map that will transform existing contents of the specified map.
- decorateTransform(SortedMap, Transformer, Transformer) - Static method in class org.apache.commons.collections.map.TransformedSortedMap
-
Factory method to create a transforming sorted map that will transform existing contents of the specified map.
- decorateUsing(Collection) - Static method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
-
Factory method to create an unmodifiable bounded collection.
- DEFAULT_CAPACITY - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
-
The default capacity to use
- DEFAULT_LOAD_FACTOR - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
-
The default load factor to use
- DEFAULT_MAX_SIZE - Static variable in class org.apache.commons.collections.map.LRUMap
-
Default maximum size
- DEFAULT_MAXIMUM_CACHE_SIZE - Static variable in class org.apache.commons.collections.list.NodeCachingLinkedList
-
The default value for
NodeCachingLinkedList.maximumCacheSize. - DEFAULT_THRESHOLD - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
-
The default threshold to use
- DefaultedMap - Class in org.apache.commons.collections.map
-
Decorates another
Mapreturning a default value if the map does not contain the requested key. - DefaultedMap(Object) - Constructor for class org.apache.commons.collections.map.DefaultedMap
-
Constructs a new empty
DefaultedMapthat decorates aHashMap. - DefaultedMap(Map, Object) - Constructor for class org.apache.commons.collections.map.DefaultedMap
-
Constructor that wraps (not copies).
- DefaultKeyValue - Class in org.apache.commons.collections.keyvalue
-
A mutable
KeyValuepair that does not implementMap.Entry. - DefaultKeyValue() - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
-
Constructs a new pair with a null key and null value.
- DefaultKeyValue(Object, Object) - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
-
Constructs a new pair with the specified key and given value.
- DefaultKeyValue(Map.Entry) - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
-
Constructs a new pair from the specified
Map.Entry. - DefaultKeyValue(KeyValue) - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
-
Constructs a new pair from the specified
KeyValue. - DefaultMapBag - Class in org.apache.commons.collections
-
Deprecated.Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0.
- DefaultMapBag() - Constructor for class org.apache.commons.collections.DefaultMapBag
-
Deprecated.No-argument constructor.
- DefaultMapBag(Map) - Constructor for class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Constructor that assigns the specified Map as the backing store.
- DefaultMapEntry - Class in org.apache.commons.collections
-
Deprecated.Use the version in the keyvalue subpackage. Will be removed in v4.0
- DefaultMapEntry - Class in org.apache.commons.collections.keyvalue
-
A restricted implementation of
Map.Entrythat prevents theMap.Entrycontract from being broken. - DefaultMapEntry() - Constructor for class org.apache.commons.collections.DefaultMapEntry
-
Deprecated.Constructs a new
DefaultMapEntrywith a null key and null value. - DefaultMapEntry(Object, Object) - Constructor for class org.apache.commons.collections.DefaultMapEntry
-
Deprecated.Constructs a new
DefaultMapEntrywith the given key and given value. - DefaultMapEntry(Object, Object) - Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry
-
Constructs a new entry with the specified key and given value.
- DefaultMapEntry(Map.Entry) - Constructor for class org.apache.commons.collections.DefaultMapEntry
-
Deprecated.Constructs a new
DefaultMapEntrywith the given key and given value. - DefaultMapEntry(Map.Entry) - Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry
-
Constructs a new entry from the specified
Map.Entry. - DefaultMapEntry(KeyValue) - Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry
-
Constructs a new entry from the specified
KeyValue. - defaultTransformers - Static variable in class org.apache.commons.collections.BeanMap
-
Deprecated.Maps primitive Class types to transformers.
- destroyEntry(AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Kills an entry ready for the garbage collector.
- disjunction(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns a
Collectioncontaining the exclusive disjunction (symmetric difference) of the givenCollections. - display() - Method in class org.apache.commons.collections.ExtendedProperties
-
Display the configuration for debugging purposes to System.out.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Deserializes the data held in this object to the stream specified.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Reads the map data from the stream.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Replaces the superclassm method to read the state of this class.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections.map.LRUMap
-
Reads the data necessary for
put()to work in the superclass. - doReadObject(Map, ObjectInputStream) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Read the map in using a custom routine.
- DoubleOrderedMap - Class in org.apache.commons.collections
-
Deprecated.Replaced by TreeBidiMap in bidimap subpackage. Due to be removed in v4.0.
- DoubleOrderedMap() - Constructor for class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Construct a new DoubleOrderedMap
- DoubleOrderedMap(Map) - Constructor for class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Constructs a new DoubleOrderedMap from an existing Map, with keys and values sorted
- doWhileClosure(Closure, Predicate) - Static method in class org.apache.commons.collections.ClosureUtils
-
Creates a Closure that will call the closure once and then repeatedly until the predicate returns false.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Write the map out using a custom routine.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Serializes the data held in this object to the stream specified.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Writes the map data to the stream.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Replaces the superclass method to store the state of this class.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.commons.collections.map.LRUMap
-
Writes the data necessary for
put()to work in deserialization. - DualHashBidiMap - Class in org.apache.commons.collections.bidimap
-
Implementation of
BidiMapthat uses twoHashMapinstances. - DualHashBidiMap() - Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap
-
Creates an empty
HashBidiMap. - DualHashBidiMap(Map) - Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap
-
Constructs a
HashBidiMapand copies the mappings from specifiedMap. - DualHashBidiMap(Map, Map, BidiMap) - Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap
-
Constructs a
HashBidiMapthat decorates the specified maps. - DualTreeBidiMap - Class in org.apache.commons.collections.bidimap
-
Implementation of
BidiMapthat uses twoTreeMapinstances. - DualTreeBidiMap() - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
Creates an empty
DualTreeBidiMap - DualTreeBidiMap(Comparator) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
Constructs a
DualTreeBidiMapusing the specified Comparator. - DualTreeBidiMap(Map) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
Constructs a
DualTreeBidiMapand copies the mappings from specifiedMap. - DualTreeBidiMap(Map, Map, BidiMap) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
Constructs a
DualTreeBidiMapthat decorates the specified maps. - DualTreeBidiMap.BidiOrderedMapIterator - Class in org.apache.commons.collections.bidimap
-
Inner class MapIterator.
- DualTreeBidiMap.ViewMap - Class in org.apache.commons.collections.bidimap
-
Internal sorted map view.
- dummyValue - Variable in class org.apache.commons.collections.set.MapBackedSet
-
The dummyValue to use
E
- eitherPredicate(Predicate, Predicate) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that returns true if one, but not both, of the specified predicates are true.
- elements - Variable in class org.apache.commons.collections.buffer.PriorityBuffer
-
The elements in this buffer.
- empty() - Method in class org.apache.commons.collections.ArrayStack
-
Return
trueif this stack is currently empty. - EMPTY_BAG - Static variable in class org.apache.commons.collections.BagUtils
-
An empty unmodifiable bag.
- EMPTY_BUFFER - Static variable in class org.apache.commons.collections.BufferUtils
-
An empty unmodifiable buffer.
- EMPTY_COLLECTION - Static variable in class org.apache.commons.collections.CollectionUtils
-
An empty unmodifiable collection.
- EMPTY_ITERATOR - Static variable in class org.apache.commons.collections.IteratorUtils
-
An iterator over no elements.
- EMPTY_LIST - Static variable in class org.apache.commons.collections.ListUtils
-
An empty unmodifiable list.
- EMPTY_LIST_ITERATOR - Static variable in class org.apache.commons.collections.IteratorUtils
-
A list iterator over no elements.
- EMPTY_MAP - Static variable in class org.apache.commons.collections.MapUtils
-
An empty unmodifiable map.
- EMPTY_MAP_ITERATOR - Static variable in class org.apache.commons.collections.IteratorUtils
-
A map iterator over no elements.
- EMPTY_ORDERED_ITERATOR - Static variable in class org.apache.commons.collections.IteratorUtils
-
An ordered iterator over no elements.
- EMPTY_ORDERED_MAP_ITERATOR - Static variable in class org.apache.commons.collections.IteratorUtils
-
An ordered map iterator over no elements.
- EMPTY_SET - Static variable in class org.apache.commons.collections.SetUtils
-
An empty unmodifiable set.
- EMPTY_SORTED_BAG - Static variable in class org.apache.commons.collections.BagUtils
-
An empty unmodifiable sorted bag.
- EMPTY_SORTED_MAP - Static variable in class org.apache.commons.collections.MapUtils
-
An empty unmodifiable sorted map.
- EMPTY_SORTED_SET - Static variable in class org.apache.commons.collections.SetUtils
-
An empty unmodifiable sorted set.
- emptyIterator() - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an empty iterator.
- EmptyIterator - Class in org.apache.commons.collections.iterators
-
Provides an implementation of an empty iterator.
- EmptyIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyIterator
-
Constructor.
- emptyListIterator() - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an empty list iterator.
- EmptyListIterator - Class in org.apache.commons.collections.iterators
-
Provides an implementation of an empty list iterator.
- EmptyListIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyListIterator
-
Constructor.
- emptyMapIterator() - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an empty map iterator.
- EmptyMapIterator - Class in org.apache.commons.collections.iterators
-
Provides an implementation of an empty map iterator.
- EmptyMapIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyMapIterator
-
Constructor.
- emptyOrderedIterator() - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an empty ordered iterator.
- EmptyOrderedIterator - Class in org.apache.commons.collections.iterators
-
Provides an implementation of an empty ordered iterator.
- EmptyOrderedIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyOrderedIterator
-
Constructor.
- emptyOrderedMapIterator() - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an empty ordered map iterator.
- EmptyOrderedMapIterator - Class in org.apache.commons.collections.iterators
-
Provides an implementation of an empty ordered map iterator.
- EmptyOrderedMapIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyOrderedMapIterator
-
Constructor.
- END_TOKEN - Static variable in class org.apache.commons.collections.ExtendedProperties
- endIndex - Variable in class org.apache.commons.collections.iterators.ArrayIterator
-
The end index to loop to
- endIndex - Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
The end index to loop to
- ensureCapacity(int) - Method in class org.apache.commons.collections.FastArrayList
-
Increase the capacity of this
ArrayListinstance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument. - ensureCapacity(int) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Changes the size of the data structure to the capacity proposed.
- entry - Variable in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
-
The
Map.Entryto decorate - entryAfter(AbstractLinkedMap.LinkEntry) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Gets the
afterfield from aLinkEntry. - entryBefore(AbstractLinkedMap.LinkEntry) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Gets the
beforefield from aLinkEntry. - entryHashCode(AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the
hashCodefield from aHashEntry. - entryIterator() - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Convenience method for getting an iterator over the entries.
- entryKey(AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the
keyfield from aHashEntry. - entryNext(AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the
nextfield from aHashEntry. - entrySet - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
View of the entries.
- entrySet - Variable in class org.apache.commons.collections.map.AbstractHashedMap
-
Entry set
- entrySet() - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Gets a Set of MapEntry objects that are the mappings for this BeanMap.
- entrySet() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Gets an entrySet view of the map.
- entrySet() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Returns a set view of the entries contained in this map in key order.
- entrySet() - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
- entrySet() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
- entrySet() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- entrySet() - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Returns a set view of the mappings contained in this map.
- entrySet() - Method in class org.apache.commons.collections.FastHashMap
-
Return a collection view of the mappings contained in this map.
- entrySet() - Method in class org.apache.commons.collections.FastTreeMap
-
Return a collection view of the mappings contained in this map.
- entrySet() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the entrySet view of the map.
- entrySet() - Method in class org.apache.commons.collections.map.TransformedSortedMap
- entrySet() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
- entrySet() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Returns a set view of this map's entries.
- entrySet() - Method in class org.apache.commons.collections.map.CompositeMap
-
Returns a set view of the mappings contained in this map.
- entrySet() - Method in class org.apache.commons.collections.map.FixedSizeMap
- entrySet() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
- entrySet() - Method in class org.apache.commons.collections.map.Flat3Map
-
Gets the entrySet view of the map.
- entrySet() - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets a view over the entries in the map.
- entrySet() - Method in class org.apache.commons.collections.map.MultiKeyMap
- entrySet() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the entrySet view of the map.
- entrySet() - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Gets the entry set.
- entrySet() - Method in class org.apache.commons.collections.map.UnmodifiableMap
- entrySet() - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
- entrySet() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
- entrySet() - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.Invokes the underlying
Map.entrySet()method. - entrySet() - Method in class org.apache.commons.collections.ReferenceMap
-
Deprecated.Returns a set view of this map's entries.
- entrySet() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Implements
Map.entrySet(). - entrySet() - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Implements
Map.entrySet(). - EntrySet(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet
-
Constructs a new view of the BidiMap.
- EntrySet(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
- entrySetByValue() - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Returns a set view of the mappings contained in this map.
- EntrySetIterator(Iterator, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
-
Constructor.
- EntrySetIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator
- EntrySetIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
- EntrySetMapIterator - Class in org.apache.commons.collections.iterators
-
Implements a
MapIteratorusing a Map entrySet. - EntrySetMapIterator(Map) - Constructor for class org.apache.commons.collections.iterators.EntrySetMapIterator
-
Constructor.
- entryValue(AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the
valuefield from aHashEntry. - EnumerationIterator - Class in org.apache.commons.collections.iterators
-
Adapter to make
Enumerationinstances appear to beIteratorinstances. - EnumerationIterator() - Constructor for class org.apache.commons.collections.iterators.EnumerationIterator
-
Constructs a new
EnumerationIteratorthat will not function untilEnumerationIterator.setEnumeration(Enumeration)is called. - EnumerationIterator(Enumeration) - Constructor for class org.apache.commons.collections.iterators.EnumerationIterator
-
Constructs a new
EnumerationIteratorthat provides an iterator view of the given enumeration. - EnumerationIterator(Enumeration, Collection) - Constructor for class org.apache.commons.collections.iterators.EnumerationIterator
-
Constructs a new
EnumerationIteratorthat will remove elements from the specified collection. - EnumerationUtils - Class in org.apache.commons.collections
-
Provides utility methods for
Enumerationinstances. - EnumerationUtils() - Constructor for class org.apache.commons.collections.EnumerationUtils
-
EnumerationUtils is not normally instantiated.
- equalPredicate(Object) - Static method in class org.apache.commons.collections.PredicateUtils
-
Creates a Predicate that checks if the input object is equal to the specified object using equals().
- EqualPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true if the input is the same object as the one stored in this predicate by equals.
- EqualPredicate(Object) - Constructor for class org.apache.commons.collections.functors.EqualPredicate
-
Constructor that performs no validation.
- equals(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Compares this Bag to another.
- equals(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger
- equals(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
- equals(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Compares for equals as per the API.
- equals(Object) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- equals(Object) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
- equals(Object) - Method in class org.apache.commons.collections.comparators.BooleanComparator
-
Returns
trueiff that Object is is aComparatorwhose ordering is known to be equivalent to mine. - equals(Object) - Method in class org.apache.commons.collections.comparators.ComparableComparator
-
Returns
trueiff that Object is is aComparatorwhose ordering is known to be equivalent to mine. - equals(Object) - Method in class org.apache.commons.collections.comparators.ComparatorChain
-
Returns
trueiff that Object is is aComparatorwhose ordering is known to be equivalent to mine. - equals(Object) - Method in class org.apache.commons.collections.comparators.NullComparator
-
Determines whether the specified object represents a comparator that is equal to this comparator.
- equals(Object) - Method in class org.apache.commons.collections.comparators.ReverseComparator
-
Returns
trueiff that Object is is aComparatorwhose ordering is known to be equivalent to mine. - equals(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Compares the specified object with this list for equality.
- equals(Object) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Returns true if the given object is not null, has the precise type of this bag, and contains the same number of occurrences of all the same elements.
- equals(Object) - Method in class org.apache.commons.collections.DefaultMapEntry
-
Deprecated.Compares this Map Entry with another Map Entry.
- equals(Object) - Method in class org.apache.commons.collections.FastArrayList
-
Compare the specified object with this list for equality.
- equals(Object) - Method in class org.apache.commons.collections.FastHashMap
-
Compare the specified object with this list for equality.
- equals(Object) - Method in class org.apache.commons.collections.FastTreeMap
-
Compare the specified object with this list for equality.
- equals(Object) - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntry
-
Compares this
Map.Entrywith anotherMap.Entry. - equals(Object) - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
- equals(Object) - Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue
-
Compares this
Map.Entrywith anotherMap.Entry. - equals(Object) - Method in class org.apache.commons.collections.keyvalue.MultiKey
-
Compares this object to another.
- equals(Object) - Method in class org.apache.commons.collections.keyvalue.TiedMapEntry
-
Compares this
Map.Entrywith anotherMap.Entry. - equals(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- equals(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Compares this map with another.
- equals(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
- equals(Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
- equals(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
Compares this map entry to another.
- equals(Object) - Method in class org.apache.commons.collections.map.CompositeMap
-
Checks if this Map equals another as per the Map specification.
- equals(Object) - Method in class org.apache.commons.collections.map.Flat3Map
-
Compares this map with another.
- equals(Object) - Method in class org.apache.commons.collections.map.IdentityMap.IdentityEntry
- equals(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
- equals(Object) - Method in class org.apache.commons.collections.map.SingletonMap
-
Compares this map with another.
- equals(Object) - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Compares this map to another, as per the Map specification.
- equals(Object) - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.Invokes the underlying
Map.equals(Object)method. - equals(Object) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Implements
Map.equals(Object). - equals(Object) - Method in class org.apache.commons.collections.set.CompositeSet
- equals(Object) - Method in class org.apache.commons.collections.set.MapBackedSet
- equals(Object) - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Implements
Map.equals(Object). - evaluate(Object) - Method in class org.apache.commons.collections.functors.AllPredicate
-
Evaluates the predicate returning true if all predicates return true.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.AndPredicate
-
Evaluates the predicate returning true if both predicates return true.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.AnyPredicate
-
Evaluates the predicate returning true if any predicate returns true.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.EqualPredicate
-
Evaluates the predicate returning true if the input equals the stored value.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.ExceptionPredicate
-
Evaluates the predicate always throwing an exception.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.FalsePredicate
-
Evaluates the predicate returning false always.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.IdentityPredicate
-
Evaluates the predicate returning true if the input object is identical to the stored object.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.InstanceofPredicate
-
Evaluates the predicate returning true if the input object is of the correct type.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.NonePredicate
-
Evaluates the predicate returning false if any stored predicate returns false.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.NotNullPredicate
-
Evaluates the predicate returning true if the object does not equal null.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.NotPredicate
-
Evaluates the predicate returning the opposite to the stored predicate.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.NullIsExceptionPredicate
-
Evaluates the predicate returning the result of the decorated predicate once a null check is performed.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.NullIsFalsePredicate
-
Evaluates the predicate returning the result of the decorated predicate once a null check is performed.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.NullIsTruePredicate
-
Evaluates the predicate returning the result of the decorated predicate once a null check is performed.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.NullPredicate
-
Evaluates the predicate returning true if the input is null.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.OnePredicate
-
Evaluates the predicate returning true if only one decorated predicate returns true.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.OrPredicate
-
Evaluates the predicate returning true if either predicate returns true.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.TransformedPredicate
-
Evaluates the predicate returning the result of the decorated predicate once the input has been transformed
- evaluate(Object) - Method in class org.apache.commons.collections.functors.TransformerPredicate
-
Evaluates the predicate returning the result of the decorated transformer.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.TruePredicate
-
Evaluates the predicate returning true always.
- evaluate(Object) - Method in class org.apache.commons.collections.functors.UniquePredicate
-
Evaluates the predicate returning true if the input object hasn't been received yet.
- evaluate(Object) - Method in interface org.apache.commons.collections.Predicate
-
Use the specified parameter to perform a test that returns true or false.
- exceptionClosure() - Static method in class org.apache.commons.collections.ClosureUtils
-
Gets a Closure that always throws an exception.
- ExceptionClosure - Class in org.apache.commons.collections.functors
-
Closure implementation that always throws an exception.
- exceptionFactory() - Static method in class org.apache.commons.collections.FactoryUtils
-
Gets a Factory that always throws an exception.
- ExceptionFactory - Class in org.apache.commons.collections.functors
-
Factory implementation that always throws an exception.
- exceptionPredicate() - Static method in class org.apache.commons.collections.PredicateUtils
-
Gets a Predicate that always throws an exception.
- ExceptionPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that always throws an exception.
- exceptionTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a transformer that always throws an exception.
- ExceptionTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation that always throws an exception.
- execute(Object) - Method in interface org.apache.commons.collections.Closure
-
Performs an action on the specified input object.
- execute(Object) - Method in class org.apache.commons.collections.functors.ChainedClosure
-
Execute a list of closures.
- execute(Object) - Method in class org.apache.commons.collections.functors.ExceptionClosure
-
Always throw an exception.
- execute(Object) - Method in class org.apache.commons.collections.functors.ForClosure
-
Executes the closure
counttimes. - execute(Object) - Method in class org.apache.commons.collections.functors.IfClosure
-
Executes the true or false closure accoring to the result of the predicate.
- execute(Object) - Method in class org.apache.commons.collections.functors.NOPClosure
-
Do nothing.
- execute(Object) - Method in class org.apache.commons.collections.functors.SwitchClosure
-
Executes the closure whose matching predicate returns true
- execute(Object) - Method in class org.apache.commons.collections.functors.TransformerClosure
-
Executes the closure by calling the decorated transformer.
- execute(Object) - Method in class org.apache.commons.collections.functors.WhileClosure
-
Executes the closure until the predicate is false.
- exists(Collection, Predicate) - Static method in class org.apache.commons.collections.CollectionUtils
-
Answers true if a predicate is true for at least one element of a collection.
- expectedModCount - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
The modification count that the list is expected to have.
- expectedModCount - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
-
The modification count expected
- expectedModCount - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
-
The modification count expected
- ExtendedProperties - Class in org.apache.commons.collections
-
This class extends normal Java properties by adding the possibility to use the same key many times concatenating the value strings instead of overwriting them.
- ExtendedProperties() - Constructor for class org.apache.commons.collections.ExtendedProperties
-
Creates an empty extended properties object.
- ExtendedProperties(String) - Constructor for class org.apache.commons.collections.ExtendedProperties
-
Creates and loads the extended properties from the specified file.
- ExtendedProperties(String, String) - Constructor for class org.apache.commons.collections.ExtendedProperties
-
Creates and loads the extended properties from the specified file.
F
- factory - Variable in class org.apache.commons.collections.list.LazyList
-
The factory to use to lazily instantiate the objects
- factory - Variable in class org.apache.commons.collections.map.LazyMap
-
The factory to use to construct elements
- Factory - Interface in org.apache.commons.collections
-
Defines a functor interface implemented by classes that create objects.
- FactoryTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation that calls a Factory and returns the result.
- FactoryTransformer(Factory) - Constructor for class org.apache.commons.collections.functors.FactoryTransformer
-
Constructor that performs no validation.
- FactoryUtils - Class in org.apache.commons.collections
-
FactoryUtilsprovides reference implementations and utilities for the Factory functor interface. - FactoryUtils() - Constructor for class org.apache.commons.collections.FactoryUtils
-
This class is not normally instantiated.
- falsePredicate() - Static method in class org.apache.commons.collections.PredicateUtils
-
Gets a Predicate that always returns false.
- FalsePredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that always returns false.
- fast - Variable in class org.apache.commons.collections.FastArrayList
-
Are we operating in "fast" mode?
- fast - Variable in class org.apache.commons.collections.FastHashMap
-
Are we currently operating in "fast" mode?
- fast - Variable in class org.apache.commons.collections.FastTreeMap
-
Are we operating in "fast" mode?
- FastArrayList - Class in org.apache.commons.collections
-
A customized implementation of
java.util.ArrayListdesigned to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes. - FastArrayList() - Constructor for class org.apache.commons.collections.FastArrayList
-
Construct a an empty list.
- FastArrayList(int) - Constructor for class org.apache.commons.collections.FastArrayList
-
Construct an empty list with the specified capacity.
- FastArrayList(Collection) - Constructor for class org.apache.commons.collections.FastArrayList
-
Construct a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
- FastHashMap - Class in org.apache.commons.collections
-
A customized implementation of
java.util.HashMapdesigned to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes. - FastHashMap() - Constructor for class org.apache.commons.collections.FastHashMap
-
Construct an empty map.
- FastHashMap(int) - Constructor for class org.apache.commons.collections.FastHashMap
-
Construct an empty map with the specified capacity.
- FastHashMap(int, float) - Constructor for class org.apache.commons.collections.FastHashMap
-
Construct an empty map with the specified capacity and load factor.
- FastHashMap(Map) - Constructor for class org.apache.commons.collections.FastHashMap
-
Construct a new map with the same mappings as the specified map.
- FastTreeMap - Class in org.apache.commons.collections
-
A customized implementation of
java.util.TreeMapdesigned to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes. - FastTreeMap() - Constructor for class org.apache.commons.collections.FastTreeMap
-
Construct a an empty map.
- FastTreeMap(Comparator) - Constructor for class org.apache.commons.collections.FastTreeMap
-
Construct an empty map with the specified comparator.
- FastTreeMap(Map) - Constructor for class org.apache.commons.collections.FastTreeMap
-
Construct a new map with the same mappings as the specified map, sorted according to the keys's natural order
- FastTreeMap(SortedMap) - Constructor for class org.apache.commons.collections.FastTreeMap
-
Construct a new map with the same mappings as the specified map, sorted according to the same ordering
- file - Variable in class org.apache.commons.collections.ExtendedProperties
-
The file connected to this repository (holding comments and such).
- fileSeparator - Variable in class org.apache.commons.collections.ExtendedProperties
-
File separator.
- filter(Collection, Predicate) - Static method in class org.apache.commons.collections.CollectionUtils
-
Filter the collection by applying a Predicate to each element.
- filteredIterator(Iterator, Predicate) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that filters another iterator.
- filteredListIterator(ListIterator, Predicate) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a list iterator that filters another list iterator.
- FilterIterator - Class in org.apache.commons.collections.iterators
-
Decorates another
Iteratorusing a predicate to filter elements. - FilterIterator() - Constructor for class org.apache.commons.collections.iterators.FilterIterator
-
Constructs a new
FilterIteratorthat will not function untilsetIteratoris invoked. - FilterIterator(Iterator) - Constructor for class org.apache.commons.collections.iterators.FilterIterator
-
Constructs a new
FilterIteratorthat will not function untilsetPredicateis invoked. - FilterIterator(Iterator, Predicate) - Constructor for class org.apache.commons.collections.iterators.FilterIterator
-
Constructs a new
FilterIteratorthat will use the given iterator and predicate. - FilterListIterator - Class in org.apache.commons.collections.iterators
-
Decorates another
ListIteratorusing a predicate to filter elements. - FilterListIterator() - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
-
Constructs a new
FilterListIteratorthat will not function untilsetListIteratorandsetPredicateare invoked. - FilterListIterator(ListIterator) - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
-
Constructs a new
FilterListIteratorthat will not function untilsetPredicateis invoked. - FilterListIterator(ListIterator, Predicate) - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
-
Constructs a new
FilterListIterator. - FilterListIterator(Predicate) - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
-
Constructs a new
FilterListIteratorthat will not function untilsetListIteratoris invoked. - find(Collection, Predicate) - Static method in class org.apache.commons.collections.CollectionUtils
-
Finds the first element in the given collection which matches the given predicate.
- findNext(Object) - Method in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
Finds the next object in the iteration given any start object.
- findNextByIterator(Iterator) - Method in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
Finds the next object in the iteration given an iterator.
- firePropertyChange(Object, Object, Object) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Called during a successful
BeanMap.put(Object,Object)operation. - first() - Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator
- first() - Method in class org.apache.commons.collections.bag.PredicatedSortedBag
- first() - Method in class org.apache.commons.collections.bag.SynchronizedSortedBag
- first() - Method in class org.apache.commons.collections.bag.TransformedSortedBag
- first() - Method in class org.apache.commons.collections.bag.TreeBag
- first() - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
- first() - Method in class org.apache.commons.collections.set.PredicatedSortedSet
- first() - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
- first() - Method in class org.apache.commons.collections.set.TransformedSortedSet
- first() - Method in interface org.apache.commons.collections.SortedBag
-
Returns the first (lowest) member.
- first() - Method in class org.apache.commons.collections.TreeBag
-
Deprecated.
- firstCachedNode - Variable in class org.apache.commons.collections.list.NodeCachingLinkedList
-
The first cached node, or
nullif no nodes are cached. - firstKey() - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
- firstKey() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
- firstKey() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Gets the first (lowest) key currently in this map.
- firstKey() - Method in class org.apache.commons.collections.FastTreeMap
-
Return the first (lowest) key currently in this sorted map.
- firstKey() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Gets the first key in the map, which is the most recently inserted.
- firstKey() - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
- firstKey() - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
- firstKey() - Method in class org.apache.commons.collections.map.LazySortedMap
- firstKey() - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets the first key in this map by insert order.
- firstKey() - Method in class org.apache.commons.collections.map.PredicatedSortedMap
- firstKey() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the first (and only) key in the map.
- firstKey() - Method in class org.apache.commons.collections.map.TransformedSortedMap
- firstKey() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
- firstKey() - Method in interface org.apache.commons.collections.OrderedMap
-
Gets the first key currently in this map.
- FixedOrderComparator - Class in org.apache.commons.collections.comparators
-
A Comparator which imposes a specific order on a specific set of Objects.
- FixedOrderComparator() - Constructor for class org.apache.commons.collections.comparators.FixedOrderComparator
-
Constructs an empty FixedOrderComparator.
- FixedOrderComparator(Object[]) - Constructor for class org.apache.commons.collections.comparators.FixedOrderComparator
-
Constructs a FixedOrderComparator which uses the order of the given array to compare the objects.
- FixedOrderComparator(List) - Constructor for class org.apache.commons.collections.comparators.FixedOrderComparator
-
Constructs a FixedOrderComparator which uses the order of the given list to compare the objects.
- fixedSizeList(List) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a fixed-sized list backed by the given list.
- FixedSizeList - Class in org.apache.commons.collections.list
-
Decorates another
Listto fix the size preventing add/remove. - FixedSizeList(List) - Constructor for class org.apache.commons.collections.list.FixedSizeList
-
Constructor that wraps (not copies).
- fixedSizeMap(Map) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a fixed-sized map backed by the given map.
- FixedSizeMap - Class in org.apache.commons.collections.map
-
Decorates another
Mapto fix the size, preventing add/remove. - FixedSizeMap(Map) - Constructor for class org.apache.commons.collections.map.FixedSizeMap
-
Constructor that wraps (not copies).
- fixedSizeSortedMap(SortedMap) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a fixed-sized sorted map backed by the given sorted map.
- FixedSizeSortedMap - Class in org.apache.commons.collections.map
-
Decorates another
SortedMapto fix the size blocking add/remove. - FixedSizeSortedMap(SortedMap) - Constructor for class org.apache.commons.collections.map.FixedSizeSortedMap
-
Constructor that wraps (not copies).
- Flat3Map - Class in org.apache.commons.collections.map
-
A
Mapimplementation that stores data in simple fields until the size is greater than 3. - Flat3Map() - Constructor for class org.apache.commons.collections.map.Flat3Map
-
Constructor.
- Flat3Map(Map) - Constructor for class org.apache.commons.collections.map.Flat3Map
-
Constructor copying elements from another map.
- forAllDo(Collection, Closure) - Static method in class org.apache.commons.collections.CollectionUtils
-
Executes the given closure on each element in the collection.
- forClosure(int, Closure) - Static method in class org.apache.commons.collections.ClosureUtils
-
Creates a Closure that will call the closure
counttimes. - ForClosure - Class in org.apache.commons.collections.functors
-
Closure implementation that calls another closure n times, like a for loop.
- ForClosure(int, Closure) - Constructor for class org.apache.commons.collections.functors.ForClosure
-
Constructor that performs no validation.
- FunctorException - Exception in org.apache.commons.collections
-
Runtime exception thrown from functors.
- FunctorException() - Constructor for exception org.apache.commons.collections.FunctorException
-
Constructs a new
FunctorExceptionwithout specified detail message. - FunctorException(String) - Constructor for exception org.apache.commons.collections.FunctorException
-
Constructs a new
FunctorExceptionwith specified detail message. - FunctorException(String, Throwable) - Constructor for exception org.apache.commons.collections.FunctorException
-
Constructs a new
FunctorExceptionwith specified detail message and nestedThrowableroot cause. - FunctorException(Throwable) - Constructor for exception org.apache.commons.collections.FunctorException
-
Constructs a new
FunctorExceptionwith specified nestedThrowableroot cause.
G
- get() - Method in class org.apache.commons.collections.ArrayStack
-
Returns the element on the top of the stack.
- get() - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Returns the priority element.
- get() - Method in class org.apache.commons.collections.BoundedFifoBuffer
-
Deprecated.Returns the least recently inserted element in this buffer.
- get() - Method in class org.apache.commons.collections.buffer.AbstractBufferDecorator
- get() - Method in class org.apache.commons.collections.buffer.BlockingBuffer
-
Gets the next value from the buffer, waiting until an object is added if the buffer is empty.
- get() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
-
Returns the least recently inserted element in this buffer.
- get() - Method in interface org.apache.commons.collections.Buffer
-
Gets the next object from the buffer without removing it.
- get() - Method in class org.apache.commons.collections.buffer.PredicatedBuffer
- get() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Gets the next element to be removed without actually removing it (peek).
- get() - Method in class org.apache.commons.collections.buffer.SynchronizedBuffer
- get() - Method in class org.apache.commons.collections.buffer.TransformedBuffer
- get() - Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
-
Returns the next object in the buffer.
- get() - Method in class org.apache.commons.collections.UnboundedFifoBuffer
-
Deprecated.Returns the next object in the buffer.
- get(int) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns the element at the specified position in this list.
- get(int) - Method in class org.apache.commons.collections.FastArrayList
-
Return the element at the specified position in the list.
- get(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- get(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
- get(int) - Method in class org.apache.commons.collections.list.AbstractListDecorator
- get(int) - Method in class org.apache.commons.collections.list.FixedSizeList
- get(int) - Method in class org.apache.commons.collections.list.LazyList
-
Decorate the get method to perform the lazy behaviour.
- get(int) - Method in class org.apache.commons.collections.list.PredicatedList
- get(int) - Method in class org.apache.commons.collections.list.SynchronizedList
- get(int) - Method in class org.apache.commons.collections.list.TransformedList
- get(int) - Method in class org.apache.commons.collections.list.TreeList
-
Gets the element at the specified index.
- get(int) - Method in class org.apache.commons.collections.map.LinkedMap
-
Gets the key at the specified index.
- get(int) - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets the key at the specified index.
- get(int) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Gets the key at the specified index.
- get(int) - Method in class org.apache.commons.collections.set.ListOrderedSet
- get(long) - Method in class org.apache.commons.collections.buffer.BlockingBuffer
-
Gets the next value from the buffer, waiting until an object is added for up to the specified timeout value if the buffer is empty.
- get(Object) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Returns the value of the bean's property with the given name.
- get(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
- get(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Gets the value to which this map maps the specified key.
- get(Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Returns the value to which this map maps the specified key.
- get(Object) - Method in class org.apache.commons.collections.FastHashMap
-
Return the value to which this map maps the specified key.
- get(Object) - Method in class org.apache.commons.collections.FastTreeMap
-
Return the value to which this map maps the specified key.
- get(Object) - Method in class org.apache.commons.collections.LRUMap
-
Deprecated.Get the value for a key from the Map.
- get(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the value mapped to the key specified.
- get(Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
- get(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Gets the value mapped to the key specified.
- get(Object) - Method in class org.apache.commons.collections.map.CompositeMap
-
Returns the value to which this map maps the specified key.
- get(Object) - Method in class org.apache.commons.collections.map.DefaultedMap
- get(Object) - Method in class org.apache.commons.collections.map.Flat3Map
-
Gets the value mapped to the key specified.
- get(Object) - Method in class org.apache.commons.collections.map.LazyMap
- get(Object) - Method in class org.apache.commons.collections.map.LRUMap
-
Gets the value mapped to the key specified.
- get(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
- get(Object) - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the value mapped to the key specified.
- get(Object) - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Gets the value associated with the key.
- get(Object) - Method in interface org.apache.commons.collections.MultiMap
-
Gets the collection of values associated with the specified key.
- get(Object) - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.Invokes the underlying
Map.get(Object)method. - get(Object) - Method in class org.apache.commons.collections.ReferenceMap
-
Deprecated.Returns the value associated with the given key, if any.
- get(Object) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Implements
Map.get(Object). - get(Object) - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Implements
Map.get(Object). - get(Object, int) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns the
index-th value inobject, throwingIndexOutOfBoundsExceptionif there is no such element orIllegalArgumentExceptionifobjectis not an instance of one of the supported types. - get(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- get(Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- get(Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- get(Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- getArray() - Method in class org.apache.commons.collections.iterators.ArrayIterator
-
Gets the array that this iterator is iterating over.
- getArray() - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
Gets the array that this iterator is iterating over.
- getBag() - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
-
Gets the bag being decorated.
- getBag() - Method in class org.apache.commons.collections.bag.PredicatedBag
-
Gets the decorated bag.
- getBag() - Method in class org.apache.commons.collections.bag.SynchronizedBag
-
Gets the bag being decorated.
- getBag() - Method in class org.apache.commons.collections.bag.TransformedBag
-
Gets the decorated bag.
- getBean() - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Returns the bean currently being operated on.
- getBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
-
Gets the map being decorated.
- getBoolean(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a boolean associated with the given configuration key.
- getBoolean(String, boolean) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a boolean associated with the given configuration key.
- getBoolean(String, Boolean) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a boolean associated with the given configuration key.
- getBoolean(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Boolean from a Map in a null-safe manner.
- getBoolean(Map, Object, Boolean) - Static method in class org.apache.commons.collections.MapUtils
-
Looks up the given key in the given map, converting the result into a boolean, using the default value if the the conversion fails.
- getBooleanComparator(boolean) - Static method in class org.apache.commons.collections.comparators.BooleanComparator
-
Returns a BooleanComparator instance that sorts
trueFirstvalues before!trueFirstvalues. - getBooleanValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a boolean from a Map in a null-safe manner.
- getBooleanValue(Map, Object, boolean) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a boolean from a Map in a null-safe manner, using the default value if the the conversion fails.
- getBuffer() - Method in class org.apache.commons.collections.buffer.AbstractBufferDecorator
-
Gets the buffer being decorated.
- getBuffer() - Method in class org.apache.commons.collections.buffer.PredicatedBuffer
-
Gets the buffer being decorated.
- getBuffer() - Method in class org.apache.commons.collections.buffer.SynchronizedBuffer
-
Gets the buffer being decorated.
- getBuffer() - Method in class org.apache.commons.collections.buffer.TransformedBuffer
-
Gets the decorated buffer.
- getByte(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a byte associated with the given configuration key.
- getByte(String, byte) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a byte associated with the given configuration key.
- getByte(String, Byte) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a byte associated with the given configuration key.
- getByte(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Byte from a Map in a null-safe manner.
- getByte(Map, Object, Byte) - Static method in class org.apache.commons.collections.MapUtils
-
Looks up the given key in the given map, converting the result into a byte, using the default value if the the conversion fails.
- getByteValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a byte from a Map in a null-safe manner.
- getByteValue(Map, Object, byte) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a byte from a Map in a null-safe manner, using the default value if the the conversion fails.
- getCardinalityMap(Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns a
Mapmapping each unique element in the givenCollectionto anIntegerrepresenting the number of occurrences of that element in theCollection. - getCause() - Method in exception org.apache.commons.collections.BufferOverflowException
-
Gets the root cause of the exception.
- getCause() - Method in exception org.apache.commons.collections.BufferUnderflowException
-
Gets the root cause of the exception.
- getCause() - Method in exception org.apache.commons.collections.FunctorException
-
Gets the cause of this throwable.
- getClosure() - Method in class org.apache.commons.collections.functors.ClosureTransformer
-
Gets the closure.
- getClosure() - Method in class org.apache.commons.collections.functors.ForClosure
-
Gets the closure.
- getClosure() - Method in class org.apache.commons.collections.functors.WhileClosure
-
Gets the closure.
- getClosures() - Method in class org.apache.commons.collections.functors.ChainedClosure
-
Gets the closures, do not modify the array.
- getClosures() - Method in class org.apache.commons.collections.functors.SwitchClosure
-
Gets the closures, do not modify the array.
- getCollection() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
-
Gets the collection being decorated.
- getCollection(Object) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Gets the collection mapped to the specified key.
- getCollection(Object) - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.Gets the collection mapped to the specified key.
- getCollections() - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Gets the collections being decorated.
- getComparator() - Method in class org.apache.commons.collections.iterators.CollatingIterator
-
Gets the
Comparatorby which collatation occurs. - getConstant() - Method in class org.apache.commons.collections.functors.ConstantFactory
-
Gets the constant.
- getConstant() - Method in class org.apache.commons.collections.functors.ConstantTransformer
-
Gets the constant.
- getCount() - Method in class org.apache.commons.collections.functors.ForClosure
-
Gets the count.
- getCount(Object) - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
- getCount(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Returns the number of occurrence of the given element in this bag by looking up its count in the underlying map.
- getCount(Object) - Method in interface org.apache.commons.collections.Bag
-
Returns the number of occurrences (cardinality) of the given object currently in the bag.
- getCount(Object) - Method in class org.apache.commons.collections.bag.PredicatedBag
- getCount(Object) - Method in class org.apache.commons.collections.bag.SynchronizedBag
- getCount(Object) - Method in class org.apache.commons.collections.bag.TransformedBag
- getCount(Object) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Returns the number of occurrence of the given element in this bag by looking up its count in the underlying map.
- getDefaultClosure() - Method in class org.apache.commons.collections.functors.SwitchClosure
-
Gets the default closure.
- getDefaultTransformer() - Method in class org.apache.commons.collections.functors.SwitchTransformer
-
Gets the default transformer.
- getDouble(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a double associated with the given configuration key.
- getDouble(String, double) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a double associated with the given configuration key.
- getDouble(String, Double) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a double associated with the given configuration key.
- getDouble(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Double from a Map in a null-safe manner.
- getDouble(Map, Object, Double) - Static method in class org.apache.commons.collections.MapUtils
-
Looks up the given key in the given map, converting the result into a double, using the default value if the the conversion fails.
- getDoubleValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a double from a Map in a null-safe manner.
- getDoubleValue(Map, Object, double) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a double from a Map in a null-safe manner, using the default value if the the conversion fails.
- getEndIndex() - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
Gets the end index to loop to.
- getEntry(int) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Gets the key at the specified index.
- getEntry(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the entry mapped to the key specified.
- getEntry(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Gets the entry mapped to the key specified.
- getEnumeration() - Method in class org.apache.commons.collections.iterators.EnumerationIterator
-
Returns the underlying enumeration.
- getFactory() - Method in class org.apache.commons.collections.functors.FactoryTransformer
-
Gets the factory.
- getFalseClosure() - Method in class org.apache.commons.collections.functors.IfClosure
-
Gets the closure called when false.
- getFalseFirstComparator() - Static method in class org.apache.commons.collections.comparators.BooleanComparator
-
Returns a BooleanComparator instance that sorts
falsevalues beforetruevalues. - getFast() - Method in class org.apache.commons.collections.FastArrayList
-
Returns true if this list is operating in fast mode.
- getFast() - Method in class org.apache.commons.collections.FastHashMap
-
Returns true if this map is operating in fast mode.
- getFast() - Method in class org.apache.commons.collections.FastTreeMap
-
Returns true if this map is operating in fast mode.
- getFirst() - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns the element at the beginning of this list.
- getFirst() - Method in class org.apache.commons.collections.list.AbstractLinkedList
- getFirst() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Return the entry for the "oldest" mapping.
- getFirstKey() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Return the key for the "oldest" mapping.
- getFirstValue() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Return the value for the "oldest" mapping.
- getFloat(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a float associated with the given configuration key.
- getFloat(String, float) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a float associated with the given configuration key.
- getFloat(String, Float) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a float associated with the given configuration key.
- getFloat(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Float from a Map in a null-safe manner.
- getFloat(Map, Object, Float) - Static method in class org.apache.commons.collections.MapUtils
-
Looks up the given key in the given map, converting the result into a float, using the default value if the the conversion fails.
- getFloatValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a float from a Map in a null-safe manner.
- getFloatValue(Map, Object, float) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a float from a Map in a null-safe manner, using the default value if the the conversion fails.
- getInclude() - Method in class org.apache.commons.collections.ExtendedProperties
-
Gets the property value for including other properties files.
- getInstance() - Static method in class org.apache.commons.collections.comparators.ComparableComparator
-
Gets the singleton instance of a ComparableComparator.
- getInstance() - Static method in class org.apache.commons.collections.functors.CloneTransformer
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.ExceptionClosure
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.ExceptionFactory
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.ExceptionPredicate
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.ExceptionTransformer
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.FalsePredicate
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.NOPClosure
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.NOPTransformer
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.NotNullPredicate
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.NullPredicate
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.StringValueTransformer
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.TruePredicate
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.UniquePredicate
-
Factory to create the predicate.
- getInstance(int, Closure) - Static method in class org.apache.commons.collections.functors.ForClosure
-
Factory method that performs validation.
- getInstance(Class) - Static method in class org.apache.commons.collections.functors.InstanceofPredicate
-
Factory to create the identity predicate.
- getInstance(Class[], Object[]) - Static method in class org.apache.commons.collections.functors.InstantiateTransformer
-
Transformer method that performs validation.
- getInstance(Class, Class[], Object[]) - Static method in class org.apache.commons.collections.functors.InstantiateFactory
-
Factory method that performs validation.
- getInstance(Object) - Static method in class org.apache.commons.collections.functors.ConstantFactory
-
Factory method that performs validation.
- getInstance(Object) - Static method in class org.apache.commons.collections.functors.ConstantTransformer
-
Transformer method that performs validation.
- getInstance(Object) - Static method in class org.apache.commons.collections.functors.EqualPredicate
-
Factory to create the identity predicate.
- getInstance(Object) - Static method in class org.apache.commons.collections.functors.IdentityPredicate
-
Factory to create the identity predicate.
- getInstance(Object) - Static method in class org.apache.commons.collections.functors.PrototypeFactory
-
Factory method that performs validation.
- getInstance(String) - Static method in class org.apache.commons.collections.functors.InvokerTransformer
-
Gets an instance of this transformer calling a specific method with no arguments.
- getInstance(String, Class[], Object[]) - Static method in class org.apache.commons.collections.functors.InvokerTransformer
-
Gets an instance of this transformer calling a specific method with specific values.
- getInstance(Collection) - Static method in class org.apache.commons.collections.functors.AllPredicate
-
Factory to create the predicate.
- getInstance(Collection) - Static method in class org.apache.commons.collections.functors.AnyPredicate
-
Factory to create the predicate.
- getInstance(Collection) - Static method in class org.apache.commons.collections.functors.ChainedClosure
-
Create a new Closure that calls each closure in turn, passing the result into the next closure.
- getInstance(Collection) - Static method in class org.apache.commons.collections.functors.ChainedTransformer
-
Create a new Transformer that calls each transformer in turn, passing the result into the next transformer.
- getInstance(Collection) - Static method in class org.apache.commons.collections.functors.NonePredicate
-
Factory to create the predicate.
- getInstance(Collection) - Static method in class org.apache.commons.collections.functors.OnePredicate
-
Factory to create the predicate.
- getInstance(Map) - Static method in class org.apache.commons.collections.functors.MapTransformer
-
Factory to create the transformer.
- getInstance(Map) - Static method in class org.apache.commons.collections.functors.SwitchClosure
-
Create a new Closure that calls one of the closures depending on the predicates.
- getInstance(Map) - Static method in class org.apache.commons.collections.functors.SwitchTransformer
-
Create a new Transformer that calls one of the transformers depending on the predicates.
- getInstance(Closure) - Static method in class org.apache.commons.collections.functors.ClosureTransformer
-
Factory method that performs validation.
- getInstance(Closure[]) - Static method in class org.apache.commons.collections.functors.ChainedClosure
-
Factory method that performs validation and copies the parameter array.
- getInstance(Closure, Closure) - Static method in class org.apache.commons.collections.functors.ChainedClosure
-
Factory method that performs validation.
- getInstance(Factory) - Static method in class org.apache.commons.collections.functors.FactoryTransformer
-
Factory method that performs validation.
- getInstance(Predicate) - Static method in class org.apache.commons.collections.functors.NotPredicate
-
Factory to create the not predicate.
- getInstance(Predicate) - Static method in class org.apache.commons.collections.functors.NullIsExceptionPredicate
-
Factory to create the null exception predicate.
- getInstance(Predicate) - Static method in class org.apache.commons.collections.functors.NullIsFalsePredicate
-
Factory to create the null false predicate.
- getInstance(Predicate) - Static method in class org.apache.commons.collections.functors.NullIsTruePredicate
-
Factory to create the null true predicate.
- getInstance(Predicate) - Static method in class org.apache.commons.collections.functors.PredicateTransformer
-
Factory method that performs validation.
- getInstance(Predicate[]) - Static method in class org.apache.commons.collections.functors.AllPredicate
-
Factory to create the predicate.
- getInstance(Predicate[]) - Static method in class org.apache.commons.collections.functors.AnyPredicate
-
Factory to create the predicate.
- getInstance(Predicate[]) - Static method in class org.apache.commons.collections.functors.NonePredicate
-
Factory to create the predicate.
- getInstance(Predicate[]) - Static method in class org.apache.commons.collections.functors.OnePredicate
-
Factory to create the predicate.
- getInstance(Predicate[], Closure[], Closure) - Static method in class org.apache.commons.collections.functors.SwitchClosure
-
Factory method that performs validation and copies the parameter arrays.
- getInstance(Predicate[], Transformer[], Transformer) - Static method in class org.apache.commons.collections.functors.SwitchTransformer
-
Factory method that performs validation and copies the parameter arrays.
- getInstance(Predicate, Closure) - Static method in class org.apache.commons.collections.functors.IfClosure
-
Factory method that performs validation.
- getInstance(Predicate, Closure, boolean) - Static method in class org.apache.commons.collections.functors.WhileClosure
-
Factory method that performs validation.
- getInstance(Predicate, Closure, Closure) - Static method in class org.apache.commons.collections.functors.IfClosure
-
Factory method that performs validation.
- getInstance(Predicate, Predicate) - Static method in class org.apache.commons.collections.functors.AndPredicate
-
Factory to create the predicate.
- getInstance(Predicate, Predicate) - Static method in class org.apache.commons.collections.functors.OrPredicate
-
Factory to create the predicate.
- getInstance(Transformer) - Static method in class org.apache.commons.collections.functors.TransformerClosure
-
Factory method that performs validation.
- getInstance(Transformer) - Static method in class org.apache.commons.collections.functors.TransformerPredicate
-
Factory to create the predicate.
- getInstance(Transformer[]) - Static method in class org.apache.commons.collections.functors.ChainedTransformer
-
Factory method that performs validation and copies the parameter array.
- getInstance(Transformer, Predicate) - Static method in class org.apache.commons.collections.functors.TransformedPredicate
-
Factory to create the predicate.
- getInstance(Transformer, Transformer) - Static method in class org.apache.commons.collections.functors.ChainedTransformer
-
Factory method that performs validation.
- getInt(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
The purpose of this method is to get the configuration resource with the given name as an integer.
- getInt(String, int) - Method in class org.apache.commons.collections.ExtendedProperties
-
The purpose of this method is to get the configuration resource with the given name as an integer, or a default value.
- getInteger(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a int associated with the given configuration key.
- getInteger(String, int) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a int associated with the given configuration key.
- getInteger(String, Integer) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a int associated with the given configuration key.
- getInteger(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Integer from a Map in a null-safe manner.
- getInteger(Map, Object, Integer) - Static method in class org.apache.commons.collections.MapUtils
-
Looks up the given key in the given map, converting the result into an integer, using the default value if the the conversion fails.
- getIntValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets an int from a Map in a null-safe manner.
- getIntValue(Map, Object, int) - Static method in class org.apache.commons.collections.MapUtils
-
Gets an int from a Map in a null-safe manner, using the default value if the the conversion fails.
- getIterator() - Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator
-
Gets the iterator being decorated.
- getIterator() - Method in class org.apache.commons.collections.iterators.FilterIterator
-
Gets the iterator this iterator is using.
- getIterator() - Method in class org.apache.commons.collections.iterators.IteratorEnumeration
-
Returns the underlying iterator.
- getIterator() - Method in class org.apache.commons.collections.iterators.ProxyIterator
-
Deprecated.Getter for property iterator.
- getIterator() - Method in class org.apache.commons.collections.iterators.TransformIterator
-
Gets the iterator this iterator is using.
- getIterator(Object) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a suitable Iterator for the given object.
- getIterators() - Method in class org.apache.commons.collections.iterators.CollatingIterator
-
Gets the list of Iterators (unmodifiable).
- getIterators() - Method in class org.apache.commons.collections.iterators.IteratorChain
-
Get the list of Iterators (unmodifiable)
- getKey() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
- getKey() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- getKey() - Method in class org.apache.commons.collections.DefaultMapEntry
-
Deprecated.Gets the key from the Map Entry.
- getKey() - Method in class org.apache.commons.collections.iterators.EmptyListIterator
- getKey() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
- getKey() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
- getKey() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
-
Gets the current key, which is the key returned by the last call to
next(). - getKey() - Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
- getKey() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
- getKey() - Method in class org.apache.commons.collections.keyvalue.AbstractKeyValue
-
Gets the key from the pair.
- getKey() - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
- getKey() - Method in interface org.apache.commons.collections.KeyValue
-
Gets the key from the pair.
- getKey() - Method in class org.apache.commons.collections.keyvalue.TiedMapEntry
-
Gets the key of this entry
- getKey() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
- getKey() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
- getKey() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
- getKey() - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
Gets the key from the entry.
- getKey() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the key.
- getKey() - Method in interface org.apache.commons.collections.MapIterator
-
Gets the current key, which is the key returned by the last call to
next(). - getKey(int) - Method in class org.apache.commons.collections.keyvalue.MultiKey
-
Gets the key at the specified index.
- getKey(Object) - Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
- getKey(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
- getKey(Object) - Method in interface org.apache.commons.collections.BidiMap
-
Gets the key that is currently mapped to the specified value.
- getKey(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Returns the key to which this map maps the specified value.
- GETKEY_INVALID - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
- getKeyForValue(Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Returns the key to which this map maps the specified value.
- getKeys() - Method in class org.apache.commons.collections.ExtendedProperties
-
Get the list of the keys contained in the configuration repository.
- getKeys() - Method in class org.apache.commons.collections.keyvalue.MultiKey
-
Gets a clone of the array of keys.
- getKeys(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get the list of the keys contained in the configuration repository that match the specified prefix.
- getLast() - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns the element at the end of this list.
- getLast() - Method in class org.apache.commons.collections.list.AbstractLinkedList
- getLast() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Return the entry for the "newest" mapping.
- getLastKey() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Return the key for the "newest" mapping.
- getLastNodeReturned() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
Gets the last node returned.
- getLastValue() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Return the value for the "newest" mapping.
- getList() - Method in class org.apache.commons.collections.list.AbstractListDecorator
-
Gets the list being decorated.
- getList() - Method in class org.apache.commons.collections.list.PredicatedList
-
Gets the list being decorated.
- getList() - Method in class org.apache.commons.collections.list.SynchronizedList
-
Gets the decorated list.
- getList() - Method in class org.apache.commons.collections.list.TransformedList
-
Gets the decorated list.
- getList(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a List of strings associated with the given configuration key.
- getList(String, List) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a List of strings associated with the given configuration key.
- getListableAt(int) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns the
CursorableLinkedList.Listableat the specified index. - getListIterator() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
-
Gets the iterator being decorated.
- getListIterator() - Method in class org.apache.commons.collections.iterators.FilterListIterator
-
Gets the iterator this iterator is using.
- getListIterator() - Method in class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.Getter for property iterator.
- getLong(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a long associated with the given configuration key.
- getLong(String, long) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a long associated with the given configuration key.
- getLong(String, Long) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a long associated with the given configuration key.
- getLong(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Long from a Map in a null-safe manner.
- getLong(Map, Object, Long) - Static method in class org.apache.commons.collections.MapUtils
-
Looks up the given key in the given map, converting the result into a long, using the default value if the the conversion fails.
- getLongValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a long from a Map in a null-safe manner.
- getLongValue(Map, Object, long) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a long from a Map in a null-safe manner, using the default value if the the conversion fails.
- getMap() - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Utility method for implementations to access the map that backs this bag.
- getMap() - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Utility method for implementations to access the map that backs this bag.
- getMap() - Method in class org.apache.commons.collections.functors.MapTransformer
-
Gets the map to lookup in.
- getMap() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
-
Gets the map being decorated.
- getMap(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Map from a Map in a null-safe manner.
- getMap(Map, Object, Map) - Static method in class org.apache.commons.collections.MapUtils
-
Looks up the given key in the given map, converting the result into a map, using the default value if the the conversion fails.
- getMapEntry() - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
-
Gets the map being decorated.
- getMapIterator() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
-
Gets the iterator being decorated.
- getMaximumCacheSize() - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
-
Gets the maximum size of the cache.
- getMaximumSize() - Method in class org.apache.commons.collections.LRUMap
-
Deprecated.Getter for property maximumSize.
- getNextNode() - Method in class org.apache.commons.collections.list.AbstractLinkedList.Node
-
Gets the next node.
- getNode(int, boolean) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Gets the node at a particular index.
- getNodeFromCache() - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
-
Gets a node from the cache.
- getNumber(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Number from a Map in a null-safe manner.
- getNumber(Map, Object, Number) - Static method in class org.apache.commons.collections.MapUtils
-
Looks up the given key in the given map, converting the result into a number, using the default value if the the conversion fails.
- getObject(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets from a Map in a null-safe manner.
- getObject(Map, Object, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Looks up the given key in the given map, converting null into the given default value.
- getOrderedBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
-
Gets the map being decorated.
- getOrderedMap() - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
-
Gets the map being decorated.
- getOrderedMapIterator() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
-
Gets the iterator being decorated.
- getPredicate() - Method in class org.apache.commons.collections.functors.IfClosure
-
Gets the predicate.
- getPredicate() - Method in class org.apache.commons.collections.functors.PredicateTransformer
-
Gets the predicate.
- getPredicate() - Method in class org.apache.commons.collections.functors.WhileClosure
-
Gets the predicate in use.
- getPredicate() - Method in class org.apache.commons.collections.iterators.FilterIterator
-
Gets the predicate this iterator is using.
- getPredicate() - Method in class org.apache.commons.collections.iterators.FilterListIterator
-
Gets the predicate this iterator is using.
- getPredicates() - Method in class org.apache.commons.collections.functors.AllPredicate
-
Gets the predicates, do not modify the array.
- getPredicates() - Method in class org.apache.commons.collections.functors.AndPredicate
-
Gets the two predicates being decorated as an array.
- getPredicates() - Method in class org.apache.commons.collections.functors.AnyPredicate
-
Gets the predicates, do not modify the array.
- getPredicates() - Method in class org.apache.commons.collections.functors.NonePredicate
-
Gets the predicates, do not modify the array.
- getPredicates() - Method in class org.apache.commons.collections.functors.NotPredicate
-
Gets the predicate being decorated.
- getPredicates() - Method in class org.apache.commons.collections.functors.NullIsExceptionPredicate
-
Gets the predicate being decorated.
- getPredicates() - Method in class org.apache.commons.collections.functors.NullIsFalsePredicate
-
Gets the predicate being decorated.
- getPredicates() - Method in class org.apache.commons.collections.functors.NullIsTruePredicate
-
Gets the predicate being decorated.
- getPredicates() - Method in class org.apache.commons.collections.functors.OnePredicate
-
Gets the predicates, do not modify the array.
- getPredicates() - Method in class org.apache.commons.collections.functors.OrPredicate
-
Gets the two predicates being decorated as an array.
- getPredicates() - Method in interface org.apache.commons.collections.functors.PredicateDecorator
-
Gets the predicates being decorated as an array.
- getPredicates() - Method in class org.apache.commons.collections.functors.SwitchClosure
-
Gets the predicates, do not modify the array.
- getPredicates() - Method in class org.apache.commons.collections.functors.SwitchTransformer
-
Gets the predicates, do not modify the array.
- getPredicates() - Method in class org.apache.commons.collections.functors.TransformedPredicate
-
Gets the predicate being decorated.
- getPreviousNode() - Method in class org.apache.commons.collections.list.AbstractLinkedList.Node
-
Gets the previous node.
- getProperties(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a list of properties associated with the given configuration key.
- getProperties(String, Properties) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a list of properties associated with the given configuration key.
- getProperty(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Gets a property from the configuration.
- getReadMethod(Object) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Returns the accessor for the property with the given name.
- getReadMethod(String) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Returns the accessor for the property with the given name.
- getSet() - Method in class org.apache.commons.collections.set.AbstractSetDecorator
-
Gets the set being decorated.
- getSet() - Method in class org.apache.commons.collections.set.PredicatedSet
-
Gets the set being decorated.
- getSet() - Method in class org.apache.commons.collections.set.SynchronizedSet
-
Gets the decorated set.
- getShort(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a short associated with the given configuration key.
- getShort(String, short) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a short associated with the given configuration key.
- getShort(String, Short) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a short associated with the given configuration key.
- getShort(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Short from a Map in a null-safe manner.
- getShort(Map, Object, Short) - Static method in class org.apache.commons.collections.MapUtils
-
Looks up the given key in the given map, converting the result into a short, using the default value if the the conversion fails.
- getShortValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a short from a Map in a null-safe manner.
- getShortValue(Map, Object, short) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a short from a Map in a null-safe manner, using the default value if the the conversion fails.
- getSortedBag() - Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator
-
Gets the bag being decorated.
- getSortedBag() - Method in class org.apache.commons.collections.bag.PredicatedSortedBag
-
Gets the decorated sorted bag.
- getSortedBag() - Method in class org.apache.commons.collections.bag.SynchronizedSortedBag
-
Gets the bag being decorated.
- getSortedBag() - Method in class org.apache.commons.collections.bag.TransformedSortedBag
-
Gets the decorated bag.
- getSortedBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
-
Gets the map being decorated.
- getSortedMap() - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
-
Gets the map being decorated.
- getSortedMap() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
-
Gets the map being decorated.
- getSortedMap() - Method in class org.apache.commons.collections.map.LazySortedMap
-
Gets the map being decorated.
- getSortedMap() - Method in class org.apache.commons.collections.map.PredicatedSortedMap
-
Gets the map being decorated.
- getSortedMap() - Method in class org.apache.commons.collections.map.TransformedSortedMap
-
Gets the map being decorated.
- getSortedSet() - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
-
Gets the sorted set being decorated.
- getSortedSet() - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
-
Gets the decorated set.
- getSortedSet() - Method in class org.apache.commons.collections.set.TransformedSortedSet
-
Gets the decorated set.
- getStartIndex() - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
Gets the start index to loop from.
- getString(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a string associated with the given configuration key.
- getString(String, String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a string associated with the given configuration key.
- getString(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a String from a Map in a null-safe manner.
- getString(Map, Object, String) - Static method in class org.apache.commons.collections.MapUtils
-
Looks up the given key in the given map, converting the result into a string, using the default value if the the conversion fails.
- getStringArray(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get an array of strings associated with the given configuration key.
- getTransformer() - Method in class org.apache.commons.collections.functors.TransformedPredicate
-
Gets the transformer in use.
- getTransformer() - Method in class org.apache.commons.collections.functors.TransformerClosure
-
Gets the transformer.
- getTransformer() - Method in class org.apache.commons.collections.functors.TransformerPredicate
-
Gets the transformer.
- getTransformer() - Method in class org.apache.commons.collections.iterators.TransformIterator
-
Gets the transformer this iterator is using.
- getTransformers() - Method in class org.apache.commons.collections.functors.ChainedTransformer
-
Gets the transformers, do not modify the array.
- getTransformers() - Method in class org.apache.commons.collections.functors.SwitchTransformer
-
Gets the transformers, do not modify the array.
- getTrueClosure() - Method in class org.apache.commons.collections.functors.IfClosure
-
Gets the closure called when true.
- getTrueFirstComparator() - Static method in class org.apache.commons.collections.comparators.BooleanComparator
-
Returns a BooleanComparator instance that sorts
truevalues beforefalsevalues. - getType() - Method in class org.apache.commons.collections.functors.InstanceofPredicate
-
Gets the type to compare to.
- getType(String) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Returns the type of the property with the given name.
- getTypeTransformer(Class) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Returns a transformer for the given primitive type.
- getUnknownObjectBehavior() - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
-
Gets the behavior for comparing unknown objects.
- getValue() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
- getValue() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- getValue() - Method in class org.apache.commons.collections.DefaultMapEntry
-
Deprecated.Gets the value from the Map Entry.
- getValue() - Method in class org.apache.commons.collections.functors.EqualPredicate
-
Gets the value.
- getValue() - Method in class org.apache.commons.collections.functors.IdentityPredicate
-
Gets the value.
- getValue() - Method in class org.apache.commons.collections.iterators.EmptyListIterator
- getValue() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
- getValue() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
- getValue() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
-
Gets the current value, which is the value associated with the last key returned by
next(). - getValue() - Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
- getValue() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
- getValue() - Method in class org.apache.commons.collections.keyvalue.AbstractKeyValue
-
Gets the value from the pair.
- getValue() - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
- getValue() - Method in interface org.apache.commons.collections.KeyValue
-
Gets the value from the pair.
- getValue() - Method in class org.apache.commons.collections.keyvalue.TiedMapEntry
-
Gets the value of this entry direct from the map.
- getValue() - Method in class org.apache.commons.collections.list.AbstractLinkedList.Node
-
Gets the value of the node.
- getValue() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
- getValue() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
- getValue() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
- getValue() - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
Gets the value from the entry.
- getValue() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the value.
- getValue() - Method in interface org.apache.commons.collections.MapIterator
-
Gets the current value, which is the value associated with the last key returned by
next(). - getValue(int) - Method in class org.apache.commons.collections.map.LinkedMap
-
Gets the value at the specified index.
- getValue(int) - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets the value at the specified index.
- getValue(int) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Gets the value at the specified index.
- GETVALUE_INVALID - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
- getVector(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a Vector of strings associated with the given configuration key.
- getVector(String, Vector) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a Vector of strings associated with the given configuration key.
- getWriteMethod(Object) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Returns the mutator for the property with the given name.
- getWriteMethod(String) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Returns the mutator for the property with the given name.
- grow() - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Increases the size of the heap to support additional elements
- grow() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Increases the size of the heap to support additional elements
- GrowthList - Class in org.apache.commons.collections.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.collections.list.GrowthList
-
Constructor that uses an ArrayList internally.
- GrowthList(int) - Constructor for class org.apache.commons.collections.list.GrowthList
-
Constructor that uses an ArrayList internally.
- GrowthList(List) - Constructor for class org.apache.commons.collections.list.GrowthList
-
Constructor that wraps (not copies).
H
- HARD - Static variable in class org.apache.commons.collections.map.AbstractReferenceMap
-
Constant indicating that hard references should be used
- HARD - Static variable in class org.apache.commons.collections.ReferenceMap
-
Deprecated.Constant indicating that hard references should be used.
- hash(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the hash code for the key specified.
- hash(Object) - Method in class org.apache.commons.collections.map.IdentityMap
-
Gets the hash code for the key specified.
- hash(Object) - Method in class org.apache.commons.collections.map.ReferenceIdentityMap
-
Gets the hash code for the key specified.
- hash(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the hash code for the specified multi-key.
- hash(Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the hash code for the specified multi-key.
- hash(Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the hash code for the specified multi-key.
- hash(Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the hash code for the specified multi-key.
- HashBag - Class in org.apache.commons.collections.bag
-
Implements
Bag, using aHashMapto provide the data storage. - HashBag - Class in org.apache.commons.collections
-
Deprecated.Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
- HashBag() - Constructor for class org.apache.commons.collections.bag.HashBag
-
Constructs an empty
HashBag. - HashBag() - Constructor for class org.apache.commons.collections.HashBag
-
Deprecated.Constructs an empty
HashBag. - HashBag(Collection) - Constructor for class org.apache.commons.collections.bag.HashBag
-
Constructs a bag containing all the members of the given collection.
- HashBag(Collection) - Constructor for class org.apache.commons.collections.HashBag
-
Deprecated.Constructs a
Bagcontaining all the members of the given collection. - hashCode - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
-
The hash code of the key
- hashCode() - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Gets a hash code for the Bag compatible with the definition of equals.
- hashCode() - Method in class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger
- hashCode() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
- hashCode() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Gets the hash code value for this map as per the API.
- hashCode() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- hashCode() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
- hashCode() - Method in class org.apache.commons.collections.comparators.BooleanComparator
-
Implement a hash code for this comparator that is consistent with
equals. - hashCode() - Method in class org.apache.commons.collections.comparators.ComparableComparator
-
Implement a hash code for this comparator that is consistent with
equals. - hashCode() - Method in class org.apache.commons.collections.comparators.ComparatorChain
-
Implement a hash code for this comparator that is consistent with
equals. - hashCode() - Method in class org.apache.commons.collections.comparators.NullComparator
-
Implement a hash code for this comparator that is consistent with
NullComparator.equals(Object). - hashCode() - Method in class org.apache.commons.collections.comparators.ReverseComparator
-
Implement a hash code for this comparator that is consistent with
equals. - hashCode() - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns the hash code value for this list.
- hashCode() - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Returns the hash code of the underlying map.
- hashCode() - Method in class org.apache.commons.collections.DefaultMapEntry
-
Deprecated.Gets a hashCode compatible with the equals method.
- hashCode() - Method in class org.apache.commons.collections.FastArrayList
-
Return the hash code value for this list.
- hashCode() - Method in class org.apache.commons.collections.FastHashMap
-
Return the hash code value for this map.
- hashCode() - Method in class org.apache.commons.collections.FastTreeMap
-
Return the hash code value for this map.
- hashCode() - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntry
-
Gets a hashCode compatible with the equals method.
- hashCode() - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
- hashCode() - Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue
-
Gets a hashCode compatible with the equals method.
- hashCode() - Method in class org.apache.commons.collections.keyvalue.MultiKey
-
Gets the combined hash code that is computed from all the keys.
- hashCode() - Method in class org.apache.commons.collections.keyvalue.TiedMapEntry
-
Gets a hashCode compatible with the equals method.
- hashCode() - Method in class org.apache.commons.collections.list.AbstractLinkedList
- hashCode() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the standard Map hashCode.
- hashCode() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
- hashCode() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
- hashCode() - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
Gets the hashcode of the entry using temporary hard references.
- hashCode() - Method in class org.apache.commons.collections.map.CompositeMap
-
Gets a hash code for the Map as per the Map specification.
- hashCode() - Method in class org.apache.commons.collections.map.Flat3Map
-
Gets the standard Map hashCode.
- hashCode() - Method in class org.apache.commons.collections.map.IdentityMap.IdentityEntry
- hashCode() - Method in class org.apache.commons.collections.map.MultiKeyMap
- hashCode() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the standard Map hashCode.
- hashCode() - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Gets the hash code, as per the Map specification.
- hashCode() - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.Invokes the underlying
Map.hashCode()method. - hashCode() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Implements
Map.hashCode(). - hashCode() - Method in class org.apache.commons.collections.set.CompositeSet
- hashCode() - Method in class org.apache.commons.collections.set.MapBackedSet
- hashCode() - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Implements
Map.hashCode(). - hashCodeForList(Collection) - Static method in class org.apache.commons.collections.ListUtils
-
Generates a hash code using the algorithm specified in
List.hashCode(). - hashCodeForSet(Collection) - Static method in class org.apache.commons.collections.SetUtils
-
Generates a hash code using the algorithm specified in
Set.hashCode(). - HashedMap - Class in org.apache.commons.collections.map
-
A
Mapimplementation that is a general purpose alternative toHashMap. - HashedMap() - Constructor for class org.apache.commons.collections.map.HashedMap
-
Constructs a new empty map with default size and load factor.
- HashedMap(int) - Constructor for class org.apache.commons.collections.map.HashedMap
-
Constructs a new, empty map with the specified initial capacity.
- HashedMap(int, float) - Constructor for class org.apache.commons.collections.map.HashedMap
-
Constructs a new, empty map with the specified initial capacity and load factor.
- HashedMap(Map) - Constructor for class org.apache.commons.collections.map.HashedMap
-
Constructor copying elements from another map.
- hashEntry(Object, Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Gets the hash code for a MapEntry.
- hashEntry(Object, Object) - Method in class org.apache.commons.collections.map.ReferenceIdentityMap
-
Gets the hash code for a MapEntry.
- HashEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
- hashIndex - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
-
The current index into the array of buckets
- hashIndex(int, int) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the index into the data storage for the hashCode specified.
- HashIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
- HashMapIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
- hasMoreElements() - Method in class org.apache.commons.collections.iterators.IteratorEnumeration
-
Returns true if the underlying iterator has more elements.
- hasNext - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
Whether there is another element in the iteration
- hasNext() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
- hasNext() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- hasNext() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- hasNext() - Method in class org.apache.commons.collections.iterators.EmptyListIterator
- hasNext() - Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator
- hasNext() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
- hasNext() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
- hasNext() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
- hasNext() - Method in class org.apache.commons.collections.iterators.ArrayIterator
-
Returns true if there are more elements to return from the array.
- hasNext() - Method in class org.apache.commons.collections.iterators.CollatingIterator
-
Returns
trueif any child iterator has remaining elements. - hasNext() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
-
Checks to see if there are more entries still to be iterated.
- hasNext() - Method in class org.apache.commons.collections.iterators.EnumerationIterator
-
Returns true if the underlying enumeration has more elements.
- hasNext() - Method in class org.apache.commons.collections.iterators.FilterIterator
-
Returns true if the underlying iterator contains an object that matches the predicate.
- hasNext() - Method in class org.apache.commons.collections.iterators.FilterListIterator
- hasNext() - Method in class org.apache.commons.collections.iterators.IteratorChain
-
Return true if any Iterator in the IteratorChain has a remaining element.
- hasNext() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
-
Returns true if there are more elements in the iterator.
- hasNext() - Method in class org.apache.commons.collections.iterators.LoopingIterator
-
Has the iterator any more elements.
- hasNext() - Method in class org.apache.commons.collections.iterators.LoopingListIterator
-
Returns whether this iterator has any more elements.
- hasNext() - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
Returns true if there are more elements to return from the array.
- hasNext() - Method in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
Checks whether there are any more elements in the iteration to obtain.
- hasNext() - Method in class org.apache.commons.collections.iterators.ProxyIterator
-
Deprecated.Returns true if the underlying iterator has more elements.
- hasNext() - Method in class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.Invokes the underlying
ListIterator.hasNext()method. - hasNext() - Method in class org.apache.commons.collections.iterators.ReverseListIterator
-
Checks whether there is another element.
- hasNext() - Method in class org.apache.commons.collections.iterators.SingletonIterator
-
Is another object available from the iterator?
- hasNext() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
-
Is another object available from the iterator?
- hasNext() - Method in class org.apache.commons.collections.iterators.TransformIterator
- hasNext() - Method in class org.apache.commons.collections.iterators.UnmodifiableIterator
- hasNext() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
- hasNext() - Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
- hasNext() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
- hasNext() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
- hasNext() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
- hasNext() - Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor
- hasNext() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
- hasNext() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
- hasNext() - Method in interface org.apache.commons.collections.MapIterator
-
Checks to see if there are more entries still to be iterated.
- hasPrevious() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- hasPrevious() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- hasPrevious() - Method in class org.apache.commons.collections.iterators.EmptyListIterator
- hasPrevious() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
- hasPrevious() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
- hasPrevious() - Method in class org.apache.commons.collections.iterators.ArrayListIterator
-
Returns true if there are previous elements to return from the array.
- hasPrevious() - Method in class org.apache.commons.collections.iterators.FilterListIterator
- hasPrevious() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
-
Returns true if there are previous elements in the iterator.
- hasPrevious() - Method in class org.apache.commons.collections.iterators.LoopingListIterator
-
Returns whether this iterator has any more previous elements.
- hasPrevious() - Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
-
Returns true if there are previous elements to return from the array.
- hasPrevious() - Method in class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.Invokes the underlying
ListIterator.hasPrevious()method. - hasPrevious() - Method in class org.apache.commons.collections.iterators.ReverseListIterator
-
Checks whether there is a previous element.
- hasPrevious() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
-
Is a previous object available from the iterator?
- hasPrevious() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
- hasPrevious() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
- hasPrevious() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
- hasPrevious() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
- hasPrevious() - Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor
- hasPrevious() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
- hasPrevious() - Method in interface org.apache.commons.collections.OrderedIterator
-
Checks to see if there is a previous element that can be iterated to.
- hasPrevious() - Method in interface org.apache.commons.collections.OrderedMapIterator
-
Checks to see if there is a previous entry that can be iterated to.
- head - Variable in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
-
The current head index.
- header - Variable in class org.apache.commons.collections.list.AbstractLinkedList
-
A
AbstractLinkedList.Nodewhich indicates the start and end of the list and does not hold a value. - header - Variable in class org.apache.commons.collections.map.AbstractLinkedMap
-
Header in the linked list
- headMap(Object) - Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
- headMap(Object) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
- headMap(Object) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
- headMap(Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- headMap(Object) - Method in class org.apache.commons.collections.FastTreeMap
-
Return a view of the portion of this map whose keys are strictly less than the specified key.
- headMap(Object) - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
- headMap(Object) - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
- headMap(Object) - Method in class org.apache.commons.collections.map.LazySortedMap
- headMap(Object) - Method in class org.apache.commons.collections.map.PredicatedSortedMap
- headMap(Object) - Method in class org.apache.commons.collections.map.TransformedSortedMap
- headMap(Object) - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
- headSet(Object) - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
- headSet(Object) - Method in class org.apache.commons.collections.set.PredicatedSortedSet
- headSet(Object) - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
- headSet(Object) - Method in class org.apache.commons.collections.set.TransformedSortedSet
- headSet(Object) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
I
- IdentityEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Constructor for class org.apache.commons.collections.map.IdentityMap.IdentityEntry
- IdentityMap - Class in org.apache.commons.collections.map
-
A
Mapimplementation that matches keys and values based on==notequals(). - IdentityMap() - Constructor for class org.apache.commons.collections.map.IdentityMap
-
Constructs a new empty map with default size and load factor.
- IdentityMap(int) - Constructor for class org.apache.commons.collections.map.IdentityMap
-
Constructs a new, empty map with the specified initial capacity.
- IdentityMap(int, float) - Constructor for class org.apache.commons.collections.map.IdentityMap
-
Constructs a new, empty map with the specified initial capacity and load factor.
- IdentityMap(Map) - Constructor for class org.apache.commons.collections.map.IdentityMap
-
Constructor copying elements from another map.
- IdentityMap.IdentityEntry - Class in org.apache.commons.collections.map
-
HashEntry
- identityPredicate(Object) - Static method in class org.apache.commons.collections.PredicateUtils
-
Creates a Predicate that checks if the input object is equal to the specified object by identity.
- IdentityPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true if the input is the same object as the one stored in this predicate.
- IdentityPredicate(Object) - Constructor for class org.apache.commons.collections.functors.IdentityPredicate
-
Constructor that performs no validation.
- ifClosure(Predicate, Closure) - Static method in class org.apache.commons.collections.ClosureUtils
-
Create a new Closure that calls another closure based on the result of the specified predicate.
- ifClosure(Predicate, Closure, Closure) - Static method in class org.apache.commons.collections.ClosureUtils
-
Create a new Closure that calls one of two closures depending on the specified predicate.
- IfClosure - Class in org.apache.commons.collections.functors
-
Closure implementation acts as an if statement calling one or other closure based on a predicate.
- IfClosure(Predicate, Closure) - Constructor for class org.apache.commons.collections.functors.IfClosure
-
Constructor that performs no validation.
- IfClosure(Predicate, Closure, Closure) - Constructor for class org.apache.commons.collections.functors.IfClosure
-
Constructor that performs no validation.
- include - Static variable in class org.apache.commons.collections.ExtendedProperties
-
This is the name of the property that can point to other properties file for including other properties files.
- index - Variable in class org.apache.commons.collections.iterators.ArrayIterator
-
The current iterator index
- index - Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
The current iterator index
- index(Object, int) - Static method in class org.apache.commons.collections.CollectionUtils
-
Deprecated.use
CollectionUtils.get(Object, int)instead. Will be removed in v4.0 - index(Object, Object) - Static method in class org.apache.commons.collections.CollectionUtils
-
Deprecated.use
CollectionUtils.get(Object, int)instead. Will be removed in v4.0 - indexOf(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
- indexOf(Object) - Method in class org.apache.commons.collections.FastArrayList
-
Search for the first occurrence of the given argument, testing for equality using the
equals()method, and return the corresponding index, or -1 if the object is not found. - indexOf(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- indexOf(Object) - Method in class org.apache.commons.collections.list.AbstractListDecorator
- indexOf(Object) - Method in class org.apache.commons.collections.list.FixedSizeList
- indexOf(Object) - Method in class org.apache.commons.collections.list.PredicatedList
- indexOf(Object) - Method in class org.apache.commons.collections.list.SynchronizedList
- indexOf(Object) - Method in class org.apache.commons.collections.list.TransformedList
- indexOf(Object) - Method in class org.apache.commons.collections.list.TreeList
-
Searches for the index of an object in the list.
- indexOf(Object) - Method in class org.apache.commons.collections.map.LinkedMap
-
Gets the index of the specified key.
- indexOf(Object) - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets the index of the specified key.
- indexOf(Object) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Gets the index of the specified key.
- indexOf(Object) - Method in class org.apache.commons.collections.set.ListOrderedSet
- init() - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
The equivalent of a default constructor, broken out so it can be called by any constructor and by
readObject. - init() - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
The equivalent of a default constructor called by any constructor and by
readObject. - init() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Initialise subclasses during construction, cloning or deserialization.
- init() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Initialise this subclass during construction.
- init() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Initialise this subclass during construction, cloning or deserialization.
- insert(Object) - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Inserts an element into queue.
- insert(Object) - Method in interface org.apache.commons.collections.PriorityQueue
-
Deprecated.Insert an element into queue.
- insert(Object) - Method in class org.apache.commons.collections.SynchronizedPriorityQueue
-
Deprecated.Insert an element into queue.
- insertListable(CursorableLinkedList.Listable, CursorableLinkedList.Listable, Object) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Inserts a new value into my list, after the specified before element, and before the specified after element
- insertOrder - Variable in class org.apache.commons.collections.map.ListOrderedMap
-
Internal list to hold the sequence of objects
- INSTANCE - Static variable in class org.apache.commons.collections.functors.CloneTransformer
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections.functors.ExceptionClosure
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections.functors.ExceptionFactory
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections.functors.ExceptionPredicate
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections.functors.ExceptionTransformer
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections.functors.FalsePredicate
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections.functors.NOPClosure
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections.functors.NOPTransformer
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections.functors.NotNullPredicate
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections.functors.NullPredicate
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections.functors.StringValueTransformer
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections.functors.TruePredicate
-
Singleton predicate instance
- INSTANCE - Static variable in class org.apache.commons.collections.iterators.EmptyIterator
-
Singleton instance of the iterator.
- INSTANCE - Static variable in class org.apache.commons.collections.iterators.EmptyListIterator
-
Singleton instance of the iterator.
- INSTANCE - Static variable in class org.apache.commons.collections.iterators.EmptyMapIterator
-
Singleton instance of the iterator.
- INSTANCE - Static variable in class org.apache.commons.collections.iterators.EmptyOrderedIterator
-
Singleton instance of the iterator.
- INSTANCE - Static variable in class org.apache.commons.collections.iterators.EmptyOrderedMapIterator
-
Singleton instance of the iterator.
- instanceofPredicate(Class) - Static method in class org.apache.commons.collections.PredicateUtils
-
Creates a Predicate that checks if the object passed in is of a particular type, using instanceof.
- InstanceofPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true if the input is an instanceof the type stored in this predicate.
- InstanceofPredicate(Class) - Constructor for class org.apache.commons.collections.functors.InstanceofPredicate
-
Constructor that performs no validation.
- instantiateFactory(Class) - Static method in class org.apache.commons.collections.FactoryUtils
-
Creates a Factory that can create objects of a specific type using a no-args constructor.
- instantiateFactory(Class, Class[], Object[]) - Static method in class org.apache.commons.collections.FactoryUtils
-
Creates a Factory that can create objects of a specific type using the arguments specified to this method.
- InstantiateFactory - Class in org.apache.commons.collections.functors
-
Factory implementation that creates a new object instance by reflection.
- InstantiateFactory(Class) - Constructor for class org.apache.commons.collections.functors.InstantiateFactory
-
Constructor that performs no validation.
- InstantiateFactory(Class, Class[], Object[]) - Constructor for class org.apache.commons.collections.functors.InstantiateFactory
-
Constructor that performs no validation.
- instantiateTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a Transformer that expects an input Class object that it will instantiate.
- instantiateTransformer(Class[], Object[]) - Static method in class org.apache.commons.collections.TransformerUtils
-
Creates a Transformer that expects an input Class object that it will instantiate.
- InstantiateTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation that creates a new object instance by reflection.
- InstantiateTransformer(Class[], Object[]) - Constructor for class org.apache.commons.collections.functors.InstantiateTransformer
-
Constructor that performs no validation.
- interpolate(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Interpolate key names to handle ${key} stuff
- interpolateHelper(String, List) - Method in class org.apache.commons.collections.ExtendedProperties
-
Recursive handler for multiple levels of interpolation.
- intersection(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns a
Collectioncontaining the intersection of the givenCollections. - intersection(List, List) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a new list containing all elements that are contained in both given lists.
- invalidate() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- invalidateCursors() - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Informs all of my registered cursors that they are now invalid.
- inverseBidiMap - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Inverse view of this map.
- inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
- inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
- inverseBidiMap() - Method in interface org.apache.commons.collections.BidiMap
-
Gets a view of this map where the keys and values are reversed.
- inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Gets the inverse map for comparison.
- inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
- inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
- inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- inverseBidiMap() - Method in interface org.apache.commons.collections.OrderedBidiMap
-
Gets a view of this map where the keys and values are reversed.
- inverseBidiMap() - Method in interface org.apache.commons.collections.SortedBidiMap
-
Gets a view of this map where the keys and values are reversed.
- inverseOrderedBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
- inverseOrderedBidiMap() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
- inverseOrderedBidiMap() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Gets the inverse map for comparison.
- inverseOrderedBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
- inverseOrderedBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- inverseOrderedBidiMap() - Method in interface org.apache.commons.collections.OrderedBidiMap
-
Gets a view of this map where the keys and values are reversed.
- inverseSortedBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
- inverseSortedBidiMap() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
- inverseSortedBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- inverseSortedBidiMap() - Method in interface org.apache.commons.collections.SortedBidiMap
-
Gets a view of this map where the keys and values are reversed.
- invertMap(Map) - Static method in class org.apache.commons.collections.MapUtils
-
Inverts the supplied map returning a new HashMap such that the keys of the input are swapped with the values.
- invokerClosure(String) - Static method in class org.apache.commons.collections.ClosureUtils
-
Creates a Closure that will invoke a specific method on the closure's input object by reflection.
- invokerClosure(String, Class[], Object[]) - Static method in class org.apache.commons.collections.ClosureUtils
-
Creates a Closure that will invoke a specific method on the closure's input object by reflection.
- invokerPredicate(String) - Static method in class org.apache.commons.collections.PredicateUtils
-
Creates a Predicate that invokes a method on the input object.
- invokerPredicate(String, Class[], Object[]) - Static method in class org.apache.commons.collections.PredicateUtils
-
Creates a Predicate that invokes a method on the input object.
- invokerTransformer(String) - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a Transformer that invokes a method on the input object.
- invokerTransformer(String, Class[], Object[]) - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a Transformer that invokes a method on the input object.
- InvokerTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation that creates a new object instance by reflection.
- InvokerTransformer(String, Class[], Object[]) - Constructor for class org.apache.commons.collections.functors.InvokerTransformer
-
Constructor that performs no validation.
- isAscendingOrder() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Checks whether the heap is ascending or descending order.
- isAtCapacity() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Tests if the buffer is at capacity.
- isCacheFull() - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
-
Checks whether the cache is full.
- isDoLoop() - Method in class org.apache.commons.collections.functors.WhileClosure
-
Is the loop a do-while loop.
- isEmpty() - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Returns true if the underlying map is empty.
- isEmpty() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
- isEmpty() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Checks whether the map is empty or not.
- isEmpty() - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Tests if queue is empty.
- isEmpty() - Method in class org.apache.commons.collections.BoundedFifoBuffer
-
Deprecated.Returns true if this buffer is empty; false otherwise.
- isEmpty() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
-
Returns true if this buffer is empty; false otherwise.
- isEmpty() - Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
-
Returns true if this buffer is empty; false otherwise.
- isEmpty() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- isEmpty() - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Checks whether this composite collection is empty.
- isEmpty() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
- isEmpty() - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns true if this list contains no elements.
- isEmpty() - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Returns true if the underlying map is empty.
- isEmpty() - Method in class org.apache.commons.collections.FastArrayList
-
Test if this list has no elements.
- isEmpty() - Method in class org.apache.commons.collections.FastHashMap
-
Return
trueif this map contains no mappings. - isEmpty() - Method in class org.apache.commons.collections.FastTreeMap
-
Return
trueif this map contains no mappings. - isEmpty() - Method in class org.apache.commons.collections.list.AbstractLinkedList
- isEmpty() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Checks whether the map is currently empty.
- isEmpty() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
- isEmpty() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Checks whether the map is currently empty.
- isEmpty() - Method in class org.apache.commons.collections.map.CompositeMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class org.apache.commons.collections.map.Flat3Map
-
Checks whether the map is currently empty.
- isEmpty() - Method in class org.apache.commons.collections.map.MultiKeyMap
- isEmpty() - Method in class org.apache.commons.collections.map.SingletonMap
-
Checks whether the map is currently empty, which it never is.
- isEmpty() - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Checks if the size is currently zero.
- isEmpty() - Method in interface org.apache.commons.collections.PriorityQueue
-
Deprecated.Test if queue is empty.
- isEmpty() - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.Invokes the underlying
Map.isEmpty()method. - isEmpty() - Method in class org.apache.commons.collections.ReferenceMap
-
Deprecated.Returns
trueif this map is empty. - isEmpty() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Implements
Map.isEmpty(). - isEmpty() - Method in class org.apache.commons.collections.set.MapBackedSet
- isEmpty() - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Implements
Map.isEmpty(). - isEmpty() - Method in class org.apache.commons.collections.SynchronizedPriorityQueue
-
Deprecated.Test if queue is empty.
- isEmpty() - Method in class org.apache.commons.collections.UnboundedFifoBuffer
-
Deprecated.Returns true if this buffer is empty; false otherwise.
- isEmpty(Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Null-safe check if the specified collection is empty.
- isEmpty(Map) - Static method in class org.apache.commons.collections.MapUtils
-
Null-safe check if the specified map is empty.
- isEqualCollection(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns true iff the given
Collections contain exactly the same elements with exactly the same cardinalities. - isEqualKey(Object) - Method in class org.apache.commons.collections.map.SingletonMap
-
Compares the specified key to the stored key.
- isEqualKey(Object, Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Compares two keys, in internal converted form, to see if they are equal.
- isEqualKey(Object, Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Compares two keys, in internal converted form, to see if they are equal.
- isEqualKey(Object, Object) - Method in class org.apache.commons.collections.map.IdentityMap
-
Compares two keys for equals.
- isEqualKey(Object, Object) - Method in class org.apache.commons.collections.map.ReferenceIdentityMap
-
Compares two keys for equals.
- isEqualKey(AbstractHashedMap.HashEntry, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Is the key equal to the combined key.
- isEqualKey(AbstractHashedMap.HashEntry, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Is the key equal to the combined key.
- isEqualKey(AbstractHashedMap.HashEntry, Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Is the key equal to the combined key.
- isEqualKey(AbstractHashedMap.HashEntry, Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Is the key equal to the combined key.
- isEqualList(Collection, Collection) - Static method in class org.apache.commons.collections.ListUtils
-
Tests two lists for value-equality as per the equality contract in
List.equals(java.lang.Object). - isEqualSet(Collection, Collection) - Static method in class org.apache.commons.collections.SetUtils
-
Tests two sets for equality as per the
equals()contract inSet.equals(java.lang.Object). - isEqualValue(Object) - Method in class org.apache.commons.collections.map.SingletonMap
-
Compares the specified value to the stored value.
- isEqualValue(Object, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Compares two values for equals.
- isEqualValue(Object, Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Compares two values, in external form, to see if they are equal.
- isEqualValue(Object, Object) - Method in class org.apache.commons.collections.map.IdentityMap
-
Compares two values for equals.
- isEqualValue(Object, Object) - Method in class org.apache.commons.collections.map.ReferenceIdentityMap
-
Compares two values for equals.
- isFull() - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Tests if queue is full.
- isFull() - Method in interface org.apache.commons.collections.BoundedCollection
-
Returns true if this collection is full and no new elements can be added.
- isFull() - Method in class org.apache.commons.collections.BoundedFifoBuffer
-
Deprecated.Returns true if this collection is full and no new elements can be added.
- isFull() - Method in interface org.apache.commons.collections.BoundedMap
-
Returns true if this map is full and no new elements can be added.
- isFull() - Method in class org.apache.commons.collections.buffer.BoundedBuffer
- isFull() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
-
Returns true if this collection is full and no new elements can be added.
- isFull() - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
- isFull() - Method in class org.apache.commons.collections.list.FixedSizeList
- isFull() - Method in class org.apache.commons.collections.map.FixedSizeMap
- isFull() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
- isFull() - Method in class org.apache.commons.collections.map.LRUMap
-
Returns true if this map is full and no new mappings can be added.
- isFull() - Method in class org.apache.commons.collections.map.SingletonMap
-
Is the map currently full, always true.
- isFull(Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns true if no more elements can be added to the Collection.
- isInitialized - Variable in class org.apache.commons.collections.ExtendedProperties
-
Has this configuration been initialized.
- isInitialized() - Method in class org.apache.commons.collections.ExtendedProperties
-
Indicate to client code whether property resources have been initialized or not.
- isLocked - Variable in class org.apache.commons.collections.comparators.ComparatorChain
-
Whether the chain has been "locked".
- isLocked - Variable in class org.apache.commons.collections.iterators.IteratorChain
-
ComparatorChain is "locked" after the first time compare(Object,Object) is called
- isLocked() - Method in class org.apache.commons.collections.comparators.ComparatorChain
-
Determine if modifications can still be made to the ComparatorChain.
- isLocked() - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
-
Returns true if modifications cannot be made to the FixedOrderComparator.
- isLocked() - Method in class org.apache.commons.collections.iterators.IteratorChain
-
Determine if modifications can still be made to the IteratorChain.
- isNotEmpty(Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Null-safe check if the specified collection is not empty.
- isNotEmpty(Map) - Static method in class org.apache.commons.collections.MapUtils
-
Null-safe check if the specified map is not empty.
- isProperSubCollection(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns true iff a is a proper sub-collection of b, that is, iff the cardinality of e in a is less than or equal to the cardinality of e in b, for each element e in a, and there is at least one element f such that the cardinality of f in b is strictly greater than the cardinality of f in a.
- isScanUntilRemovable() - Method in class org.apache.commons.collections.map.LRUMap
-
Whether this LRUMap will scan until a removable entry is found when the map is full.
- isSetValueChecking() - Method in class org.apache.commons.collections.map.PredicatedMap
-
Override to only return true when there is a value transformer.
- isSetValueChecking() - Method in class org.apache.commons.collections.map.TransformedMap
-
Override to only return true when there is a value transformer.
- isSubCollection(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns true iff a is a sub-collection of b, that is, iff the cardinality of e in a is less than or equal to the cardinality of e in b, for each element e in a.
- IterableMap - Interface in org.apache.commons.collections
-
Defines a map that can be iterated directly without needing to create an entry set.
- iterator - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
-
The iterator being wrapped
- iterator - Variable in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections.iterators.AbstractIteratorDecorator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
-
The iterator being decorated
- iterator() - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Gets an iterator over the bag elements.
- iterator() - Method in interface org.apache.commons.collections.Bag
-
Returns an
Iteratorover the entire set of members, including copies due to cardinality. - iterator() - Method in class org.apache.commons.collections.bag.UnmodifiableBag
- iterator() - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
- iterator() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet
- iterator() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
- iterator() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
- iterator() - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Returns an iterator over this heap's elements.
- iterator() - Method in class org.apache.commons.collections.BoundedFifoBuffer
-
Deprecated.Returns an iterator over this buffer's elements.
- iterator() - Method in class org.apache.commons.collections.buffer.BoundedBuffer
- iterator() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
-
Returns an iterator over this buffer's elements.
- iterator() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Returns an iterator over this heap's elements.
- iterator() - Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
-
Returns an iterator over this buffer's elements.
- iterator() - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
- iterator() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- iterator() - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Gets an iterator over all the collections in this composite.
- iterator() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
-
Iterators must be manually synchronized.
- iterator() - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
- iterator() - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
- iterator() - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns a fail-fast iterator.
- iterator() - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.
- iterator() - Method in class org.apache.commons.collections.FastArrayList
-
Return an iterator over the elements in this list in proper sequence.
- iterator() - Method in class org.apache.commons.collections.list.AbstractLinkedList
- iterator() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
- iterator() - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Returns an iterator that does not support concurrent modification.
- iterator() - Method in class org.apache.commons.collections.list.FixedSizeList
- iterator() - Method in class org.apache.commons.collections.list.SetUniqueList
- iterator() - Method in class org.apache.commons.collections.list.TreeList
-
Gets an iterator over the list.
- iterator() - Method in class org.apache.commons.collections.list.UnmodifiableList
- iterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
- iterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
- iterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap.Values
- iterator() - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
- iterator() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Gets an iterator over the keys.
- iterator() - Method in class org.apache.commons.collections.set.ListOrderedSet
- iterator() - Method in class org.apache.commons.collections.set.MapBackedSet
- iterator() - Method in class org.apache.commons.collections.set.UnmodifiableSet
- iterator() - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
- iterator() - Method in class org.apache.commons.collections.UnboundedFifoBuffer
-
Deprecated.Returns an iterator over this buffer's elements.
- iterator(Object) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Gets an iterator for the collection mapped to the specified key.
- iterator(Object) - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.Gets an iterator for the collection mapped to the specified key.
- iteratorChain - Variable in class org.apache.commons.collections.iterators.IteratorChain
-
The chain of iterators
- IteratorChain - Class in org.apache.commons.collections.iterators
-
An IteratorChain is an Iterator that wraps a number of Iterators.
- IteratorChain() - Constructor for class org.apache.commons.collections.iterators.IteratorChain
-
Construct an IteratorChain with no Iterators.
- IteratorChain(Collection) - Constructor for class org.apache.commons.collections.iterators.IteratorChain
-
Constructs a new
IteratorChainover the collection of iterators. - IteratorChain(Iterator) - Constructor for class org.apache.commons.collections.iterators.IteratorChain
-
Construct an IteratorChain with a single Iterator.
- IteratorChain(Iterator[]) - Constructor for class org.apache.commons.collections.iterators.IteratorChain
-
Constructs a new
IteratorChainover the array of iterators. - IteratorChain(Iterator, Iterator) - Constructor for class org.apache.commons.collections.iterators.IteratorChain
-
Constructs a new
IteratorChainover the two given iterators. - IteratorEnumeration - Class in org.apache.commons.collections.iterators
-
Adapter to make an
Iteratorinstance appear to be anEnumerationinstance. - IteratorEnumeration() - Constructor for class org.apache.commons.collections.iterators.IteratorEnumeration
-
Constructs a new
IteratorEnumerationthat will not function untilsetIteratoris invoked. - IteratorEnumeration(Iterator) - Constructor for class org.apache.commons.collections.iterators.IteratorEnumeration
-
Constructs a new
IteratorEnumerationthat will use the given iterator. - IteratorUtils - Class in org.apache.commons.collections
-
Provides static utility methods and decorators for
Iteratorinstances. - IteratorUtils() - Constructor for class org.apache.commons.collections.IteratorUtils
-
IteratorUtils is not normally instantiated.
K
- key - Variable in class org.apache.commons.collections.keyvalue.AbstractKeyValue
-
The key
- key - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
-
The key
- keyIterator() - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Convenience method for getting an iterator over the keys.
- keyList() - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets a view over the keys in the map as a List.
- keyPredicate - Variable in class org.apache.commons.collections.map.PredicatedMap
-
The key predicate to use
- keysAsListed - Variable in class org.apache.commons.collections.ExtendedProperties
-
These are the keys in the order they listed in the configuration file.
- keySet - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
View of the keys.
- keySet - Variable in class org.apache.commons.collections.map.AbstractHashedMap
-
Key set
- keySet() - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Get the keys for this BeanMap.
- keySet() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Gets a keySet view of the map.
- keySet() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Returns a set view of the keys contained in this map in key order.
- keySet() - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
- keySet() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
- keySet() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- keySet() - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Returns a set view of the keys contained in this map.
- keySet() - Method in class org.apache.commons.collections.FastHashMap
-
Return a set view of the keys contained in this map.
- keySet() - Method in class org.apache.commons.collections.FastTreeMap
-
Return a set view of the keys contained in this map.
- keySet() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the keySet view of the map.
- keySet() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
- keySet() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Returns a set view of this map's keys.
- keySet() - Method in class org.apache.commons.collections.map.CompositeMap
-
Returns a set view of the keys contained in this map.
- keySet() - Method in class org.apache.commons.collections.map.FixedSizeMap
- keySet() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
- keySet() - Method in class org.apache.commons.collections.map.Flat3Map
-
Gets the keySet view of the map.
- keySet() - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets a view over the keys in the map.
- keySet() - Method in class org.apache.commons.collections.map.MultiKeyMap
- keySet() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the unmodifiable keySet view of the map.
- keySet() - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Gets the key set.
- keySet() - Method in class org.apache.commons.collections.map.UnmodifiableMap
- keySet() - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
- keySet() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
- keySet() - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.Invokes the underlying
Map.keySet()method. - keySet() - Method in class org.apache.commons.collections.ReferenceMap
-
Deprecated.Returns a set view of this map's keys.
- keySet() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Implements
Map.keySet(). - keySet() - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Implements
Map.keySet(). - KeySet(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
-
Constructs a new view of the BidiMap.
- KeySet(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySet
- keySetByValue() - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Returns a set view of the keys contained in this map.
- KeySetIterator(Iterator, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
-
Constructor.
- KeySetIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator
- KeySetIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator
- keyTransformer - Variable in class org.apache.commons.collections.map.TransformedMap
-
The transformer to use for the key
- keyType - Variable in class org.apache.commons.collections.map.AbstractReferenceMap
-
The reference type for keys.
- KeyValue - Interface in org.apache.commons.collections
-
Defines a simple key value pair.
L
- last - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
-
The last returned entry
- last - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
-
The last returned entry
- last - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
-
The last returned entry
- last - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
-
The current (last returned) entry
- last() - Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator
- last() - Method in class org.apache.commons.collections.bag.PredicatedSortedBag
- last() - Method in class org.apache.commons.collections.bag.SynchronizedSortedBag
- last() - Method in class org.apache.commons.collections.bag.TransformedSortedBag
- last() - Method in class org.apache.commons.collections.bag.TreeBag
- last() - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
- last() - Method in class org.apache.commons.collections.set.PredicatedSortedSet
- last() - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
- last() - Method in class org.apache.commons.collections.set.TransformedSortedSet
- last() - Method in interface org.apache.commons.collections.SortedBag
-
Returns the last (highest) member.
- last() - Method in class org.apache.commons.collections.TreeBag
-
Deprecated.
- lastIndexOf(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
- lastIndexOf(Object) - Method in class org.apache.commons.collections.FastArrayList
-
Search for the last occurrence of the given argument, testing for equality using the
equals()method, and return the corresponding index, or -1 if the object is not found. - lastIndexOf(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- lastIndexOf(Object) - Method in class org.apache.commons.collections.list.AbstractListDecorator
- lastIndexOf(Object) - Method in class org.apache.commons.collections.list.FixedSizeList
- lastIndexOf(Object) - Method in class org.apache.commons.collections.list.PredicatedList
- lastIndexOf(Object) - Method in class org.apache.commons.collections.list.SynchronizedList
- lastIndexOf(Object) - Method in class org.apache.commons.collections.list.TransformedList
- lastIndexOf(Object) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Gets the last index of the specified key.
- lastItemIndex - Variable in class org.apache.commons.collections.iterators.ArrayListIterator
-
Holds the index of the last item returned by a call to
next()orprevious(). - lastItemIndex - Variable in class org.apache.commons.collections.iterators.ObjectArrayListIterator
-
Holds the index of the last item returned by a call to
next()orprevious(). - lastKey - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
-
The last returned key
- lastKey() - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
- lastKey() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
- lastKey() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Gets the last (highest) key currently in this map.
- lastKey() - Method in class org.apache.commons.collections.FastTreeMap
-
Return the last (highest) key currently in this sorted map.
- lastKey() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Gets the last key in the map, which is the first inserted.
- lastKey() - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
- lastKey() - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
- lastKey() - Method in class org.apache.commons.collections.map.LazySortedMap
- lastKey() - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets the last key in this map by insert order.
- lastKey() - Method in class org.apache.commons.collections.map.PredicatedSortedMap
- lastKey() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the last (and only) key in the map.
- lastKey() - Method in class org.apache.commons.collections.map.TransformedSortedMap
- lastKey() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
- lastKey() - Method in interface org.apache.commons.collections.OrderedMap
-
Gets the last key currently in this map.
- lastUsedIterator - Variable in class org.apache.commons.collections.iterators.IteratorChain
-
The "last used" Iterator is the Iterator upon which next() or hasNext() was most recently called used for the remove() operation only
- lastUsedIterator - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
The last used iterator, needed for remove()
- lastValue - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
-
The last returned value
- lazyList(List, Factory) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a "lazy" list whose elements will be created on demand.
- LazyList - Class in org.apache.commons.collections.list
-
Decorates another
Listto create objects in the list on demand. - LazyList(List, Factory) - Constructor for class org.apache.commons.collections.list.LazyList
-
Constructor that wraps (not copies).
- lazyMap(Map, Factory) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a "lazy" map whose values will be created on demand.
- lazyMap(Map, Transformer) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a "lazy" map whose values will be created on demand.
- LazyMap - Class in org.apache.commons.collections.map
-
Decorates another
Mapto create objects in the map on demand. - LazyMap(Map, Factory) - Constructor for class org.apache.commons.collections.map.LazyMap
-
Constructor that wraps (not copies).
- LazyMap(Map, Transformer) - Constructor for class org.apache.commons.collections.map.LazyMap
-
Constructor that wraps (not copies).
- lazySortedMap(SortedMap, Factory) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a "lazy" sorted map whose values will be created on demand.
- lazySortedMap(SortedMap, Transformer) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a "lazy" sorted map whose values will be created on demand.
- LazySortedMap - Class in org.apache.commons.collections.map
-
Decorates another
SortedMapto create objects in the map on demand. - LazySortedMap(SortedMap, Factory) - Constructor for class org.apache.commons.collections.map.LazySortedMap
-
Constructor that wraps (not copies).
- LazySortedMap(SortedMap, Transformer) - Constructor for class org.apache.commons.collections.map.LazySortedMap
-
Constructor that wraps (not copies).
- LinkedListIterator(AbstractLinkedList, int) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
Create a ListIterator for a list.
- LinkedMap - Class in org.apache.commons.collections.map
-
A
Mapimplementation that maintains the order of the entries. - LinkedMap() - Constructor for class org.apache.commons.collections.map.LinkedMap
-
Constructs a new empty map with default size and load factor.
- LinkedMap(int) - Constructor for class org.apache.commons.collections.map.LinkedMap
-
Constructs a new, empty map with the specified initial capacity.
- LinkedMap(int, float) - Constructor for class org.apache.commons.collections.map.LinkedMap
-
Constructs a new, empty map with the specified initial capacity and load factor.
- LinkedMap(Map) - Constructor for class org.apache.commons.collections.map.LinkedMap
-
Constructor copying elements from another map.
- LinkedSubList(AbstractLinkedList, int, int) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
- LinkedSubListIterator(AbstractLinkedList.LinkedSubList, int) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
- LinkEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry
-
Constructs a new entry.
- LinkIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
- LinkMapIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
- list - Variable in class org.apache.commons.collections.FastArrayList
-
The underlying list we are managing.
- listableChanged(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- listableInserted(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- listableRemoved(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- listIterator() - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns a fail-fast ListIterator.
- listIterator() - Method in class org.apache.commons.collections.FastArrayList
-
Return an iterator of the elements of this list, in proper sequence.
- listIterator() - Method in class org.apache.commons.collections.list.AbstractLinkedList
- listIterator() - Method in class org.apache.commons.collections.list.AbstractListDecorator
- listIterator() - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Returns a cursor iterator that allows changes to the underlying list in parallel.
- listIterator() - Method in class org.apache.commons.collections.list.FixedSizeList
- listIterator() - Method in class org.apache.commons.collections.list.PredicatedList
- listIterator() - Method in class org.apache.commons.collections.list.SetUniqueList
- listIterator() - Method in class org.apache.commons.collections.list.SynchronizedList
-
Iterators must be manually synchronized.
- listIterator() - Method in class org.apache.commons.collections.list.TransformedList
- listIterator() - Method in class org.apache.commons.collections.list.TreeList
-
Gets a ListIterator over the list.
- listIterator() - Method in class org.apache.commons.collections.list.UnmodifiableList
- listIterator(int) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns a fail-fast ListIterator.
- listIterator(int) - Method in class org.apache.commons.collections.FastArrayList
-
Return an iterator of the elements of this list, in proper sequence, starting at the specified position.
- listIterator(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
- listIterator(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- listIterator(int) - Method in class org.apache.commons.collections.list.AbstractListDecorator
- listIterator(int) - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Returns a cursor iterator that allows changes to the underlying list in parallel.
- listIterator(int) - Method in class org.apache.commons.collections.list.FixedSizeList
- listIterator(int) - Method in class org.apache.commons.collections.list.PredicatedList
- listIterator(int) - Method in class org.apache.commons.collections.list.SetUniqueList
- listIterator(int) - Method in class org.apache.commons.collections.list.SynchronizedList
-
Iterators must be manually synchronized.
- listIterator(int) - Method in class org.apache.commons.collections.list.TransformedList
- listIterator(int) - Method in class org.apache.commons.collections.list.TreeList
-
Gets a ListIterator over the list.
- listIterator(int) - Method in class org.apache.commons.collections.list.UnmodifiableList
- ListIteratorWrapper - Class in org.apache.commons.collections.iterators
-
Converts an iterator into a list iterator by caching the returned entries.
- ListIteratorWrapper(Iterator) - Constructor for class org.apache.commons.collections.iterators.ListIteratorWrapper
-
Constructs a new
ListIteratorWrapperthat will wrap the given iterator. - ListOrderedMap - Class in org.apache.commons.collections.map
-
Decorates a
Mapto ensure that the order of addition is retained using aListto maintain order. - ListOrderedMap() - Constructor for class org.apache.commons.collections.map.ListOrderedMap
-
Constructs a new empty
ListOrderedMapthat decorates aHashMap. - ListOrderedMap(Map) - Constructor for class org.apache.commons.collections.map.ListOrderedMap
-
Constructor that wraps (not copies).
- ListOrderedSet - Class in org.apache.commons.collections.set
-
Decorates another
Setto ensure that the order of addition is retained and used by the iterator. - ListOrderedSet() - Constructor for class org.apache.commons.collections.set.ListOrderedSet
-
Constructs a new empty
ListOrderedSetusing aHashSetand anArrayListinternally. - ListOrderedSet(Set) - Constructor for class org.apache.commons.collections.set.ListOrderedSet
-
Constructor that wraps (not copies).
- ListOrderedSet(Set, List) - Constructor for class org.apache.commons.collections.set.ListOrderedSet
-
Constructor that wraps (not copies) the Set and specifies the list to use.
- ListUtils - Class in org.apache.commons.collections
-
Provides utility methods and decorators for
Listinstances. - ListUtils() - Constructor for class org.apache.commons.collections.ListUtils
-
ListUtilsshould not normally be instantiated. - load(InputStream) - Method in class org.apache.commons.collections.ExtendedProperties
-
Load the properties from the given input stream.
- load(InputStream, String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Load the properties from the given input stream and using the specified encoding.
- loadFactor - Variable in class org.apache.commons.collections.map.AbstractHashedMap
-
Load factor, normally 0.75
- lock - Variable in class org.apache.commons.collections.collection.SynchronizedCollection
-
The object to lock on, needed for List/SortedSet views
- logInfo(Exception) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Logs the given exception to
System.out. - logInfo(Exception) - Static method in class org.apache.commons.collections.MapUtils
-
Logs the given exception to
System.out. - logWarn(Exception) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Logs the given exception to
System.err. - loopingIterator(Collection) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that loops continuously over the supplied collection.
- LoopingIterator - Class in org.apache.commons.collections.iterators
-
An Iterator that restarts when it reaches the end.
- LoopingIterator(Collection) - Constructor for class org.apache.commons.collections.iterators.LoopingIterator
-
Constructor that wraps a collection.
- loopingListIterator(List) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that loops continuously over the supplied list.
- LoopingListIterator - Class in org.apache.commons.collections.iterators
-
A ListIterator that restarts when it reaches the end or when it reaches the beginning.
- LoopingListIterator(List) - Constructor for class org.apache.commons.collections.iterators.LoopingListIterator
-
Constructor that wraps a list.
- LRUMap - Class in org.apache.commons.collections
-
Deprecated.Moved to map subpackage. Due to be removed in v4.0.
- LRUMap - Class in org.apache.commons.collections.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.collections.LRUMap
-
Deprecated.Default constructor, primarily for the purpose of de-externalization.
- LRUMap() - Constructor for class org.apache.commons.collections.map.LRUMap
-
Constructs a new empty map with a maximum size of 100.
- LRUMap(int) - Constructor for class org.apache.commons.collections.LRUMap
-
Deprecated.Create a new LRUMap with a maximum capacity of i.
- LRUMap(int) - Constructor for class org.apache.commons.collections.map.LRUMap
-
Constructs a new, empty map with the specified maximum size.
- LRUMap(int, boolean) - Constructor for class org.apache.commons.collections.map.LRUMap
-
Constructs a new, empty map with the specified maximum size.
- LRUMap(int, float) - Constructor for class org.apache.commons.collections.map.LRUMap
-
Constructs a new, empty map with the specified initial capacity and load factor.
- LRUMap(int, float, boolean) - Constructor for class org.apache.commons.collections.map.LRUMap
-
Constructs a new, empty map with the specified initial capacity and load factor.
- LRUMap(Map) - Constructor for class org.apache.commons.collections.map.LRUMap
-
Constructor copying elements from another map.
- LRUMap(Map, boolean) - Constructor for class org.apache.commons.collections.map.LRUMap
-
Constructor copying elements from another map.
M
- m_buffer - Variable in class org.apache.commons.collections.UnboundedFifoBuffer
-
Deprecated.
- m_head - Variable in class org.apache.commons.collections.UnboundedFifoBuffer
-
Deprecated.
- m_priorityQueue - Variable in class org.apache.commons.collections.SynchronizedPriorityQueue
-
Deprecated.The underlying priority queue.
- m_tail - Variable in class org.apache.commons.collections.UnboundedFifoBuffer
-
Deprecated.
- map - Variable in class org.apache.commons.collections.FastHashMap
-
The underlying map we are managing.
- map - Variable in class org.apache.commons.collections.FastTreeMap
-
The underlying map we are managing.
- map - Variable in class org.apache.commons.collections.map.AbstractMapDecorator
-
The map to decorate
- map - Variable in class org.apache.commons.collections.map.MultiKeyMap
-
The decorated map
- map - Variable in class org.apache.commons.collections.ProxyMap
-
Deprecated.The
Mapto delegate to. - map - Variable in class org.apache.commons.collections.set.MapBackedSet
-
The map being used as the backing store
- MapBackedSet - Class in org.apache.commons.collections.set
-
Decorates a
Mapto obtainSetbehaviour. - MapEntry(Map.Entry, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry
-
Constructor.
- mapIterator() - Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
- mapIterator() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Obtains a
MapIteratorover the map. - mapIterator() - Method in interface org.apache.commons.collections.BidiMap
-
Obtains a
MapIteratorover the map. - mapIterator() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Gets an iterator over the map entries.
- mapIterator() - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
- mapIterator() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
- mapIterator() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- mapIterator() - Method in interface org.apache.commons.collections.IterableMap
-
Obtains a
MapIteratorover the map. - mapIterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets an iterator over the map.
- mapIterator() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Gets an iterator over the map.
- mapIterator() - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
- mapIterator() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Gets a MapIterator over the reference map.
- mapIterator() - Method in class org.apache.commons.collections.map.Flat3Map
-
Gets an iterator over the map.
- mapIterator() - Method in class org.apache.commons.collections.map.ListOrderedMap
- mapIterator() - Method in class org.apache.commons.collections.map.MultiKeyMap
- mapIterator() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets an iterator over the map.
- mapIterator() - Method in class org.apache.commons.collections.map.UnmodifiableMap
- mapIterator() - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
- MapIterator - Interface in org.apache.commons.collections
-
Defines an iterator that operates over a
Map. - maps - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Delegate map array.
- mapTransformer(Map) - Static method in class org.apache.commons.collections.TransformerUtils
-
Creates a Transformer that uses the passed in Map to transform the input object (as a simple lookup).
- MapTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation that returns the value held in a specified map using the input parameter as a key.
- MapUtils - Class in org.apache.commons.collections
- MapUtils() - Constructor for class org.apache.commons.collections.MapUtils
-
MapUtilsshould not normally be instantiated. - max(Object, Object, Comparator) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Returns the larger of the given objects according to the given comparator, returning the second object if the comparator returns equal.
- MAXIMUM_CAPACITY - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
-
The maximum capacity allowed
- maximumCacheSize - Variable in class org.apache.commons.collections.list.NodeCachingLinkedList
-
The maximum size of the cache.
- maxSize() - Method in interface org.apache.commons.collections.BoundedCollection
-
Gets the maximum size of the collection (the bound).
- maxSize() - Method in class org.apache.commons.collections.BoundedFifoBuffer
-
Deprecated.Gets the maximum size of the collection (the bound).
- maxSize() - Method in interface org.apache.commons.collections.BoundedMap
-
Gets the maximum size of the map (the bound).
- maxSize() - Method in class org.apache.commons.collections.buffer.BoundedBuffer
- maxSize() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
-
Gets the maximum size of the collection (the bound).
- maxSize() - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
- maxSize() - Method in class org.apache.commons.collections.list.FixedSizeList
- maxSize() - Method in class org.apache.commons.collections.map.FixedSizeMap
- maxSize() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
- maxSize() - Method in class org.apache.commons.collections.map.LRUMap
-
Gets the maximum size of the map (the bound).
- maxSize() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the maximum size of the map, always 1.
- maxSize(Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Get the maximum number of elements that the Collection can contain.
- min(Object, Object, Comparator) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Returns the smaller of the given objects according to the given comparator, returning the second object if the comparator returns equal.
- modCount - Variable in class org.apache.commons.collections.list.AbstractLinkedList
-
Modification count for iterators
- modCount - Variable in class org.apache.commons.collections.map.AbstractHashedMap
-
Modification count for iterators
- moveToMRU(AbstractLinkedMap.LinkEntry) - Method in class org.apache.commons.collections.map.LRUMap
-
Moves an entry to the MRU position at the end of the list.
- MultiHashMap - Class in org.apache.commons.collections
-
Deprecated.Class now available as MultiValueMap in map subpackage. This version is due to be removed in collections v4.0.
- MultiHashMap() - Constructor for class org.apache.commons.collections.MultiHashMap
-
Deprecated.Constructor.
- MultiHashMap(int) - Constructor for class org.apache.commons.collections.MultiHashMap
-
Deprecated.Constructor.
- MultiHashMap(int, float) - Constructor for class org.apache.commons.collections.MultiHashMap
-
Deprecated.Constructor.
- MultiHashMap(Map) - Constructor for class org.apache.commons.collections.MultiHashMap
-
Deprecated.Constructor that copies the input map creating an independent copy.
- MultiKey - Class in org.apache.commons.collections.keyvalue
-
A
MultiKeyallows multiple map keys to be merged together. - MultiKey(Object[]) - Constructor for class org.apache.commons.collections.keyvalue.MultiKey
-
Constructor taking an array of keys which is cloned.
- MultiKey(Object[], boolean) - Constructor for class org.apache.commons.collections.keyvalue.MultiKey
-
Constructor taking an array of keys, optionally choosing whether to clone.
- MultiKey(Object, Object) - Constructor for class org.apache.commons.collections.keyvalue.MultiKey
-
Constructor taking two keys.
- MultiKey(Object, Object, Object) - Constructor for class org.apache.commons.collections.keyvalue.MultiKey
-
Constructor taking three keys.
- MultiKey(Object, Object, Object, Object) - Constructor for class org.apache.commons.collections.keyvalue.MultiKey
-
Constructor taking four keys.
- MultiKey(Object, Object, Object, Object, Object) - Constructor for class org.apache.commons.collections.keyvalue.MultiKey
-
Constructor taking five keys.
- MultiKeyMap - Class in org.apache.commons.collections.map
-
A
Mapimplementation that uses multiple keys to map the value. - MultiKeyMap() - Constructor for class org.apache.commons.collections.map.MultiKeyMap
-
Constructs a new MultiKeyMap that decorates a
HashedMap. - MultiKeyMap(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.MultiKeyMap
-
Constructor that decorates the specified map and is called from
MultiKeyMap.decorate(AbstractHashedMap). - MultiMap - Interface in org.apache.commons.collections
-
Defines a map that holds a collection of values against each key.
- multiValueMap(Map) - Static method in class org.apache.commons.collections.MapUtils
-
Creates a mult-value map backed by the given map which returns collections of type ArrayList.
- multiValueMap(Map, Class) - Static method in class org.apache.commons.collections.MapUtils
-
Creates a multi-value map backed by the given map which returns collections of the specified type.
- multiValueMap(Map, Factory) - Static method in class org.apache.commons.collections.MapUtils
-
Creates a multi-value map backed by the given map which returns collections created by the specified collection factory.
- MultiValueMap - Class in org.apache.commons.collections.map
-
A MultiValueMap decorates another map, allowing it to have more than one value for a key.
- MultiValueMap() - Constructor for class org.apache.commons.collections.map.MultiValueMap
-
Creates a MultiValueMap based on a
HashMapand storing the multiple values in anArrayList. - MultiValueMap(Map, Factory) - Constructor for class org.apache.commons.collections.map.MultiValueMap
-
Creates a MultiValueMap which decorates the given
mapand creates the value collections using the suppliedcollectionFactory. - mutator - Variable in class org.apache.commons.collections.collection.CompositeCollection
-
CollectionMutator to handle changes to the collection
- MyMapEntry(BeanMap, Object, Object) - Constructor for class org.apache.commons.collections.BeanMap.MyMapEntry
-
Deprecated.Constructs a new
MyMapEntry.
N
- NATURAL_COMPARATOR - Static variable in class org.apache.commons.collections.ComparatorUtils
-
Comparator for natural sort order.
- naturalComparator() - Static method in class org.apache.commons.collections.ComparatorUtils
-
Gets a comparator that uses the natural order of the objects.
- neitherPredicate(Predicate, Predicate) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that returns true if neither of the specified predicates are true.
- next - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
The node that will be returned by
AbstractLinkedList.LinkedListIterator.next(). - next - Variable in class org.apache.commons.collections.list.AbstractLinkedList.Node
-
A pointer to the node after this node
- next - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
-
The next entry in the hash chain
- next - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
-
The next entry
- next - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
-
The next entry
- next() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
- next() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
- next() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
- next() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
- next() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- next() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- next() - Method in class org.apache.commons.collections.iterators.EmptyListIterator
- next() - Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator
- next() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
- next() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
- next() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
- next() - Method in class org.apache.commons.collections.iterators.ArrayIterator
-
Returns the next element in the array.
- next() - Method in class org.apache.commons.collections.iterators.ArrayListIterator
-
Gets the next element from the array.
- next() - Method in class org.apache.commons.collections.iterators.CollatingIterator
-
Returns the next ordered element from a child iterator.
- next() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
-
Gets the next key from the
Map. - next() - Method in class org.apache.commons.collections.iterators.EnumerationIterator
-
Returns the next object from the enumeration.
- next() - Method in class org.apache.commons.collections.iterators.FilterIterator
-
Returns the next object that matches the predicate.
- next() - Method in class org.apache.commons.collections.iterators.FilterListIterator
- next() - Method in class org.apache.commons.collections.iterators.IteratorChain
-
Returns the next Object of the current Iterator
- next() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
-
Returns the next element from the iterator.
- next() - Method in class org.apache.commons.collections.iterators.LoopingIterator
-
Returns the next object in the collection.
- next() - Method in class org.apache.commons.collections.iterators.LoopingListIterator
-
Returns the next object in the list.
- next() - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
Returns the next element in the array.
- next() - Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
-
Gets the next element from the array.
- next() - Method in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
Gets the next element of the iteration.
- next() - Method in class org.apache.commons.collections.iterators.ProxyIterator
-
Deprecated.Returns the next element from the underlying iterator.
- next() - Method in class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.Invokes the underlying
ListIterator.next()method. - next() - Method in class org.apache.commons.collections.iterators.ReverseListIterator
-
Gets the next element.
- next() - Method in class org.apache.commons.collections.iterators.SingletonIterator
-
Get the next object from the iterator.
- next() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
-
Get the next object from the iterator.
- next() - Method in class org.apache.commons.collections.iterators.TransformIterator
-
Gets the next object from the iteration, transforming it using the current transformer.
- next() - Method in class org.apache.commons.collections.iterators.UnmodifiableIterator
- next() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
- next() - Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
- next() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
- next() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
- next() - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator
- next() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
- next() - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator
- next() - Method in class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator
- next() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
- next() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator
- next() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
- next() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator
- next() - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
Gets the next entry in the bucket.
- next() - Method in interface org.apache.commons.collections.MapIterator
-
Gets the next key from the
Map. - nextElement() - Method in class org.apache.commons.collections.iterators.IteratorEnumeration
-
Returns the next element from the underlying iterator.
- nextEntry() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
- nextEntry() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
- nextIndex - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
The index of
AbstractLinkedList.LinkedListIterator.next. - nextIndex() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- nextIndex() - Method in class org.apache.commons.collections.iterators.EmptyListIterator
- nextIndex() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
- nextIndex() - Method in class org.apache.commons.collections.iterators.ArrayListIterator
-
Gets the next index to be retrieved.
- nextIndex() - Method in class org.apache.commons.collections.iterators.FilterListIterator
- nextIndex() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
-
Returns in the index of the next element.
- nextIndex() - Method in class org.apache.commons.collections.iterators.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.collections.iterators.ObjectArrayListIterator
-
Gets the next index to be retrieved.
- nextIndex() - Method in class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.Invokes the underlying
ListIterator.nextIndex()method. - nextIndex() - Method in class org.apache.commons.collections.iterators.ReverseListIterator
-
Gets the index of the next element.
- nextIndex() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
-
Returns the index of the element that would be returned by a subsequent call to next.
- nextIndex() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
- nextIndex() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
- nextIndex() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
- nextIndex() - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
-
Gets the index of the next element to be returned.
- nextIndex() - Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor
- nextKey(Object) - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
- nextKey(Object) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
- nextKey(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Gets the next key after the one specified.
- nextKey(Object) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Gets the next key in sequence.
- nextKey(Object) - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
- nextKey(Object) - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets the next key to the one specified using insert order.
- nextKey(Object) - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the next key after the key specified, always null.
- nextKey(Object) - Method in interface org.apache.commons.collections.OrderedMap
-
Gets the next key after the one specified.
- NO_ARG_INSTANCE - Static variable in class org.apache.commons.collections.functors.InstantiateTransformer
-
Singleton instance that uses the no arg constructor
- NO_NEXT_ENTRY - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
- NO_PREVIOUS_ENTRY - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
- Node() - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node
-
Constructs a new header node.
- Node(Object) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node
-
Constructs a new node.
- Node(AbstractLinkedList.Node, AbstractLinkedList.Node, Object) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node
-
Constructs a new node.
- NodeCachingLinkedList - Class in org.apache.commons.collections.list
-
A
Listimplementation that stores a cache of internal Node objects in an effort to reduce wasteful object creation. - NodeCachingLinkedList() - Constructor for class org.apache.commons.collections.list.NodeCachingLinkedList
-
Constructor that creates.
- NodeCachingLinkedList(int) - Constructor for class org.apache.commons.collections.list.NodeCachingLinkedList
-
Constructor that species the maximum cache size.
- NodeCachingLinkedList(Collection) - Constructor for class org.apache.commons.collections.list.NodeCachingLinkedList
-
Constructor that copies the specified collection
- nodeChanged(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
-
Handle event from the list when a node has changed.
- nodeInserted(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
-
Handle event from the list when a node has been added.
- nodeRemoved(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
-
Handle event from the list when a node has been removed.
- nonePredicate(Collection) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that returns true if none of the specified predicates are true.
- nonePredicate(Predicate[]) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that returns true if none of the specified predicates are true.
- NonePredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true if none of the predicates return true.
- NonePredicate(Predicate[]) - Constructor for class org.apache.commons.collections.functors.NonePredicate
-
Constructor that performs no validation.
- nopClosure() - Static method in class org.apache.commons.collections.ClosureUtils
-
Gets a Closure that will do nothing.
- NOPClosure - Class in org.apache.commons.collections.functors
-
Closure implementation that does nothing.
- nopTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a transformer that returns the input object.
- NOPTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation that does nothing.
- notNullPredicate() - Static method in class org.apache.commons.collections.PredicateUtils
-
Gets a Predicate that checks if the input object passed in is not null.
- NotNullPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true if the input is not null.
- notPredicate(Predicate) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that returns true if the specified predicate returns false and vice versa.
- NotPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns the opposite of the decorated predicate.
- NotPredicate(Predicate) - Constructor for class org.apache.commons.collections.functors.NotPredicate
-
Constructor that performs no validation.
- NULL - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
-
An object for masking null
- NULL_ARGUMENTS - Static variable in class org.apache.commons.collections.BeanMap
-
Deprecated.An empty array.
- NULL_INSTANCE - Static variable in class org.apache.commons.collections.functors.ConstantFactory
-
Returns null each time
- NULL_INSTANCE - Static variable in class org.apache.commons.collections.functors.ConstantTransformer
-
Returns null each time
- NullComparator - Class in org.apache.commons.collections.comparators
-
A Comparator that will compare nulls to be either lower or higher than other objects.
- NullComparator() - Constructor for class org.apache.commons.collections.comparators.NullComparator
-
Construct an instance that sorts
nullhigher than any non-nullobject it is compared with. - NullComparator(boolean) - Constructor for class org.apache.commons.collections.comparators.NullComparator
-
Construct an instance that sorts
nullhigher or lower than any non-nullobject it is compared with. - NullComparator(Comparator) - Constructor for class org.apache.commons.collections.comparators.NullComparator
-
Construct an instance that sorts
nullhigher than any non-nullobject it is compared with. - NullComparator(Comparator, boolean) - Constructor for class org.apache.commons.collections.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.collections.FactoryUtils
-
Gets a Factory that will return null each time the factory is used.
- nullHighComparator(Comparator) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Gets a Comparator that controls the comparison of
nullvalues. - nullIsExceptionPredicate(Predicate) - Static method in class org.apache.commons.collections.PredicateUtils
-
Gets a Predicate that throws an exception if the input object is null, otherwise it calls the specified Predicate.
- NullIsExceptionPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that throws an exception if the input is null.
- NullIsExceptionPredicate(Predicate) - Constructor for class org.apache.commons.collections.functors.NullIsExceptionPredicate
-
Constructor that performs no validation.
- nullIsFalsePredicate(Predicate) - Static method in class org.apache.commons.collections.PredicateUtils
-
Gets a Predicate that returns false if the input object is null, otherwise it calls the specified Predicate.
- NullIsFalsePredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns false if the input is null.
- NullIsFalsePredicate(Predicate) - Constructor for class org.apache.commons.collections.functors.NullIsFalsePredicate
-
Constructor that performs no validation.
- nullIsTruePredicate(Predicate) - Static method in class org.apache.commons.collections.PredicateUtils
-
Gets a Predicate that returns true if the input object is null, otherwise it calls the specified Predicate.
- NullIsTruePredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true if the input is null.
- NullIsTruePredicate(Predicate) - Constructor for class org.apache.commons.collections.functors.NullIsTruePredicate
-
Constructor that performs no validation.
- nullLowComparator(Comparator) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Gets a Comparator that controls the comparison of
nullvalues. - nullPredicate() - Static method in class org.apache.commons.collections.PredicateUtils
-
Gets a Predicate that checks if the input object passed in is null.
- NullPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true if the input is null.
- nullTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a transformer that always returns null.
O
- ObjectArrayIterator - Class in org.apache.commons.collections.iterators
-
An
Iteratorover an array of objects. - ObjectArrayIterator() - Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator
-
Constructor for use with
setArray. - ObjectArrayIterator(Object[]) - Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator
-
Constructs an ObjectArrayIterator that will iterate over the values in the specified array.
- ObjectArrayIterator(Object[], int) - Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator
-
Constructs an ObjectArrayIterator that will iterate over the values in the specified array from a specific start index.
- ObjectArrayIterator(Object[], int, int) - Constructor for class org.apache.commons.collections.iterators.ObjectArrayIterator
-
Construct an ObjectArrayIterator that will iterate over a range of values in the specified array.
- ObjectArrayListIterator - Class in org.apache.commons.collections.iterators
-
Implements a
ListIteratorover an array of objects. - ObjectArrayListIterator() - Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator
-
Constructor for use with
setArray. - ObjectArrayListIterator(Object[]) - Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator
-
Constructs an ObjectArrayListIterator that will iterate over the values in the specified array.
- ObjectArrayListIterator(Object[], int) - Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator
-
Constructs an ObjectArrayListIterator that will iterate over the values in the specified array from a specific start index.
- ObjectArrayListIterator(Object[], int, int) - Constructor for class org.apache.commons.collections.iterators.ObjectArrayListIterator
-
Construct an ObjectArrayListIterator that will iterate over a range of values in the specified array.
- objectGraphIterator(Object, Transformer) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that operates over an object graph.
- ObjectGraphIterator - Class in org.apache.commons.collections.iterators
-
An Iterator that can traverse multiple iterators down an object graph.
- ObjectGraphIterator(Object, Transformer) - Constructor for class org.apache.commons.collections.iterators.ObjectGraphIterator
-
Constructs an ObjectGraphIterator using a root object and transformer.
- ObjectGraphIterator(Iterator) - Constructor for class org.apache.commons.collections.iterators.ObjectGraphIterator
-
Constructs a ObjectGraphIterator that will handle an iterator of iterators.
- onePredicate(Collection) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that returns true if only one of the specified predicates are true.
- onePredicate(Predicate[]) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that returns true if only one of the specified predicates are true.
- OnePredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true if only one of the predicates return true.
- OnePredicate(Predicate[]) - Constructor for class org.apache.commons.collections.functors.OnePredicate
-
Constructor that performs no validation.
- OrderedBidiMap - Interface in org.apache.commons.collections
-
Defines a map that allows bidirectional lookup between key and values and retains and provides access to an ordering.
- OrderedIterator - Interface in org.apache.commons.collections
-
Defines an iterator that operates over an ordered collection.
- orderedMap(Map) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a map that maintains the order of keys that are added backed by the given map.
- OrderedMap - Interface in org.apache.commons.collections
-
Defines a map that maintains order and allows both forward and backward iteration through that order.
- orderedMapIterator() - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
- orderedMapIterator() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
Obtains an ordered map iterator.
- orderedMapIterator() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Gets an ordered iterator over the map entries.
- orderedMapIterator() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
- orderedMapIterator() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- orderedMapIterator() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Gets a bidirectional iterator over the map.
- orderedMapIterator() - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
- orderedMapIterator() - Method in class org.apache.commons.collections.map.ListOrderedMap
- orderedMapIterator() - Method in class org.apache.commons.collections.map.SingletonMap
-
Obtains an
OrderedMapIteratorover the map. - orderedMapIterator() - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
- orderedMapIterator() - Method in interface org.apache.commons.collections.OrderedMap
-
Obtains an
OrderedMapIteratorover the map. - OrderedMapIterator - Interface in org.apache.commons.collections
-
Defines an iterator that operates over an ordered
Map. - orderedSet(Set) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a set that maintains the order of elements that are added backed by the given set.
- orderingBits - Variable in class org.apache.commons.collections.comparators.ComparatorChain
-
Order - false (clear) = ascend; true (set) = descend.
- org.apache.commons.collections - package org.apache.commons.collections
-
This package contains the interfaces and utilities shared across all the subpackages of this component.
- org.apache.commons.collections.bag - package org.apache.commons.collections.bag
- org.apache.commons.collections.bidimap - package org.apache.commons.collections.bidimap
- org.apache.commons.collections.buffer - package org.apache.commons.collections.buffer
-
This package contains implementations of the
Bufferinterface. - org.apache.commons.collections.collection - package org.apache.commons.collections.collection
-
This package contains implementations of the
Collectioninterface. - org.apache.commons.collections.comparators - package org.apache.commons.collections.comparators
-
This package contains implementations of the
Comparatorinterface. - org.apache.commons.collections.functors - package org.apache.commons.collections.functors
-
This package contains implementations of the
Closure,Predicate,TransformerandFactoryinterfaces. - org.apache.commons.collections.iterators - package org.apache.commons.collections.iterators
-
This package contains implementations of the
Iteratorinterface. - org.apache.commons.collections.keyvalue - package org.apache.commons.collections.keyvalue
-
This package contains implementations of collection and map related key/value classes.
- org.apache.commons.collections.list - package org.apache.commons.collections.list
-
This package contains implementations of the
Listinterface. - org.apache.commons.collections.map - package org.apache.commons.collections.map
- org.apache.commons.collections.set - package org.apache.commons.collections.set
- orPredicate(Predicate, Predicate) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that returns true if either of the specified predicates are true.
- OrPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true if either of the predicates return true.
- OrPredicate(Predicate, Predicate) - Constructor for class org.apache.commons.collections.functors.OrPredicate
-
Constructor that performs no validation.
P
- parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry
-
The parent map
- parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
-
The parent map
- parent - Variable in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
The parent list
- parent - Variable in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
-
The parent map
- parent - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
-
The parent map
- parent - Variable in class org.apache.commons.collections.map.AbstractHashedMap.Values
-
The parent map
- parent - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
The parent map
- peek() - Method in class org.apache.commons.collections.ArrayStack
-
Returns the top item off of this stack without removing it.
- peek() - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Returns the element on top of heap but don't remove it.
- peek() - Method in interface org.apache.commons.collections.PriorityQueue
-
Deprecated.Return element on top of heap but don't remove it.
- peek() - Method in class org.apache.commons.collections.SynchronizedPriorityQueue
-
Deprecated.Return element on top of heap but don't remove it.
- peek(int) - Method in class org.apache.commons.collections.ArrayStack
-
Returns the n'th item down (zero-relative) from the top of this stack without removing it.
- percolateDownMaxHeap(int) - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Percolates element down heap from the position given by the index.
- percolateDownMaxHeap(int) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Percolates element down heap from the position given by the index.
- percolateDownMinHeap(int) - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Percolates element down heap from the position given by the index.
- percolateDownMinHeap(int) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Percolates element down heap from the position given by the index.
- percolateUpMaxHeap(int) - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Percolates element up heap from from the position given by the index.
- percolateUpMaxHeap(int) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Percolates element up heap from from the position given by the index.
- percolateUpMaxHeap(Object) - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Percolates a new element up heap from the bottom.
- percolateUpMaxHeap(Object) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Percolates a new element up heap from the bottom.
- percolateUpMinHeap(int) - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Percolates element up heap from the position given by the index.
- percolateUpMinHeap(int) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Percolates element up heap from the position given by the index.
- percolateUpMinHeap(Object) - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Percolates a new element up heap from the bottom.
- percolateUpMinHeap(Object) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Percolates a new element up heap from the bottom.
- pop() - Method in class org.apache.commons.collections.ArrayStack
-
Pops the top item off of this stack and return it.
- pop() - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Returns the element on top of heap and remove it.
- pop() - Method in interface org.apache.commons.collections.PriorityQueue
-
Deprecated.Return element on top of heap and remove it.
- pop() - Method in class org.apache.commons.collections.SynchronizedPriorityQueue
-
Deprecated.Return element on top of heap and remove it.
- predicate - Variable in class org.apache.commons.collections.collection.PredicatedCollection
-
The predicate to use
- Predicate - Interface in org.apache.commons.collections
-
Defines a functor interface implemented by classes that perform a predicate test on an object.
- predicatedBag(Bag, Predicate) - Static method in class org.apache.commons.collections.BagUtils
-
Returns a predicated (validating) bag backed by the given bag.
- PredicatedBag - Class in org.apache.commons.collections.bag
-
Decorates another
Bagto validate that additions match a specified predicate. - PredicatedBag(Bag, Predicate) - Constructor for class org.apache.commons.collections.bag.PredicatedBag
-
Constructor that wraps (not copies).
- predicatedBuffer(Buffer, Predicate) - Static method in class org.apache.commons.collections.BufferUtils
-
Returns a predicated (validating) buffer backed by the given buffer.
- PredicatedBuffer - Class in org.apache.commons.collections.buffer
-
Decorates another
Bufferto validate that additions match a specified predicate. - PredicatedBuffer(Buffer, Predicate) - Constructor for class org.apache.commons.collections.buffer.PredicatedBuffer
-
Constructor that wraps (not copies).
- predicatedCollection(Collection, Predicate) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns a predicated (validating) collection backed by the given collection.
- PredicatedCollection - Class in org.apache.commons.collections.collection
-
Decorates another
Collectionto validate that additions match a specified predicate. - PredicatedCollection(Collection, Predicate) - Constructor for class org.apache.commons.collections.collection.PredicatedCollection
-
Constructor that wraps (not copies).
- PredicateDecorator - Interface in org.apache.commons.collections.functors
-
Defines a predicate that decorates one or more other predicates.
- predicatedList(List, Predicate) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a predicated (validating) list backed by the given list.
- PredicatedList - Class in org.apache.commons.collections.list
-
Decorates another
Listto validate that all additions match a specified predicate. - PredicatedList(List, Predicate) - Constructor for class org.apache.commons.collections.list.PredicatedList
-
Constructor that wraps (not copies).
- PredicatedList.PredicatedListIterator - Class in org.apache.commons.collections.list
-
Inner class Iterator for the PredicatedList
- PredicatedListIterator(ListIterator) - Constructor for class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator
- predicatedMap(Map, Predicate, Predicate) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a predicated (validating) map backed by the given map.
- PredicatedMap - Class in org.apache.commons.collections.map
-
Decorates another
Mapto validate that additions match a specified predicate. - PredicatedMap(Map, Predicate, Predicate) - Constructor for class org.apache.commons.collections.map.PredicatedMap
-
Constructor that wraps (not copies).
- predicatedSet(Set, Predicate) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a predicated (validating) set backed by the given set.
- PredicatedSet - Class in org.apache.commons.collections.set
-
Decorates another
Setto validate that all additions match a specified predicate. - PredicatedSet(Set, Predicate) - Constructor for class org.apache.commons.collections.set.PredicatedSet
-
Constructor that wraps (not copies).
- predicatedSortedBag(SortedBag, Predicate) - Static method in class org.apache.commons.collections.BagUtils
-
Returns a predicated (validating) sorted bag backed by the given sorted bag.
- PredicatedSortedBag - Class in org.apache.commons.collections.bag
-
Decorates another
SortedBagto validate that additions match a specified predicate. - PredicatedSortedBag(SortedBag, Predicate) - Constructor for class org.apache.commons.collections.bag.PredicatedSortedBag
-
Constructor that wraps (not copies).
- predicatedSortedMap(SortedMap, Predicate, Predicate) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a predicated (validating) sorted map backed by the given map.
- PredicatedSortedMap - Class in org.apache.commons.collections.map
-
Decorates another
SortedMapto validate that additions match a specified predicate. - PredicatedSortedMap(SortedMap, Predicate, Predicate) - Constructor for class org.apache.commons.collections.map.PredicatedSortedMap
-
Constructor that wraps (not copies).
- predicatedSortedSet(SortedSet, Predicate) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a predicated (validating) sorted set backed by the given sorted set.
- PredicatedSortedSet - Class in org.apache.commons.collections.set
-
Decorates another
SortedSetto validate that all additions match a specified predicate. - PredicatedSortedSet(SortedSet, Predicate) - Constructor for class org.apache.commons.collections.set.PredicatedSortedSet
-
Constructor that wraps (not copies).
- PredicateTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation that calls a Predicate using the input object and then returns the input.
- PredicateTransformer(Predicate) - Constructor for class org.apache.commons.collections.functors.PredicateTransformer
-
Constructor that performs no validation.
- PredicateUtils - Class in org.apache.commons.collections
-
PredicateUtilsprovides reference implementations and utilities for the Predicate functor interface. - PredicateUtils() - Constructor for class org.apache.commons.collections.PredicateUtils
-
This class is not normally instantiated.
- previous - Variable in class org.apache.commons.collections.list.AbstractLinkedList.Node
-
A pointer to the node before this node
- previous() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- previous() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- previous() - Method in class org.apache.commons.collections.iterators.EmptyListIterator
- previous() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
- previous() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
- previous() - Method in class org.apache.commons.collections.iterators.ArrayListIterator
-
Gets the previous element from the array.
- previous() - Method in class org.apache.commons.collections.iterators.FilterListIterator
- previous() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
-
Returns the the previous element.
- previous() - Method in class org.apache.commons.collections.iterators.LoopingListIterator
-
Returns the previous object in the list.
- previous() - Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
-
Gets the previous element from the array.
- previous() - Method in class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.Invokes the underlying
ListIterator.previous()method. - previous() - Method in class org.apache.commons.collections.iterators.ReverseListIterator
-
Gets the previous element.
- previous() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
-
Get the previous object from the iterator.
- previous() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
- previous() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
- previous() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
- previous() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
- previous() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator
- previous() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
- previous() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator
- previous() - Method in interface org.apache.commons.collections.OrderedIterator
-
Gets the previous element from the collection.
- previous() - Method in interface org.apache.commons.collections.OrderedMapIterator
-
Gets the previous key from the
Map. - previousEntry() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
- previousIndex() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- previousIndex() - Method in class org.apache.commons.collections.iterators.EmptyListIterator
- previousIndex() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
- previousIndex() - Method in class org.apache.commons.collections.iterators.ArrayListIterator
-
Gets the index of the item to be retrieved if
ArrayListIterator.previous()is called. - previousIndex() - Method in class org.apache.commons.collections.iterators.FilterListIterator
- previousIndex() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
-
Returns the index of the previous element.
- previousIndex() - Method in class org.apache.commons.collections.iterators.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.collections.iterators.ObjectArrayListIterator
-
Gets the index of the item to be retrieved if
ObjectArrayListIterator.previous()is called. - previousIndex() - Method in class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.Invokes the underlying
ListIterator.previousIndex()method. - previousIndex() - Method in class org.apache.commons.collections.iterators.ReverseListIterator
-
Gets the index of the previous element.
- previousIndex() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
-
Returns the index of the element that would be returned by a subsequent call to previous.
- previousIndex() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
- previousIndex() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
- previousKey(Object) - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
- previousKey(Object) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
- previousKey(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Gets the previous key before the one specified.
- previousKey(Object) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Gets the previous key in sequence.
- previousKey(Object) - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
- previousKey(Object) - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets the previous key to the one specified using insert order.
- previousKey(Object) - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the previous key before the key specified, always null.
- previousKey(Object) - Method in interface org.apache.commons.collections.OrderedMap
-
Gets the previous key before the one specified.
- printStackTrace() - Method in exception org.apache.commons.collections.FunctorException
-
Prints the stack trace of this exception to the standard error stream.
- printStackTrace(PrintStream) - Method in exception org.apache.commons.collections.FunctorException
-
Prints the stack trace of this exception to the specified stream.
- printStackTrace(PrintWriter) - Method in exception org.apache.commons.collections.FunctorException
-
Prints the stack trace of this exception to the specified writer.
- PriorityBuffer - Class in org.apache.commons.collections.buffer
-
Binary heap implementation of
Bufferthat provides for removal based onComparatorordering. - PriorityBuffer() - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer that sorts in ascending order by the natural order of the objects added.
- PriorityBuffer(boolean) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer specifying the sort order and using the natural order of the objects added.
- PriorityBuffer(boolean, Comparator) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer specifying the sort order and comparator.
- PriorityBuffer(int) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer that sorts in ascending order by the natural order of the objects added, specifying an initial capacity.
- PriorityBuffer(int, boolean) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer that specifying initial capacity and sort order, using the natural order of the objects added.
- PriorityBuffer(int, boolean, Comparator) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer that specifying initial capacity, sort order and comparator.
- PriorityBuffer(int, Comparator) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer that sorts in ascending order using the specified comparator and initial capacity.
- PriorityBuffer(Comparator) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer that sorts in ascending order using the specified comparator.
- PriorityQueue - Interface in org.apache.commons.collections
-
Deprecated.Replaced by the Buffer interface and implementations in buffer subpackage. Due to be removed in v4.0.
- processRemovedLRU(Object, Object) - Method in class org.apache.commons.collections.LRUMap
-
Deprecated.Subclasses of LRUMap may hook into this method to provide specialized actions whenever an Object is automatically removed from the cache.
- prototypeFactory(Object) - Static method in class org.apache.commons.collections.FactoryUtils
-
Creates a Factory that will return a clone of the same prototype object each time the factory is used.
- PrototypeFactory - Class in org.apache.commons.collections.functors
-
Factory implementation that creates a new instance each time based on a prototype.
- ProxyIterator - Class in org.apache.commons.collections.iterators
-
Deprecated.Use AbstractIteratorDecorator. Will be removed in v4.0
- ProxyIterator() - Constructor for class org.apache.commons.collections.iterators.ProxyIterator
-
Deprecated.Constructs a new
ProxyIteratorthat will not function untilProxyIterator.setIterator(Iterator)is called. - ProxyIterator(Iterator) - Constructor for class org.apache.commons.collections.iterators.ProxyIterator
-
Deprecated.Constructs a new
ProxyIteratorthat will use the given iterator. - ProxyListIterator - Class in org.apache.commons.collections.iterators
-
Deprecated.Use AbstractListIteratorDecorator. Will be removed in v4.0
- ProxyListIterator() - Constructor for class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.Constructs a new
ProxyListIteratorthat will not function untilsetListIteratoris invoked. - ProxyListIterator(ListIterator) - Constructor for class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.Constructs a new
ProxyListIteratorthat will use the given list iterator. - ProxyMap - Class in org.apache.commons.collections
-
Deprecated.Moved to map subpackage as AbstractMapDecorator. It will be removed in v4.0.
- ProxyMap(Map) - Constructor for class org.apache.commons.collections.ProxyMap
-
Deprecated.Constructor that uses the specified map to delegate to.
- purge() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Purges stale mappings from this map.
- purge(Reference) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Purges the specified reference.
- purgeBeforeRead() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Purges stale mappings from this map before read operations.
- purgeBeforeWrite() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Purges stale mappings from this map before write operations.
- purgeValues - Variable in class org.apache.commons.collections.map.AbstractReferenceMap
-
Should the value be automatically purged when the associated key has been collected?
- push(Object) - Method in class org.apache.commons.collections.ArrayStack
-
Pushes a new item onto the top of this stack.
- put(int, Object, Object) - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Puts a key-value mapping into the map at the specified index.
- put(Object, Object) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Sets the bean property with the given name to the given value.
- put(Object, Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
- put(Object, Object) - Method in interface org.apache.commons.collections.BidiMap
-
Puts the key-value pair into the map, replacing any previous pair.
- put(Object, Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Puts the key-value pair into the map, replacing any previous pair.
- put(Object, Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
- put(Object, Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
- put(Object, Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- put(Object, Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Associates the specified value with the specified key in this map.
- put(Object, Object) - Method in class org.apache.commons.collections.FastHashMap
-
Associate the specified value with the specified key in this map.
- put(Object, Object) - Method in class org.apache.commons.collections.FastTreeMap
-
Associate the specified value with the specified key in this map.
- put(Object, Object) - Method in class org.apache.commons.collections.LRUMap
-
Deprecated.Removes the key and its Object from the Map.
- put(Object, Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Puts a key-value mapping into this map.
- put(Object, Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
- put(Object, Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Puts a key-value mapping into this map.
- put(Object, Object) - Method in class org.apache.commons.collections.map.CompositeMap
-
Associates the specified value with the specified key in this map (optional operation).
- put(Object, Object) - Method in class org.apache.commons.collections.map.FixedSizeMap
- put(Object, Object) - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
- put(Object, Object) - Method in class org.apache.commons.collections.map.Flat3Map
-
Puts a key-value mapping into this map.
- put(Object, Object) - Method in class org.apache.commons.collections.map.ListOrderedMap
- put(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Puts the key and value into the map, where the key must be a non-null MultiKey object.
- put(Object, Object) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Adds the value to the collection associated with the specified key.
- put(Object, Object) - Method in class org.apache.commons.collections.map.PredicatedMap
- put(Object, Object) - Method in class org.apache.commons.collections.map.SingletonMap
-
Puts a key-value mapping into this map where the key must match the existing key.
- put(Object, Object) - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Puts a new key value mapping into the map.
- put(Object, Object) - Method in class org.apache.commons.collections.map.TransformedMap
- put(Object, Object) - Method in class org.apache.commons.collections.map.UnmodifiableMap
- put(Object, Object) - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
- put(Object, Object) - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
- put(Object, Object) - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.Adds the value to the collection associated with the specified key.
- put(Object, Object) - Method in interface org.apache.commons.collections.MultiMap
-
Adds the value to the collection associated with the specified key.
- put(Object, Object) - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.Invokes the underlying
Map.put(Object,Object)method. - put(Object, Object) - Method in class org.apache.commons.collections.ReferenceMap
-
Deprecated.Associates the given key with the given value.
- put(Object, Object) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Implements
Map.put(Object, Object). - put(Object, Object) - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Implements
Map.put(Object, Object). - put(Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Stores the value against the specified multi-key.
- put(Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Stores the value against the specified multi-key.
- put(Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Stores the value against the specified multi-key.
- put(Object, Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Stores the value against the specified multi-key.
- put(CompositeMap, Map[], Object, Object) - Method in interface org.apache.commons.collections.map.CompositeMap.MapMutator
-
Called when the CompositeMap.put() method is invoked.
- putAll(Object, Collection) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Adds a collection of values to the collection associated with the specified key.
- putAll(Object, Collection) - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.Adds a collection of values to the collection associated with the specified key.
- putAll(Map) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
- putAll(Map) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Puts all the mappings from the specified map into this map.
- putAll(Map) - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
- putAll(Map) - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
- putAll(Map) - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- putAll(Map) - Method in class org.apache.commons.collections.FastHashMap
-
Copy all of the mappings from the specified map to this one, replacing any mappings with the same keys.
- putAll(Map) - Method in class org.apache.commons.collections.FastTreeMap
-
Copy all of the mappings from the specified map to this one, replacing any mappings with the same keys.
- putAll(Map) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Puts all the values from the specified map into this map.
- putAll(Map) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
- putAll(Map) - Method in class org.apache.commons.collections.map.CompositeMap
-
Copies all of the mappings from the specified map to this map (optional operation).
- putAll(Map) - Method in class org.apache.commons.collections.map.FixedSizeMap
- putAll(Map) - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
- putAll(Map) - Method in class org.apache.commons.collections.map.Flat3Map
-
Puts all the values from the specified map into this map.
- putAll(Map) - Method in class org.apache.commons.collections.map.ListOrderedMap
- putAll(Map) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Copies all of the keys and values from the specified map to this map.
- putAll(Map) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Override superclass to ensure that MultiMap instances are correctly handled.
- putAll(Map) - Method in class org.apache.commons.collections.map.PredicatedMap
- putAll(Map) - Method in class org.apache.commons.collections.map.SingletonMap
-
Puts the values from the specified map into this map.
- putAll(Map) - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Puts all the entries from the specified map into this map.
- putAll(Map) - Method in class org.apache.commons.collections.map.TransformedMap
- putAll(Map) - Method in class org.apache.commons.collections.map.UnmodifiableMap
- putAll(Map) - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
- putAll(Map) - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
- putAll(Map) - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.Override superclass to ensure that MultiMap instances are correctly handled.
- putAll(Map) - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.Invokes the underlying
Map.putAll(Map)method. - putAll(Map) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Adds all the mappings in the specified map to this map, replacing any mappings that already exist (as per
Map.putAll(Map)). - putAll(Map) - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Implements
Map.putAll(Map). - putAll(Map, Object[]) - Static method in class org.apache.commons.collections.MapUtils
-
Puts all the keys and values from the specified array into the map.
- putAll(CompositeMap, Map[], Map) - Method in interface org.apache.commons.collections.map.CompositeMap.MapMutator
-
Called when the CompositeMap.putAll() method is invoked.
- putAllWriteable(BeanMap) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Puts all of the writable properties from the given BeanMap into this BeanMap.
R
- rangeCheck(int, int) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
- readExternal(ObjectInput) - Method in class org.apache.commons.collections.LRUMap
-
Deprecated.
- readExternal(ObjectInput) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Deserializes this map from the given stream.
- ReferenceEntry(AbstractReferenceMap, AbstractHashedMap.HashEntry, int, Object, Object) - Constructor for class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
Creates a new entry object for the ReferenceMap.
- ReferenceIdentityMap - Class in org.apache.commons.collections.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.collections.map.ReferenceIdentityMap
-
Constructs a new
ReferenceIdentityMapthat will use hard references to keys and soft references to values. - ReferenceIdentityMap(int, int) - Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
-
Constructs a new
ReferenceIdentityMapthat will use the specified types of references. - ReferenceIdentityMap(int, int, boolean) - Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
-
Constructs a new
ReferenceIdentityMapthat will use the specified types of references. - ReferenceIdentityMap(int, int, int, float) - Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
-
Constructs a new
ReferenceIdentityMapwith the specified reference types, load factor and initial capacity. - ReferenceIdentityMap(int, int, int, float, boolean) - Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
-
Constructs a new
ReferenceIdentityMapwith the specified reference types, load factor and initial capacity. - ReferenceMap - Class in org.apache.commons.collections.map
-
A
Mapimplementation that allows mappings to be removed by the garbage collector. - ReferenceMap - Class in org.apache.commons.collections
-
Deprecated.Moved to map subpackage. Due to be removed in v4.0.
- ReferenceMap() - Constructor for class org.apache.commons.collections.map.ReferenceMap
-
Constructs a new
ReferenceMapthat will use hard references to keys and soft references to values. - ReferenceMap() - Constructor for class org.apache.commons.collections.ReferenceMap
-
Deprecated.Constructs a new
ReferenceMapthat will use hard references to keys and soft references to values. - ReferenceMap(int, int) - Constructor for class org.apache.commons.collections.map.ReferenceMap
-
Constructs a new
ReferenceMapthat will use the specified types of references. - ReferenceMap(int, int) - Constructor for class org.apache.commons.collections.ReferenceMap
-
Deprecated.Constructs a new
ReferenceMapthat will use the specified types of references. - ReferenceMap(int, int, boolean) - Constructor for class org.apache.commons.collections.map.ReferenceMap
-
Constructs a new
ReferenceMapthat will use the specified types of references. - ReferenceMap(int, int, boolean) - Constructor for class org.apache.commons.collections.ReferenceMap
-
Deprecated.Constructs a new
ReferenceMapthat will use the specified types of references. - ReferenceMap(int, int, int, float) - Constructor for class org.apache.commons.collections.map.ReferenceMap
-
Constructs a new
ReferenceMapwith the specified reference types, load factor and initial capacity. - ReferenceMap(int, int, int, float) - Constructor for class org.apache.commons.collections.ReferenceMap
-
Deprecated.Constructs a new
ReferenceMapwith the specified reference types, load factor and initial capacity. - ReferenceMap(int, int, int, float, boolean) - Constructor for class org.apache.commons.collections.map.ReferenceMap
-
Constructs a new
ReferenceMapwith the specified reference types, load factor and initial capacity. - ReferenceMap(int, int, int, float, boolean) - Constructor for class org.apache.commons.collections.ReferenceMap
-
Deprecated.Constructs a new
ReferenceMapwith the specified reference types, load factor and initial capacity. - registerCursor(CursorableLinkedList.Cursor) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Registers a
CursorableLinkedList.Cursorto be notified of changes to this list. - registerCursor(CursorableLinkedList.Cursor) - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Registers a cursor to be notified of changes to this list.
- reinitialise() - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Reinitializes this bean.
- remove() - Method in class org.apache.commons.collections.ArrayStack
-
Removes the element on the top of the stack.
- remove() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
- remove() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
- remove() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
- remove() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
- remove() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- remove() - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Removes the priority element.
- remove() - Method in class org.apache.commons.collections.BoundedFifoBuffer
-
Deprecated.Removes the least recently inserted element from this buffer.
- remove() - Method in class org.apache.commons.collections.buffer.AbstractBufferDecorator
- remove() - Method in class org.apache.commons.collections.buffer.BlockingBuffer
-
Removes the next value from the buffer, waiting until an object is added if the buffer is empty.
- remove() - Method in class org.apache.commons.collections.buffer.BoundedBuffer
- remove() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
-
Removes the least recently inserted element from this buffer.
- remove() - Method in class org.apache.commons.collections.buffer.PredicatedBuffer
- remove() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Gets and removes the next element (pop).
- remove() - Method in interface org.apache.commons.collections.Buffer
-
Gets and removes the next object from the buffer.
- remove() - Method in class org.apache.commons.collections.buffer.SynchronizedBuffer
- remove() - Method in class org.apache.commons.collections.buffer.TransformedBuffer
- remove() - Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
-
Removes the next object from the buffer
- remove() - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
- remove() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- remove() - Method in class org.apache.commons.collections.iterators.EmptyListIterator
- remove() - Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator
- remove() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
- remove() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
- remove() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
- remove() - Method in class org.apache.commons.collections.iterators.ArrayIterator
-
Throws
UnsupportedOperationException. - remove() - Method in class org.apache.commons.collections.iterators.CollatingIterator
-
Removes the last returned element from the child iterator that produced it.
- remove() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
-
Removes the last returned key from the underlying
Map. - remove() - Method in class org.apache.commons.collections.iterators.EnumerationIterator
-
Removes the last retrieved element if a collection is attached.
- remove() - Method in class org.apache.commons.collections.iterators.FilterIterator
-
Removes from the underlying collection of the base iterator the last element returned by this iterator.
- remove() - Method in class org.apache.commons.collections.iterators.FilterListIterator
-
Not supported.
- remove() - Method in class org.apache.commons.collections.iterators.IteratorChain
-
Removes from the underlying collection the last element returned by the Iterator.
- remove() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
-
Throws
UnsupportedOperationException. - remove() - Method in class org.apache.commons.collections.iterators.LoopingIterator
-
Removes the previously retrieved item from the underlying collection.
- remove() - Method in class org.apache.commons.collections.iterators.LoopingListIterator
-
Removes the previously retrieved item from the underlying list.
- remove() - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
Throws
UnsupportedOperationException. - remove() - Method in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
Removes from the underlying collection the last element returned.
- remove() - Method in class org.apache.commons.collections.iterators.ProxyIterator
-
Deprecated.Removes the last returned element from the collection that spawned the underlying iterator.
- remove() - Method in class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.Invokes the underlying
ListIterator.remove()method. - remove() - Method in class org.apache.commons.collections.iterators.ReverseListIterator
-
Removes the last returned element.
- remove() - Method in class org.apache.commons.collections.iterators.SingletonIterator
-
Remove the object from this iterator.
- remove() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
-
Remove the object from this iterator.
- remove() - Method in class org.apache.commons.collections.iterators.TransformIterator
- remove() - Method in class org.apache.commons.collections.iterators.UnmodifiableIterator
- remove() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
- remove() - Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
- remove() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
- remove() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
- remove() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
- remove() - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
-
Removes the item last returned by this iterator.
- remove() - Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor
- remove() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
- remove() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
- remove() - Method in interface org.apache.commons.collections.MapIterator
-
Removes the last returned key from the underlying
Map(optional operation). - remove() - Method in class org.apache.commons.collections.UnboundedFifoBuffer
-
Deprecated.Removes the next object from the buffer
- remove(int) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Removes the element at the specified position in this list (optional operation).
- remove(int) - Method in class org.apache.commons.collections.FastArrayList
-
Remove the element at the specified position in the list, and shift any subsequent elements down one position.
- remove(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
- remove(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- remove(int) - Method in class org.apache.commons.collections.list.AbstractListDecorator
- remove(int) - Method in class org.apache.commons.collections.list.FixedSizeList
- remove(int) - Method in class org.apache.commons.collections.list.PredicatedList
- remove(int) - Method in class org.apache.commons.collections.list.SetUniqueList
- remove(int) - Method in class org.apache.commons.collections.list.SynchronizedList
- remove(int) - Method in class org.apache.commons.collections.list.TransformedList
- remove(int) - Method in class org.apache.commons.collections.list.TreeList
-
Removes the element at the specified index.
- remove(int) - Method in class org.apache.commons.collections.list.UnmodifiableList
- remove(int) - Method in class org.apache.commons.collections.map.LinkedMap
-
Removes the element at the specified index.
- remove(int) - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Removes the element at the specified index.
- remove(int) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Removes the element at the specified index.
- remove(int) - Method in class org.apache.commons.collections.set.ListOrderedSet
- remove(long) - Method in class org.apache.commons.collections.buffer.BlockingBuffer
-
Removes the next value from the buffer, waiting until an object is added for up to the specified timeout value if the buffer is empty.
- remove(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Removes all copies of the specified object from the bag.
- remove(Object) - Method in interface org.apache.commons.collections.Bag
-
(Violation) Removes all occurrences of the given object from the bag.
- remove(Object) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
- remove(Object) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
- remove(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet
- remove(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
- remove(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
- remove(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
- remove(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Removes the mapping for this key from this map if present.
- remove(Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
- remove(Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
- remove(Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- remove(Object) - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
- remove(Object) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- remove(Object) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Removes an object from the collection, throwing UnsupportedOperationException unless a CollectionMutator strategy is specified.
- remove(Object) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
- remove(Object) - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
- remove(Object) - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
- remove(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Removes the first occurrence in this list of the specified element.
- remove(Object) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.
- remove(Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Removes the mapping for this key from this map if present
- remove(Object) - Method in class org.apache.commons.collections.FastArrayList
-
Remove the first occurrence of the specified element from the list, and shift any subsequent elements down one position.
- remove(Object) - Method in class org.apache.commons.collections.FastHashMap
-
Remove any mapping for this key, and return any previously mapped value.
- remove(Object) - Method in class org.apache.commons.collections.FastTreeMap
-
Remove any mapping for this key, and return any previously mapped value.
- remove(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- remove(Object) - Method in class org.apache.commons.collections.list.FixedSizeList
- remove(Object) - Method in class org.apache.commons.collections.list.SetUniqueList
- remove(Object) - Method in class org.apache.commons.collections.list.UnmodifiableList
- remove(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
- remove(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
- remove(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Removes the specified mapping from this map.
- remove(Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
- remove(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Removes the specified mapping from this map.
- remove(Object) - Method in class org.apache.commons.collections.map.CompositeMap
-
Removes the mapping for this key from this map if it is present (optional operation).
- remove(Object) - Method in class org.apache.commons.collections.map.FixedSizeMap
- remove(Object) - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
- remove(Object) - Method in class org.apache.commons.collections.map.Flat3Map
-
Removes the specified mapping from this map.
- remove(Object) - Method in class org.apache.commons.collections.map.ListOrderedMap
- remove(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
- remove(Object) - Method in class org.apache.commons.collections.map.SingletonMap
-
Unsupported operation.
- remove(Object) - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Removes the specified key from the map.
- remove(Object) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
- remove(Object) - Method in class org.apache.commons.collections.map.UnmodifiableMap
- remove(Object) - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
- remove(Object) - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
- remove(Object) - Method in interface org.apache.commons.collections.MultiMap
-
Removes all values associated with the specified key.
- remove(Object) - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.Invokes the underlying
Map.remove(Object)method. - remove(Object) - Method in class org.apache.commons.collections.ReferenceMap
-
Deprecated.Removes the key and its associated value from this map.
- remove(Object) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Implements
Map.remove(Object). - remove(Object) - Method in class org.apache.commons.collections.set.CompositeSet
-
If a
CollectionMutatoris defined for this CompositeSet then this method will be called anyway. - remove(Object) - Method in class org.apache.commons.collections.set.ListOrderedSet
- remove(Object) - Method in class org.apache.commons.collections.set.MapBackedSet
- remove(Object) - Method in class org.apache.commons.collections.set.UnmodifiableSet
- remove(Object) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
- remove(Object) - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Implements
Map.remove(Object). - remove(Object, int) - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
- remove(Object, int) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Removes a specified number of copies of an object from the bag.
- remove(Object, int) - Method in class org.apache.commons.collections.bag.PredicatedBag
- remove(Object, int) - Method in interface org.apache.commons.collections.Bag
-
Removes
nCopiescopies of the specified object from the Bag. - remove(Object, int) - Method in class org.apache.commons.collections.bag.SynchronizedBag
- remove(Object, int) - Method in class org.apache.commons.collections.bag.TransformedBag
- remove(Object, int) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
- remove(Object, int) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
- remove(Object, int) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.
- remove(Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Removes the specified multi-key from this map.
- remove(Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Removes the specified multi-key from this map.
- remove(Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Removes the specified multi-key from this map.
- remove(CompositeCollection, Collection[], Object) - Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator
-
Called when an object is to be removed to the composite.
- REMOVE_INVALID - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
- removeAll(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Removes all mappings where the first key is that specified.
- removeAll(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Removes all mappings where the first two keys are those specified.
- removeAll(Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Removes all mappings where the first three keys are those specified.
- removeAll(Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Removes all mappings where the first four keys are those specified.
- removeAll(Collection) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Removes objects from the bag according to their count in the specified collection.
- removeAll(Collection) - Method in interface org.apache.commons.collections.Bag
-
(Violation) Remove all elements represented in the given collection, respecting cardinality.
- removeAll(Collection) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
- removeAll(Collection) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
- removeAll(Collection) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
- removeAll(Collection) - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
- removeAll(Collection) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- removeAll(Collection) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Removes the elements in the specified collection from this composite collection.
- removeAll(Collection) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
- removeAll(Collection) - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
- removeAll(Collection) - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
- removeAll(Collection) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Removes from this list all the elements that are contained in the specified collection.
- removeAll(Collection) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.
- removeAll(Collection) - Method in class org.apache.commons.collections.FastArrayList
-
Remove from this collection all of its elements that are contained in the specified collection.
- removeAll(Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- removeAll(Collection) - Method in class org.apache.commons.collections.list.FixedSizeList
- removeAll(Collection) - Method in class org.apache.commons.collections.list.SetUniqueList
- removeAll(Collection) - Method in class org.apache.commons.collections.list.UnmodifiableList
- removeAll(Collection) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
- removeAll(Collection) - Method in class org.apache.commons.collections.set.ListOrderedSet
- removeAll(Collection) - Method in class org.apache.commons.collections.set.MapBackedSet
- removeAll(Collection) - Method in class org.apache.commons.collections.set.UnmodifiableSet
- removeAll(Collection) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
- removeAll(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Removes the elements in
removefromcollection. - removeAll(Collection, Collection) - Static method in class org.apache.commons.collections.ListUtils
-
Removes the elements in
removefromcollection. - removeAllNodes() - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Removes all nodes by resetting the circular list marker.
- removeAllNodes() - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Removes all nodes by iteration.
- removeAllNodes() - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
-
Removes all the nodes from the list, storing as many as required in the cache for reuse.
- removeComposited(Collection) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Removes a collection from the those being decorated in this composite.
- removeComposited(Map) - Method in class org.apache.commons.collections.map.CompositeMap
-
Remove a Map from the composite.
- removeEntry(AbstractHashedMap.HashEntry, int, AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Removes an entry from the chain stored in a particular index.
- removeEntry(AbstractHashedMap.HashEntry, int, AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Removes an entry from the map and the linked list.
- removeFirst() - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Removes the first element of this list, if any.
- removeFirst() - Method in class org.apache.commons.collections.list.AbstractLinkedList
- removeLast() - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Removes the last element of this list, if any.
- removeLast() - Method in class org.apache.commons.collections.list.AbstractLinkedList
- removeListable(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Removes the given
CursorableLinkedList.Listablefrom my list. - removeLRU() - Method in class org.apache.commons.collections.LRUMap
-
Deprecated.This method is used internally by the class for finding and removing the LRU Object.
- removeLRU(AbstractLinkedMap.LinkEntry) - Method in class org.apache.commons.collections.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.collections.map.MultiValueMap
-
Removes a specific value from map.
- removeMapping(Object, Object) - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.Removes a specific value from map.
- removeMapping(Object, Object) - Method in interface org.apache.commons.collections.MultiMap
-
Removes a specific value from map.
- removeMapping(AbstractHashedMap.HashEntry, int, AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Removes a mapping from the map.
- removeMultiKey(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Removes the specified multi-key from this map.
- removeNode(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Removes the specified node from the list.
- removeNode(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Removes the specified node from the list.
- removeNode(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
-
Removes the node from the list, storing it in the cache for reuse if the cache is not yet full.
- removeValue(Object) - Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
- removeValue(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
- removeValue(Object) - Method in interface org.apache.commons.collections.BidiMap
-
Removes the key-value pair that is currently mapped to the specified value (optional operation).
- removeValue(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Removes the mapping for this value from this map if present.
- removeValue(Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
- removeValue(Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
- removeValue(Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- removeValue(Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Removes the mapping for this value from this map if present
- reset() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
- reset() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- reset() - Method in class org.apache.commons.collections.iterators.EmptyListIterator
- reset() - Method in class org.apache.commons.collections.iterators.ArrayIterator
-
Resets the iterator back to the start index.
- reset() - Method in class org.apache.commons.collections.iterators.ArrayListIterator
-
Resets the iterator back to the start index.
- reset() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
-
Resets the state of the iterator.
- reset() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
-
Resets this iterator back to the position at which the iterator was created.
- reset() - Method in class org.apache.commons.collections.iterators.LoopingIterator
-
Resets the iterator back to the start of the collection.
- reset() - Method in class org.apache.commons.collections.iterators.LoopingListIterator
-
Resets the iterator back to the start of the list.
- reset() - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
Resets the iterator back to the start index.
- reset() - Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
-
Resets the iterator back to the start index.
- reset() - Method in class org.apache.commons.collections.iterators.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.collections.iterators.SingletonIterator
-
Reset the iterator to the start.
- reset() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
-
Reset the iterator back to the start.
- reset() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
- reset() - Method in interface org.apache.commons.collections.ResettableIterator
-
Resets the iterator back to the position at which the iterator was created.
- reset() - Method in interface org.apache.commons.collections.ResettableListIterator
-
Resets the iterator back to the position at which the iterator was created.
- RESETTABLE_INSTANCE - Static variable in class org.apache.commons.collections.iterators.EmptyIterator
-
Singleton instance of the iterator.
- RESETTABLE_INSTANCE - Static variable in class org.apache.commons.collections.iterators.EmptyListIterator
-
Singleton instance of the iterator.
- ResettableIterator - Interface in org.apache.commons.collections
-
Defines an iterator that can be reset back to an initial state.
- ResettableListIterator - Interface in org.apache.commons.collections
-
Defines a list iterator that can be reset back to an initial state.
- resolveCollision(CompositeMap, Map, Map, Collection) - Method in interface org.apache.commons.collections.map.CompositeMap.MapMutator
-
Called when adding a new Composited Map results in a key collision.
- resolveCollision(CompositeSet, Set, Set, Collection) - Method in interface org.apache.commons.collections.set.CompositeSet.SetMutator
-
Called when a Set is added to the CompositeSet and there is a collision between existing and added sets.
- retainAll(Collection) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Remove any members of the bag that are not in the given bag, respecting cardinality.
- retainAll(Collection) - Method in interface org.apache.commons.collections.Bag
-
(Violation) Remove any members of the bag that are not in the given collection, respecting cardinality.
- retainAll(Collection) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
- retainAll(Collection) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
- retainAll(Collection) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
- retainAll(Collection) - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
- retainAll(Collection) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- retainAll(Collection) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Retains all the elements in the specified collection in this composite collection, removing all others.
- retainAll(Collection) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
- retainAll(Collection) - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
- retainAll(Collection) - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
- retainAll(Collection) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Retains only the elements in this list that are contained in the specified collection.
- retainAll(Collection) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Remove any members of the bag that are not in the given bag, respecting cardinality.
- retainAll(Collection) - Method in class org.apache.commons.collections.FastArrayList
-
Remove from this collection all of its elements except those that are contained in the specified collection.
- retainAll(Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- retainAll(Collection) - Method in class org.apache.commons.collections.list.FixedSizeList
- retainAll(Collection) - Method in class org.apache.commons.collections.list.SetUniqueList
- retainAll(Collection) - Method in class org.apache.commons.collections.list.UnmodifiableList
- retainAll(Collection) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
- retainAll(Collection) - Method in class org.apache.commons.collections.set.ListOrderedSet
- retainAll(Collection) - Method in class org.apache.commons.collections.set.MapBackedSet
- retainAll(Collection) - Method in class org.apache.commons.collections.set.UnmodifiableSet
- retainAll(Collection) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
- retainAll(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns a collection containing all the elements in
collectionthat are also inretain. - retainAll(Collection, Collection) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a List containing all the elements in
collectionthat are also inretain. - retainAll(Bag) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Remove any members of the bag that are not in the given bag, respecting cardinality.
- reuseEntry(AbstractHashedMap.HashEntry, int, int, Object, Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Reuses an existing key-value mapping, storing completely new data.
- reuseMapping(AbstractLinkedMap.LinkEntry, int, int, Object, Object) - Method in class org.apache.commons.collections.map.LRUMap
-
Reuses an entry by removing it and moving it to a new place in the map.
- reverseArray(Object[]) - Static method in class org.apache.commons.collections.CollectionUtils
-
Reverses the order of the given array.
- ReverseComparator - Class in org.apache.commons.collections.comparators
-
Reverses the order of another comparator by reversing the arguments to its
comparemethod. - ReverseComparator() - Constructor for class org.apache.commons.collections.comparators.ReverseComparator
-
Creates a comparator that compares objects based on the inverse of their natural ordering.
- ReverseComparator(Comparator) - Constructor for class org.apache.commons.collections.comparators.ReverseComparator
-
Creates a comparator that inverts the comparison of the given comparator.
- reversedComparator(Comparator) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Gets a comparator that reverses the order of the given comparator.
- ReverseListIterator - Class in org.apache.commons.collections.iterators
-
Iterates backwards through a List, starting with the last element and continuing to the first.
- ReverseListIterator(List) - Constructor for class org.apache.commons.collections.iterators.ReverseListIterator
-
Constructor that wraps a list.
- root - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
The root object in the tree
S
- safeAddToMap(Map, Object, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Protects against adding null values to a map.
- save(OutputStream, String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Save the properties to the given output stream.
- search(Object) - Method in class org.apache.commons.collections.ArrayStack
-
Returns the one-based position of the distance from the top that the specified object exists on this stack, where the top-most element is considered to be at distance
1. - select(Collection, Predicate) - Static method in class org.apache.commons.collections.CollectionUtils
-
Selects all elements from input collection which match the given predicate into an output collection.
- select(Collection, Predicate, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Selects all elements from input collection which match the given predicate and adds them to outputCollection.
- selectRejected(Collection, Predicate) - Static method in class org.apache.commons.collections.CollectionUtils
-
Selects all elements from inputCollection which don't match the given predicate into an output collection.
- selectRejected(Collection, Predicate, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Selects all elements from inputCollection which don't match the given predicate and adds them to outputCollection.
- sequence() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Returns a List view of the keys rather than a set view.
- SequencedHashMap - Class in org.apache.commons.collections
-
Deprecated.Replaced by LinkedMap and ListOrderedMap in map subpackage. Due to be removed in v4.0.
- SequencedHashMap() - Constructor for class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Construct a new sequenced hash map with default initial size and load factor.
- SequencedHashMap(int) - Constructor for class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Construct a new sequenced hash map with the specified initial size and default load factor.
- SequencedHashMap(int, float) - Constructor for class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Construct a new sequenced hash map with the specified initial size and load factor.
- SequencedHashMap(Map) - Constructor for class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Construct a new sequenced hash map and add all the elements in the specified map.
- set - Variable in class org.apache.commons.collections.list.SetUniqueList
-
Internal Set to maintain uniqueness.
- set(int, Object) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Replaces the element at the specified position in this list with the specified element.
- set(int, Object) - Method in class org.apache.commons.collections.FastArrayList
-
Replace the element at the specified position in this list with the specified element.
- set(int, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
- set(int, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- set(int, Object) - Method in class org.apache.commons.collections.list.AbstractListDecorator
- set(int, Object) - Method in class org.apache.commons.collections.list.FixedSizeList
- set(int, Object) - Method in class org.apache.commons.collections.list.GrowthList
-
Decorate the set method to perform the growth behaviour.
- set(int, Object) - Method in class org.apache.commons.collections.list.PredicatedList
- set(int, Object) - Method in class org.apache.commons.collections.list.SetUniqueList
-
Sets the value at the specified index avoiding duplicates.
- set(int, Object) - Method in class org.apache.commons.collections.list.SynchronizedList
- set(int, Object) - Method in class org.apache.commons.collections.list.TransformedList
- set(int, Object) - Method in class org.apache.commons.collections.list.TreeList
-
Sets the element at the specified index.
- set(int, Object) - Method in class org.apache.commons.collections.list.UnmodifiableList
- set(Object) - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- set(Object) - Method in class org.apache.commons.collections.iterators.EmptyListIterator
- set(Object) - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
- set(Object) - Method in class org.apache.commons.collections.iterators.ArrayListIterator
-
Sets the element under the cursor.
- set(Object) - Method in class org.apache.commons.collections.iterators.FilterListIterator
-
Not supported.
- set(Object) - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
-
Throws
UnsupportedOperationException. - set(Object) - Method in class org.apache.commons.collections.iterators.LoopingListIterator
-
Replaces the last element that was returned by
LoopingListIterator.next()orLoopingListIterator.previous(). - set(Object) - Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
-
Sets the element under the cursor.
- set(Object) - Method in class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.Invokes the underlying
ListIterator.set(Object)method. - set(Object) - Method in class org.apache.commons.collections.iterators.ReverseListIterator
-
Replaces the last returned element.
- set(Object) - Method in class org.apache.commons.collections.iterators.SingletonListIterator
-
Set sets the value of the singleton.
- set(Object) - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
- set(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
- set(Object) - Method in class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator
- set(Object) - Method in class org.apache.commons.collections.list.TransformedList.TransformedListIterator
- setArray(Object) - Method in class org.apache.commons.collections.iterators.ArrayIterator
-
Sets the array that the ArrayIterator should iterate over.
- setArray(Object[]) - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
Sets the array that the ArrayIterator should iterate over.
- setBean(Object) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Sets the bean to be operated on by this map.
- setComparator(int, Comparator) - Method in class org.apache.commons.collections.comparators.ComparatorChain
-
Replace the Comparator at the given index, maintaining the existing sort order.
- setComparator(int, Comparator, boolean) - Method in class org.apache.commons.collections.comparators.ComparatorChain
-
Replace the Comparator at the given index in the ComparatorChain, using the given sort order
- setComparator(Comparator) - Method in class org.apache.commons.collections.iterators.CollatingIterator
-
Sets the
Comparatorby which collation occurs. - setEnumeration(Enumeration) - Method in class org.apache.commons.collections.iterators.EnumerationIterator
-
Sets the underlying enumeration.
- setFast(boolean) - Method in class org.apache.commons.collections.FastArrayList
-
Sets whether this list will operate in fast mode.
- setFast(boolean) - Method in class org.apache.commons.collections.FastHashMap
-
Sets whether this map is operating in fast mode.
- setFast(boolean) - Method in class org.apache.commons.collections.FastTreeMap
-
Sets whether this map is operating in fast mode.
- setForwardSort(int) - Method in class org.apache.commons.collections.comparators.ComparatorChain
-
Change the sort order at the given index in the ComparatorChain to a forward sort.
- setInclude(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Sets the property value for including other properties files.
- setIterator(int, Iterator) - Method in class org.apache.commons.collections.iterators.CollatingIterator
-
Sets the iterator at the given index.
- setIterator(int, Iterator) - Method in class org.apache.commons.collections.iterators.IteratorChain
-
Set the Iterator at the given index
- setIterator(Iterator) - Method in class org.apache.commons.collections.iterators.FilterIterator
-
Sets the iterator for this iterator to use.
- setIterator(Iterator) - Method in class org.apache.commons.collections.iterators.IteratorEnumeration
-
Sets the underlying iterator.
- setIterator(Iterator) - Method in class org.apache.commons.collections.iterators.ProxyIterator
-
Deprecated.Setter for property iterator.
- setIterator(Iterator) - Method in class org.apache.commons.collections.iterators.TransformIterator
-
Sets the iterator for this iterator to use.
- setKey(Object) - Method in class org.apache.commons.collections.DefaultMapEntry
-
Deprecated.Sets the key stored in this Map Entry.
- setKey(Object) - Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue
-
Sets the key.
- setListIterator(ListIterator) - Method in class org.apache.commons.collections.iterators.FilterListIterator
-
Sets the iterator for this iterator to use.
- setListIterator(ListIterator) - Method in class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.Setter for property iterator.
- setMap(Map) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Utility method for implementations to set the map that backs this bag.
- setMaximumCacheSize(int) - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
-
Sets the maximum size of the cache.
- setMaximumSize(int) - Method in class org.apache.commons.collections.LRUMap
-
Deprecated.Setter for property maximumSize.
- setMutator(CompositeCollection.CollectionMutator) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Specify a CollectionMutator strategy instance to handle changes.
- setMutator(CompositeCollection.CollectionMutator) - Method in class org.apache.commons.collections.set.CompositeSet
-
This can receive either a
CompositeCollection.CollectionMutatoror aCompositeSet.SetMutator. - setMutator(CompositeMap.MapMutator) - Method in class org.apache.commons.collections.map.CompositeMap
-
Specify the MapMutator to be used by mutation operations.
- setNextNode(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.AbstractLinkedList.Node
-
Sets the next node.
- setOrder - Variable in class org.apache.commons.collections.set.ListOrderedSet
-
Internal list to hold the sequence of objects
- setPredicate(Predicate) - Method in class org.apache.commons.collections.iterators.FilterIterator
-
Sets the predicate this the iterator to use.
- setPredicate(Predicate) - Method in class org.apache.commons.collections.iterators.FilterListIterator
-
Sets the predicate this the iterator to use.
- setPreviousNode(AbstractLinkedList.Node) - Method in class org.apache.commons.collections.list.AbstractLinkedList.Node
-
Sets the previous node.
- setProperty(String, Object) - Method in class org.apache.commons.collections.ExtendedProperties
-
Set a property, this will replace any previously set values.
- setReverseSort(int) - Method in class org.apache.commons.collections.comparators.ComparatorChain
-
Change the sort order at the given index in the ComparatorChain to a reverse sort.
- setTransformer(Transformer) - Method in class org.apache.commons.collections.iterators.TransformIterator
-
Sets the transformer this the iterator to use.
- SetUniqueList - Class in org.apache.commons.collections.list
-
Decorates a
Listto ensure that no duplicates are present much like aSet. - SetUniqueList(List, Set) - Constructor for class org.apache.commons.collections.list.SetUniqueList
-
Constructor that wraps (not copies) the List and specifies the set to use.
- setUnknownObjectBehavior(int) - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
-
Sets the behavior for comparing unknown objects.
- SetUtils - Class in org.apache.commons.collections
- SetUtils() - Constructor for class org.apache.commons.collections.SetUtils
-
SetUtilsshould not normally be instantiated. - setValue(int, Object) - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Sets the value at the specified index.
- setValue(Object) - Method in class org.apache.commons.collections.BeanMap.MyMapEntry
-
Deprecated.Sets the value.
- setValue(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
- setValue(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry
- setValue(Object) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- setValue(Object) - Method in class org.apache.commons.collections.DefaultMapEntry
-
Deprecated.Sets the value stored in this Map Entry.
- setValue(Object) - Method in class org.apache.commons.collections.iterators.EmptyListIterator
- setValue(Object) - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
- setValue(Object) - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
- setValue(Object) - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
-
Sets the value associated with the current key.
- setValue(Object) - Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
- setValue(Object) - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
- setValue(Object) - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntry
-
Sets the value stored in this
Map.Entry. - setValue(Object) - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
- setValue(Object) - Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue
-
Sets the value.
- setValue(Object) - Method in class org.apache.commons.collections.keyvalue.TiedMapEntry
-
Sets the value associated with the key direct onto the map.
- setValue(Object) - Method in class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry
-
Throws UnsupportedOperationException.
- setValue(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList.Node
-
Sets the value of the node.
- setValue(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
- setValue(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
- setValue(Object) - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
- setValue(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
Sets the value of the entry.
- setValue(Object) - Method in class org.apache.commons.collections.map.SingletonMap
-
Sets the value.
- setValue(Object) - Method in interface org.apache.commons.collections.MapIterator
-
Sets the value associated with the current key (optional operation).
- SETVALUE_INVALID - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
- shrinkCacheToMaximumSize() - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
-
Reduce the size of the cache to the maximum, if necessary.
- singletonIterator(Object) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a singleton iterator.
- SingletonIterator - Class in org.apache.commons.collections.iterators
-
SingletonIteratoris anIteratorover a single object instance. - SingletonIterator(Object) - Constructor for class org.apache.commons.collections.iterators.SingletonIterator
-
Constructs a new
SingletonIteratorwhereremoveis a permitted operation. - SingletonIterator(Object, boolean) - Constructor for class org.apache.commons.collections.iterators.SingletonIterator
-
Constructs a new
SingletonIteratoroptionally choosing ifremoveis a permitted operation. - singletonListIterator(Object) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a singleton list iterator.
- SingletonListIterator - Class in org.apache.commons.collections.iterators
-
SingletonIteratoris anListIteratorover a single object instance. - SingletonListIterator(Object) - Constructor for class org.apache.commons.collections.iterators.SingletonListIterator
-
Constructs a new
SingletonListIterator. - SingletonMap - Class in org.apache.commons.collections.map
-
A
Mapimplementation that holds a single item and is fixed size. - SingletonMap() - Constructor for class org.apache.commons.collections.map.SingletonMap
-
Constructor that creates a map of
nulltonull. - SingletonMap(Object, Object) - Constructor for class org.apache.commons.collections.map.SingletonMap
-
Constructor specifying the key and value.
- SingletonMap(Map) - Constructor for class org.apache.commons.collections.map.SingletonMap
-
Constructor copying elements from another map.
- SingletonMap(Map.Entry) - Constructor for class org.apache.commons.collections.map.SingletonMap
-
Constructor specifying the key and value as a
MapEntry. - SingletonMap(KeyValue) - Constructor for class org.apache.commons.collections.map.SingletonMap
-
Constructor specifying the key and value as a
KeyValue. - size - Variable in class org.apache.commons.collections.buffer.PriorityBuffer
-
The number of elements currently in this buffer.
- size - Variable in class org.apache.commons.collections.list.AbstractLinkedList
-
The size of the list
- size - Variable in class org.apache.commons.collections.map.AbstractHashedMap
-
The size of the map
- size() - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Returns the number of elements in this bag.
- size() - Method in interface org.apache.commons.collections.Bag
-
Returns the total number of items in the bag across all types.
- size() - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Returns the number of properties defined by the bean.
- size() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
- size() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Returns the number of elements in this heap.
- size() - Method in class org.apache.commons.collections.BoundedFifoBuffer
-
Deprecated.Returns the number of elements stored in the buffer.
- size() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
-
Returns the number of elements stored in the buffer.
- size() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Returns the number of elements in this buffer.
- size() - Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
-
Returns the number of elements stored in the buffer.
- size() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- size() - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Gets the size of this composite collection.
- size() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
- size() - Method in class org.apache.commons.collections.comparators.ComparatorChain
-
Number of Comparators in the current ComparatorChain.
- size() - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns the number of elements in this list.
- size() - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Returns the number of elements in this bag.
- size() - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Returns the number of key-value mappings in this map.
- size() - Method in class org.apache.commons.collections.FastArrayList
-
Return the number of elements in this list.
- size() - Method in class org.apache.commons.collections.FastHashMap
-
Return the number of key-value mappings in this map.
- size() - Method in class org.apache.commons.collections.FastTreeMap
-
Return the number of key-value mappings in this map.
- size() - Method in class org.apache.commons.collections.iterators.IteratorChain
-
Number of Iterators in the current IteratorChain.
- size() - Method in class org.apache.commons.collections.iterators.LoopingIterator
-
Gets the size of the collection underlying the iterator.
- size() - Method in class org.apache.commons.collections.iterators.LoopingListIterator
-
Gets the size of the list underlying the iterator.
- size() - Method in class org.apache.commons.collections.keyvalue.MultiKey
-
Gets the size of the list of keys.
- size() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
- size() - Method in class org.apache.commons.collections.list.AbstractLinkedList
- size() - Method in class org.apache.commons.collections.list.TreeList
-
Gets the current size of the list.
- size() - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
- size() - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
- size() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the size of the map.
- size() - Method in class org.apache.commons.collections.map.AbstractHashedMap.Values
- size() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
- size() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Gets the size of the map.
- size() - Method in class org.apache.commons.collections.map.CompositeMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class org.apache.commons.collections.map.Flat3Map
-
Gets the size of the map.
- size() - Method in class org.apache.commons.collections.map.MultiKeyMap
- size() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the size of the map, always 1.
- size() - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Gets the current size of the map.
- size() - Method in interface org.apache.commons.collections.MultiMap
-
Gets the number of keys in this map.
- size() - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.Invokes the underlying
Map.size()method. - size() - Method in class org.apache.commons.collections.ReferenceMap
-
Deprecated.Returns the size of this map.
- size() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Implements
Map.size(). - size() - Method in class org.apache.commons.collections.set.MapBackedSet
- size() - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Implements
Map.size(). - size() - Method in class org.apache.commons.collections.UnboundedFifoBuffer
-
Deprecated.Returns the number of elements stored in the buffer.
- size(Object) - Static method in class org.apache.commons.collections.CollectionUtils
-
Gets the size of the collection/iterator specified.
- size(Object) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Gets the size of the collection mapped to the specified key.
- size(Object) - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.Gets the size of the collection mapped to the specified key.
- sizeIsEmpty(Object) - Static method in class org.apache.commons.collections.CollectionUtils
-
Checks if the specified collection/array/iterator is empty.
- SOFT - Static variable in class org.apache.commons.collections.map.AbstractReferenceMap
-
Constant indicating that soft references should be used
- SOFT - Static variable in class org.apache.commons.collections.ReferenceMap
-
Deprecated.Constant indicating that soft references should be used.
- SortedBag - Interface in org.apache.commons.collections
-
Defines a type of
Bagthat maintains a sorted order among its unique representative members. - SortedBidiMap - Interface in org.apache.commons.collections
-
Defines a map that allows bidirectional lookup between key and values and retains both keys and values in sorted order.
- sortsTrueFirst() - Method in class org.apache.commons.collections.comparators.BooleanComparator
-
Returns
trueiff I sorttruevalues beforefalsevalues. - stack - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
The stack of iterators
- START_TOKEN - Static variable in class org.apache.commons.collections.ExtendedProperties
- startIndex - Variable in class org.apache.commons.collections.iterators.ArrayIterator
-
The start index to loop from
- startIndex - Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
The start index to loop from
- StaticBucketMap - Class in org.apache.commons.collections.map
-
A StaticBucketMap is an efficient, thread-safe implementation of
java.util.Mapthat performs well in in a highly thread-contentious environment. - StaticBucketMap - Class in org.apache.commons.collections
-
Deprecated.Moved to map subpackage. Due to be removed in v4.0.
- StaticBucketMap() - Constructor for class org.apache.commons.collections.map.StaticBucketMap
-
Initializes the map with the default number of buckets (255).
- StaticBucketMap() - Constructor for class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Initializes the map with the default number of buckets (255).
- StaticBucketMap(int) - Constructor for class org.apache.commons.collections.map.StaticBucketMap
-
Initializes the map with a specified number of buckets.
- StaticBucketMap(int) - Constructor for class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Initializes the map with a specified number of buckets.
- stringValueTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a transformer that returns a
java.lang.Stringrepresentation of the input object. - StringValueTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation that returns the result of calling
String.valueOfon the input object. - sub - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
-
The parent list
- sub - Variable in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor
-
The parent list
- SubCursor(AbstractLinkedList.LinkedSubList, int) - Constructor for class org.apache.commons.collections.list.CursorableLinkedList.SubCursor
-
Constructs a new cursor.
- subList(int, int) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns a fail-fast sublist.
- subList(int, int) - Method in class org.apache.commons.collections.FastArrayList
-
Return a view of the portion of this list between fromIndex (inclusive) and toIndex (exclusive).
- subList(int, int) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
- subList(int, int) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Gets a sublist of the main list.
- subList(int, int) - Method in class org.apache.commons.collections.list.AbstractListDecorator
- subList(int, int) - Method in class org.apache.commons.collections.list.FixedSizeList
- subList(int, int) - Method in class org.apache.commons.collections.list.LazyList
- subList(int, int) - Method in class org.apache.commons.collections.list.PredicatedList
- subList(int, int) - Method in class org.apache.commons.collections.list.SetUniqueList
- subList(int, int) - Method in class org.apache.commons.collections.list.SynchronizedList
- subList(int, int) - Method in class org.apache.commons.collections.list.TransformedList
- subList(int, int) - Method in class org.apache.commons.collections.list.UnmodifiableList
- subMap(Object, Object) - Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
- subMap(Object, Object) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
- subMap(Object, Object) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
- subMap(Object, Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- subMap(Object, Object) - Method in class org.apache.commons.collections.FastTreeMap
-
Return a view of the portion of this map whose keys are in the range fromKey (inclusive) to toKey (exclusive).
- subMap(Object, Object) - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
- subMap(Object, Object) - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
- subMap(Object, Object) - Method in class org.apache.commons.collections.map.LazySortedMap
- subMap(Object, Object) - Method in class org.apache.commons.collections.map.PredicatedSortedMap
- subMap(Object, Object) - Method in class org.apache.commons.collections.map.TransformedSortedMap
- subMap(Object, Object) - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
- subset(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Create an ExtendedProperties object that is a subset of this one.
- subSet(Object, Object) - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
- subSet(Object, Object) - Method in class org.apache.commons.collections.set.PredicatedSortedSet
- subSet(Object, Object) - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
- subSet(Object, Object) - Method in class org.apache.commons.collections.set.TransformedSortedSet
- subSet(Object, Object) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
- subtract(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns a new
Collectioncontaining a - b. - subtract(List, List) - Static method in class org.apache.commons.collections.ListUtils
-
Subtracts all elements in the second list from the first list, placing the results in a new list.
- sum(List, List) - Static method in class org.apache.commons.collections.ListUtils
-
Returns the sum of the given lists.
- switchClosure(Map) - Static method in class org.apache.commons.collections.ClosureUtils
-
Create a new Closure that calls one of the closures depending on the predicates.
- switchClosure(Predicate[], Closure[]) - Static method in class org.apache.commons.collections.ClosureUtils
-
Create a new Closure that calls one of the closures depending on the predicates.
- switchClosure(Predicate[], Closure[], Closure) - Static method in class org.apache.commons.collections.ClosureUtils
-
Create a new Closure that calls one of the closures depending on the predicates.
- SwitchClosure - Class in org.apache.commons.collections.functors
-
Closure implementation calls the closure whose predicate returns true, like a switch statement.
- SwitchClosure(Predicate[], Closure[], Closure) - Constructor for class org.apache.commons.collections.functors.SwitchClosure
-
Constructor that performs no validation.
- switchMapClosure(Map) - Static method in class org.apache.commons.collections.ClosureUtils
-
Create a new Closure that uses the input object as a key to find the closure to call.
- switchMapTransformer(Map) - Static method in class org.apache.commons.collections.TransformerUtils
-
Create a new Transformer that uses the input object as a key to find the transformer to call.
- switchTransformer(Map) - Static method in class org.apache.commons.collections.TransformerUtils
-
Create a new Transformer that calls one of the transformers depending on the predicates.
- switchTransformer(Predicate[], Transformer[]) - Static method in class org.apache.commons.collections.TransformerUtils
-
Create a new Transformer that calls one of the transformers depending on the predicates.
- switchTransformer(Predicate[], Transformer[], Transformer) - Static method in class org.apache.commons.collections.TransformerUtils
-
Create a new Transformer that calls one of the transformers depending on the predicates.
- switchTransformer(Predicate, Transformer, Transformer) - Static method in class org.apache.commons.collections.TransformerUtils
-
Create a new Transformer that calls one of two transformers depending on the specified predicate.
- SwitchTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation calls the transformer whose predicate returns true, like a switch statement.
- SwitchTransformer(Predicate[], Transformer[], Transformer) - Constructor for class org.apache.commons.collections.functors.SwitchTransformer
-
Constructor that performs no validation.
- synchronizedBag(Bag) - Static method in class org.apache.commons.collections.BagUtils
-
Returns a synchronized (thread-safe) bag backed by the given bag.
- SynchronizedBag - Class in org.apache.commons.collections.bag
-
Decorates another
Bagto synchronize its behaviour for a multi-threaded environment. - SynchronizedBag(Bag) - Constructor for class org.apache.commons.collections.bag.SynchronizedBag
-
Constructor that wraps (not copies).
- SynchronizedBag(Bag, Object) - Constructor for class org.apache.commons.collections.bag.SynchronizedBag
-
Constructor that wraps (not copies).
- synchronizedBuffer(Buffer) - Static method in class org.apache.commons.collections.BufferUtils
-
Returns a synchronized buffer backed by the given buffer.
- SynchronizedBuffer - Class in org.apache.commons.collections.buffer
-
Decorates another
Bufferto synchronize its behaviour for a multi-threaded environment. - SynchronizedBuffer(Buffer) - Constructor for class org.apache.commons.collections.buffer.SynchronizedBuffer
-
Constructor that wraps (not copies).
- SynchronizedBuffer(Buffer, Object) - Constructor for class org.apache.commons.collections.buffer.SynchronizedBuffer
-
Constructor that wraps (not copies).
- synchronizedCollection(Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns a synchronized collection backed by the given collection.
- SynchronizedCollection - Class in org.apache.commons.collections.collection
-
Decorates another
Collectionto synchronize its behaviour for a multi-threaded environment. - SynchronizedCollection(Collection) - Constructor for class org.apache.commons.collections.collection.SynchronizedCollection
-
Constructor that wraps (not copies).
- SynchronizedCollection(Collection, Object) - Constructor for class org.apache.commons.collections.collection.SynchronizedCollection
-
Constructor that wraps (not copies).
- synchronizedList(List) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a synchronized list backed by the given list.
- SynchronizedList - Class in org.apache.commons.collections.list
-
Decorates another
Listto synchronize its behaviour for a multi-threaded environment. - SynchronizedList(List) - Constructor for class org.apache.commons.collections.list.SynchronizedList
-
Constructor that wraps (not copies).
- SynchronizedList(List, Object) - Constructor for class org.apache.commons.collections.list.SynchronizedList
-
Constructor that wraps (not copies).
- synchronizedMap(Map) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a synchronized map backed by the given map.
- SynchronizedPriorityQueue - Class in org.apache.commons.collections
-
Deprecated.PriorityQueue is replaced by the Buffer interface, see buffer subpackage. Due to be removed in v4.0.
- SynchronizedPriorityQueue(PriorityQueue) - Constructor for class org.apache.commons.collections.SynchronizedPriorityQueue
-
Deprecated.Constructs a new synchronized priority queue.
- synchronizedSet(Set) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a synchronized set backed by the given set.
- SynchronizedSet - Class in org.apache.commons.collections.set
-
Decorates another
Setto synchronize its behaviour for a multi-threaded environment. - SynchronizedSet(Set) - Constructor for class org.apache.commons.collections.set.SynchronizedSet
-
Constructor that wraps (not copies).
- SynchronizedSet(Set, Object) - Constructor for class org.apache.commons.collections.set.SynchronizedSet
-
Constructor that wraps (not copies).
- synchronizedSortedBag(SortedBag) - Static method in class org.apache.commons.collections.BagUtils
-
Returns a synchronized (thread-safe) sorted bag backed by the given sorted bag.
- SynchronizedSortedBag - Class in org.apache.commons.collections.bag
-
Decorates another
SortedBagto synchronize its behaviour for a multi-threaded environment. - SynchronizedSortedBag(Bag, Object) - Constructor for class org.apache.commons.collections.bag.SynchronizedSortedBag
-
Constructor that wraps (not copies).
- SynchronizedSortedBag(SortedBag) - Constructor for class org.apache.commons.collections.bag.SynchronizedSortedBag
-
Constructor that wraps (not copies).
- synchronizedSortedMap(SortedMap) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a synchronized sorted map backed by the given sorted map.
- synchronizedSortedSet(SortedSet) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a synchronized sorted set backed by the given sorted set.
- SynchronizedSortedSet - Class in org.apache.commons.collections.set
-
Decorates another
SortedSetto synchronize its behaviour for a multi-threaded environment. - SynchronizedSortedSet(SortedSet) - Constructor for class org.apache.commons.collections.set.SynchronizedSortedSet
-
Constructor that wraps (not copies).
- SynchronizedSortedSet(SortedSet, Object) - Constructor for class org.apache.commons.collections.set.SynchronizedSortedSet
-
Constructor that wraps (not copies).
T
- tail - Variable in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
-
The current tail index.
- tailMap(Object) - Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
- tailMap(Object) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
- tailMap(Object) - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
- tailMap(Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- tailMap(Object) - Method in class org.apache.commons.collections.FastTreeMap
-
Return a view of the portion of this map whose keys are greater than or equal to the specified key.
- tailMap(Object) - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
- tailMap(Object) - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
- tailMap(Object) - Method in class org.apache.commons.collections.map.LazySortedMap
- tailMap(Object) - Method in class org.apache.commons.collections.map.PredicatedSortedMap
- tailMap(Object) - Method in class org.apache.commons.collections.map.TransformedSortedMap
- tailMap(Object) - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
- tailSet(Object) - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
- tailSet(Object) - Method in class org.apache.commons.collections.set.PredicatedSortedSet
- tailSet(Object) - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
- tailSet(Object) - Method in class org.apache.commons.collections.set.TransformedSortedSet
- tailSet(Object) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
- testBoolean(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Test whether the string represent by value maps to a boolean value or not.
- threshold - Variable in class org.apache.commons.collections.map.AbstractHashedMap
-
Size at which to rehash
- TiedMapEntry - Class in org.apache.commons.collections.keyvalue
-
A
Map.Entrytied to a map underneath. - TiedMapEntry(Map, Object) - Constructor for class org.apache.commons.collections.keyvalue.TiedMapEntry
-
Constructs a new entry with the given Map and key.
- toArray() - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Returns an array of all of this bag's elements.
- toArray() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- toArray() - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Returns an array containing all of the elements in this composite.
- toArray() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
- toArray() - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns an array containing all of the elements in this list in proper sequence.
- toArray() - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Returns an array of all of this bag's elements.
- toArray() - Method in class org.apache.commons.collections.FastArrayList
-
Return an array containing all of the elements in this list in the correct order.
- toArray() - Method in class org.apache.commons.collections.list.AbstractLinkedList
- toArray() - Method in class org.apache.commons.collections.list.TreeList
-
Converts the list into an array.
- toArray() - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
- toArray() - Method in class org.apache.commons.collections.set.ListOrderedSet
- toArray() - Method in class org.apache.commons.collections.set.MapBackedSet
- toArray(Object[]) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Returns an array of all of this bag's elements.
- toArray(Object[]) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- toArray(Object[]) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Returns an object array, populating the supplied array if possible.
- toArray(Object[]) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
- toArray(Object[]) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
- toArray(Object[]) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Returns an array of all of this bag's elements.
- toArray(Object[]) - Method in class org.apache.commons.collections.FastArrayList
-
Return an array containing all of the elements in this list in the correct order.
- toArray(Object[]) - Method in class org.apache.commons.collections.list.AbstractLinkedList
- toArray(Object[]) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
- toArray(Object[]) - Method in class org.apache.commons.collections.set.ListOrderedSet
- toArray(Object[]) - Method in class org.apache.commons.collections.set.MapBackedSet
- toArray(Iterator) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an array based on an iterator.
- toArray(Iterator, Class) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an array based on an iterator.
- toCollection() - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Returns a new collection containing all of the elements
- toList(Enumeration) - Static method in class org.apache.commons.collections.EnumerationUtils
-
Creates a list based on an enumeration.
- toList(Iterator) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a list based on an iterator.
- toList(Iterator, int) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a list based on an iterator.
- toListIterator(Iterator) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a list iterator based on a simple iterator.
- toMap(ResourceBundle) - Static method in class org.apache.commons.collections.MapUtils
-
Creates a new HashMap using data copied from a ResourceBundle.
- toMapEntry() - Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue
-
Returns a new
Map.Entryobject with key and value from this pair. - toProperties(Map) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a new Properties object initialised with the values from a Map.
- toReference(int, Object, int) - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
Constructs a reference of the given type to the given referent.
- toString() - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Implement a toString() method suitable for debugging.
- toString() - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.
- toString() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
- toString() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
- toString() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
- toString() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Returns a string version of this Map in standard format.
- toString() - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.Returns a string representation of this heap.
- toString() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Returns a string representation of this heap.
- toString() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
- toString() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
- toString() - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Returns a
Stringrepresentation of this list, suitable for debugging. - toString() - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Implement a toString() method suitable for debugging.
- toString() - Method in class org.apache.commons.collections.DefaultMapEntry
-
Deprecated.Written to match the output of the Map.Entry's used in a
HashMap. - toString() - Method in class org.apache.commons.collections.FastArrayList
-
Return a String representation of this object.
- toString() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
-
Gets the iterator as a String.
- toString() - Method in class org.apache.commons.collections.keyvalue.AbstractKeyValue
-
Gets a debugging String view of the pair.
- toString() - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
- toString() - Method in class org.apache.commons.collections.keyvalue.MultiKey
-
Gets a debugging string version of the key.
- toString() - Method in class org.apache.commons.collections.keyvalue.TiedMapEntry
-
Gets a string version of the entry.
- toString() - Method in class org.apache.commons.collections.list.AbstractLinkedList
- toString() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
- toString() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
- toString() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the map as a String.
- toString() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
- toString() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
- toString() - Method in class org.apache.commons.collections.map.Flat3Map
-
Gets the map as a String.
- toString() - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Returns the Map as a string.
- toString() - Method in class org.apache.commons.collections.map.MultiKeyMap
- toString() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the map as a String.
- toString() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Provides a string representation of the entries within the map.
- toString() - Method in class org.apache.commons.collections.set.ListOrderedSet
-
Uses the underlying List's toString so that order is achieved.
- toString() - Method in class org.apache.commons.collections.SynchronizedPriorityQueue
-
Deprecated.Returns a string representation of the underlying queue.
- totalSize() - Method in class org.apache.commons.collections.map.MultiValueMap
-
Gets the total size of the map by counting all the values.
- totalSize() - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.Gets the total size of the map by counting all the values.
- transform(Object) - Method in class org.apache.commons.collections.collection.TransformedCollection
-
Transforms an object.
- transform(Object) - Method in class org.apache.commons.collections.functors.ChainedTransformer
-
Transforms the input to result via each decorated transformer
- transform(Object) - Method in class org.apache.commons.collections.functors.CloneTransformer
-
Transforms the input to result by cloning it.
- transform(Object) - Method in class org.apache.commons.collections.functors.ClosureTransformer
-
Transforms the input to result by executing a closure.
- transform(Object) - Method in class org.apache.commons.collections.functors.ConstantTransformer
-
Transforms the input by ignoring it and returning the stored constant instead.
- transform(Object) - Method in class org.apache.commons.collections.functors.ExceptionTransformer
-
Transforms the input to result by cloning it.
- transform(Object) - Method in class org.apache.commons.collections.functors.FactoryTransformer
-
Transforms the input by ignoring the input and returning the result of calling the decorated factory.
- transform(Object) - Method in class org.apache.commons.collections.functors.InstantiateTransformer
-
Transforms the input Class object to a result by instantiation.
- transform(Object) - Method in class org.apache.commons.collections.functors.InvokerTransformer
-
Transforms the input to result by invoking a method on the input.
- transform(Object) - Method in class org.apache.commons.collections.functors.MapTransformer
-
Transforms the input to result by looking it up in a
Map. - transform(Object) - Method in class org.apache.commons.collections.functors.NOPTransformer
-
Transforms the input to result by doing nothing.
- transform(Object) - Method in class org.apache.commons.collections.functors.PredicateTransformer
-
Transforms the input to result by calling a predicate.
- transform(Object) - Method in class org.apache.commons.collections.functors.StringValueTransformer
-
Transforms the input to result by calling
String.valueOf. - transform(Object) - Method in class org.apache.commons.collections.functors.SwitchTransformer
-
Transforms the input to result by calling the transformer whose matching predicate returns true.
- transform(Object) - Method in class org.apache.commons.collections.iterators.TransformIterator
-
Transforms the given object using the transformer.
- transform(Object) - Method in interface org.apache.commons.collections.Transformer
-
Transforms the input object (leaving it unchanged) into some output object.
- transform(Collection) - Method in class org.apache.commons.collections.collection.TransformedCollection
-
Transforms a collection.
- transform(Collection, Transformer) - Static method in class org.apache.commons.collections.CollectionUtils
-
Transform the collection by applying a Transformer to each element.
- transformedBag(Bag, Transformer) - Static method in class org.apache.commons.collections.BagUtils
-
Returns a transformed bag backed by the given bag.
- TransformedBag - Class in org.apache.commons.collections.bag
-
Decorates another
Bagto transform objects that are added. - TransformedBag(Bag, Transformer) - Constructor for class org.apache.commons.collections.bag.TransformedBag
-
Constructor that wraps (not copies).
- transformedBuffer(Buffer, Transformer) - Static method in class org.apache.commons.collections.BufferUtils
-
Returns a transformed buffer backed by the given buffer.
- TransformedBuffer - Class in org.apache.commons.collections.buffer
-
Decorates another
Bufferto transform objects that are added. - TransformedBuffer(Buffer, Transformer) - Constructor for class org.apache.commons.collections.buffer.TransformedBuffer
-
Constructor that wraps (not copies).
- transformedCollection(Collection, Transformer) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns a transformed bag backed by the given collection.
- TransformedCollection - Class in org.apache.commons.collections.collection
-
Decorates another
Collectionto transform objects that are added. - TransformedCollection(Collection, Transformer) - Constructor for class org.apache.commons.collections.collection.TransformedCollection
-
Constructor that wraps (not copies).
- transformedComparator(Comparator, Transformer) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Gets a Comparator that passes transformed objects to the given comparator.
- transformedIterator(Iterator, Transformer) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that transforms the elements of another iterator.
- transformedList(List, Transformer) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a transformed list backed by the given list.
- TransformedList - Class in org.apache.commons.collections.list
-
Decorates another
Listto transform objects that are added. - TransformedList(List, Transformer) - Constructor for class org.apache.commons.collections.list.TransformedList
-
Constructor that wraps (not copies).
- TransformedList.TransformedListIterator - Class in org.apache.commons.collections.list
-
Inner class Iterator for the TransformedList
- TransformedListIterator(ListIterator) - Constructor for class org.apache.commons.collections.list.TransformedList.TransformedListIterator
- transformedMap(Map, Transformer, Transformer) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a transformed map backed by the given map.
- TransformedMap - Class in org.apache.commons.collections.map
-
Decorates another
Mapto transform objects that are added. - TransformedMap(Map, Transformer, Transformer) - Constructor for class org.apache.commons.collections.map.TransformedMap
-
Constructor that wraps (not copies).
- transformedPredicate(Transformer, Predicate) - Static method in class org.apache.commons.collections.PredicateUtils
-
Creates a predicate that transforms the input object before passing it to the predicate.
- TransformedPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that transforms the given object before invoking another
Predicate. - TransformedPredicate(Transformer, Predicate) - Constructor for class org.apache.commons.collections.functors.TransformedPredicate
-
Constructor that performs no validation.
- transformedSet(Set, Transformer) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a transformed set backed by the given set.
- TransformedSet - Class in org.apache.commons.collections.set
-
Decorates another
Setto transform objects that are added. - TransformedSet(Set, Transformer) - Constructor for class org.apache.commons.collections.set.TransformedSet
-
Constructor that wraps (not copies).
- transformedSortedBag(SortedBag, Transformer) - Static method in class org.apache.commons.collections.BagUtils
-
Returns a transformed sorted bag backed by the given bag.
- TransformedSortedBag - Class in org.apache.commons.collections.bag
-
Decorates another
SortedBagto transform objects that are added. - TransformedSortedBag(SortedBag, Transformer) - Constructor for class org.apache.commons.collections.bag.TransformedSortedBag
-
Constructor that wraps (not copies).
- transformedSortedMap(SortedMap, Transformer, Transformer) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a transformed sorted map backed by the given map.
- TransformedSortedMap - Class in org.apache.commons.collections.map
-
Decorates another
SortedMapto transform objects that are added. - TransformedSortedMap(SortedMap, Transformer, Transformer) - Constructor for class org.apache.commons.collections.map.TransformedSortedMap
-
Constructor that wraps (not copies).
- transformedSortedSet(SortedSet, Transformer) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a transformed sorted set backed by the given set.
- TransformedSortedSet - Class in org.apache.commons.collections.set
-
Decorates another
SortedSetto transform objects that are added. - TransformedSortedSet(SortedSet, Transformer) - Constructor for class org.apache.commons.collections.set.TransformedSortedSet
-
Constructor that wraps (not copies).
- transformer - Variable in class org.apache.commons.collections.collection.TransformedCollection
-
The transformer to use
- transformer - Variable in class org.apache.commons.collections.comparators.TransformingComparator
-
The transformer being used.
- transformer - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
The transformer to use
- Transformer - Interface in org.apache.commons.collections
-
Defines a functor interface implemented by classes that transform one object into another.
- TransformerClosure - Class in org.apache.commons.collections.functors
-
Closure implementation that calls a Transformer using the input object and ignore the result.
- TransformerClosure(Transformer) - Constructor for class org.apache.commons.collections.functors.TransformerClosure
-
Constructor that performs no validation.
- TransformerPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns the result of a transformer.
- TransformerPredicate(Transformer) - Constructor for class org.apache.commons.collections.functors.TransformerPredicate
-
Constructor that performs no validation.
- TransformerUtils - Class in org.apache.commons.collections
-
TransformerUtilsprovides reference implementations and utilities for the Transformer functor interface. - TransformerUtils() - Constructor for class org.apache.commons.collections.TransformerUtils
-
This class is not normally instantiated.
- TransformingComparator - Class in org.apache.commons.collections.comparators
-
Decorates another Comparator with transformation behavior.
- TransformingComparator(Transformer) - Constructor for class org.apache.commons.collections.comparators.TransformingComparator
-
Constructs an instance with the given Transformer and a
ComparableComparator. - TransformingComparator(Transformer, Comparator) - Constructor for class org.apache.commons.collections.comparators.TransformingComparator
-
Constructs an instance with the given Transformer and Comparator.
- TransformIterator - Class in org.apache.commons.collections.iterators
-
Decorates an iterator such that each element returned is transformed.
- TransformIterator() - Constructor for class org.apache.commons.collections.iterators.TransformIterator
-
Constructs a new
TransformIteratorthat will not function until thesetIteratormethod is invoked. - TransformIterator(Iterator) - Constructor for class org.apache.commons.collections.iterators.TransformIterator
-
Constructs a new
TransformIteratorthat won't transform elements from the given iterator. - TransformIterator(Iterator, Transformer) - Constructor for class org.apache.commons.collections.iterators.TransformIterator
-
Constructs a new
TransformIteratorthat will use the given iterator and transformer. - transformKey(Object) - Method in class org.apache.commons.collections.map.TransformedMap
-
Transforms a key.
- transformMap(Map) - Method in class org.apache.commons.collections.map.TransformedMap
-
Transforms a map.
- transformValue(Object) - Method in class org.apache.commons.collections.map.TransformedMap
-
Transforms a value.
- TreeBag - Class in org.apache.commons.collections.bag
-
Implements
SortedBag, using aTreeMapto provide the data storage. - TreeBag - Class in org.apache.commons.collections
-
Deprecated.Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
- TreeBag() - Constructor for class org.apache.commons.collections.bag.TreeBag
-
Constructs an empty
TreeBag. - TreeBag() - Constructor for class org.apache.commons.collections.TreeBag
-
Deprecated.Constructs an empty
TreeBag. - TreeBag(Collection) - Constructor for class org.apache.commons.collections.bag.TreeBag
-
Constructs a
TreeBagcontaining all the members of the specified collection. - TreeBag(Collection) - Constructor for class org.apache.commons.collections.TreeBag
-
Deprecated.Constructs a
Bagcontaining all the members of the given collection. - TreeBag(Comparator) - Constructor for class org.apache.commons.collections.bag.TreeBag
-
Constructs an empty bag that maintains order on its unique representative members according to the given
Comparator. - TreeBag(Comparator) - Constructor for class org.apache.commons.collections.TreeBag
-
Deprecated.Constructs an empty
Bagthat maintains order on its unique representative members according to the givenComparator. - TreeBidiMap - Class in org.apache.commons.collections.bidimap
-
Red-Black tree-based implementation of BidiMap where all objects added implement the
Comparableinterface. - TreeBidiMap() - Constructor for class org.apache.commons.collections.bidimap.TreeBidiMap
-
Constructs a new empty TreeBidiMap.
- TreeBidiMap(Map) - Constructor for class org.apache.commons.collections.bidimap.TreeBidiMap
-
Constructs a new TreeBidiMap by copying an existing Map.
- TreeList - Class in org.apache.commons.collections.list
-
A
Listimplementation that is optimised for fast insertions and removals at any index in the list. - TreeList() - Constructor for class org.apache.commons.collections.list.TreeList
-
Constructs a new empty list.
- TreeList(Collection) - Constructor for class org.apache.commons.collections.list.TreeList
-
Constructs a new empty list that copies the specified list.
- trimToSize() - Method in class org.apache.commons.collections.FastArrayList
-
Trim the capacity of this
ArrayListinstance to be the list's current size. - truePredicate() - Static method in class org.apache.commons.collections.PredicateUtils
-
Gets a Predicate that always returns true.
- TruePredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that always returns true.
- typedBag(Bag, Class) - Static method in class org.apache.commons.collections.BagUtils
-
Returns a typed bag backed by the given bag.
- TypedBag - Class in org.apache.commons.collections.bag
-
Decorates another
Bagto validate that elements added are of a specific type. - TypedBag() - Constructor for class org.apache.commons.collections.bag.TypedBag
-
Restrictive constructor.
- typedBuffer(Buffer, Class) - Static method in class org.apache.commons.collections.BufferUtils
-
Returns a typed buffer backed by the given buffer.
- TypedBuffer - Class in org.apache.commons.collections.buffer
-
Decorates another
Bufferto validate that elements added are of a specific type. - TypedBuffer() - Constructor for class org.apache.commons.collections.buffer.TypedBuffer
-
Restrictive constructor.
- typedCollection(Collection, Class) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns a typed collection backed by the given collection.
- TypedCollection - Class in org.apache.commons.collections.collection
-
Decorates a
Collectionto validate that elements added are of a specific type. - TypedCollection() - Constructor for class org.apache.commons.collections.collection.TypedCollection
-
Restrictive constructor.
- typedList(List, Class) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a typed list backed by the given list.
- TypedList - Class in org.apache.commons.collections.list
-
Decorates another
Listto validate that elements added are of a specific type. - TypedList() - Constructor for class org.apache.commons.collections.list.TypedList
-
Restrictive constructor.
- typedMap(Map, Class, Class) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a typed map backed by the given map.
- TypedMap - Class in org.apache.commons.collections.map
-
Decorates another
Mapto validate that elements added are of a specific type. - TypedMap() - Constructor for class org.apache.commons.collections.map.TypedMap
-
Restrictive constructor.
- typedSet(Set, Class) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a typed set backed by the given set.
- TypedSet - Class in org.apache.commons.collections.set
-
Decorates another
Setto validate that elements added are of a specific type. - TypedSet() - Constructor for class org.apache.commons.collections.set.TypedSet
-
Restrictive constructor.
- typedSortedBag(SortedBag, Class) - Static method in class org.apache.commons.collections.BagUtils
-
Returns a typed sorted bag backed by the given bag.
- TypedSortedBag - Class in org.apache.commons.collections.bag
-
Decorates another
SortedBagto validate that elements added are of a specific type. - TypedSortedBag() - Constructor for class org.apache.commons.collections.bag.TypedSortedBag
-
Restrictive constructor.
- typedSortedMap(SortedMap, Class, Class) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a typed sorted map backed by the given map.
- TypedSortedMap - Class in org.apache.commons.collections.map
-
Decorates another
SortedMapto validate that elements added are of a specific type. - TypedSortedMap() - Constructor for class org.apache.commons.collections.map.TypedSortedMap
-
Restrictive constructor.
- typedSortedSet(SortedSet, Class) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a typed sorted set backed by the given set.
- TypedSortedSet - Class in org.apache.commons.collections.set
-
Decorates another
SortedSetto validate that elements added are of a specific type. - TypedSortedSet() - Constructor for class org.apache.commons.collections.set.TypedSortedSet
-
Restrictive constructor.
U
- UnboundedFifoBuffer - Class in org.apache.commons.collections.buffer
-
UnboundedFifoBuffer is a very efficient implementation of
Bufferthat can grow to any size. - UnboundedFifoBuffer - Class in org.apache.commons.collections
-
Deprecated.Moved to buffer subpackage. Due to be removed in v4.0.
- UnboundedFifoBuffer() - Constructor for class org.apache.commons.collections.buffer.UnboundedFifoBuffer
-
Constructs an UnboundedFifoBuffer with the default number of elements.
- UnboundedFifoBuffer() - Constructor for class org.apache.commons.collections.UnboundedFifoBuffer
-
Deprecated.Constructs an UnboundedFifoBuffer with the default number of elements.
- UnboundedFifoBuffer(int) - Constructor for class org.apache.commons.collections.buffer.UnboundedFifoBuffer
-
Constructs an UnboundedFifoBuffer with the specified number of elements.
- UnboundedFifoBuffer(int) - Constructor for class org.apache.commons.collections.UnboundedFifoBuffer
-
Deprecated.Constructs an UnboundedFifoBuffer with the specified number of elements.
- union(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns a
Collectioncontaining the union of the givenCollections. - union(List, List) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a new list containing the second list appended to the first list.
- UniqueFilterIterator - Class in org.apache.commons.collections.iterators
-
A FilterIterator which only returns "unique" Objects.
- UniqueFilterIterator(Iterator) - Constructor for class org.apache.commons.collections.iterators.UniqueFilterIterator
-
Constructs a new
UniqueFilterIterator. - uniquePredicate() - Static method in class org.apache.commons.collections.PredicateUtils
-
Creates a Predicate that returns true the first time an object is encountered, and false if the same object is received again.
- UniquePredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true the first time an object is passed into the predicate.
- UniquePredicate() - Constructor for class org.apache.commons.collections.functors.UniquePredicate
-
Constructor that performs no validation.
- uniqueSet() - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
- uniqueSet() - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Returns an unmodifiable view of the underlying map's key set.
- uniqueSet() - Method in class org.apache.commons.collections.bag.PredicatedBag
- uniqueSet() - Method in class org.apache.commons.collections.bag.SynchronizedBag
- uniqueSet() - Method in class org.apache.commons.collections.bag.TransformedBag
- uniqueSet() - Method in interface org.apache.commons.collections.Bag
-
Returns a
Setof unique elements in the Bag. - uniqueSet() - Method in class org.apache.commons.collections.bag.UnmodifiableBag
- uniqueSet() - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
- uniqueSet() - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.Returns an unmodifiable view of the underlying map's key set.
- UNKNOWN_AFTER - Static variable in class org.apache.commons.collections.comparators.FixedOrderComparator
-
Behavior when comparing unknown Objects: unknown objects compare as after known Objects.
- UNKNOWN_BEFORE - Static variable in class org.apache.commons.collections.comparators.FixedOrderComparator
-
Behavior when comparing unknown Objects: unknown objects compare as before known Objects.
- UNKNOWN_THROW_EXCEPTION - Static variable in class org.apache.commons.collections.comparators.FixedOrderComparator
-
Behavior when comparing unknown Objects: unknown objects cause a IllegalArgumentException to be thrown.
- Unmodifiable - Interface in org.apache.commons.collections
-
Marker interface for collections, maps and iterators that are unmodifiable.
- unmodifiableBag(Bag) - Static method in class org.apache.commons.collections.BagUtils
-
Returns an unmodifiable view of the given bag.
- UnmodifiableBag - Class in org.apache.commons.collections.bag
-
Decorates another
Bagto ensure it can't be altered. - UnmodifiableBidiMap - Class in org.apache.commons.collections.bidimap
-
Decorates another
BidiMapto ensure it can't be altered. - UnmodifiableBoundedCollection - Class in org.apache.commons.collections.collection
-
UnmodifiableBoundedCollectiondecorates anotherBoundedCollectionto ensure it can't be altered. - unmodifiableBuffer(Buffer) - Static method in class org.apache.commons.collections.BufferUtils
-
Returns an unmodifiable buffer backed by the given buffer.
- UnmodifiableBuffer - Class in org.apache.commons.collections.buffer
-
Decorates another
Bufferto ensure it can't be altered. - unmodifiableCollection(Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns an unmodifiable collection backed by the given collection.
- UnmodifiableCollection - Class in org.apache.commons.collections.collection
-
Decorates another
Collectionto ensure it can't be altered. - UnmodifiableEntrySet - Class in org.apache.commons.collections.map
-
Decorates a map entry
Setto ensure it can't be altered. - unmodifiableIterator(Iterator) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an immutable version of an
Iterator. - UnmodifiableIterator - Class in org.apache.commons.collections.iterators
-
Decorates an iterator such that it cannot be modified.
- unmodifiableList(List) - Static method in class org.apache.commons.collections.ListUtils
-
Returns an unmodifiable list backed by the given list.
- UnmodifiableList - Class in org.apache.commons.collections.list
-
Decorates another
Listto ensure it can't be altered. - unmodifiableListIterator(ListIterator) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an immutable version of a
ListIterator. - UnmodifiableListIterator - Class in org.apache.commons.collections.iterators
-
Decorates a list iterator such that it cannot be modified.
- unmodifiableMap(Map) - Static method in class org.apache.commons.collections.MapUtils
-
Returns an unmodifiable map backed by the given map.
- UnmodifiableMap - Class in org.apache.commons.collections.map
-
Decorates another
Mapto ensure it can't be altered. - UnmodifiableMapEntry - Class in org.apache.commons.collections.keyvalue
-
A
Map.Entrythat throws UnsupportedOperationException whensetValueis called. - UnmodifiableMapEntry(Object, Object) - Constructor for class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry
-
Constructs a new entry with the specified key and given value.
- UnmodifiableMapEntry(Map.Entry) - Constructor for class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry
-
Constructs a new entry from the specified
Map.Entry. - UnmodifiableMapEntry(KeyValue) - Constructor for class org.apache.commons.collections.keyvalue.UnmodifiableMapEntry
-
Constructs a new entry from the specified
KeyValue. - unmodifiableMapIterator(MapIterator) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an immutable version of a
MapIterator. - UnmodifiableMapIterator - Class in org.apache.commons.collections.iterators
-
Decorates a map iterator such that it cannot be modified.
- UnmodifiableOrderedBidiMap - Class in org.apache.commons.collections.bidimap
-
Decorates another
OrderedBidiMapto ensure it can't be altered. - UnmodifiableOrderedMap - Class in org.apache.commons.collections.map
-
Decorates another
OrderedMapto ensure it can't be altered. - UnmodifiableOrderedMapIterator - Class in org.apache.commons.collections.iterators
-
Decorates an ordered map iterator such that it cannot be modified.
- unmodifiableSet(Set) - Static method in class org.apache.commons.collections.SetUtils
-
Returns an unmodifiable set backed by the given set.
- UnmodifiableSet - Class in org.apache.commons.collections.set
-
Decorates another
Setto ensure it can't be altered. - unmodifiableSortedBag(SortedBag) - Static method in class org.apache.commons.collections.BagUtils
-
Returns an unmodifiable view of the given sorted bag.
- UnmodifiableSortedBag - Class in org.apache.commons.collections.bag
-
Decorates another
SortedBagto ensure it can't be altered. - UnmodifiableSortedBidiMap - Class in org.apache.commons.collections.bidimap
-
Decorates another
SortedBidiMapto ensure it can't be altered. - unmodifiableSortedMap(SortedMap) - Static method in class org.apache.commons.collections.MapUtils
-
Returns an unmodifiable sorted map backed by the given sorted map.
- UnmodifiableSortedMap - Class in org.apache.commons.collections.map
-
Decorates another
SortedMapto ensure it can't be altered. - unmodifiableSortedSet(SortedSet) - Static method in class org.apache.commons.collections.SetUtils
-
Returns an unmodifiable sorted set backed by the given sorted set.
- UnmodifiableSortedSet - Class in org.apache.commons.collections.set
-
Decorates another
SortedSetto ensure it can't be altered. - unregisterCursor(CursorableLinkedList.Cursor) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Removes a
CursorableLinkedList.Cursorfrom the set of cursors to be notified of changes to this list. - unregisterCursor(CursorableLinkedList.Cursor) - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Deregisters a cursor from the list to be notified of changes.
- updateCurrentIterator() - Method in class org.apache.commons.collections.iterators.IteratorChain
-
Updates the current iterator field to ensure that the current Iterator is not exhausted
- updateCurrentIterator() - Method in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
Loops around the iterators to find the next value to return.
- updateEntry(AbstractHashedMap.HashEntry, Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Updates an existing key-value mapping to change the value.
- updateEntry(AbstractHashedMap.HashEntry, Object) - Method in class org.apache.commons.collections.map.LRUMap
-
Updates an existing key-value mapping.
- updateNode(AbstractLinkedList.Node, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Updates the node with a new value.
- updateNode(AbstractLinkedList.Node, Object) - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Updates the node with a new value.
V
- validate(Object) - Method in class org.apache.commons.collections.collection.PredicatedCollection
-
Validates the object being added to ensure it matches the predicate.
- validate(Object, Object) - Method in class org.apache.commons.collections.map.PredicatedMap
-
Validates a key value pair.
- value - Variable in class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger
-
The value of this mutable.
- value - Variable in class org.apache.commons.collections.keyvalue.AbstractKeyValue
-
The value
- value - Variable in class org.apache.commons.collections.list.AbstractLinkedList.Node
-
The object contained within this node
- value - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
-
The value
- value - Variable in class org.apache.commons.collections.map.DefaultedMap
-
The transformer to use if the map does not contain a key
- valueIterator() - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Convenience method for getting an iterator over the values.
- valueList() - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets a view over the values in the map as a List.
- valuePredicate - Variable in class org.apache.commons.collections.map.PredicatedMap
-
The value predicate to use
- values - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
View of the values.
- values - Variable in class org.apache.commons.collections.map.AbstractHashedMap
-
Values
- values() - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.Returns the values for the BeanMap.
- values() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Gets a values view of the map.
- values() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Returns a set view of the values contained in this map in key order.
- values() - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
- values() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
- values() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
- values() - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Returns a collection view of the values contained in this map.
- values() - Method in class org.apache.commons.collections.FastHashMap
-
Return a collection view of the values contained in this map.
- values() - Method in class org.apache.commons.collections.FastTreeMap
-
Return a collection view of the values contained in this map.
- values() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the values view of the map.
- values() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
- values() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Returns a collection view of this map's values.
- values() - Method in class org.apache.commons.collections.map.CompositeMap
-
Returns a collection view of the values contained in this map.
- values() - Method in class org.apache.commons.collections.map.FixedSizeMap
- values() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
- values() - Method in class org.apache.commons.collections.map.Flat3Map
-
Gets the values view of the map.
- values() - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets a view over the values in the map.
- values() - Method in class org.apache.commons.collections.map.MultiKeyMap
- values() - Method in class org.apache.commons.collections.map.MultiValueMap
-
Gets a collection containing all the values in the map.
- values() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the unmodifiable values view of the map.
- values() - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Gets the values.
- values() - Method in class org.apache.commons.collections.map.UnmodifiableMap
- values() - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
- values() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
- values() - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.Gets a collection containing all the values in the map.
- values() - Method in interface org.apache.commons.collections.MultiMap
-
Gets a collection containing all the values in the map.
- values() - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.Invokes the underlying
Map.values()method. - values() - Method in class org.apache.commons.collections.ReferenceMap
-
Deprecated.Returns a collection view of this map's values.
- values() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Implements
Map.values(). - values() - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.Implements
Map.values(). - Values(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
-
Constructs a new view of the BidiMap.
- Values(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.Values
- valuesByValue() - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.Returns a collection view of the values contained in this map.
- ValuesIterator(Iterator, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
-
Constructor.
- ValuesIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator
- ValuesIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator
- valueTransformer - Variable in class org.apache.commons.collections.map.TransformedMap
-
The transformer to use for the value
- valueType - Variable in class org.apache.commons.collections.map.AbstractReferenceMap
-
The reference type for values.
- verbosePrint(PrintStream, Object, Map) - Static method in class org.apache.commons.collections.MapUtils
-
Prints the given map with nice line breaks.
- View(Collection, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
-
Constructs a new view of the BidiMap.
- ViewMap(DualTreeBidiMap, SortedMap) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
-
Constructor.
W
- WEAK - Static variable in class org.apache.commons.collections.map.AbstractReferenceMap
-
Constant indicating that weak references should be used
- WEAK - Static variable in class org.apache.commons.collections.ReferenceMap
-
Deprecated.Constant indicating that weak references should be used.
- whileClosure(Predicate, Closure) - Static method in class org.apache.commons.collections.ClosureUtils
-
Creates a Closure that will call the closure repeatedly until the predicate returns false.
- WhileClosure - Class in org.apache.commons.collections.functors
-
Closure implementation that executes a closure repeatedly until a condition is met, like a do-while or while loop.
- WhileClosure(Predicate, Closure, boolean) - Constructor for class org.apache.commons.collections.functors.WhileClosure
-
Constructor that performs no validation.
- writeExternal(ObjectOutput) - Method in class org.apache.commons.collections.LRUMap
-
Deprecated.
- writeExternal(ObjectOutput) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.Serializes this map to the given stream.
_
- _cursors - Variable in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.A list of the currently
CursorableLinkedList.Cursors currently open in this list. - _head - Variable in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.A sentry node.
- _modCount - Variable in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.Tracks the number of structural modifications to me.
- _size - Variable in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.The number of elements in me.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form