- AbstractBagDecorator - Class in org.apache.commons.collections.bag
-
Decorates another Bag
to provide additional behaviour.
- AbstractBagDecorator() - Constructor for class org.apache.commons.collections.bag.AbstractBagDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractBagDecorator(Bag) - 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 Buffer
to provide additional behaviour.
- AbstractBufferDecorator() - Constructor for class org.apache.commons.collections.buffer.AbstractBufferDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractBufferDecorator(Buffer) - Constructor for class org.apache.commons.collections.buffer.AbstractBufferDecorator
-
Constructor that wraps (not copies).
- AbstractCollectionDecorator - Class in org.apache.commons.collections.collection
-
Decorates another Collection
to provide additional behaviour.
- AbstractCollectionDecorator() - Constructor for class org.apache.commons.collections.collection.AbstractCollectionDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractCollectionDecorator(Collection) - Constructor for class org.apache.commons.collections.collection.AbstractCollectionDecorator
-
Constructor that wraps (not copies).
- AbstractDualBidiMap - Class in org.apache.commons.collections.bidimap
-
Abstract BidiMap
implemented using two maps.
- AbstractDualBidiMap() - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Creates an empty map, initialised by createMap
.
- AbstractDualBidiMap(Map, 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 createBidiMap
implementation.
- AbstractDualBidiMap.BidiMapIterator - Class in org.apache.commons.collections.bidimap
-
Inner class MapIterator.
- AbstractDualBidiMap.BidiMapIterator(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
-
Constructor.
- AbstractDualBidiMap.EntrySet - Class in org.apache.commons.collections.bidimap
-
Inner class EntrySet.
- AbstractDualBidiMap.EntrySet(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet
-
Constructs a new view of the BidiMap.
- AbstractDualBidiMap.EntrySetIterator - Class in org.apache.commons.collections.bidimap
-
Inner class EntrySetIterator.
- AbstractDualBidiMap.EntrySetIterator(Iterator, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
-
Constructor.
- AbstractDualBidiMap.KeySet - Class in org.apache.commons.collections.bidimap
-
Inner class KeySet.
- AbstractDualBidiMap.KeySet(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
-
Constructs a new view of the BidiMap.
- AbstractDualBidiMap.KeySetIterator - Class in org.apache.commons.collections.bidimap
-
Inner class KeySetIterator.
- AbstractDualBidiMap.KeySetIterator(Iterator, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
-
Constructor.
- AbstractDualBidiMap.MapEntry - Class in org.apache.commons.collections.bidimap
-
Inner class MapEntry.
- AbstractDualBidiMap.MapEntry(Map.Entry, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry
-
Constructor.
- AbstractDualBidiMap.Values - Class in org.apache.commons.collections.bidimap
-
Inner class Values.
- AbstractDualBidiMap.Values(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
-
Constructs a new view of the BidiMap.
- AbstractDualBidiMap.ValuesIterator - Class in org.apache.commons.collections.bidimap
-
Inner class ValuesIterator.
- AbstractDualBidiMap.ValuesIterator(Iterator, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
-
Constructor.
- AbstractDualBidiMap.View - Class in org.apache.commons.collections.bidimap
-
Inner class View.
- AbstractDualBidiMap.View(Collection, AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
-
Constructs a new view of the BidiMap.
- 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, float, int) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap
-
Constructor which performs no validation on the passed in parameters.
- AbstractHashedMap(int) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap
-
Constructs a new, empty map with the specified initial capacity and
default load factor.
- AbstractHashedMap(int, float) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap
-
Constructs a new, empty map with the specified initial capacity and
load factor.
- AbstractHashedMap(Map) - 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.EntrySet(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
-
- AbstractHashedMap.EntrySetIterator - Class in org.apache.commons.collections.map
-
EntrySet iterator.
- AbstractHashedMap.EntrySetIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator
-
- AbstractHashedMap.HashEntry - Class in org.apache.commons.collections.map
-
HashEntry used to store the data.
- AbstractHashedMap.HashEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
-
- AbstractHashedMap.HashIterator - Class in org.apache.commons.collections.map
-
Base Iterator
- AbstractHashedMap.HashIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
-
- AbstractHashedMap.HashMapIterator - Class in org.apache.commons.collections.map
-
MapIterator implementation.
- AbstractHashedMap.HashMapIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
-
- AbstractHashedMap.KeySet - Class in org.apache.commons.collections.map
-
KeySet implementation.
- AbstractHashedMap.KeySet(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySet
-
- AbstractHashedMap.KeySetIterator - Class in org.apache.commons.collections.map
-
KeySet iterator.
- AbstractHashedMap.KeySetIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator
-
- AbstractHashedMap.Values - Class in org.apache.commons.collections.map
-
Values implementation.
- AbstractHashedMap.Values(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.Values
-
- AbstractHashedMap.ValuesIterator - Class in org.apache.commons.collections.map
-
Values iterator.
- AbstractHashedMap.ValuesIterator(AbstractHashedMap) - Constructor for class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator
-
- 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
KeyValue
and
Map.Entry
implementations.
- 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.LinkedListIterator(AbstractLinkedList, int) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
Create a ListIterator for a list.
- AbstractLinkedList.LinkedSubList - Class in org.apache.commons.collections.list
-
The sublist implementation for AbstractLinkedList.
- AbstractLinkedList.LinkedSubList(AbstractLinkedList, int, int) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
-
- AbstractLinkedList.LinkedSubListIterator - Class in org.apache.commons.collections.list
-
A list iterator over the linked sub list.
- AbstractLinkedList.LinkedSubListIterator(AbstractLinkedList.LinkedSubList, int) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
-
- AbstractLinkedList.Node - Class in org.apache.commons.collections.list
-
A node within the linked list.
- AbstractLinkedList.Node() - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node
-
Constructs a new header node.
- AbstractLinkedList.Node(Object) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node
-
Constructs a new node.
- AbstractLinkedList.Node(AbstractLinkedList.Node, AbstractLinkedList.Node, Object) - Constructor for class org.apache.commons.collections.list.AbstractLinkedList.Node
-
Constructs a new node.
- 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, float, int) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap
-
Constructor which performs no validation on the passed in parameters.
- AbstractLinkedMap(int) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap
-
Constructs a new, empty map with the specified initial capacity.
- AbstractLinkedMap(int, float) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap
-
Constructs a new, empty map with the specified initial capacity and
load factor.
- AbstractLinkedMap(Map) - 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.EntrySetIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
-
- AbstractLinkedMap.KeySetIterator - Class in org.apache.commons.collections.map
-
KeySet iterator.
- AbstractLinkedMap.KeySetIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator
-
- AbstractLinkedMap.LinkEntry - Class in org.apache.commons.collections.map
-
LinkEntry that stores the data.
- AbstractLinkedMap.LinkEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkEntry
-
Constructs a new entry.
- AbstractLinkedMap.LinkIterator - Class in org.apache.commons.collections.map
-
Base Iterator that iterates in link order.
- AbstractLinkedMap.LinkIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
-
- AbstractLinkedMap.LinkMapIterator - Class in org.apache.commons.collections.map
-
MapIterator implementation.
- AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
-
- AbstractLinkedMap.ValuesIterator - Class in org.apache.commons.collections.map
-
Values iterator.
- AbstractLinkedMap.ValuesIterator(AbstractLinkedMap) - Constructor for class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator
-
- AbstractListDecorator - Class in org.apache.commons.collections.list
-
Decorates another List
to provide additional behaviour.
- AbstractListDecorator() - Constructor for class org.apache.commons.collections.list.AbstractListDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractListDecorator(List) - 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
Bag
interface to simplify the creation
of subclass implementations.
- AbstractMapBag() - Constructor for class org.apache.commons.collections.bag.AbstractMapBag
-
Constructor needed for subclass serialisation.
- AbstractMapBag(Map) - 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.Entry
implementations.
- 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.
- AbstractReferenceMap.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.
- 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 Set
to provide additional behaviour.
- AbstractSetDecorator() - Constructor for class org.apache.commons.collections.set.AbstractSetDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractSetDecorator(Set) - Constructor for class org.apache.commons.collections.set.AbstractSetDecorator
-
Constructor that wraps (not copies).
- AbstractSortedBagDecorator - Class in org.apache.commons.collections.bag
-
Decorates another SortedBag
to provide additional behaviour.
- AbstractSortedBagDecorator() - Constructor for class org.apache.commons.collections.bag.AbstractSortedBagDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractSortedBagDecorator(SortedBag) - 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 SortedSet
to provide additional behaviour.
- AbstractSortedSetDecorator() - Constructor for class org.apache.commons.collections.set.AbstractSortedSetDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractSortedSetDecorator(Set) - Constructor for class org.apache.commons.collections.set.AbstractSortedSetDecorator
-
Constructor that wraps (not copies).
- add(Object, int) - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
-
- 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, 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) - Method in interface org.apache.commons.collections.Bag
-
(Violation)
Adds one copy the specified object to the Bag.
- add(Object, int) - Method in interface org.apache.commons.collections.Bag
-
Adds nCopies
copies 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) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
-
- add(Object, int) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
-
- add(Object) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
-
- add(Object, int) - 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(CompositeCollection, Collection[], Object) - Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator
-
Called when an object is to be added to the composite.
- 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(int, Object) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.
Inserts the specified element at the specified position in 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, 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(Object) - Method in class org.apache.commons.collections.FastArrayList
-
Appends the specified element to the end of 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(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
UnsupportedOperationException
when 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
-
- 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
UnsupportedOperationException
when this method is invoked.
- add(Object) - Method in class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.
- 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(Object) - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
-
- add(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- add(int, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- add(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
- add(int, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
-
- add(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
-
- add(int, Object) - Method in class org.apache.commons.collections.list.AbstractListDecorator
-
- 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(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(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(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(Object) - Method in class org.apache.commons.collections.list.TransformedList.TransformedListIterator
-
- add(int, Object) - Method in class org.apache.commons.collections.list.TreeList
-
Adds a new element to the list.
- add(Object) - Method in class org.apache.commons.collections.list.UnmodifiableList
-
- add(int, 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(int, 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.
- addAll(Collection) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
- 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(CompositeCollection, Collection[], Collection) - Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator
-
Called when a collection is to be added to the composite.
- 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, Iterator) - Static method in class org.apache.commons.collections.CollectionUtils
-
Adds all elements in the iteration 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, Object[]) - Static method in class org.apache.commons.collections.CollectionUtils
-
Adds all elements in the array to the given collection.
- 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
's
Iterator
.
- 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(Collection) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.
- 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(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(Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- addAll(int, Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- addAll(Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
-
- 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(Collection) - Method in class org.apache.commons.collections.list.FixedSizeList
-
- 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(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(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(Collection) - Method in class org.apache.commons.collections.list.UnmodifiableList
-
- addAll(int, 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(int, 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
-
- 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 these Collections to the list of collections in this composite
- addComposited(Collection) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Add an additional collection to this composite.
- addComposited(Collection, Collection) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Add two additional collections to this composite.
- addComposited(Map) - Method in class org.apache.commons.collections.map.CompositeMap
-
Add an additional Map to the composite.
- addComposited(Collection) - Method in class org.apache.commons.collections.set.CompositeSet
-
Add a Set to this composite
- addComposited(Collection, Collection) - Method in class org.apache.commons.collections.set.CompositeSet
-
Add two sets to this composite
- addComposited(Collection[]) - Method in class org.apache.commons.collections.set.CompositeSet
-
Add an array of sets to this 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
Iterator
to 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
value
and inserts it after node
.
- addNodeBefore(AbstractLinkedList.Node, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Creates a new node with the specified object as its
value
and inserts it before node
.
- addNodeToCache(AbstractLinkedList.Node) - 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 - 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.
- 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(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.
- 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.
- 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.
- 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.
- 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(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.
- 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 - Class in org.apache.commons.collections.iterators
-
- ArrayIterator() - Constructor for class org.apache.commons.collections.iterators.ArrayIterator
-
Constructor for use with setArray
.
- ArrayIterator(Object) - Constructor for class org.apache.commons.collections.iterators.ArrayIterator
-
Constructs an ArrayIterator that will iterate over the values in the
specified array.
- ArrayIterator(Object, int) - Constructor for class org.apache.commons.collections.iterators.ArrayIterator
-
Constructs an ArrayIterator that will iterate over the values in the
specified array from a specific start index.
- ArrayIterator(Object, int, int) - Constructor for class org.apache.commons.collections.iterators.ArrayIterator
-
Construct an ArrayIterator that will iterate over a range of values
in the specified array.
- arrayIterator(Object[]) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator over an object array.
- arrayIterator(Object) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator over an object or primitive array.
- arrayIterator(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) - 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 array.
- arrayIterator(Object, int, int) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator over part of an object or primitive array.
- ArrayListIterator - Class in org.apache.commons.collections.iterators
-
- ArrayListIterator() - Constructor for class org.apache.commons.collections.iterators.ArrayListIterator
-
Constructor for use with setArray
.
- ArrayListIterator(Object) - Constructor for class org.apache.commons.collections.iterators.ArrayListIterator
-
Constructs an ArrayListIterator that will iterate over the values in the
specified array.
- ArrayListIterator(Object, int) - Constructor for class org.apache.commons.collections.iterators.ArrayListIterator
-
Constructs an ArrayListIterator that will iterate over the values in the
specified array from a specific start index.
- ArrayListIterator(Object, int, int) - Constructor for class org.apache.commons.collections.iterators.ArrayListIterator
-
Construct an ArrayListIterator that will iterate over a range of values
in the specified array.
- arrayListIterator(Object[]) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a list iterator over an object array.
- arrayListIterator(Object) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a list iterator over an object or primitive array.
- arrayListIterator(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) - 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 array.
- arrayListIterator(Object, int, int) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a list iterator over part of an object or primitive array.
- ArrayStack - Class in org.apache.commons.collections
-
An implementation of the
Stack
API that is based on an
ArrayList
instead of a
Vector
, so it is not
synchronized to protect against multi-threaded access.
- ArrayStack() - Constructor for class org.apache.commons.collections.ArrayStack
-
Constructs a new empty ArrayStack
.
- ArrayStack(int) - Constructor for class org.apache.commons.collections.ArrayStack
-
Constructs a new empty ArrayStack
with an initial size.
- ascendingOrder - Variable in class org.apache.commons.collections.buffer.PriorityBuffer
-
If true, the first element as determined by the sort order will
be returned.
- asClosure(Transformer) - 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(Predicate) - Static method in class org.apache.commons.collections.TransformerUtils
-
Creates a Transformer that calls a Predicate 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.
- atomic(Runnable) - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Prevents any operations from occurring on this map while the
given
Runnable
executes.
- atomic(Runnable) - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.
Prevents any operations from occurring on this map while the
given
Runnable
executes.
- 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(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(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(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 - 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(Comparator, Comparator) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Gets a comparator that compares using two
Comparator
s.
- chainedComparator(Comparator[]) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Gets a comparator that compares using an array of
Comparator
s, applied
in sequence until one returns not equal or the array is exhausted.
- chainedComparator(Collection) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Gets a comparator that compares using a collection of
Comparator
s,
applied in (default iterator) sequence until one returns not equal or the
collection is exhausted.
- chainedIterator(Iterator, Iterator) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that iterates through two
Iterator
s
one after another.
- chainedIterator(Iterator[]) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that iterates through an array of
Iterator
s
one after another.
- chainedIterator(Collection) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that iterates through a collections of
Iterator
s
one after another.
- 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.
- 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(Transformer[]) - Static method in class org.apache.commons.collections.TransformerUtils
-
Create a new Transformer that calls each transformer in turn, passing the
result into the next transformer.
- chainedTransformer(Collection) - Static method in class org.apache.commons.collections.TransformerUtils
-
Create a new Transformer that calls each transformer in turn, passing the
result into the next transformer.
- checkBound(int, String) - Method in class org.apache.commons.collections.iterators.ArrayIterator
-
Checks whether the index is valid or not.
- checkCapacity() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Checks the capacity of the map and enlarges it if necessary.
- 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.
- clear() - Method in class org.apache.commons.collections.ReferenceMap
-
Deprecated.
Clears this map.
- clear() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.
- 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.
- 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 FastArrayList
instance.
- clone() - Method in class org.apache.commons.collections.FastHashMap
-
Return a shallow copy of this FastHashMap
instance.
- clone() - Method in class org.apache.commons.collections.FastTreeMap
-
Return a shallow copy of this FastTreeMap
instance.
- clone() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.CaseInsensitiveMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.Flat3Map
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.HashedMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.IdentityMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.LinkedMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.LRUMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.commons.collections.map.SingletonMap
-
Clones the map without cloning the key or value.
- clone() - Method in class org.apache.commons.collections.MultiHashMap
-
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 - Class in org.apache.commons.collections.functors
-
Transformer implementation that returns a clone of the input object.
- cloneTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a transformer that returns a clone of the input
object.
- close() - Method in class org.apache.commons.collections.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
-
ClosureUtils
provides reference implementations and utilities
for the Closure functor interface.
- ClosureUtils() - Constructor for class org.apache.commons.collections.ClosureUtils
-
This class is not normally instantiated.
- collatedIterator(Comparator, 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
Iterator
s.
- 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
Iterator
s.
- 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
Iterator
s.
- 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 CollatingIterator
that will used the
specified comparator for ordering.
- CollatingIterator(Comparator, int) - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
-
Constructs a new CollatingIterator
that will used the
specified comparator for ordering and have the specified initial
capacity.
- CollatingIterator(Comparator, Iterator, Iterator) - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
-
Constructs a new CollatingIterator
that will use the
specified comparator to provide ordered iteration over the two
given iterators.
- CollatingIterator(Comparator, Iterator[]) - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
-
Constructs a new CollatingIterator
that will use the
specified comparator to provide ordered iteration over the array
of iterators.
- CollatingIterator(Comparator, Collection) - Constructor for class org.apache.commons.collections.iterators.CollatingIterator
-
Constructs a new CollatingIterator
that will use the
specified comparator to provide ordered iteration over the collection
of iterators.
- collect(Collection, 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(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(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, 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
Collection
instances.
- CollectionUtils() - Constructor for class org.apache.commons.collections.CollectionUtils
-
CollectionUtils
should not normally be instantiated.
- combine(ExtendedProperties) - Method in class org.apache.commons.collections.ExtendedProperties
-
Combines an existing Hashtable with this Hashtable.
- ComparableComparator - Class in org.apache.commons.collections.comparators
-
- ComparableComparator() - Constructor for class org.apache.commons.collections.comparators.ComparableComparator
-
Constructor whose use should be avoided.
- comparator() - Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator
-
- comparator() - Method in class org.apache.commons.collections.bag.PredicatedSortedBag
-
- comparator() - Method in class org.apache.commons.collections.bag.SynchronizedSortedBag
-
- comparator() - Method in class org.apache.commons.collections.bag.TransformedSortedBag
-
- comparator() - Method in class org.apache.commons.collections.bag.TreeBag
-
- comparator() - Method in class org.apache.commons.collections.bidimap.AbstractSortedBidiMapDecorator
-
- comparator - Variable in class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
The comparator to use
- comparator() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
- comparator - Variable in class org.apache.commons.collections.buffer.PriorityBuffer
-
The comparator used to order the elements
- comparator() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Gets the comparator being used for this buffer, null is natural order.
- comparator() - Method in class org.apache.commons.collections.FastTreeMap
-
Return the comparator used to order this map, or null
if this map uses its keys' natural order.
- comparator() - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
-
- comparator() - Method in class org.apache.commons.collections.map.LazySortedMap
-
- comparator() - Method in class org.apache.commons.collections.map.PredicatedSortedMap
-
- comparator() - Method in class org.apache.commons.collections.map.TransformedSortedMap
-
- comparator() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
-
- comparator() - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
-
- comparator() - Method in class org.apache.commons.collections.set.PredicatedSortedSet
-
- comparator() - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
-
- comparator() - Method in class org.apache.commons.collections.set.TransformedSortedSet
-
- comparator() - Method in interface org.apache.commons.collections.SortedBag
-
Returns the comparator associated with this sorted set, or null
if it uses its elements' natural ordering.
- comparator() - Method in class org.apache.commons.collections.TreeBag
-
Deprecated.
- 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.
- comparatorChain - Variable in class org.apache.commons.collections.comparators.ComparatorChain
-
The list of comparators in the chain.
- ComparatorUtils - Class in org.apache.commons.collections
-
Provides convenient static utility methods for Comparator
objects.
- ComparatorUtils() - Constructor for class org.apache.commons.collections.ComparatorUtils
-
ComparatorUtils should not normally be instantiated.
- compare(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(Boolean, Boolean) - Method in class org.apache.commons.collections.comparators.BooleanComparator
-
- compare(Object, Object) - Method in class org.apache.commons.collections.comparators.ComparableComparator
-
- 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, 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(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.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 set
composited
- 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 - 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.
- 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.
- 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 true
if this list contains the specified element.
- contains(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- contains(Object) - Method in class org.apache.commons.collections.list.SetUniqueList
-
- contains(Object) - Method in class org.apache.commons.collections.list.TreeList
-
Searches for the presence of an object in the list.
- contains(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
-
- contains(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
-
- contains(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.Values
-
- contains(Object) - Method in class org.apache.commons.collections.set.MapBackedSet
-
- containsAll(Collection) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Determines if the bag contains the given elements.
- containsAll(Collection) - Method in interface org.apache.commons.collections.Bag
-
(Violation)
Returns true
if the bag contains all elements in
the given collection, respecting cardinality.
- containsAll(Collection) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
-
- containsAll(Collection) - Method in class org.apache.commons.collections.collection.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(Bag) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.
Returns true
if the bag contains all elements in
the given collection, respecting cardinality.
- containsAll(Collection) - Method in class org.apache.commons.collections.FastArrayList
-
Return true
if this list contains all of the elements
in the specified Collection.
- containsAll(Collection) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- containsAll(Collection) - Method in class org.apache.commons.collections.list.SetUniqueList
-
- containsAll(Collection) - Method in class org.apache.commons.collections.set.MapBackedSet
-
- containsAny(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns true
iff at least one element is in both collections.
- containsKey(Object) - Method in class org.apache.commons.collections.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 true
if this map contains a mapping for the
specified key.
- containsKey(Object) - Method in class org.apache.commons.collections.FastTreeMap
-
Return true
if this map contains a mapping for the
specified key.
- containsKey(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Checks whether the map contains the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
-
- containsKey(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Checks whether the map contains the specified key.
- containsKey(Object) - Method in class org.apache.commons.collections.map.CompositeMap
-
Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class org.apache.commons.collections.map.Flat3Map
-
Checks whether the map contains the specified key.
- containsKey(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsKey(Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsKey(Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsKey(Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Checks whether the map contains the specified multi-key.
- containsKey(Object) - Method in class org.apache.commons.collections.map.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.
- containsKey(Object) - Method in class org.apache.commons.collections.ReferenceMap
-
Deprecated.
Returns true
if this map contains the given key.
- containsKey(Object) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.
- containsKey(Object) - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.
- 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 true
if this map contains one or more keys mapping
to the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.FastTreeMap
-
Return true
if this map contains one or more keys mapping
to the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
-
- containsValue(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.map.CompositeMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.map.Flat3Map
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
- containsValue(Object) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Checks whether the map contains the value specified.
- containsValue(Object, Object) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Checks whether the collection at the specified key contains the value.
- containsValue(Object) - Method in class org.apache.commons.collections.map.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, Object) - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.
Checks whether the collection at the specified key contains the value.
- containsValue(Object) - Method in interface org.apache.commons.collections.MultiMap
-
Checks whether the map contains the value specified.
- containsValue(Object) - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.
- containsValue(Object) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.
- containsValue(Object) - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.
- convertKey(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Converts input keys to another object for storage in the map.
- convertKey(Object) - Method in class org.apache.commons.collections.map.CaseInsensitiveMap
-
- convertProperties(Properties) - Static method in class org.apache.commons.collections.ExtendedProperties
-
Convert a standard properties class into a configuration class.
- 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(Iterator) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Creates an entry set iterator.
- createEntrySetIterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Creates an entry set iterator.
- createEntrySetIterator() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Creates an entry set iterator.
- createEntrySetIterator() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Creates an entry set iterator.
- createHeaderNode() - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Creates a new node with previous, next and element all set to null.
- createKeySetIterator(Iterator) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Creates a key set iterator.
- createKeySetIterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Creates a key set iterator.
- createKeySetIterator() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Creates a key set iterator.
- createKeySetIterator() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Creates an key set iterator.
- createMap() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Deprecated.
For constructors, use the new two map constructor.
For deserialization, populate the maps array directly in readObject.
- createNode(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
-
Create a new
Set
with the same type as the provided
set
and populate it with all elements of
list
.
- 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(Iterator) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Creates a values iterator.
- createValuesIterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Creates a values iterator.
- createValuesIterator() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Creates a values iterator.
- createValuesIterator() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Creates an values iterator.
- createWriteMethodArguments(Method, Object) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.
Creates an array of parameters to pass to the given mutator method.
- current - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
- 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
ListIterator
for iterating through the
elements of this list.
- cursor(int) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.
- cursor() - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
- cursor(int) - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
- 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() - Constructor for class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.
- CursorableLinkedList - Class in org.apache.commons.collections.list
-
A List
implementation with a ListIterator
that
allows concurrent modifications to the underlying list.
- CursorableLinkedList() - Constructor for class org.apache.commons.collections.list.CursorableLinkedList
-
Constructor that creates.
- CursorableLinkedList(Collection) - 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 ListIterator
that allows concurrent changes to
the underlying list.
- CursorableLinkedList.Cursor(CursorableLinkedList, int) - Constructor for class org.apache.commons.collections.list.CursorableLinkedList.Cursor
-
Constructs a new cursor.
- CursorableLinkedList.SubCursor - Class in org.apache.commons.collections.list
-
A cursor for the sublist based on LinkedSubListIterator.
- CursorableLinkedList.SubCursor(AbstractLinkedList.LinkedSubList, int) - Constructor for class org.apache.commons.collections.list.CursorableLinkedList.SubCursor
-
Constructs a new cursor.
- cursors - Variable in class org.apache.commons.collections.list.CursorableLinkedList
-
A list of the cursor currently open on this list
- data - Variable in class org.apache.commons.collections.map.AbstractHashedMap
-
Map entries
- debugPrint(PrintStream, Object, Map) - Static method in class org.apache.commons.collections.MapUtils
-
Prints the given map with nice line breaks.
- decorate(Bag, Predicate) - Static method in class org.apache.commons.collections.bag.PredicatedBag
-
Factory method to create a predicated (validating) bag.
- decorate(SortedBag, Predicate) - Static method in class org.apache.commons.collections.bag.PredicatedSortedBag
-
Factory method to create a predicated (validating) bag.
- decorate(Bag) - Static method in class org.apache.commons.collections.bag.SynchronizedBag
-
Factory method to create a synchronized bag.
- decorate(SortedBag) - Static method in class org.apache.commons.collections.bag.SynchronizedSortedBag
-
Factory method to create a synchronized sorted bag.
- decorate(Bag, Transformer) - Static method in class org.apache.commons.collections.bag.TransformedBag
-
Factory method to create a transforming bag.
- decorate(SortedBag, Transformer) - Static method in class org.apache.commons.collections.bag.TransformedSortedBag
-
Factory method to create a transforming sorted bag.
- decorate(Bag, Class) - Static method in class org.apache.commons.collections.bag.TypedBag
-
Factory method to create a typed bag.
- decorate(SortedBag, Class) - Static method in class org.apache.commons.collections.bag.TypedSortedBag
-
Factory method to create a typed sorted bag.
- decorate(Bag) - Static method in class org.apache.commons.collections.bag.UnmodifiableBag
-
Factory method to create an unmodifiable bag.
- decorate(SortedBag) - Static method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
-
Factory method to create an unmodifiable bag.
- decorate(BidiMap) - Static method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
-
Factory method to create an unmodifiable map.
- decorate(OrderedBidiMap) - Static method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
-
Factory method to create an unmodifiable map.
- decorate(SortedBidiMap) - Static method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
-
Factory method to create an unmodifiable map.
- decorate(Buffer) - Static method in class org.apache.commons.collections.buffer.BlockingBuffer
-
Factory method to create a blocking buffer.
- 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, 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, Predicate) - Static method in class org.apache.commons.collections.buffer.PredicatedBuffer
-
Factory method to create a predicated (validating) buffer.
- decorate(Buffer) - Static method in class org.apache.commons.collections.buffer.SynchronizedBuffer
-
Factory method to create a synchronized buffer.
- decorate(Buffer, Transformer) - Static method in class org.apache.commons.collections.buffer.TransformedBuffer
-
Factory method to create a transforming buffer.
- decorate(Buffer, Class) - Static method in class org.apache.commons.collections.buffer.TypedBuffer
-
Factory method to create a typed list.
- decorate(Buffer) - Static method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
-
Factory method to create an unmodifiable buffer.
- decorate(Collection, Predicate) - Static method in class org.apache.commons.collections.collection.PredicatedCollection
-
Factory method to create a predicated (validating) collection.
- decorate(Collection) - Static method in class org.apache.commons.collections.collection.SynchronizedCollection
-
Factory method to create a synchronized collection.
- decorate(Collection, Transformer) - Static method in class org.apache.commons.collections.collection.TransformedCollection
-
Factory method to create a transforming collection.
- decorate(Collection, Class) - Static method in class org.apache.commons.collections.collection.TypedCollection
-
Factory method to create a typed collection.
- decorate(BoundedCollection) - Static method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
-
Factory method to create an unmodifiable bounded collection.
- decorate(Collection) - Static method in class org.apache.commons.collections.collection.UnmodifiableCollection
-
Factory method to create an unmodifiable collection.
- decorate(Iterator) - Static method in class org.apache.commons.collections.iterators.UnmodifiableIterator
-
Decorates the specified iterator such that it cannot be modified.
- decorate(ListIterator) - Static method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
-
Decorates the specified iterator such that it cannot be modified.
- decorate(MapIterator) - Static method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
-
Decorates the specified iterator such that it cannot be modified.
- decorate(OrderedMapIterator) - Static method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
-
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, 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) - 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, Transformer) - Static method in class org.apache.commons.collections.list.TransformedList
-
Factory method to create a transforming list.
- decorate(List, Class) - Static method in class org.apache.commons.collections.list.TypedList
-
Factory method to create a typed list.
- decorate(List) - Static method in class org.apache.commons.collections.list.UnmodifiableList
-
Factory method to create an unmodifiable list.
- decorate(Map, Object) - 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.DefaultedMap
-
Factory method to create a defaulting map.
- decorate(Map, Transformer) - Static method in class org.apache.commons.collections.map.DefaultedMap
-
Factory method to create a defaulting map.
- decorate(Map) - Static method in class org.apache.commons.collections.map.FixedSizeMap
-
Factory method to create a fixed size map.
- decorate(SortedMap) - Static method in class org.apache.commons.collections.map.FixedSizeSortedMap
-
Factory method to create a fixed size sorted map.
- decorate(Map, Factory) - Static method in class org.apache.commons.collections.map.LazyMap
-
Factory method to create a lazily instantiated map.
- decorate(Map, Transformer) - Static method in class org.apache.commons.collections.map.LazyMap
-
Factory method to create a lazily instantiated 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, Transformer) - Static method in class org.apache.commons.collections.map.LazySortedMap
-
Factory method to create a lazily instantiated sorted map.
- decorate(Map) - Static method in class org.apache.commons.collections.map.ListOrderedMap
-
Factory method to create an ordered map.
- 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(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, Class) - Static method in class org.apache.commons.collections.map.MultiValueMap
-
Creates a map which decorates the given map
and
maps keys to collections of type collectionClass
.
- decorate(Map, Factory) - Static method in class org.apache.commons.collections.map.MultiValueMap
-
Creates a map which decorates the given map
and
creates the value collections using the supplied collectionFactory
.
- decorate(Map, Predicate, Predicate) - Static method in class org.apache.commons.collections.map.PredicatedMap
-
Factory method to create a predicated (validating) 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(Map, Transformer, Transformer) - Static method in class org.apache.commons.collections.map.TransformedMap
-
Factory method to create a transforming map.
- decorate(SortedMap, Transformer, Transformer) - Static method in class org.apache.commons.collections.map.TransformedSortedMap
-
Factory method to create a transforming sorted map.
- decorate(Map, Class, Class) - Static method in class org.apache.commons.collections.map.TypedMap
-
Factory method to create a typed map.
- decorate(SortedMap, Class, Class) - Static method in class org.apache.commons.collections.map.TypedSortedMap
-
Factory method to create a typed sorted 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(Map) - Static method in class org.apache.commons.collections.map.UnmodifiableMap
-
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(SortedMap) - Static method in class org.apache.commons.collections.map.UnmodifiableSortedMap
-
Factory method to create an unmodifiable sorted map.
- 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) - Static method in class org.apache.commons.collections.set.ListOrderedSet
-
Factory method to create an ordered set.
- 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(Map) - Static method in class org.apache.commons.collections.set.MapBackedSet
-
Factory method to create a set from a map.
- decorate(Map, Object) - Static method in class org.apache.commons.collections.set.MapBackedSet
-
Factory method to create a set from a map.
- decorate(Set, Predicate) - Static method in class org.apache.commons.collections.set.PredicatedSet
-
Factory method to create a predicated (validating) set.
- decorate(SortedSet, Predicate) - Static method in class org.apache.commons.collections.set.PredicatedSortedSet
-
Factory method to create a predicated (validating) sorted set.
- decorate(Set) - Static method in class org.apache.commons.collections.set.SynchronizedSet
-
Factory method to create a synchronized set.
- decorate(SortedSet) - Static method in class org.apache.commons.collections.set.SynchronizedSortedSet
-
Factory method to create a synchronized set.
- decorate(Set, Transformer) - Static method in class org.apache.commons.collections.set.TransformedSet
-
Factory method to create a transforming set.
- decorate(SortedSet, Transformer) - Static method in class org.apache.commons.collections.set.TransformedSortedSet
-
Factory method to create a transforming sorted set.
- decorate(Set, Class) - Static method in class org.apache.commons.collections.set.TypedSet
-
Factory method to create a typed set.
- decorate(SortedSet, Class) - Static method in class org.apache.commons.collections.set.TypedSortedSet
-
Factory method to create a typed sorted set.
- decorate(Set) - Static method in class org.apache.commons.collections.set.UnmodifiableSet
-
Factory method to create an unmodifiable set.
- decorate(SortedSet) - Static method in class org.apache.commons.collections.set.UnmodifiableSortedSet
-
Factory method to create an unmodifiable set.
- decorated - Variable in class org.apache.commons.collections.comparators.TransformingComparator
-
The decorated comparator.
- 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
-
- 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 Map
returning 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 DefaultedMap
that decorates
a HashMap
.
- 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
KeyValue
pair that does not implement
Map.Entry
.
- DefaultKeyValue() - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
-
Constructs a new pair with a null key and null value.
- DefaultKeyValue(Object, Object) - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
-
Constructs a new pair with the specified key and given value.
- DefaultKeyValue(KeyValue) - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
-
Constructs a new pair from the specified KeyValue
.
- DefaultKeyValue(Map.Entry) - Constructor for class org.apache.commons.collections.keyvalue.DefaultKeyValue
-
Constructs a new pair from the specified Map.Entry
.
- 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() - Constructor for class org.apache.commons.collections.DefaultMapEntry
-
Deprecated.
Constructs a new DefaultMapEntry
with a null key
and null value.
- DefaultMapEntry(Map.Entry) - Constructor for class org.apache.commons.collections.DefaultMapEntry
-
Deprecated.
Constructs a new DefaultMapEntry
with the given
key and given value.
- DefaultMapEntry(Object, Object) - Constructor for class org.apache.commons.collections.DefaultMapEntry
-
Deprecated.
Constructs a new DefaultMapEntry
with the given
key and given value.
- DefaultMapEntry - Class in org.apache.commons.collections.keyvalue
-
A restricted implementation of
Map.Entry
that prevents
the
Map.Entry
contract from being broken.
- DefaultMapEntry(Object, Object) - Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry
-
Constructs a new entry with the specified key and given value.
- DefaultMapEntry(KeyValue) - Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry
-
Constructs a new entry from the specified KeyValue
.
- DefaultMapEntry(Map.Entry) - Constructor for class org.apache.commons.collections.keyvalue.DefaultMapEntry
-
Constructs a new entry from the specified Map.Entry
.
- 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
Collection
containing the exclusive disjunction
(symmetric difference) of the given
Collection
s.
- display() - Method in class org.apache.commons.collections.ExtendedProperties
-
Display the configuration for debugging purposes to System.out.
- doReadObject(Map, ObjectInputStream) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Read the map in using a custom routine.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Deserializes the data held in this object to the stream specified.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Reads the map data from the stream.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Replaces the superclassm method to read the state of this class.
- doReadObject(ObjectInputStream) - Method in class org.apache.commons.collections.map.LRUMap
-
Reads the data necessary for put()
to work in the superclass.
- 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 BidiMap
that uses two HashMap
instances.
- 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 HashBidiMap
and copies the mappings from
specified Map
.
- DualHashBidiMap(Map, Map, BidiMap) - Constructor for class org.apache.commons.collections.bidimap.DualHashBidiMap
-
Constructs a HashBidiMap
that decorates the specified maps.
- DualTreeBidiMap - Class in org.apache.commons.collections.bidimap
-
Implementation of BidiMap
that uses two TreeMap
instances.
- DualTreeBidiMap() - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
Creates an empty DualTreeBidiMap
- DualTreeBidiMap(Map) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
Constructs a DualTreeBidiMap
and copies the mappings from
specified Map
.
- DualTreeBidiMap(Comparator) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
Constructs a DualTreeBidiMap
using the specified Comparator.
- DualTreeBidiMap(Map, Map, BidiMap) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
Constructs a DualTreeBidiMap
that decorates the specified maps.
- DualTreeBidiMap.BidiOrderedMapIterator - Class in org.apache.commons.collections.bidimap
-
Inner class MapIterator.
- DualTreeBidiMap.BidiOrderedMapIterator(AbstractDualBidiMap) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
Constructor.
- DualTreeBidiMap.ViewMap - Class in org.apache.commons.collections.bidimap
-
Internal sorted map view.
- DualTreeBidiMap.ViewMap(DualTreeBidiMap, SortedMap) - Constructor for class org.apache.commons.collections.bidimap.DualTreeBidiMap.ViewMap
-
Constructor.
- dummyValue - Variable in class org.apache.commons.collections.set.MapBackedSet
-
The dummyValue to use
- 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 true
if this stack is currently empty.
- EMPTY_BAG - Static variable in class org.apache.commons.collections.BagUtils
-
An empty unmodifiable bag.
- EMPTY_BUFFER - Static variable in class org.apache.commons.collections.BufferUtils
-
An empty unmodifiable buffer.
- EMPTY_COLLECTION - Static variable in class org.apache.commons.collections.CollectionUtils
-
An empty unmodifiable collection.
- EMPTY_ITERATOR - Static variable in class org.apache.commons.collections.IteratorUtils
-
An iterator over no elements.
- EMPTY_LIST - Static variable in class org.apache.commons.collections.ListUtils
-
An empty unmodifiable list.
- EMPTY_LIST_ITERATOR - Static variable in class org.apache.commons.collections.IteratorUtils
-
A list iterator over no elements.
- EMPTY_MAP - Static variable in class org.apache.commons.collections.MapUtils
-
An empty unmodifiable map.
- EMPTY_MAP_ITERATOR - Static variable in class org.apache.commons.collections.IteratorUtils
-
A map iterator over no elements.
- EMPTY_ORDERED_ITERATOR - Static variable in class org.apache.commons.collections.IteratorUtils
-
An ordered iterator over no elements.
- EMPTY_ORDERED_MAP_ITERATOR - Static variable in class org.apache.commons.collections.IteratorUtils
-
An ordered map iterator over no elements.
- EMPTY_SET - Static variable in class org.apache.commons.collections.SetUtils
-
An empty unmodifiable set.
- EMPTY_SORTED_BAG - Static variable in class org.apache.commons.collections.BagUtils
-
An empty unmodifiable sorted bag.
- EMPTY_SORTED_MAP - Static variable in class org.apache.commons.collections.MapUtils
-
An empty unmodifiable sorted map.
- EMPTY_SORTED_SET - Static variable in class org.apache.commons.collections.SetUtils
-
An empty unmodifiable sorted set.
- EmptyIterator - Class in org.apache.commons.collections.iterators
-
Provides an implementation of an empty iterator.
- EmptyIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyIterator
-
Constructor.
- emptyIterator() - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an empty iterator.
- EmptyListIterator - Class in org.apache.commons.collections.iterators
-
Provides an implementation of an empty list iterator.
- EmptyListIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyListIterator
-
Constructor.
- emptyListIterator() - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an empty list iterator.
- EmptyMapIterator - Class in org.apache.commons.collections.iterators
-
Provides an implementation of an empty map iterator.
- EmptyMapIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyMapIterator
-
Constructor.
- emptyMapIterator() - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an empty map iterator.
- EmptyOrderedIterator - Class in org.apache.commons.collections.iterators
-
Provides an implementation of an empty ordered iterator.
- EmptyOrderedIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyOrderedIterator
-
Constructor.
- emptyOrderedIterator() - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an empty ordered iterator.
- EmptyOrderedMapIterator - Class in org.apache.commons.collections.iterators
-
Provides an implementation of an empty ordered map iterator.
- EmptyOrderedMapIterator() - Constructor for class org.apache.commons.collections.iterators.EmptyOrderedMapIterator
-
Constructor.
- emptyOrderedMapIterator() - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an empty ordered map iterator.
- END_TOKEN - Static variable in class org.apache.commons.collections.ExtendedProperties
-
- endIndex - Variable in class org.apache.commons.collections.iterators.ArrayIterator
-
The end index to loop to
- endIndex - Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
The end index to loop to
- ensureCapacity(int) - Method in class org.apache.commons.collections.FastArrayList
-
Increase the capacity of this ArrayList
instance, if
necessary, to ensure that it can hold at least the number of elements
specified by the minimum capacity argument.
- ensureCapacity(int) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Changes the size of the data structure to the capacity proposed.
- entry - Variable in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
-
The Map.Entry
to decorate
- entryAfter(AbstractLinkedMap.LinkEntry) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Gets the after
field from a LinkEntry
.
- entryBefore(AbstractLinkedMap.LinkEntry) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Gets the before
field from a LinkEntry
.
- entryHashCode(AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the hashCode
field from a HashEntry
.
- entryIterator() - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.
Convenience method for getting an iterator over the entries.
- entryKey(AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the key
field from a HashEntry
.
- entryNext(AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the next
field from a HashEntry
.
- entrySet() - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.
Gets a Set of MapEntry objects that are the mappings for this BeanMap.
- entrySet - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
View of the entries.
- entrySet() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Gets an entrySet view of the map.
- entrySet() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Returns a set view of the entries contained in this map in key order.
- entrySet() - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
-
- entrySet() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
-
- entrySet() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
-
- entrySet() - Method in class org.apache.commons.collections.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 - Variable in class org.apache.commons.collections.map.AbstractHashedMap
-
Entry set
- entrySet() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the entrySet view of the map.
- entrySet() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
-
- entrySet() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Returns a set view of this map's entries.
- entrySet() - Method in class org.apache.commons.collections.map.CompositeMap
-
Returns a set view of the mappings contained in this map.
- entrySet() - Method in class org.apache.commons.collections.map.FixedSizeMap
-
- entrySet() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
-
- entrySet() - Method in class org.apache.commons.collections.map.Flat3Map
-
Gets the entrySet view of the map.
- entrySet() - Method in class org.apache.commons.collections.map.ListOrderedMap
-
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.
- 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.
- entrySet() - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.
- entrySetByValue() - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.
Returns a set view of the mappings contained in this map.
- EntrySetMapIterator - Class in org.apache.commons.collections.iterators
-
Implements a MapIterator
using 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 value
field from a HashEntry
.
- EnumerationIterator - Class in org.apache.commons.collections.iterators
-
- EnumerationIterator() - Constructor for class org.apache.commons.collections.iterators.EnumerationIterator
-
- EnumerationIterator(Enumeration) - Constructor for class org.apache.commons.collections.iterators.EnumerationIterator
-
Constructs a new EnumerationIterator
that provides
an iterator view of the given enumeration.
- EnumerationIterator(Enumeration, Collection) - Constructor for class org.apache.commons.collections.iterators.EnumerationIterator
-
Constructs a new EnumerationIterator
that will remove
elements from the specified collection.
- EnumerationUtils - Class in org.apache.commons.collections
-
- EnumerationUtils() - Constructor for class org.apache.commons.collections.EnumerationUtils
-
EnumerationUtils is not normally instantiated.
- 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.
- 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().
- equals(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Compares this Bag to another.
- equals(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag.MutableInteger
-
- equals(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
- equals(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Compares for equals as per the API.
- equals(Object) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
-
- equals(Object) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
-
- equals(Object) - Method in class org.apache.commons.collections.comparators.BooleanComparator
-
Returns
true
iff
that Object is
is a
Comparator
whose ordering is known to be
equivalent to mine.
- equals(Object) - Method in class org.apache.commons.collections.comparators.ComparableComparator
-
Returns
true
iff
that Object is
is a
Comparator
whose ordering is
known to be equivalent to mine.
- equals(Object) - Method in class org.apache.commons.collections.comparators.ComparatorChain
-
Returns
true
iff
that Object is
is a
Comparator
whose ordering is known to be
equivalent to mine.
- equals(Object) - Method in class org.apache.commons.collections.comparators.NullComparator
-
Determines whether the specified object represents a comparator that is
equal to this comparator.
- equals(Object) - Method in class org.apache.commons.collections.comparators.ReverseComparator
-
Returns
true
iff
that Object is
is a
Comparator
whose ordering is known to be
equivalent to mine.
- equals(Object) - Method in class org.apache.commons.collections.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.Entry
with another Map.Entry
.
- equals(Object) - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
-
- equals(Object) - Method in class org.apache.commons.collections.keyvalue.DefaultKeyValue
-
Compares this Map.Entry
with another Map.Entry
.
- equals(Object) - Method in class org.apache.commons.collections.keyvalue.MultiKey
-
Compares this object to another.
- equals(Object) - Method in class org.apache.commons.collections.keyvalue.TiedMapEntry
-
Compares this Map.Entry
with another Map.Entry
.
- equals(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- equals(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Compares this map with another.
- equals(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
-
- equals(Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
-
- equals(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
Compares this map entry to another.
- equals(Object) - Method in class org.apache.commons.collections.map.CompositeMap
-
Checks if this Map equals another as per the Map specification.
- equals(Object) - Method in class org.apache.commons.collections.map.Flat3Map
-
Compares this map with another.
- equals(Object) - Method in class org.apache.commons.collections.map.IdentityMap.IdentityEntry
-
- equals(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
- equals(Object) - Method in class org.apache.commons.collections.map.SingletonMap
-
Compares this map with another.
- equals(Object) - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Compares this map to another, as per the Map specification.
- equals(Object) - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.
- equals(Object) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.
- 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.
- 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 - Class in org.apache.commons.collections.functors
-
Predicate implementation that always throws an exception.
- exceptionPredicate() - Static method in class org.apache.commons.collections.PredicateUtils
-
Gets a Predicate that always throws an exception.
- ExceptionTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation that always throws an exception.
- exceptionTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a transformer that always throws an exception.
- execute(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 count
times.
- 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.
- Factory - Interface in org.apache.commons.collections
-
Defines a functor interface implemented by classes that create objects.
- factory - Variable in class org.apache.commons.collections.list.LazyList
-
The factory to use to lazily instantiate the objects
- factory - Variable in class org.apache.commons.collections.map.LazyMap
-
The factory to use to construct elements
- FactoryTransformer - 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
-
FactoryUtils
provides reference implementations and utilities
for the Factory functor interface.
- FactoryUtils() - Constructor for class org.apache.commons.collections.FactoryUtils
-
This class is not normally instantiated.
- FalsePredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that always returns false.
- falsePredicate() - Static method in class org.apache.commons.collections.PredicateUtils
-
Gets a Predicate that always returns false.
- fast - Variable in class org.apache.commons.collections.FastArrayList
-
Are we operating in "fast" mode?
- fast - Variable in class org.apache.commons.collections.FastHashMap
-
Are we currently operating in "fast" mode?
- fast - Variable in class org.apache.commons.collections.FastTreeMap
-
Are we operating in "fast" mode?
- FastArrayList - Class in org.apache.commons.collections
-
A customized implementation of java.util.ArrayList
designed
to operate in a multithreaded environment where the large majority of
method calls are read-only, instead of structural changes.
- FastArrayList() - Constructor for class org.apache.commons.collections.FastArrayList
-
Construct a an empty list.
- FastArrayList(int) - Constructor for class org.apache.commons.collections.FastArrayList
-
Construct an empty list with the specified capacity.
- FastArrayList(Collection) - 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.HashMap
designed
to operate in a multithreaded environment where the large majority of
method calls are read-only, instead of structural changes.
- FastHashMap() - Constructor for class org.apache.commons.collections.FastHashMap
-
Construct an empty map.
- FastHashMap(int) - Constructor for class org.apache.commons.collections.FastHashMap
-
Construct an empty map with the specified capacity.
- FastHashMap(int, float) - Constructor for class org.apache.commons.collections.FastHashMap
-
Construct an empty map with the specified capacity and load factor.
- FastHashMap(Map) - Constructor for class org.apache.commons.collections.FastHashMap
-
Construct a new map with the same mappings as the specified map.
- FastTreeMap - Class in org.apache.commons.collections
-
A customized implementation of java.util.TreeMap
designed
to operate in a multithreaded environment where the large majority of
method calls are read-only, instead of structural changes.
- FastTreeMap() - Constructor for class org.apache.commons.collections.FastTreeMap
-
Construct a an empty map.
- FastTreeMap(Comparator) - 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
Iterator
using a predicate to filter elements.
- FilterIterator() - Constructor for class org.apache.commons.collections.iterators.FilterIterator
-
Constructs a new
FilterIterator
that will not function
until
setIterator
is invoked.
- FilterIterator(Iterator) - Constructor for class org.apache.commons.collections.iterators.FilterIterator
-
Constructs a new
FilterIterator
that will not function
until
setPredicate
is invoked.
- FilterIterator(Iterator, Predicate) - Constructor for class org.apache.commons.collections.iterators.FilterIterator
-
Constructs a new FilterIterator
that will use the
given iterator and predicate.
- FilterListIterator - Class in org.apache.commons.collections.iterators
-
Decorates another
ListIterator
using a predicate to filter elements.
- FilterListIterator() - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
-
- FilterListIterator(ListIterator) - Constructor for class org.apache.commons.collections.iterators.FilterListIterator
-
Constructs a new
FilterListIterator
that will not
function until
setPredicate
is 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
FilterListIterator
that will not function
until
setListIterator
is 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.
- 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 null
if no nodes are cached.
- firstKey() - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
-
- firstKey() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
- firstKey() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Gets the first (lowest) key currently in this map.
- firstKey() - Method in class org.apache.commons.collections.FastTreeMap
-
Return the first (lowest) key currently in this sorted map.
- firstKey() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Gets the first key in the map, which is the most recently inserted.
- firstKey() - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
-
- firstKey() - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
-
- firstKey() - Method in class org.apache.commons.collections.map.LazySortedMap
-
- firstKey() - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets the first key in this map by insert order.
- firstKey() - Method in class org.apache.commons.collections.map.PredicatedSortedMap
-
- firstKey() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the first (and only) key in the map.
- firstKey() - Method in class org.apache.commons.collections.map.TransformedSortedMap
-
- firstKey() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
-
- firstKey() - Method in interface org.apache.commons.collections.OrderedMap
-
Gets the first key currently in this map.
- FixedOrderComparator - 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 - Class in org.apache.commons.collections.list
-
Decorates another List
to fix the size preventing add/remove.
- FixedSizeList(List) - Constructor for class org.apache.commons.collections.list.FixedSizeList
-
Constructor that wraps (not copies).
- fixedSizeList(List) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a fixed-sized list backed by the given list.
- FixedSizeMap - Class in org.apache.commons.collections.map
-
Decorates another Map
to fix the size, preventing add/remove.
- FixedSizeMap(Map) - Constructor for class org.apache.commons.collections.map.FixedSizeMap
-
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.
- FixedSizeSortedMap - Class in org.apache.commons.collections.map
-
Decorates another SortedMap
to fix the size blocking add/remove.
- FixedSizeSortedMap(SortedMap) - Constructor for class org.apache.commons.collections.map.FixedSizeSortedMap
-
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.
- Flat3Map - Class in org.apache.commons.collections.map
-
A Map
implementation that stores data in simple fields until
the size is greater than 3.
- Flat3Map() - Constructor for class org.apache.commons.collections.map.Flat3Map
-
Constructor.
- Flat3Map(Map) - 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 count
times.
- 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 FunctorException
without specified
detail message.
- FunctorException(String) - Constructor for exception org.apache.commons.collections.FunctorException
-
Constructs a new FunctorException
with specified
detail message.
- FunctorException(Throwable) - Constructor for exception org.apache.commons.collections.FunctorException
-
Constructs a new FunctorException
with specified
nested Throwable
root cause.
- FunctorException(String, Throwable) - Constructor for exception org.apache.commons.collections.FunctorException
-
Constructs a new FunctorException
with specified
detail message and nested Throwable
root cause.
- get() - Method in class org.apache.commons.collections.ArrayStack
-
Returns the element on the top of the stack.
- get(Object) - Method in class org.apache.commons.collections.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() - 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(long) - Method in class org.apache.commons.collections.buffer.BlockingBuffer
-
Gets the next value from the buffer, waiting until an object is
added for up to the specified timeout value if the buffer is empty.
- get() - Method in class org.apache.commons.collections.buffer.BoundedFifoBuffer
-
Returns the least recently inserted element in this buffer.
- get() - Method in interface org.apache.commons.collections.Buffer
-
Gets the next object from the buffer without removing it.
- get() - Method in class org.apache.commons.collections.buffer.PredicatedBuffer
-
- get() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Gets the next element to be removed without actually removing it (peek).
- get() - Method in class org.apache.commons.collections.buffer.SynchronizedBuffer
-
- get() - Method in class org.apache.commons.collections.buffer.TransformedBuffer
-
- get() - Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
-
Returns the next object in the buffer.
- get(Object, int) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns the index
-th value in object
, throwing
IndexOutOfBoundsException
if there is no such element or
IllegalArgumentException
if object
is not an
instance of one of the supported types.
- get(int) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.
Returns the element at the specified position in this list.
- get(Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
-
Deprecated.
Returns the value to which this map maps the specified
key.
- get(int) - Method in class org.apache.commons.collections.FastArrayList
-
Return the element at the specified position in the list.
- get(Object) - Method in class org.apache.commons.collections.FastHashMap
-
Return the value to which this map maps the specified key.
- get(Object) - Method in class org.apache.commons.collections.FastTreeMap
-
Return the value to which this map maps the specified key.
- get(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- get(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
-
- get(int) - Method in class org.apache.commons.collections.list.AbstractListDecorator
-
- get(int) - Method in class org.apache.commons.collections.list.FixedSizeList
-
- get(int) - Method in class org.apache.commons.collections.list.LazyList
-
Decorate the get method to perform the lazy behaviour.
- get(int) - Method in class org.apache.commons.collections.list.PredicatedList
-
- get(int) - Method in class org.apache.commons.collections.list.SynchronizedList
-
- get(int) - Method in class org.apache.commons.collections.list.TransformedList
-
- get(int) - Method in class org.apache.commons.collections.list.TreeList
-
Gets the element at the specified index.
- get(Object) - Method in class org.apache.commons.collections.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(int) - Method in class org.apache.commons.collections.map.LinkedMap
-
Gets the key at the specified index.
- get(int) - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets the key at the specified index.
- get(Object) - Method in class org.apache.commons.collections.map.LRUMap
-
Gets the value mapped to the key specified.
- get(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- get(Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- get(Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- get(Object, Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Gets the value mapped to the specified multi-key.
- get(Object) - Method in class org.apache.commons.collections.map.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.
- 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.
- 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(Object) - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.
- get() - Method in class org.apache.commons.collections.UnboundedFifoBuffer
-
Deprecated.
Returns the next object in the buffer.
- 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
trueFirst
values before
!trueFirst
values.
- getBooleanValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a boolean from a Map in a null-safe manner.
- getBooleanValue(Map, Object, boolean) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a boolean from a Map in a null-safe manner,
using the default value if the the conversion fails.
- getBuffer() - Method in class org.apache.commons.collections.buffer.AbstractBufferDecorator
-
Gets the buffer being decorated.
- getBuffer() - Method in class org.apache.commons.collections.buffer.PredicatedBuffer
-
Gets the buffer being decorated.
- getBuffer() - Method in class org.apache.commons.collections.buffer.SynchronizedBuffer
-
Gets the buffer being decorated.
- getBuffer() - Method in class org.apache.commons.collections.buffer.TransformedBuffer
-
Gets the decorated buffer.
- getByte(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a byte associated with the given configuration key.
- getByte(String, byte) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a byte associated with the given configuration key.
- getByte(String, Byte) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a byte associated with the given configuration key.
- getByte(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Byte from a Map in a null-safe manner.
- getByte(Map, Object, Byte) - Static method in class org.apache.commons.collections.MapUtils
-
Looks up the given key in the given map, converting the result into
a byte, using the default value if the the conversion fails.
- getByteValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a byte from a Map in a null-safe manner.
- getByteValue(Map, Object, byte) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a byte from a Map in a null-safe manner,
using the default value if the the conversion fails.
- getCardinalityMap(Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns a
Map
mapping each unique element in the given
Collection
to an
Integer
representing the number
of occurrences of that element in the
Collection
.
- getCause() - Method in exception org.apache.commons.collections.BufferOverflowException
-
Gets the root cause of the exception.
- getCause() - Method in exception org.apache.commons.collections.BufferUnderflowException
-
Gets the root cause of the exception.
- getCause() - Method in exception org.apache.commons.collections.FunctorException
-
Gets the cause of this throwable.
- getClosure() - Method in class org.apache.commons.collections.functors.ClosureTransformer
-
Gets the closure.
- getClosure() - Method in class org.apache.commons.collections.functors.ForClosure
-
Gets the closure.
- getClosure() - Method in class org.apache.commons.collections.functors.WhileClosure
-
Gets the closure.
- getClosures() - Method in class org.apache.commons.collections.functors.ChainedClosure
-
Gets the closures, do not modify the array.
- getClosures() - Method in class org.apache.commons.collections.functors.SwitchClosure
-
Gets the closures, do not modify the array.
- getCollection() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
-
Gets the collection being decorated.
- getCollection(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
-
- getConstant() - Method in class org.apache.commons.collections.functors.ConstantFactory
-
Gets the constant.
- getConstant() - Method in class org.apache.commons.collections.functors.ConstantTransformer
-
Gets the constant.
- getCount(Object) - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
-
- getCount(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Returns the number of occurrence of the given element in this bag
by looking up its count in the underlying map.
- getCount(Object) - Method in interface org.apache.commons.collections.Bag
-
Returns the number of occurrences (cardinality) of the given
object currently in the bag.
- getCount(Object) - Method in class org.apache.commons.collections.bag.PredicatedBag
-
- getCount(Object) - Method in class org.apache.commons.collections.bag.SynchronizedBag
-
- getCount(Object) - Method in class org.apache.commons.collections.bag.TransformedBag
-
- getCount(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.
- getCount() - Method in class org.apache.commons.collections.functors.ForClosure
-
Gets the count.
- getDefaultClosure() - Method in class org.apache.commons.collections.functors.SwitchClosure
-
Gets the default closure.
- getDefaultTransformer() - Method in class org.apache.commons.collections.functors.SwitchTransformer
-
Gets the default transformer.
- getDouble(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a double associated with the given configuration key.
- getDouble(String, double) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a double associated with the given configuration key.
- getDouble(String, Double) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a double associated with the given configuration key.
- getDouble(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Double from a Map in a null-safe manner.
- getDouble(Map, Object, Double) - Static method in class org.apache.commons.collections.MapUtils
-
Looks up the given key in the given map, converting the result into
a double, using the default value if the the conversion fails.
- getDoubleValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a double from a Map in a null-safe manner.
- getDoubleValue(Map, Object, double) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a double from a Map in a null-safe manner,
using the default value if the the conversion fails.
- getEndIndex() - Method in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
Gets the end index to loop to.
- getEntry(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the entry mapped to the key specified.
- getEntry(int) - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Gets the key at the specified index.
- getEntry(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Gets the entry mapped to the key specified.
- getEnumeration() - Method in class org.apache.commons.collections.iterators.EnumerationIterator
-
Returns the underlying enumeration.
- getFactory() - Method in class org.apache.commons.collections.functors.FactoryTransformer
-
Gets the factory.
- getFalseClosure() - Method in class org.apache.commons.collections.functors.IfClosure
-
Gets the closure called when false.
- getFalseFirstComparator() - Static method in class org.apache.commons.collections.comparators.BooleanComparator
-
Returns a BooleanComparator instance that sorts
false
values before true
values.
- getFast() - Method in class org.apache.commons.collections.FastArrayList
-
Returns true if this list is operating in fast mode.
- getFast() - Method in class org.apache.commons.collections.FastHashMap
-
Returns true if this map is operating in fast mode.
- getFast() - Method in class org.apache.commons.collections.FastTreeMap
-
Returns true if this map is operating in fast mode.
- getFirst() - Method in class org.apache.commons.collections.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(Predicate[]) - 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.AllPredicate
-
Factory to create the predicate.
- getInstance(Predicate, Predicate) - Static method in class org.apache.commons.collections.functors.AndPredicate
-
Factory to create the predicate.
- getInstance(Predicate[]) - 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.AnyPredicate
-
Factory to create the predicate.
- getInstance(Closure[]) - Static method in class org.apache.commons.collections.functors.ChainedClosure
-
Factory method that performs validation and copies the parameter array.
- 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(Closure, Closure) - Static method in class org.apache.commons.collections.functors.ChainedClosure
-
Factory method that performs validation.
- getInstance(Transformer[]) - Static method in class org.apache.commons.collections.functors.ChainedTransformer
-
Factory method that performs validation and copies the parameter array.
- getInstance(Collection) - Static method in class org.apache.commons.collections.functors.ChainedTransformer
-
Create a new Transformer that calls each transformer in turn, passing the
result into the next transformer.
- getInstance(Transformer, Transformer) - Static method in class org.apache.commons.collections.functors.ChainedTransformer
-
Factory method that performs validation.
- getInstance() - Static method in class org.apache.commons.collections.functors.CloneTransformer
-
Factory returning the singleton instance.
- getInstance(Closure) - Static method in class org.apache.commons.collections.functors.ClosureTransformer
-
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() - Static method in class org.apache.commons.collections.functors.ExceptionClosure
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.ExceptionFactory
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.ExceptionPredicate
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.ExceptionTransformer
-
Factory returning the singleton instance.
- getInstance(Factory) - Static method in class org.apache.commons.collections.functors.FactoryTransformer
-
Factory method that performs validation.
- getInstance() - Static method in class org.apache.commons.collections.functors.FalsePredicate
-
Factory returning the singleton instance.
- getInstance(int, Closure) - Static method in class org.apache.commons.collections.functors.ForClosure
-
Factory method that performs validation.
- getInstance(Object) - Static method in class org.apache.commons.collections.functors.IdentityPredicate
-
Factory to create the identity predicate.
- getInstance(Predicate, Closure) - Static method in class org.apache.commons.collections.functors.IfClosure
-
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(Class) - Static method in class org.apache.commons.collections.functors.InstanceofPredicate
-
Factory to create the identity predicate.
- getInstance(Class, Class[], Object[]) - Static method in class org.apache.commons.collections.functors.InstantiateFactory
-
Factory method that performs validation.
- getInstance(Class[], Object[]) - Static method in class org.apache.commons.collections.functors.InstantiateTransformer
-
Transformer method that performs validation.
- getInstance(String) - Static method in class org.apache.commons.collections.functors.InvokerTransformer
-
Gets an instance of this transformer calling a specific method with no arguments.
- getInstance(String, Class[], Object[]) - Static method in class org.apache.commons.collections.functors.InvokerTransformer
-
Gets an instance of this transformer calling a specific method with specific values.
- getInstance(Map) - Static method in class org.apache.commons.collections.functors.MapTransformer
-
Factory to create the transformer.
- getInstance(Predicate[]) - 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.NonePredicate
-
Factory to create the predicate.
- getInstance() - Static method in class org.apache.commons.collections.functors.NOPClosure
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.NOPTransformer
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.NotNullPredicate
-
Factory returning the singleton instance.
- getInstance(Predicate) - 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() - Static method in class org.apache.commons.collections.functors.NullPredicate
-
Factory returning the singleton instance.
- getInstance(Predicate[]) - Static method in class org.apache.commons.collections.functors.OnePredicate
-
Factory to create the predicate.
- getInstance(Collection) - Static method in class org.apache.commons.collections.functors.OnePredicate
-
Factory to create the predicate.
- getInstance(Predicate, Predicate) - Static method in class org.apache.commons.collections.functors.OrPredicate
-
Factory to create the predicate.
- getInstance(Predicate) - Static method in class org.apache.commons.collections.functors.PredicateTransformer
-
Factory method that performs validation.
- getInstance(Object) - Static method in class org.apache.commons.collections.functors.PrototypeFactory
-
Factory method that performs validation.
- getInstance() - Static method in class org.apache.commons.collections.functors.StringValueTransformer
-
Factory returning the singleton instance.
- getInstance(Predicate[], Closure[], Closure) - Static method in class org.apache.commons.collections.functors.SwitchClosure
-
Factory method that performs validation and copies the parameter arrays.
- 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(Predicate[], Transformer[], Transformer) - Static method in class org.apache.commons.collections.functors.SwitchTransformer
-
Factory method that performs validation and copies the parameter arrays.
- 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(Transformer, Predicate) - Static method in class org.apache.commons.collections.functors.TransformedPredicate
-
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() - Static method in class org.apache.commons.collections.functors.TruePredicate
-
Factory returning the singleton instance.
- getInstance() - Static method in class org.apache.commons.collections.functors.UniquePredicate
-
Factory to create the predicate.
- getInstance(Predicate, Closure, boolean) - Static method in class org.apache.commons.collections.functors.WhileClosure
-
Factory method that performs validation.
- getInt(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
The purpose of this method is to get the configuration resource
with the given name as an integer.
- getInt(String, int) - Method in class org.apache.commons.collections.ExtendedProperties
-
The purpose of this method is to get the configuration resource
with the given name as an integer, or a default value.
- getInteger(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a int associated with the given configuration key.
- getInteger(String, int) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a int associated with the given configuration key.
- getInteger(String, Integer) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get a int associated with the given configuration key.
- getInteger(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a Integer from a Map in a null-safe manner.
- getInteger(Map, Object, Integer) - Static method in class org.apache.commons.collections.MapUtils
-
Looks up the given key in the given map, converting the result into
an integer, using the default value if the the conversion fails.
- getIntValue(Map, Object) - Static method in class org.apache.commons.collections.MapUtils
-
Gets an int from a Map in a null-safe manner.
- getIntValue(Map, Object, int) - Static method in class org.apache.commons.collections.MapUtils
-
Gets an int from a Map in a null-safe manner,
using the default value if the the conversion fails.
- getIterator() - Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator
-
Gets the iterator being decorated.
- getIterator() - Method in class org.apache.commons.collections.iterators.FilterIterator
-
Gets the iterator this iterator is using.
- getIterator() - Method in class org.apache.commons.collections.iterators.IteratorEnumeration
-
Returns the underlying iterator.
- getIterator() - Method in class org.apache.commons.collections.iterators.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(Object) - Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
-
- getKey() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
-
- getKey(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
- getKey() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
- getKey(Object) - Method in interface org.apache.commons.collections.BidiMap
-
Gets the key that is currently mapped to the specified value.
- getKey(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Returns the key to which this map maps the specified value.
- getKey() - Method in class org.apache.commons.collections.DefaultMapEntry
-
Deprecated.
Gets the key from the Map Entry.
- getKey() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
-
- getKey() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
-
- getKey() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
-
Gets the current key, which is the key returned by the last call
to next()
.
- getKey() - Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
-
- getKey() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
-
- getKey() - Method in class org.apache.commons.collections.keyvalue.AbstractKeyValue
-
Gets the key from the pair.
- getKey() - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
-
- getKey() - Method in interface org.apache.commons.collections.KeyValue
-
Gets the key from the pair.
- getKey(int) - Method in class org.apache.commons.collections.keyvalue.MultiKey
-
Gets the key at the specified index.
- getKey() - Method in class org.apache.commons.collections.keyvalue.TiedMapEntry
-
Gets the key of this entry
- getKey() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
-
- getKey() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
-
- getKey() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
-
- getKey() - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
Gets the key from the entry.
- getKey() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the key.
- getKey() - Method in interface org.apache.commons.collections.MapIterator
-
Gets the current key, which is the key returned by the last call
to next()
.
- GETKEY_INVALID - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
-
- 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(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Get the list of the keys contained in the configuration
repository that match the specified prefix.
- getKeys() - Method in class org.apache.commons.collections.keyvalue.MultiKey
-
Gets a clone of the array of keys.
- getLast() - Method in class org.apache.commons.collections.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(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.
- 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.
- getListableAt(int) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.
Returns the
CursorableLinkedList.Listable
at 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(String) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.
Returns the accessor for the property with the given name.
- getReadMethod(Object) - 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
true
values before false
values.
- getType(String) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.
Returns the type of the property with the given name.
- getType() - Method in class org.apache.commons.collections.functors.InstanceofPredicate
-
Gets the type to compare to.
- getTypeTransformer(Class) - Method in class org.apache.commons.collections.BeanMap
-
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.AbstractMapIteratorDecorator
-
- getValue() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
-
- getValue() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
-
Gets the current value, which is the value associated with the last key
returned by next()
.
- getValue() - Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
-
- getValue() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
-
- getValue() - Method in class org.apache.commons.collections.keyvalue.AbstractKeyValue
-
Gets the value from the pair.
- getValue() - Method in class org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
-
- getValue() - Method in interface org.apache.commons.collections.KeyValue
-
Gets the value from the pair.
- getValue() - Method in class org.apache.commons.collections.keyvalue.TiedMapEntry
-
Gets the value of this entry direct from the map.
- getValue() - Method in class org.apache.commons.collections.list.AbstractLinkedList.Node
-
Gets the value of the node.
- getValue() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
-
- getValue() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
-
- getValue() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
-
- getValue() - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
Gets the value from the entry.
- getValue(int) - Method in class org.apache.commons.collections.map.LinkedMap
-
Gets the value at the specified index.
- getValue(int) - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets the value at the specified index.
- getValue() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the value.
- getValue() - Method in interface org.apache.commons.collections.MapIterator
-
Gets the current value, which is the value associated with the last key
returned by next()
.
- getValue(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(String) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.
Returns the mutator for the property with the given name.
- getWriteMethod(Object) - 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 List
to make it seamlessly grow when
indices larger than the list size are used on add and set,
avoiding most IndexOutOfBoundsExceptions.
- GrowthList() - Constructor for class org.apache.commons.collections.list.GrowthList
-
Constructor that uses an ArrayList internally.
- GrowthList(int) - Constructor for class org.apache.commons.collections.list.GrowthList
-
Constructor that uses an ArrayList internally.
- GrowthList(List) - Constructor for class org.apache.commons.collections.list.GrowthList
-
Constructor that wraps (not copies).
- IdentityMap - Class in org.apache.commons.collections.map
-
A Map
implementation that matches keys and values based
on ==
not equals()
.
- IdentityMap() - Constructor for class org.apache.commons.collections.map.IdentityMap
-
Constructs a new empty map with default size and load factor.
- IdentityMap(int) - Constructor for class org.apache.commons.collections.map.IdentityMap
-
Constructs a new, empty map with the specified initial capacity.
- IdentityMap(int, float) - Constructor for class org.apache.commons.collections.map.IdentityMap
-
Constructs a new, empty map with the specified initial capacity and
load factor.
- IdentityMap(Map) - 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
- IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Constructor for class org.apache.commons.collections.map.IdentityMap.IdentityEntry
-
- 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.
- 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.
- 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(Object, int) - Static method in class org.apache.commons.collections.CollectionUtils
-
- index(Object, Object) - Static method in class org.apache.commons.collections.CollectionUtils
-
- index - Variable in class org.apache.commons.collections.iterators.ArrayIterator
-
The current iterator index
- index - Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
The current iterator index
- indexOf(Object) - Method in class org.apache.commons.collections.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 in org.apache.commons.collections.functors
-
Predicate implementation that returns true if the input is an instanceof
the type stored in this predicate.
- InstanceofPredicate(Class) - Constructor for class org.apache.commons.collections.functors.InstanceofPredicate
-
Constructor that performs no validation.
- instanceofPredicate(Class) - Static method in class org.apache.commons.collections.PredicateUtils
-
Creates a Predicate that checks if the object passed in is of
a particular type, using instanceof.
- 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 - Class in org.apache.commons.collections.functors
-
Transformer implementation that creates a new object instance by reflection.
- InstantiateTransformer(Class[], Object[]) - Constructor for class org.apache.commons.collections.functors.InstantiateTransformer
-
Constructor that performs no validation.
- instantiateTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a Transformer that expects an input Class object that it will instantiate.
- instantiateTransformer(Class[], Object[]) - Static method in class org.apache.commons.collections.TransformerUtils
-
Creates a Transformer that expects an input Class object that it will
instantiate.
- interpolate(String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Interpolate key names to handle ${key} stuff
- interpolateHelper(String, List) - Method in class org.apache.commons.collections.ExtendedProperties
-
Recursive handler for multiple levels of interpolation.
- intersection(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
- 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() - Method in class org.apache.commons.collections.bidimap.AbstractBidiMapDecorator
-
- inverseBidiMap - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
Inverse view of this map.
- inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
- inverseBidiMap() - Method in interface org.apache.commons.collections.BidiMap
-
Gets a view of this map where the keys and values are reversed.
- inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Gets the inverse map for comparison.
- inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
-
- inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
-
- inverseBidiMap() - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
-
- inverseBidiMap() - Method in interface org.apache.commons.collections.OrderedBidiMap
-
Gets a view of this map where the keys and values are reversed.
- inverseBidiMap() - Method in interface org.apache.commons.collections.SortedBidiMap
-
Gets a view of this map where the keys and values are reversed.
- 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 - Class in org.apache.commons.collections.functors
-
Transformer implementation that creates a new object instance by reflection.
- InvokerTransformer(String, Class[], Object[]) - Constructor for class org.apache.commons.collections.functors.InvokerTransformer
-
Constructor that performs no validation.
- invokerTransformer(String) - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a Transformer that invokes a method on the input object.
- invokerTransformer(String, Class[], Object[]) - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a Transformer that invokes a method on the input object.
- isAscendingOrder() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Checks whether the heap is ascending or descending order.
- isAtCapacity() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Tests if the buffer is at capacity.
- isCacheFull() - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
-
Checks whether the cache is full.
- isDoLoop() - Method in class org.apache.commons.collections.functors.WhileClosure
-
Is the loop a do-while loop.
- isEmpty() - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Returns true if the underlying map is empty.
- isEmpty() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
- isEmpty() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Checks whether the map is empty or not.
- isEmpty() - Method in class org.apache.commons.collections.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(Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Null-safe check if the specified collection is empty.
- 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 true
if this map contains no mappings.
- isEmpty() - Method in class org.apache.commons.collections.FastTreeMap
-
Return true
if this map contains no mappings.
- isEmpty() - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- isEmpty() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Checks whether the map is currently empty.
- isEmpty() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
-
- isEmpty() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Checks whether the map is currently empty.
- isEmpty() - Method in class org.apache.commons.collections.map.CompositeMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class org.apache.commons.collections.map.Flat3Map
-
Checks whether the map is currently empty.
- isEmpty() - Method in class org.apache.commons.collections.map.MultiKeyMap
-
- isEmpty() - Method in class org.apache.commons.collections.map.SingletonMap
-
Checks whether the map is currently empty, which it never is.
- isEmpty() - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Checks if the size is currently zero.
- isEmpty(Map) - Static method in class org.apache.commons.collections.MapUtils
-
Null-safe check if the specified map is empty.
- 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.
- isEmpty() - Method in class org.apache.commons.collections.ReferenceMap
-
Deprecated.
Returns true
if this map is empty.
- isEmpty() - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.
- isEmpty() - Method in class org.apache.commons.collections.set.MapBackedSet
-
- isEmpty() - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.
- 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.
- isEqualCollection(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns
true iff the given
Collection
s contain
exactly the same elements with exactly the same cardinalities.
- isEqualKey(Object, Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Compares two keys, in internal converted form, to see if they are equal.
- isEqualKey(Object, Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Compares two keys, in internal converted form, to see if they are equal.
- isEqualKey(Object, Object) - Method in class org.apache.commons.collections.map.IdentityMap
-
Compares two keys for equals.
- isEqualKey(AbstractHashedMap.HashEntry, 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.
- isEqualKey(Object, Object) - Method in class org.apache.commons.collections.map.ReferenceIdentityMap
-
Compares two keys for equals.
- isEqualKey(Object) - Method in class org.apache.commons.collections.map.SingletonMap
-
Compares the specified key to the stored key.
- isEqualList(Collection, Collection) - Static method in class org.apache.commons.collections.ListUtils
-
- isEqualSet(Collection, Collection) - Static method in class org.apache.commons.collections.SetUtils
-
- isEqualValue(Object, Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Compares two values for equals.
- isEqualValue(Object, Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Compares two values, in external form, to see if they are equal.
- isEqualValue(Object, Object) - Method in class org.apache.commons.collections.map.IdentityMap
-
Compares two values for equals.
- isEqualValue(Object, Object) - Method in class org.apache.commons.collections.map.ReferenceIdentityMap
-
Compares two values for equals.
- isEqualValue(Object) - Method in class org.apache.commons.collections.map.SingletonMap
-
Compares the specified value to the stored value.
- isFull() - Method in 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(Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns true if no more elements can be added to the Collection.
- isFull() - Method in class org.apache.commons.collections.list.FixedSizeList
-
- isFull() - Method in class org.apache.commons.collections.map.FixedSizeMap
-
- isFull() - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
-
- isFull() - Method in class org.apache.commons.collections.map.LRUMap
-
Returns true if this map is full and no new mappings can be added.
- isFull() - Method in class org.apache.commons.collections.map.SingletonMap
-
Is the map currently full, always true.
- isInitialized - Variable in class org.apache.commons.collections.ExtendedProperties
-
Has this configuration been initialized.
- isInitialized() - Method in class org.apache.commons.collections.ExtendedProperties
-
Indicate to client code whether property
resources have been initialized or not.
- isLocked - Variable in class org.apache.commons.collections.comparators.ComparatorChain
-
Whether the chain has been "locked".
- isLocked() - Method in class org.apache.commons.collections.comparators.ComparatorChain
-
Determine if modifications can still be made to the
ComparatorChain.
- isLocked() - Method in class org.apache.commons.collections.comparators.FixedOrderComparator
-
Returns true if modifications cannot be made to the FixedOrderComparator.
- isLocked - Variable in class org.apache.commons.collections.iterators.IteratorChain
-
ComparatorChain is "locked" after the first time
compare(Object,Object) is called
- isLocked() - Method in class org.apache.commons.collections.iterators.IteratorChain
-
Determine if modifications can still be made to the IteratorChain.
- isNotEmpty(Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Null-safe check if the specified collection is not empty.
- isNotEmpty(Map) - Static method in class org.apache.commons.collections.MapUtils
-
Null-safe check if the specified map is not empty.
- 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() - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Gets an iterator over the bag elements.
- iterator() - Method in interface org.apache.commons.collections.Bag
-
Returns an
Iterator
over the entire set of members,
including copies due to cardinality.
- iterator() - Method in class org.apache.commons.collections.bag.UnmodifiableBag
-
- iterator() - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
-
- iterator - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
-
The iterator being wrapped
- iterator() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet
-
- iterator() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
-
- iterator() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
-
- iterator - Variable in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
The iterator being decorated
- iterator() - Method in class org.apache.commons.collections.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 - Variable in class org.apache.commons.collections.iterators.AbstractIteratorDecorator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
-
The iterator being decorated
- iterator - Variable in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
-
The iterator being decorated
- iterator() - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- iterator() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
-
- iterator() - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Returns an iterator that does not support concurrent modification.
- iterator() - Method in class org.apache.commons.collections.list.FixedSizeList
-
- iterator() - Method in class org.apache.commons.collections.list.SetUniqueList
-
- iterator() - Method in class org.apache.commons.collections.list.TreeList
-
Gets an iterator over the list.
- iterator() - Method in class org.apache.commons.collections.list.UnmodifiableList
-
- iterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
-
- iterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
-
- iterator() - Method in class org.apache.commons.collections.map.AbstractHashedMap.Values
-
- iterator(Object) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Gets an iterator for the collection mapped to the specified key.
- iterator() - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
-
- iterator(Object) - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.
Gets an iterator for the collection mapped to the specified key.
- 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.
- 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(Iterator) - Constructor for class org.apache.commons.collections.iterators.IteratorChain
-
Construct an IteratorChain with a single Iterator.
- IteratorChain(Iterator, Iterator) - Constructor for class org.apache.commons.collections.iterators.IteratorChain
-
Constructs a new IteratorChain
over the two
given iterators.
- IteratorChain(Iterator[]) - Constructor for class org.apache.commons.collections.iterators.IteratorChain
-
Constructs a new IteratorChain
over the array
of iterators.
- IteratorChain(Collection) - Constructor for class org.apache.commons.collections.iterators.IteratorChain
-
Constructs a new IteratorChain
over the collection
of iterators.
- iteratorChain - Variable in class org.apache.commons.collections.iterators.IteratorChain
-
The chain of iterators
- IteratorEnumeration - Class in org.apache.commons.collections.iterators
-
- IteratorEnumeration() - Constructor for class org.apache.commons.collections.iterators.IteratorEnumeration
-
Constructs a new
IteratorEnumeration
that will not
function until
setIterator
is
invoked.
- IteratorEnumeration(Iterator) - Constructor for class org.apache.commons.collections.iterators.IteratorEnumeration
-
Constructs a new IteratorEnumeration
that will use
the given iterator.
- IteratorUtils - Class in org.apache.commons.collections
-
Provides static utility methods and decorators for
Iterator
instances.
- IteratorUtils() - Constructor for class org.apache.commons.collections.IteratorUtils
-
IteratorUtils is not normally instantiated.
- last() - Method in class org.apache.commons.collections.bag.AbstractSortedBagDecorator
-
- last() - Method in class org.apache.commons.collections.bag.PredicatedSortedBag
-
- last() - Method in class org.apache.commons.collections.bag.SynchronizedSortedBag
-
- last() - Method in class org.apache.commons.collections.bag.TransformedSortedBag
-
- last() - Method in class org.apache.commons.collections.bag.TreeBag
-
- last - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
-
The last returned entry
- last - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
-
The last returned entry
- last - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
-
The last returned entry
- last - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
-
The current (last returned) entry
- last() - Method in class org.apache.commons.collections.set.AbstractSortedSetDecorator
-
- last() - Method in class org.apache.commons.collections.set.PredicatedSortedSet
-
- last() - Method in class org.apache.commons.collections.set.SynchronizedSortedSet
-
- last() - Method in class org.apache.commons.collections.set.TransformedSortedSet
-
- last() - Method in interface org.apache.commons.collections.SortedBag
-
Returns the last (highest) member.
- 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()
or previous()
.
- lastItemIndex - Variable in class org.apache.commons.collections.iterators.ObjectArrayListIterator
-
Holds the index of the last item returned by a call to next()
or previous()
.
- lastKey - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
-
The last returned key
- lastKey() - Method in class org.apache.commons.collections.bidimap.AbstractOrderedBidiMapDecorator
-
- lastKey() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap
-
- lastKey() - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Gets the last (highest) key currently in this map.
- lastKey() - Method in class org.apache.commons.collections.FastTreeMap
-
Return the last (highest) key currently in this sorted map.
- lastKey() - Method in class org.apache.commons.collections.map.AbstractLinkedMap
-
Gets the last key in the map, which is the first inserted.
- lastKey() - Method in class org.apache.commons.collections.map.AbstractOrderedMapDecorator
-
- lastKey() - Method in class org.apache.commons.collections.map.AbstractSortedMapDecorator
-
- lastKey() - Method in class org.apache.commons.collections.map.LazySortedMap
-
- lastKey() - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Gets the last key in this map by insert order.
- lastKey() - Method in class org.apache.commons.collections.map.PredicatedSortedMap
-
- lastKey() - Method in class org.apache.commons.collections.map.SingletonMap
-
Gets the last (and only) key in the map.
- lastKey() - Method in class org.apache.commons.collections.map.TransformedSortedMap
-
- lastKey() - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
-
- lastKey() - Method in interface org.apache.commons.collections.OrderedMap
-
Gets the last key currently in this map.
- lastUsedIterator - Variable in class org.apache.commons.collections.iterators.IteratorChain
-
The "last used" Iterator is the Iterator upon which
next() or hasNext() was most recently called
used for the remove() operation only
- lastUsedIterator - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
The last used iterator, needed for remove()
- lastValue - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
-
The last returned value
- LazyList - Class in org.apache.commons.collections.list
-
Decorates another List
to create objects in the list on demand.
- LazyList(List, Factory) - Constructor for class org.apache.commons.collections.list.LazyList
-
Constructor that wraps (not copies).
- lazyList(List, Factory) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a "lazy" list whose elements will be created on demand.
- LazyMap - Class in org.apache.commons.collections.map
-
Decorates another Map
to 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).
- 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.
- LazySortedMap - Class in org.apache.commons.collections.map
-
Decorates another SortedMap
to 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).
- 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.
- LinkedMap - Class in org.apache.commons.collections.map
-
A Map
implementation that maintains the order of the entries.
- LinkedMap() - Constructor for class org.apache.commons.collections.map.LinkedMap
-
Constructs a new empty map with default size and load factor.
- LinkedMap(int) - Constructor for class org.apache.commons.collections.map.LinkedMap
-
Constructs a new, empty map with the specified initial capacity.
- LinkedMap(int, float) - Constructor for class org.apache.commons.collections.map.LinkedMap
-
Constructs a new, empty map with the specified initial capacity and
load factor.
- LinkedMap(Map) - Constructor for class org.apache.commons.collections.map.LinkedMap
-
Constructor copying elements from another map.
- list - Variable in class org.apache.commons.collections.FastArrayList
-
The underlying list we are managing.
- 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(int) - 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(int) - Method in class org.apache.commons.collections.FastArrayList
-
Return an iterator of the elements of this list, in proper sequence,
starting at the specified position.
- listIterator(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
-
- listIterator() - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- listIterator(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- listIterator() - Method in class org.apache.commons.collections.list.AbstractListDecorator
-
- listIterator(int) - Method in class org.apache.commons.collections.list.AbstractListDecorator
-
- listIterator() - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Returns a cursor iterator that allows changes to the underlying list in parallel.
- listIterator(int) - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Returns a cursor iterator that allows changes to the underlying list in parallel.
- listIterator() - Method in class org.apache.commons.collections.list.FixedSizeList
-
- listIterator(int) - Method in class org.apache.commons.collections.list.FixedSizeList
-
- listIterator() - Method in class org.apache.commons.collections.list.PredicatedList
-
- listIterator(int) - Method in class org.apache.commons.collections.list.PredicatedList
-
- listIterator() - Method in class org.apache.commons.collections.list.SetUniqueList
-
- listIterator(int) - Method in class org.apache.commons.collections.list.SetUniqueList
-
- listIterator() - Method in class org.apache.commons.collections.list.SynchronizedList
-
Iterators must be manually synchronized.
- listIterator(int) - Method in class org.apache.commons.collections.list.SynchronizedList
-
Iterators must be manually synchronized.
- listIterator() - Method in class org.apache.commons.collections.list.TransformedList
-
- listIterator(int) - Method in class org.apache.commons.collections.list.TransformedList
-
- listIterator() - Method in class org.apache.commons.collections.list.TreeList
-
Gets a ListIterator over the list.
- listIterator(int) - Method in class org.apache.commons.collections.list.TreeList
-
Gets a ListIterator over the list.
- listIterator() - Method in class org.apache.commons.collections.list.UnmodifiableList
-
- listIterator(int) - Method in class org.apache.commons.collections.list.UnmodifiableList
-
- ListIteratorWrapper - 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 ListIteratorWrapper
that will wrap
the given iterator.
- ListOrderedMap - Class in org.apache.commons.collections.map
-
Decorates a Map
to ensure that the order of addition is retained
using a List
to maintain order.
- ListOrderedMap() - Constructor for class org.apache.commons.collections.map.ListOrderedMap
-
Constructs a new empty ListOrderedMap
that decorates
a HashMap
.
- ListOrderedMap(Map) - Constructor for class org.apache.commons.collections.map.ListOrderedMap
-
Constructor that wraps (not copies).
- ListOrderedSet - Class in org.apache.commons.collections.set
-
Decorates another Set
to ensure that the order of addition
is retained and used by the iterator.
- ListOrderedSet() - Constructor for class org.apache.commons.collections.set.ListOrderedSet
-
Constructs a new empty ListOrderedSet
using
a HashSet
and an ArrayList
internally.
- ListOrderedSet(Set) - 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
List
instances.
- ListUtils() - Constructor for class org.apache.commons.collections.ListUtils
-
ListUtils
should not normally be instantiated.
- load(InputStream) - Method in class org.apache.commons.collections.ExtendedProperties
-
Load the properties from the given input stream.
- load(InputStream, String) - Method in class org.apache.commons.collections.ExtendedProperties
-
Load the properties from the given input stream
and using the specified encoding.
- loadFactor - Variable in class org.apache.commons.collections.map.AbstractHashedMap
-
Load factor, normally 0.75
- lock - Variable in class org.apache.commons.collections.collection.SynchronizedCollection
-
The object to lock on, needed for List/SortedSet views
- logInfo(Exception) - Method in class org.apache.commons.collections.BeanMap
-
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 - 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.
- loopingIterator(Collection) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that loops continuously over the supplied collection.
- 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.
- loopingListIterator(List) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets an iterator that loops continuously over the supplied list.
- LRUMap - Class in org.apache.commons.collections
-
Deprecated.
Moved to map subpackage. Due to be removed in v4.0.
- LRUMap() - Constructor for class org.apache.commons.collections.LRUMap
-
Deprecated.
Default constructor, primarily for the purpose of
de-externalization.
- LRUMap(int) - Constructor for class org.apache.commons.collections.LRUMap
-
Deprecated.
Create a new LRUMap with a maximum capacity of i.
- LRUMap - Class in org.apache.commons.collections.map
-
A Map
implementation with a fixed maximum size which removes
the least recently used entry if an entry is added when full.
- LRUMap() - Constructor for class org.apache.commons.collections.map.LRUMap
-
Constructs a new empty map with a maximum size of 100.
- LRUMap(int) - Constructor for class org.apache.commons.collections.map.LRUMap
-
Constructs a new, empty map with the specified maximum size.
- LRUMap(int, boolean) - Constructor for class org.apache.commons.collections.map.LRUMap
-
Constructs a new, empty map with the specified maximum size.
- LRUMap(int, float) - Constructor for class org.apache.commons.collections.map.LRUMap
-
Constructs a new, empty map with the specified initial capacity and
load factor.
- LRUMap(int, float, boolean) - Constructor for class org.apache.commons.collections.map.LRUMap
-
Constructs a new, empty map with the specified initial capacity and
load factor.
- LRUMap(Map) - 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.
- 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() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
-
- next() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
-
- next() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
-
- next() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
-
- next() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
- next() - Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator
-
- next() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
-
- next() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
-
- next() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
-
- next() - Method in class org.apache.commons.collections.iterators.ArrayIterator
-
Returns the next element in the array.
- next() - Method in class org.apache.commons.collections.iterators.ArrayListIterator
-
Gets the next element from the array.
- next() - Method in class org.apache.commons.collections.iterators.CollatingIterator
-
Returns the next ordered element from a child iterator.
- next() - Method in class org.apache.commons.collections.iterators.EntrySetMapIterator
-
Gets the next key from the Map
.
- next() - Method in class org.apache.commons.collections.iterators.EnumerationIterator
-
Returns the next object from the enumeration.
- next() - Method in class org.apache.commons.collections.iterators.FilterIterator
-
Returns the next object that matches the predicate.
- next() - Method in class org.apache.commons.collections.iterators.FilterListIterator
-
- next() - Method in class org.apache.commons.collections.iterators.IteratorChain
-
Returns the next Object of the current Iterator
- next() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
-
Returns the next element from the iterator.
- next() - Method in class org.apache.commons.collections.iterators.LoopingIterator
-
Returns the next object in the collection.
- next() - Method in class org.apache.commons.collections.iterators.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.
- next() - Method in class org.apache.commons.collections.iterators.ReverseListIterator
-
Gets the next element.
- next() - Method in class org.apache.commons.collections.iterators.SingletonIterator
-
Get the next object from the iterator.
- next() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
-
Get the next object from the iterator.
- next() - Method in class org.apache.commons.collections.iterators.TransformIterator
-
Gets the next object from the iteration, transforming it using the
current transformer.
- next() - Method in class org.apache.commons.collections.iterators.UnmodifiableIterator
-
- next() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
-
- next() - Method in class org.apache.commons.collections.iterators.UnmodifiableMapIterator
-
- next() - Method in class org.apache.commons.collections.iterators.UnmodifiableOrderedMapIterator
-
- next - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
- next() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
- next - Variable in class org.apache.commons.collections.list.AbstractLinkedList.Node
-
A pointer to the node after this node
- next() - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator
-
- next - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
-
The next entry in the hash chain
- next - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
-
The next entry
- next() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashMapIterator
-
- next() - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator
-
- next() - Method in class org.apache.commons.collections.map.AbstractHashedMap.ValuesIterator
-
- next() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
-
- next() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator
-
- next - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
-
The next entry
- next() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
-
- next() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator
-
- next() - Method in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
Gets the next entry in the bucket.
- next() - Method in interface org.apache.commons.collections.MapIterator
-
Gets the next key from the Map
.
- nextElement() - Method in class org.apache.commons.collections.iterators.IteratorEnumeration
-
Returns the next element from the underlying iterator.
- nextEntry() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
-
- nextEntry() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
-
- nextIndex() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- 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
-
- 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.
- nextIndex() - Method in class org.apache.commons.collections.iterators.ReverseListIterator
-
Gets the index of the next element.
- nextIndex() - Method in class org.apache.commons.collections.iterators.SingletonListIterator
-
Returns the index of the element that would be returned by a subsequent
call to next.
- nextIndex() - Method in class org.apache.commons.collections.iterators.UnmodifiableListIterator
-
- nextIndex - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
- nextIndex() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
- nextIndex() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
-
- nextIndex() - Method in class org.apache.commons.collections.list.CursorableLinkedList.Cursor
-
Gets the index of the next element to be returned.
- nextIndex() - Method in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor
-
- 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
-
- NodeCachingLinkedList - Class in org.apache.commons.collections.list
-
A List
implementation that stores a cache of internal Node objects
in an effort to reduce wasteful object creation.
- NodeCachingLinkedList() - Constructor for class org.apache.commons.collections.list.NodeCachingLinkedList
-
Constructor that creates.
- NodeCachingLinkedList(Collection) - Constructor for class org.apache.commons.collections.list.NodeCachingLinkedList
-
Constructor that copies the specified collection
- NodeCachingLinkedList(int) - Constructor for class org.apache.commons.collections.list.NodeCachingLinkedList
-
Constructor that species the maximum cache size.
- nodeChanged(AbstractLinkedList.Node) - 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 - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true if none of the
predicates return true.
- NonePredicate(Predicate[]) - Constructor for class org.apache.commons.collections.functors.NonePredicate
-
Constructor that performs no validation.
- nonePredicate(Predicate[]) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that returns true if none of the specified
predicates are true.
- nonePredicate(Collection) - Static method in class org.apache.commons.collections.PredicateUtils
-
Create a new Predicate that returns true if none of the specified
predicates are true.
- nopClosure() - Static method in class org.apache.commons.collections.ClosureUtils
-
Gets a Closure that will do nothing.
- NOPClosure - Class in org.apache.commons.collections.functors
-
Closure implementation that does nothing.
- NOPTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation that does nothing.
- nopTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a transformer that returns the input object.
- NotNullPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true if the input is not null.
- notNullPredicate() - Static method in class org.apache.commons.collections.PredicateUtils
-
Gets a Predicate that checks if the input object passed in is not null.
- NotPredicate - 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.
- 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.
- 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 null
higher than any
non-null
object it is compared with.
- NullComparator(Comparator) - Constructor for class org.apache.commons.collections.comparators.NullComparator
-
Construct an instance that sorts null
higher than any
non-null
object it is compared with.
- NullComparator(boolean) - Constructor for class org.apache.commons.collections.comparators.NullComparator
-
Construct an instance that sorts null
higher or lower than
any non-null
object it is compared with.
- NullComparator(Comparator, boolean) - Constructor for class org.apache.commons.collections.comparators.NullComparator
-
Construct an instance that sorts null
higher or lower than
any non-null
object it is compared with.
- nullFactory() - Static method in class org.apache.commons.collections.FactoryUtils
-
Gets a Factory that will return null each time the factory is used.
- nullHighComparator(Comparator) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Gets a Comparator that controls the comparison of null
values.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- nullLowComparator(Comparator) - Static method in class org.apache.commons.collections.ComparatorUtils
-
Gets a Comparator that controls the comparison of null
values.
- NullPredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that returns true if the input is null.
- nullPredicate() - Static method in class org.apache.commons.collections.PredicateUtils
-
Gets a Predicate that checks if the input object passed in is null.
- nullTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a transformer that always returns null.
- parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.MapEntry
-
The parent map
- parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
-
The parent map
- parent - Variable in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedListIterator
-
The parent list
- parent - Variable in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
-
The parent map
- parent - Variable in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
-
The parent map
- parent - Variable in class org.apache.commons.collections.map.AbstractHashedMap.Values
-
The parent map
- parent - Variable in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
-
The parent map
- parent - Variable in class org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
The parent map
- peek() - Method in class org.apache.commons.collections.ArrayStack
-
Returns the top item off of this stack without removing it.
- peek(int) - Method in class org.apache.commons.collections.ArrayStack
-
Returns the n'th item down (zero-relative) from the top of this
stack without removing it.
- 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.
- 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(Object) - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.
Percolates a new element up heap from the bottom.
- 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.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(Object) - Method in class org.apache.commons.collections.BinaryHeap
-
Deprecated.
Percolates a new element up heap from the bottom.
- percolateUpMinHeap(int) - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Percolates element up heap from the position given by the index.
- percolateUpMinHeap(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 - Class in org.apache.commons.collections.bag
-
Decorates another Bag
to validate that additions
match a specified predicate.
- PredicatedBag(Bag, Predicate) - Constructor for class org.apache.commons.collections.bag.PredicatedBag
-
Constructor that wraps (not copies).
- predicatedBag(Bag, Predicate) - Static method in class org.apache.commons.collections.BagUtils
-
Returns a predicated (validating) bag backed by the given bag.
- PredicatedBuffer - Class in org.apache.commons.collections.buffer
-
Decorates another Buffer
to validate that additions
match a specified predicate.
- PredicatedBuffer(Buffer, Predicate) - Constructor for class org.apache.commons.collections.buffer.PredicatedBuffer
-
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.
- PredicatedCollection - Class in org.apache.commons.collections.collection
-
Decorates another Collection
to validate that additions
match a specified predicate.
- PredicatedCollection(Collection, Predicate) - Constructor for class org.apache.commons.collections.collection.PredicatedCollection
-
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.
- PredicateDecorator - Interface in org.apache.commons.collections.functors
-
Defines a predicate that decorates one or more other predicates.
- PredicatedList - Class in org.apache.commons.collections.list
-
Decorates another List
to 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(List, Predicate) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a predicated (validating) list backed by the given list.
- PredicatedList.PredicatedListIterator - Class in org.apache.commons.collections.list
-
Inner class Iterator for the PredicatedList
- PredicatedList.PredicatedListIterator(ListIterator) - Constructor for class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator
-
- PredicatedMap - Class in org.apache.commons.collections.map
-
Decorates another Map
to 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).
- predicatedMap(Map, Predicate, Predicate) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a predicated (validating) map backed by the given map.
- PredicatedSet - Class in org.apache.commons.collections.set
-
Decorates another Set
to 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).
- predicatedSet(Set, Predicate) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a predicated (validating) set backed by the given set.
- PredicatedSortedBag - Class in org.apache.commons.collections.bag
-
Decorates another SortedBag
to validate that additions
match a specified predicate.
- PredicatedSortedBag(SortedBag, Predicate) - Constructor for class org.apache.commons.collections.bag.PredicatedSortedBag
-
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.
- PredicatedSortedMap - Class in org.apache.commons.collections.map
-
Decorates another SortedMap
to 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).
- predicatedSortedMap(SortedMap, Predicate, Predicate) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a predicated (validating) sorted map backed by the given map.
- PredicatedSortedSet - Class in org.apache.commons.collections.set
-
Decorates another SortedSet
to 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).
- predicatedSortedSet(SortedSet, Predicate) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a predicated (validating) sorted set backed by the given sorted set.
- 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
-
PredicateUtils
provides reference implementations and utilities
for the Predicate functor interface.
- PredicateUtils() - Constructor for class org.apache.commons.collections.PredicateUtils
-
This class is not normally instantiated.
- previous() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
- previous() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
-
- previous() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
-
- previous() - Method in class org.apache.commons.collections.iterators.ArrayListIterator
-
Gets the previous element from the array.
- previous() - Method in class org.apache.commons.collections.iterators.FilterListIterator
-
- previous() - Method in class org.apache.commons.collections.iterators.ListIteratorWrapper
-
Returns the the previous element.
- previous() - Method in class org.apache.commons.collections.iterators.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.
- 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 - Variable in class org.apache.commons.collections.list.AbstractLinkedList.Node
-
A pointer to the node before this node
- previous() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
-
- previous() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.KeySetIterator
-
- previous() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkMapIterator
-
- previous() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator
-
- previous() - Method in interface org.apache.commons.collections.OrderedIterator
-
Gets the previous element from the collection.
- previous() - Method in interface org.apache.commons.collections.OrderedMapIterator
-
Gets the previous key from the Map
.
- previousEntry() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
-
- previousIndex() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
Deprecated.
- previousIndex() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
-
- previousIndex() - Method in class org.apache.commons.collections.iterators.ArrayListIterator
-
- 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
-
- previousIndex() - Method in class org.apache.commons.collections.iterators.ObjectArrayListIterator
-
- previousIndex() - Method in class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.
- 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 Buffer
that provides for
removal based on Comparator
ordering.
- PriorityBuffer() - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer that sorts in ascending order by the
natural order of the objects added.
- PriorityBuffer(Comparator) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer that sorts in ascending order using the
specified comparator.
- PriorityBuffer(boolean) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer specifying the sort order and using the
natural order of the objects added.
- PriorityBuffer(boolean, Comparator) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer specifying the sort order and comparator.
- PriorityBuffer(int) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer that sorts in ascending order by the
natural order of the objects added, specifying an initial capacity.
- PriorityBuffer(int, Comparator) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer that sorts in ascending order using the
specified comparator and initial capacity.
- PriorityBuffer(int, boolean) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer that specifying initial capacity and
sort order, using the natural order of the objects added.
- PriorityBuffer(int, boolean, Comparator) - Constructor for class org.apache.commons.collections.buffer.PriorityBuffer
-
Constructs a new empty buffer that specifying initial capacity,
sort order and 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.
- ProxyIterator(Iterator) - Constructor for class org.apache.commons.collections.iterators.ProxyIterator
-
Deprecated.
Constructs a new ProxyIterator
that 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
ProxyListIterator
that will not
function until
setListIterator
is invoked.
- ProxyListIterator(ListIterator) - Constructor for class org.apache.commons.collections.iterators.ProxyListIterator
-
Deprecated.
Constructs a new ProxyListIterator
that 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(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(CompositeMap, Map[], Object, Object) - Method in interface org.apache.commons.collections.map.CompositeMap.MapMutator
-
Called when the CompositeMap.put() method is invoked.
- 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(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, 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(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.
- 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.
- put(Object, Object) - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.
- 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(CompositeMap, Map[], Map) - Method in interface org.apache.commons.collections.map.CompositeMap.MapMutator
-
Called when the CompositeMap.putAll() method is invoked.
- 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(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(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, Object[]) - Static method in class org.apache.commons.collections.MapUtils
-
Puts all the keys and values from the specified array into the map.
- putAll(Map) - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.
Override superclass to ensure that MultiMap instances are
correctly handled.
- 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.ProxyMap
-
Deprecated.
- 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.
- putAllWriteable(BeanMap) - Method in class org.apache.commons.collections.BeanMap
-
Deprecated.
Puts all of the writable properties from the given BeanMap into this
BeanMap.
- 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.
- ReferenceIdentityMap - Class in org.apache.commons.collections.map
-
A Map
implementation that allows mappings to be
removed by the garbage collector and matches keys and values based
on ==
not equals()
.
- ReferenceIdentityMap() - Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
-
Constructs a new ReferenceIdentityMap
that will
use hard references to keys and soft references to values.
- ReferenceIdentityMap(int, int) - Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
-
Constructs a new ReferenceIdentityMap
that will
use the specified types of references.
- ReferenceIdentityMap(int, int, boolean) - Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
-
Constructs a new ReferenceIdentityMap
that will
use the specified types of references.
- ReferenceIdentityMap(int, int, int, float) - Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
-
Constructs a new ReferenceIdentityMap
with the
specified reference types, load factor and initial capacity.
- ReferenceIdentityMap(int, int, int, float, boolean) - Constructor for class org.apache.commons.collections.map.ReferenceIdentityMap
-
Constructs a new ReferenceIdentityMap
with the
specified reference types, load factor and initial capacity.
- ReferenceMap - Class in org.apache.commons.collections.map
-
A Map
implementation that allows mappings to be
removed by the garbage collector.
- ReferenceMap() - Constructor for class org.apache.commons.collections.map.ReferenceMap
-
Constructs a new ReferenceMap
that will
use hard references to keys and soft references to values.
- ReferenceMap(int, int) - Constructor for class org.apache.commons.collections.map.ReferenceMap
-
Constructs a new ReferenceMap
that will
use the specified types of references.
- ReferenceMap(int, int, boolean) - Constructor for class org.apache.commons.collections.map.ReferenceMap
-
Constructs a new ReferenceMap
that will
use the specified types of references.
- ReferenceMap(int, int, int, float) - Constructor for class org.apache.commons.collections.map.ReferenceMap
-
Constructs a new ReferenceMap
with the
specified reference types, load factor and initial
capacity.
- ReferenceMap(int, int, int, float, boolean) - Constructor for class org.apache.commons.collections.map.ReferenceMap
-
Constructs a new ReferenceMap
with the
specified reference types, load factor and initial
capacity.
- 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.ReferenceMap
-
Deprecated.
Constructs a new ReferenceMap
that will
use hard references to keys and soft references to values.
- ReferenceMap(int, int, boolean) - Constructor for class org.apache.commons.collections.ReferenceMap
-
Deprecated.
Constructs a new ReferenceMap
that will
use the specified types of references.
- ReferenceMap(int, int) - Constructor for class org.apache.commons.collections.ReferenceMap
-
Deprecated.
Constructs a new ReferenceMap
that will
use the specified types of references.
- ReferenceMap(int, int, int, float, boolean) - Constructor for class org.apache.commons.collections.ReferenceMap
-
Deprecated.
Constructs a new ReferenceMap
with 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 ReferenceMap
with the
specified reference types, load factor and initial
capacity.
- registerCursor(CursorableLinkedList.Cursor) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.
- 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(Object, int) - Method in class org.apache.commons.collections.bag.AbstractBagDecorator
-
- remove(Object) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Removes all copies of the specified object from the bag.
- remove(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) - Method in interface org.apache.commons.collections.Bag
-
(Violation)
Removes all occurrences of the given object from the bag.
- remove(Object, int) - Method in interface org.apache.commons.collections.Bag
-
Removes nCopies
copies 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) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
-
- remove(Object, int) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
-
- remove(Object) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
-
- remove(Object, int) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
-
- remove() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.BidiMapIterator
-
- remove(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet
-
- remove() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySetIterator
-
- remove(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
-
- remove() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySetIterator
-
- remove(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap
-
- remove(Object) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
-
- remove() - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.ValuesIterator
-
- remove() - Method in class org.apache.commons.collections.bidimap.DualTreeBidiMap.BidiOrderedMapIterator
-
- remove(Object) - Method in class org.apache.commons.collections.bidimap.TreeBidiMap
-
Removes the mapping for this key from this map if present.
- remove(Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableBidiMap
-
- remove(Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableOrderedBidiMap
-
- remove(Object) - Method in class org.apache.commons.collections.bidimap.UnmodifiableSortedBidiMap
-
- remove() - Method in class org.apache.commons.collections.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(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() - 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(Object) - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
-
- remove() - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
-
- remove(Object) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
-
- remove(CompositeCollection, Collection[], Object) - Method in interface org.apache.commons.collections.collection.CompositeCollection.CollectionMutator
-
Called when an object is to be removed to the composite.
- remove(Object) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Removes an object from the collection, throwing UnsupportedOperationException
unless a CollectionMutator strategy is specified.
- remove(Object) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
-
- remove(Object) - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
-
- remove(Object) - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
-
- remove(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.
Removes the first occurrence in this list of the specified element.
- remove(int) - Method in class org.apache.commons.collections.CursorableLinkedList
-
Deprecated.
Removes the element at the specified position in this list (optional
operation).
- remove(Object) - Method in class org.apache.commons.collections.DefaultMapBag
-
Deprecated.
- remove(Object, int) - 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(int) - Method in class org.apache.commons.collections.FastArrayList
-
Remove the element at the specified position in the list, and shift
any subsequent elements down one position.
- remove(Object) - Method in class org.apache.commons.collections.FastArrayList
-
Remove the first occurrence of the specified element from the list,
and shift any subsequent elements down one position.
- remove(Object) - Method in class org.apache.commons.collections.FastHashMap
-
Remove any mapping for this key, and return any previously
mapped value.
- remove(Object) - Method in class org.apache.commons.collections.FastTreeMap
-
Remove any mapping for this key, and return any previously
mapped value.
- remove() - Method in class org.apache.commons.collections.iterators.AbstractIteratorDecorator
-
- remove() - Method in class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
-
- remove() - Method in class org.apache.commons.collections.iterators.AbstractMapIteratorDecorator
-
- remove() - Method in class org.apache.commons.collections.iterators.AbstractOrderedMapIteratorDecorator
-
- remove() - Method in class org.apache.commons.collections.iterators.ArrayIterator
-
- 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
-
- 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
-
- 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.
- 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(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubList
-
- remove() - Method in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
-
- remove(int) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- remove(Object) - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- remove(int) - Method in class org.apache.commons.collections.list.AbstractListDecorator
-
- remove() - 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(int) - Method in class org.apache.commons.collections.list.FixedSizeList
-
- remove(Object) - Method in class org.apache.commons.collections.list.FixedSizeList
-
- remove(int) - Method in class org.apache.commons.collections.list.PredicatedList
-
- remove(Object) - Method in class org.apache.commons.collections.list.SetUniqueList
-
- remove(int) - Method in class org.apache.commons.collections.list.SetUniqueList
-
- remove(int) - Method in class org.apache.commons.collections.list.SynchronizedList
-
- remove(int) - Method in class org.apache.commons.collections.list.TransformedList
-
- remove(int) - Method in class org.apache.commons.collections.list.TreeList
-
Removes the element at the specified index.
- remove(Object) - Method in class org.apache.commons.collections.list.UnmodifiableList
-
- remove(int) - Method in class org.apache.commons.collections.list.UnmodifiableList
-
- remove(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
-
- remove() - Method in class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
-
- remove(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
-
- remove(Object) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Removes the specified mapping from this map.
- remove() - Method in class org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
-
- remove(Object) - Method in class org.apache.commons.collections.map.AbstractMapDecorator
-
- remove(Object) - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Removes the specified mapping from this map.
- remove(Object) - Method in class org.apache.commons.collections.map.CompositeMap
-
Removes the mapping for this key from this map if it is present
(optional operation).
- remove(Object) - Method in class org.apache.commons.collections.map.FixedSizeMap
-
- remove(Object) - Method in class org.apache.commons.collections.map.FixedSizeSortedMap
-
- remove(Object) - Method in class org.apache.commons.collections.map.Flat3Map
-
Removes the specified mapping from this map.
- remove(int) - Method in class org.apache.commons.collections.map.LinkedMap
-
Removes the element at the specified index.
- remove(Object) - Method in class org.apache.commons.collections.map.ListOrderedMap
-
- remove(int) - Method in class org.apache.commons.collections.map.ListOrderedMap
-
Removes the element at the specified index.
- remove(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Removes the specified multi-key from this map.
- 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(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
- remove(Object, Object) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Removes a specific value from map.
- remove(Object) - Method in class org.apache.commons.collections.map.SingletonMap
-
Unsupported operation.
- remove(Object) - Method in class org.apache.commons.collections.map.StaticBucketMap
-
Removes the specified key from the map.
- remove(Object) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
-
- remove(Object) - Method in class org.apache.commons.collections.map.UnmodifiableMap
-
- remove(Object) - Method in class org.apache.commons.collections.map.UnmodifiableOrderedMap
-
- remove(Object) - Method in class org.apache.commons.collections.map.UnmodifiableSortedMap
-
- remove() - Method in interface org.apache.commons.collections.MapIterator
-
Removes the last returned key from the underlying Map
(optional operation).
- remove(Object, Object) - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.
Removes a specific value from map.
- remove(Object, Object) - Method in interface org.apache.commons.collections.MultiMap
-
Removes a specific value from map.
- remove(Object) - Method in interface org.apache.commons.collections.MultiMap
-
Removes all values associated with the specified key.
- remove(Object) - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.
- 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.
- remove(int) - Method in class org.apache.commons.collections.SequencedHashMap
-
Deprecated.
Removes the element at the specified index.
- remove(Object) - Method in class org.apache.commons.collections.set.CompositeSet
-
If a CollectionMutator
is defined for this CompositeSet then this
method will be called anyway.
- remove(Object) - Method in class org.apache.commons.collections.set.ListOrderedSet
-
- remove(int) - Method in class org.apache.commons.collections.set.ListOrderedSet
-
- remove(Object) - Method in class org.apache.commons.collections.set.MapBackedSet
-
- remove(Object) - Method in class org.apache.commons.collections.set.UnmodifiableSet
-
- remove(Object) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
-
- remove(Object) - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.
- remove() - Method in class org.apache.commons.collections.UnboundedFifoBuffer
-
Deprecated.
Removes the next object from the buffer
- REMOVE_INVALID - Static variable in class org.apache.commons.collections.map.AbstractHashedMap
-
- removeAll(Collection) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Removes objects from the bag according to their count in the specified collection.
- removeAll(Collection) - Method in interface org.apache.commons.collections.Bag
-
(Violation)
Remove all elements represented in the given collection,
respecting cardinality.
- removeAll(Collection) - Method in class org.apache.commons.collections.bag.UnmodifiableBag
-
- removeAll(Collection) - Method in class org.apache.commons.collections.bag.UnmodifiableSortedBag
-
- removeAll(Collection) - Method in class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
-
- removeAll(Collection) - Method in class org.apache.commons.collections.buffer.UnmodifiableBuffer
-
- removeAll(Collection) - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
-
- removeAll(Collection) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Removes the elements in the specified collection from this composite collection.
- removeAll(Collection) - Method in class org.apache.commons.collections.collection.SynchronizedCollection
-
- removeAll(Collection) - Method in class org.apache.commons.collections.collection.UnmodifiableBoundedCollection
-
- removeAll(Collection) - Method in class org.apache.commons.collections.collection.UnmodifiableCollection
-
- removeAll(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Removes the elements in remove
from collection
.
- 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, Collection) - Static method in class org.apache.commons.collections.ListUtils
-
Removes the elements in remove
from collection
.
- removeAll(Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Removes all mappings where the first key is that specified.
- removeAll(Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Removes all mappings where the first two keys are those specified.
- removeAll(Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Removes all mappings where the first three keys are those specified.
- removeAll(Object, Object, Object, Object) - Method in class org.apache.commons.collections.map.MultiKeyMap
-
Removes all mappings where the first four keys are those specified.
- removeAll(Collection) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
-
- removeAll(Collection) - Method in class org.apache.commons.collections.set.ListOrderedSet
-
- removeAll(Collection) - Method in class org.apache.commons.collections.set.MapBackedSet
-
- removeAll(Collection) - Method in class org.apache.commons.collections.set.UnmodifiableSet
-
- removeAll(Collection) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
-
- removeAllNodes() - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
Removes all nodes by resetting the circular list marker.
- removeAllNodes() - Method in class org.apache.commons.collections.list.CursorableLinkedList
-
Removes all nodes by iteration.
- removeAllNodes() - Method in class org.apache.commons.collections.list.NodeCachingLinkedList
-
Removes all the nodes from the list, storing as many as required in the
cache for reuse.
- removeComposited(Collection) - 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.Listable
from 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(AbstractHashedMap.HashEntry, int, AbstractHashedMap.HashEntry) - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Removes a mapping from the 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.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, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns a collection containing all the elements in collection
that are also in retain
.
- 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(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.
- 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, Collection) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a List containing all the elements in collection
that are also in retain
.
- retainAll(Collection) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
-
- retainAll(Collection) - Method in class org.apache.commons.collections.set.ListOrderedSet
-
- retainAll(Collection) - Method in class org.apache.commons.collections.set.MapBackedSet
-
- retainAll(Collection) - Method in class org.apache.commons.collections.set.UnmodifiableSet
-
- retainAll(Collection) - Method in class org.apache.commons.collections.set.UnmodifiableSortedSet
-
- reuseEntry(AbstractHashedMap.HashEntry, 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
compare
method.
- 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
- 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(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(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
-
- set(Object) - Method in class org.apache.commons.collections.iterators.LoopingListIterator
-
- 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.
- 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(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(Object) - Method in class org.apache.commons.collections.list.PredicatedList.PredicatedListIterator
-
- set(int, Object) - Method in class org.apache.commons.collections.list.PredicatedList
-
- set - Variable in class org.apache.commons.collections.list.SetUniqueList
-
Internal Set to maintain uniqueness.
- set(int, 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(Object) - Method in class org.apache.commons.collections.list.TransformedList.TransformedListIterator
-
- 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
-
- 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
-
- 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(Iterator) - Method in class org.apache.commons.collections.iterators.FilterIterator
-
Sets the iterator for this iterator to use.
- 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.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(CompositeMap.MapMutator) - Method in class org.apache.commons.collections.map.CompositeMap
-
Specify the MapMutator to be used by mutation operations.
- setMutator(CompositeCollection.CollectionMutator) - Method in class org.apache.commons.collections.set.CompositeSet
-
This can receive either a CompositeCollection.CollectionMutator
or a CompositeSet.SetMutator
.
- 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 List
to ensure that no duplicates are present
much like a Set
.
- 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
-
Provides utility methods and decorators for
Set
and
SortedSet
instances.
- SetUtils() - Constructor for class org.apache.commons.collections.SetUtils
-
SetUtils
should not normally be instantiated.
- setValue(Object) - Method in class org.apache.commons.collections.BeanMap.MyMapEntry
-
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.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(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.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 - Class in org.apache.commons.collections.iterators
-
SingletonIterator
is an
Iterator
over a single
object instance.
- SingletonIterator(Object) - Constructor for class org.apache.commons.collections.iterators.SingletonIterator
-
Constructs a new SingletonIterator
where remove
is a permitted operation.
- SingletonIterator(Object, boolean) - Constructor for class org.apache.commons.collections.iterators.SingletonIterator
-
Constructs a new SingletonIterator
optionally choosing if
remove
is a permitted operation.
- singletonIterator(Object) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a singleton iterator.
- SingletonListIterator - Class in org.apache.commons.collections.iterators
-
SingletonIterator
is an
ListIterator
over a single
object instance.
- SingletonListIterator(Object) - Constructor for class org.apache.commons.collections.iterators.SingletonListIterator
-
Constructs a new SingletonListIterator
.
- singletonListIterator(Object) - Static method in class org.apache.commons.collections.IteratorUtils
-
Gets a singleton list iterator.
- SingletonMap - Class in org.apache.commons.collections.map
-
A Map
implementation that holds a single item and is fixed size.
- SingletonMap() - Constructor for class org.apache.commons.collections.map.SingletonMap
-
Constructor that creates a map of null
to null
.
- SingletonMap(Object, Object) - Constructor for class org.apache.commons.collections.map.SingletonMap
-
Constructor specifying the key and value.
- SingletonMap(KeyValue) - Constructor for class org.apache.commons.collections.map.SingletonMap
-
Constructor specifying the key and value as a KeyValue
.
- SingletonMap(Map.Entry) - Constructor for class org.apache.commons.collections.map.SingletonMap
-
Constructor specifying the key and value as a MapEntry
.
- SingletonMap(Map) - Constructor for class org.apache.commons.collections.map.SingletonMap
-
Constructor copying elements from another map.
- size() - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Returns the number of elements in this bag.
- size() - Method in interface org.apache.commons.collections.Bag
-
Returns the total number of items in the bag across all types.
- size() - Method in class org.apache.commons.collections.BeanMap
-
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 - Variable in class org.apache.commons.collections.buffer.PriorityBuffer
-
The number of elements currently in this buffer.
- size() - Method in class org.apache.commons.collections.buffer.PriorityBuffer
-
Returns the number of elements in this buffer.
- size() - Method in class org.apache.commons.collections.buffer.UnboundedFifoBuffer
-
Returns the number of elements stored in the buffer.
- size() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
-
- size() - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Gets the size of this composite collection.
- size() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
-
- size(Object) - Static method in class org.apache.commons.collections.CollectionUtils
-
Gets the size of the collection/iterator specified.
- size() - Method in class org.apache.commons.collections.comparators.ComparatorChain
-
Number of Comparators in the current ComparatorChain.
- size() - Method in class org.apache.commons.collections.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 - Variable in class org.apache.commons.collections.list.AbstractLinkedList
-
The size of the list
- size() - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- size() - Method in class org.apache.commons.collections.list.TreeList
-
Gets the current size of the list.
- size() - Method in class org.apache.commons.collections.map.AbstractHashedMap.EntrySet
-
- size() - Method in class org.apache.commons.collections.map.AbstractHashedMap.KeySet
-
- size - Variable in class org.apache.commons.collections.map.AbstractHashedMap
-
The size of the map
- size() - Method in class org.apache.commons.collections.map.AbstractHashedMap
-
Gets the size of the map.
- size() - Method in class org.apache.commons.collections.map.AbstractHashedMap.Values
-
- size() - Method in class org.apache.commons.collections.map.AbstractMapDecorator
-
- size() - Method in class org.apache.commons.collections.map.AbstractReferenceMap
-
Gets the size of the map.
- size() - Method in class org.apache.commons.collections.map.CompositeMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class org.apache.commons.collections.map.Flat3Map
-
Gets the size of the map.
- size() - Method in class org.apache.commons.collections.map.MultiKeyMap
-
- size(Object) - Method in class org.apache.commons.collections.map.MultiValueMap
-
Gets the size of the collection mapped to the specified key.
- 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(Object) - Method in class org.apache.commons.collections.MultiHashMap
-
Deprecated.
Gets the size of the collection mapped to the specified key.
- size() - Method in interface org.apache.commons.collections.MultiMap
-
Gets the number of keys in this map.
- size() - Method in class org.apache.commons.collections.ProxyMap
-
Deprecated.
- 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.
- size() - Method in class org.apache.commons.collections.set.MapBackedSet
-
- size() - Method in class org.apache.commons.collections.StaticBucketMap
-
Deprecated.
- size() - Method in class org.apache.commons.collections.UnboundedFifoBuffer
-
Deprecated.
Returns the number of elements stored in the buffer.
- 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 Bag
that 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 true
iff
I sort true
values before
false
values.
- stack - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
The stack of iterators
- START_TOKEN - Static variable in class org.apache.commons.collections.ExtendedProperties
-
- startIndex - Variable in class org.apache.commons.collections.iterators.ArrayIterator
-
The start index to loop from
- startIndex - Variable in class org.apache.commons.collections.iterators.ObjectArrayIterator
-
The start index to loop from
- StaticBucketMap - Class in org.apache.commons.collections.map
-
A StaticBucketMap is an efficient, thread-safe implementation of
java.util.Map
that performs well in in a highly
thread-contentious environment.
- StaticBucketMap() - Constructor for class org.apache.commons.collections.map.StaticBucketMap
-
Initializes the map with the default number of buckets (255).
- StaticBucketMap(int) - Constructor for class org.apache.commons.collections.map.StaticBucketMap
-
Initializes the map with a specified number of buckets.
- 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.StaticBucketMap
-
Deprecated.
Initializes the map with the default number of buckets (255).
- StaticBucketMap(int) - Constructor for class org.apache.commons.collections.StaticBucketMap
-
Deprecated.
Initializes the map with a specified number of buckets.
- StringValueTransformer - Class in org.apache.commons.collections.functors
-
Transformer implementation that returns the result of calling
String.valueOf
on the input object.
- stringValueTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
-
Gets a transformer that returns a java.lang.String
representation of the input object.
- sub - Variable in class org.apache.commons.collections.list.AbstractLinkedList.LinkedSubListIterator
-
The parent list
- sub - Variable in class org.apache.commons.collections.list.CursorableLinkedList.SubCursor
-
The parent list
- 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
-
- 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(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(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 - 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 - 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.
- 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(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(Map) - Static method in class org.apache.commons.collections.TransformerUtils
-
Create a new Transformer that calls one of the transformers depending
on the predicates.
- SynchronizedBag - Class in org.apache.commons.collections.bag
-
Decorates another Bag
to 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).
- synchronizedBag(Bag) - Static method in class org.apache.commons.collections.BagUtils
-
Returns a synchronized (thread-safe) bag backed by the given bag.
- SynchronizedBuffer - Class in org.apache.commons.collections.buffer
-
Decorates another Buffer
to 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).
- synchronizedBuffer(Buffer) - Static method in class org.apache.commons.collections.BufferUtils
-
Returns a synchronized buffer backed by the given buffer.
- SynchronizedCollection - Class in org.apache.commons.collections.collection
-
Decorates another Collection
to 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).
- synchronizedCollection(Collection) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns a synchronized collection backed by the given collection.
- SynchronizedList - Class in org.apache.commons.collections.list
-
Decorates another List
to 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).
- synchronizedList(List) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a synchronized list backed by the given list.
- 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 - Class in org.apache.commons.collections.set
-
Decorates another Set
to 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).
- synchronizedSet(Set) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a synchronized set backed by the given set.
- SynchronizedSortedBag - Class in org.apache.commons.collections.bag
-
Decorates another SortedBag
to synchronize its behaviour
for a multi-threaded environment.
- SynchronizedSortedBag(SortedBag) - Constructor for class org.apache.commons.collections.bag.SynchronizedSortedBag
-
Constructor that wraps (not copies).
- SynchronizedSortedBag(Bag, Object) - Constructor for class org.apache.commons.collections.bag.SynchronizedSortedBag
-
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.
- synchronizedSortedMap(SortedMap) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a synchronized sorted map backed by the given sorted map.
- SynchronizedSortedSet - Class in org.apache.commons.collections.set
-
Decorates another SortedSet
to 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).
- synchronizedSortedSet(SortedSet) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a synchronized sorted set backed by the given sorted set.
- 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
-
- 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(Object[]) - Method in class org.apache.commons.collections.bag.AbstractMapBag
-
Returns an array of all of this bag's elements.
- toArray() - Method in class org.apache.commons.collections.collection.AbstractCollectionDecorator
-
- toArray(Object[]) - 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(Object[]) - Method in class org.apache.commons.collections.collection.CompositeCollection
-
Returns an object array, populating the supplied array if possible.
- toArray() - Method in class org.apache.commons.collections.collection.SynchronizedCollection
-
- toArray(Object[]) - 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(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() - 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.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(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(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.
- toArray() - Method in class org.apache.commons.collections.list.AbstractLinkedList
-
- toArray(Object[]) - 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(Object[]) - Method in class org.apache.commons.collections.map.UnmodifiableEntrySet
-
- toArray() - Method in class org.apache.commons.collections.set.ListOrderedSet
-
- toArray(Object[]) - 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.set.MapBackedSet
-
- 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.Entry
object with key and value from this pair.
- toProperties(Map) - Static method in class org.apache.commons.collections.MapUtils
-
Gets a new Properties object initialised with the values from a Map.
- toReference(int, 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
String
representation 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(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.
- 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.
- TransformedBag - Class in org.apache.commons.collections.bag
-
Decorates another Bag
to transform objects that are added.
- TransformedBag(Bag, Transformer) - Constructor for class org.apache.commons.collections.bag.TransformedBag
-
Constructor that wraps (not copies).
- transformedBag(Bag, Transformer) - Static method in class org.apache.commons.collections.BagUtils
-
Returns a transformed bag backed by the given bag.
- TransformedBuffer - Class in org.apache.commons.collections.buffer
-
Decorates another Buffer
to transform objects that are added.
- TransformedBuffer(Buffer, Transformer) - Constructor for class org.apache.commons.collections.buffer.TransformedBuffer
-
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.
- TransformedCollection - Class in org.apache.commons.collections.collection
-
Decorates another Collection
to transform objects that are added.
- TransformedCollection(Collection, Transformer) - Constructor for class org.apache.commons.collections.collection.TransformedCollection
-
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.
- 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 - Class in org.apache.commons.collections.list
-
Decorates another List
to transform objects that are added.
- TransformedList(List, Transformer) - Constructor for class org.apache.commons.collections.list.TransformedList
-
Constructor that wraps (not copies).
- transformedList(List, Transformer) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a transformed list backed by the given list.
- TransformedList.TransformedListIterator - Class in org.apache.commons.collections.list
-
Inner class Iterator for the TransformedList
- TransformedList.TransformedListIterator(ListIterator) - Constructor for class org.apache.commons.collections.list.TransformedList.TransformedListIterator
-
- TransformedMap - Class in org.apache.commons.collections.map
-
Decorates another Map
to transform objects that are added.
- TransformedMap(Map, Transformer, Transformer) - Constructor for class org.apache.commons.collections.map.TransformedMap
-
Constructor that wraps (not copies).
- transformedMap(Map, Transformer, Transformer) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a transformed map backed by the given map.
- TransformedPredicate - 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.
- 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.
- TransformedSet - Class in org.apache.commons.collections.set
-
Decorates another Set
to transform objects that are added.
- TransformedSet(Set, Transformer) - Constructor for class org.apache.commons.collections.set.TransformedSet
-
Constructor that wraps (not copies).
- transformedSet(Set, Transformer) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a transformed set backed by the given set.
- TransformedSortedBag - Class in org.apache.commons.collections.bag
-
Decorates another SortedBag
to transform objects that are added.
- TransformedSortedBag(SortedBag, Transformer) - Constructor for class org.apache.commons.collections.bag.TransformedSortedBag
-
Constructor that wraps (not copies).
- transformedSortedBag(SortedBag, Transformer) - Static method in class org.apache.commons.collections.BagUtils
-
Returns a transformed sorted bag backed by the given bag.
- TransformedSortedMap - Class in org.apache.commons.collections.map
-
Decorates another SortedMap
to transform objects that are added.
- TransformedSortedMap(SortedMap, Transformer, Transformer) - Constructor for class org.apache.commons.collections.map.TransformedSortedMap
-
Constructor that wraps (not copies).
- transformedSortedMap(SortedMap, Transformer, Transformer) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a transformed sorted map backed by the given map.
- TransformedSortedSet - Class in org.apache.commons.collections.set
-
Decorates another SortedSet
to transform objects that are added.
- TransformedSortedSet(SortedSet, Transformer) - Constructor for class org.apache.commons.collections.set.TransformedSortedSet
-
Constructor that wraps (not copies).
- transformedSortedSet(SortedSet, Transformer) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a transformed sorted set backed by the given set.
- transformer - Variable in class org.apache.commons.collections.collection.TransformedCollection
-
The transformer to use
- transformer - Variable in class org.apache.commons.collections.comparators.TransformingComparator
-
The transformer being used.
- transformer - Variable in class org.apache.commons.collections.iterators.ObjectGraphIterator
-
The transformer to use
- Transformer - 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
-
TransformerUtils
provides reference implementations and
utilities for the Transformer functor interface.
- TransformerUtils() - Constructor for class org.apache.commons.collections.TransformerUtils
-
This class is not normally instantiated.
- TransformingComparator - Class in org.apache.commons.collections.comparators
-
Decorates another Comparator with transformation behavior.
- TransformingComparator(Transformer) - Constructor for class org.apache.commons.collections.comparators.TransformingComparator
-
- 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
TransformIterator
that will not function
until the
setIterator
method is
invoked.
- TransformIterator(Iterator) - Constructor for class org.apache.commons.collections.iterators.TransformIterator
-
Constructs a new TransformIterator
that won't transform
elements from the given iterator.
- TransformIterator(Iterator, Transformer) - Constructor for class org.apache.commons.collections.iterators.TransformIterator
-
Constructs a new TransformIterator
that will use the
given iterator and transformer.
- transformKey(Object) - Method in class org.apache.commons.collections.map.TransformedMap
-
Transforms a key.
- transformMap(Map) - Method in class org.apache.commons.collections.map.TransformedMap
-
Transforms a map.
- transformValue(Object) - Method in class org.apache.commons.collections.map.TransformedMap
-
Transforms a value.
- TreeBag - Class in org.apache.commons.collections.bag
-
Implements SortedBag
, using a TreeMap
to provide
the data storage.
- TreeBag() - Constructor for class org.apache.commons.collections.bag.TreeBag
-
Constructs an empty TreeBag
.
- TreeBag(Comparator) - Constructor for class org.apache.commons.collections.bag.TreeBag
-
Constructs an empty bag that maintains order on its unique
representative members according to the given
Comparator
.
- TreeBag(Collection) - Constructor for class org.apache.commons.collections.bag.TreeBag
-
Constructs a TreeBag
containing all the members of the
specified collection.
- 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.TreeBag
-
Deprecated.
Constructs an empty TreeBag
.
- TreeBag(Comparator) - Constructor for class org.apache.commons.collections.TreeBag
-
Deprecated.
Constructs an empty
Bag
that maintains order on its unique
representative members according to the given
Comparator
.
- TreeBag(Collection) - Constructor for class org.apache.commons.collections.TreeBag
-
Deprecated.
Constructs a
Bag
containing all the members of the given
collection.
- TreeBidiMap - Class in org.apache.commons.collections.bidimap
-
Red-Black tree-based implementation of BidiMap where all objects added
implement the Comparable
interface.
- TreeBidiMap() - Constructor for class org.apache.commons.collections.bidimap.TreeBidiMap
-
Constructs a new empty TreeBidiMap.
- TreeBidiMap(Map) - Constructor for class org.apache.commons.collections.bidimap.TreeBidiMap
-
Constructs a new TreeBidiMap by copying an existing Map.
- TreeList - Class in org.apache.commons.collections.list
-
A List
implementation that is optimised for fast insertions and
removals at any index in the list.
- TreeList() - Constructor for class org.apache.commons.collections.list.TreeList
-
Constructs a new empty list.
- TreeList(Collection) - Constructor for class org.apache.commons.collections.list.TreeList
-
Constructs a new empty list that copies the specified list.
- trimToSize() - Method in class org.apache.commons.collections.FastArrayList
-
Trim the capacity of this ArrayList
instance to be the
list's current size.
- TruePredicate - Class in org.apache.commons.collections.functors
-
Predicate implementation that always returns true.
- truePredicate() - Static method in class org.apache.commons.collections.PredicateUtils
-
Gets a Predicate that always returns true.
- TypedBag - Class in org.apache.commons.collections.bag
-
Decorates another Bag
to validate that elements added
are of a specific type.
- TypedBag() - Constructor for class org.apache.commons.collections.bag.TypedBag
-
Restrictive constructor.
- typedBag(Bag, Class) - Static method in class org.apache.commons.collections.BagUtils
-
Returns a typed bag backed by the given bag.
- TypedBuffer - Class in org.apache.commons.collections.buffer
-
Decorates another Buffer
to validate that elements added
are of a specific type.
- TypedBuffer() - Constructor for class org.apache.commons.collections.buffer.TypedBuffer
-
Restrictive constructor.
- typedBuffer(Buffer, Class) - Static method in class org.apache.commons.collections.BufferUtils
-
Returns a typed buffer backed by the given buffer.
- TypedCollection - Class in org.apache.commons.collections.collection
-
Decorates a Collection
to validate that elements added are of a specific type.
- TypedCollection() - Constructor for class org.apache.commons.collections.collection.TypedCollection
-
Restrictive constructor.
- typedCollection(Collection, Class) - Static method in class org.apache.commons.collections.CollectionUtils
-
Returns a typed collection backed by the given collection.
- TypedList - Class in org.apache.commons.collections.list
-
Decorates another List
to validate that elements
added are of a specific type.
- TypedList() - Constructor for class org.apache.commons.collections.list.TypedList
-
Restrictive constructor.
- typedList(List, Class) - Static method in class org.apache.commons.collections.ListUtils
-
Returns a typed list backed by the given list.
- TypedMap - Class in org.apache.commons.collections.map
-
Decorates another Map
to validate that elements added
are of a specific type.
- TypedMap() - Constructor for class org.apache.commons.collections.map.TypedMap
-
Restrictive constructor.
- typedMap(Map, Class, Class) - Static method in class org.apache.commons.collections.MapUtils
-
Returns a typed map backed by the given map.
- TypedSet - Class in org.apache.commons.collections.set
-
Decorates another Set
to validate that elements
added are of a specific type.
- TypedSet() - Constructor for class org.apache.commons.collections.set.TypedSet
-
Restrictive constructor.
- typedSet(Set, Class) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a typed set backed by the given set.
- TypedSortedBag - Class in org.apache.commons.collections.bag
-
Decorates another SortedBag
to validate that elements added
are of a specific type.
- TypedSortedBag() - Constructor for class org.apache.commons.collections.bag.TypedSortedBag
-
Restrictive constructor.
- typedSortedBag(SortedBag, Class) - Static method in class org.apache.commons.collections.BagUtils
-
Returns a typed sorted bag backed by the given bag.
- TypedSortedMap - Class in org.apache.commons.collections.map
-
Decorates another SortedMap
to validate that elements added
are of a specific type.
- TypedSortedMap() - Constructor for class org.apache.commons.collections.map.TypedSortedMap
-
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.
- TypedSortedSet - Class in org.apache.commons.collections.set
-
Decorates another SortedSet
to validate that elements
added are of a specific type.
- TypedSortedSet() - Constructor for class org.apache.commons.collections.set.TypedSortedSet
-
Restrictive constructor.
- typedSortedSet(SortedSet, Class) - Static method in class org.apache.commons.collections.SetUtils
-
Returns a typed sorted set backed by the given set.