A B C D E F G H I K L M N O P R S T U V W
A
- add(int, Object) -
Method in class org.apache.commons.collections.FastArrayList
- Insert the specified element at the specified position in this list,
and shift all remaining elements up one position.
- add(int, Object) -
Method in class org.apache.commons.collections.CursorableLinkedList
- Inserts the specified element at the specified position in this list.
- add(Object) -
Method in class org.apache.commons.collections.FastArrayList
- Appends the specified element to the end of this list.
- add(Object) -
Method in class org.apache.commons.collections.CursorableLinkedList
- Appends the specified element to the end of this list.
- add(Object) -
Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
- addAll(Collection) -
Method in class org.apache.commons.collections.FastArrayList
- Append all of the elements in the specified Collection to the end
of this list, in the order that they are returned by the specified
Collection's Iterator.
- addAll(Collection) -
Method in class org.apache.commons.collections.CursorableLinkedList
- Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the specified
Collection
's Iterator
.
- addAll(Collection, Enumeration) -
Static method in class org.apache.commons.collections.CollectionUtils
- Adds all elements in the enumeration to the given collection
- addAll(Collection, Iterator) -
Static method in class org.apache.commons.collections.CollectionUtils
- Adds all elements in the iteration to the given collection
- addAll(Collection, Object[]) -
Static method in class org.apache.commons.collections.CollectionUtils
- Adds all elements in the array to the given collection
- addAll(int, Collection) -
Method in class org.apache.commons.collections.FastArrayList
- Insert all of the elements in the specified Collection at the specified
position in this list, and shift any previous elements upwards as
needed.
- addAll(int, Collection) -
Method in class org.apache.commons.collections.CursorableLinkedList
- Inserts all of the elements in the specified collection into this
list at the specified position.
- addFirst(Object) -
Method in class org.apache.commons.collections.CursorableLinkedList
- Inserts the specified element at the beginning of this list.
- addLast(Object) -
Method in class org.apache.commons.collections.CursorableLinkedList
- Inserts the specified element at the end of this list.
- addProperty(String, Object) -
Method in class org.apache.commons.collections.ExtendedProperties
- Add a property to the configuration.
- ArrayEnumeration - class org.apache.commons.collections.ArrayEnumeration.
- Enumeration wrapper for array.
- ArrayEnumeration(List) -
Constructor for class org.apache.commons.collections.ArrayEnumeration
-
- ArrayEnumeration(Object[]) -
Constructor for class org.apache.commons.collections.ArrayEnumeration
-
- ArrayIterator - class org.apache.commons.collections.ArrayIterator.
- Implements
Iterator
over an array of objects - ArrayIterator() -
Constructor for class org.apache.commons.collections.ArrayIterator
-
- ArrayIterator(Object[]) -
Constructor for class org.apache.commons.collections.ArrayIterator
-
- ArrayStack - class org.apache.commons.collections.ArrayStack.
- 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
-
B
- BeanMap - class org.apache.commons.collections.BeanMap.
- An implementation of Map for JavaBeans which uses introspection to
get and put properties in the bean.
- BeanMap() -
Constructor for class org.apache.commons.collections.BeanMap
-
- BeanMap(Object) -
Constructor for class org.apache.commons.collections.BeanMap
-
- BinaryHeap - class org.apache.commons.collections.BinaryHeap.
- Binary heap implementation of
PriorityQueue
. - BinaryHeap() -
Constructor for class org.apache.commons.collections.BinaryHeap
-
- BinaryHeap(boolean) -
Constructor for class org.apache.commons.collections.BinaryHeap
-
- BinaryHeap(int) -
Constructor for class org.apache.commons.collections.BinaryHeap
-
- BinaryHeap(int, boolean) -
Constructor for class org.apache.commons.collections.BinaryHeap
-
C
- cardinality(Object, Collection) -
Static method in class org.apache.commons.collections.CollectionUtils
- Returns the number of occurrences of obj
in col.
- clear() -
Method in class org.apache.commons.collections.FastTreeMap
- Remove all mappings from this map.
- clear() -
Method in class org.apache.commons.collections.SynchronizedPriorityQueue
- Clear all elements from queue.
- clear() -
Method in class org.apache.commons.collections.FastHashMap
- Remove all mappings from this map.
- clear() -
Method in class org.apache.commons.collections.BeanMap
-
- clear() -
Method in interface org.apache.commons.collections.PriorityQueue
- Clear all elements from queue.
- clear() -
Method in class org.apache.commons.collections.SoftRefHashMap
- Clears all mappings
- 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.BinaryHeap
- Clear all elements from queue.
- clear() -
Method in class org.apache.commons.collections.CursorableLinkedList
- Removes all of the elements from this list.
- clearProperty(String) -
Method in class org.apache.commons.collections.ExtendedProperties
- Clear a property in the configuration.
- 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.FastHashMap
- Return a shallow copy of this
FastHashMap
instance.
- clone() -
Method in class org.apache.commons.collections.BeanMap
-
- clone() -
Method in class org.apache.commons.collections.FastArrayList
- Return a shallow copy of this
FastArrayList
instance.
- close() -
Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
- Closure - interface org.apache.commons.collections.Closure.
- An interface to represent some Closure, a block of code which is executed
from inside some block, function or iteration which operates on an input
object.
- collect(Collection, Transformer) -
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(Collection, Transformer, Collection) -
Static method in class org.apache.commons.collections.CollectionUtils
- Transforms all elements from inputCollection with the given transformer
and adds them to the outputCollection
- collect(Iterator, Transformer) -
Static method in class org.apache.commons.collections.CollectionUtils
- Transforms all elements from the inputIterator with the given transformer
and adds them to the outputCollection
- collect(Iterator, Transformer, Collection) -
Static method in class org.apache.commons.collections.CollectionUtils
- Transforms all elements from the inputIterator with the given transformer
and adds them to the outputCollection
- CollectionUtils - class org.apache.commons.collections.CollectionUtils.
- A set of
Collection
related utility methods. - CollectionUtils() -
Constructor for class org.apache.commons.collections.CollectionUtils
-
- combine(ExtendedProperties) -
Method in class org.apache.commons.collections.ExtendedProperties
- Combines an existing Hashtable with this Hashtable.
- 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.
- 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.CursorableLinkedList
- Returns true if this list contains the specified element.
- 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.CursorableLinkedList
- Returns true if this list contains all of the elements of the
specified collection.
- 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.FastHashMap
- Return
true
if this map contains a mapping for the
specified key.
- containsKey(Object) -
Method in class org.apache.commons.collections.SoftRefHashMap
- Answers whether the argument is in the domain of the mappings
- containsKey(Object) -
Method in class org.apache.commons.collections.LRUMap
-
- containsKey(String) -
Method in class org.apache.commons.collections.BeanMap
-
- 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.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.BeanMap
-
- containsValue(Object) -
Method in class org.apache.commons.collections.SoftRefHashMap
- Answers whether the argument is a Referenced value
- containsValue(Object) -
Method in class org.apache.commons.collections.LRUMap
-
- convertProperties(Properties) -
Static method in class org.apache.commons.collections.ExtendedProperties
- Convert a standard properties class into a configuration
class.
- cursor() -
Method in class org.apache.commons.collections.CursorableLinkedList
- Returns a
ListIterator
for iterating through the
elements of this list.
- cursor(int) -
Method in class org.apache.commons.collections.CursorableLinkedList
- Returns a
ListIterator
for iterating through the
elements of this list, initialized such that
ListIterator.next()
will return the element at
the specified index (if any) and ListIterator.previous()
will return the element immediately preceeding it (if any).
- CursorableLinkedList - class org.apache.commons.collections.CursorableLinkedList.
- A doubly-linked list implementation of the
List
interface,
supporting a ListIterator
that allows concurrent modifications
to the underlying list. - CursorableLinkedList.Cursor - class org.apache.commons.collections.CursorableLinkedList.Cursor.
-
- CursorableLinkedList() -
Constructor for class org.apache.commons.collections.CursorableLinkedList
-
D
- debugPrint(PrintStream, Object, Map) -
Static method in class org.apache.commons.collections.MapUtils
-
- DefaultMapEntry - class org.apache.commons.collections.DefaultMapEntry.
- A default implementation of
Map.Entry
- DefaultMapEntry() -
Constructor for class org.apache.commons.collections.DefaultMapEntry
-
- DefaultMapEntry(Object, Object) -
Constructor for class org.apache.commons.collections.DefaultMapEntry
-
- defaultTransformers -
Static variable in class org.apache.commons.collections.BeanMap
-
- 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.
E
- empty() -
Method in class org.apache.commons.collections.ArrayStack
- Return
true
if this stack is currently empty.
- 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.
- entryIterator() -
Method in class org.apache.commons.collections.BeanMap
-
- entrySet() -
Method in class org.apache.commons.collections.FastTreeMap
- Return a collection view of the mappings contained in this map.
- entrySet() -
Method in class org.apache.commons.collections.FastHashMap
- Return a collection view of the mappings contained in this map.
- entrySet() -
Method in class org.apache.commons.collections.BeanMap
-
- entrySet() -
Method in class org.apache.commons.collections.SoftRefHashMap
- Returns a set view of the mappings in the wrapped map
- entrySet() -
Method in class org.apache.commons.collections.LRUMap
-
- EnumerationIterator - class org.apache.commons.collections.EnumerationIterator.
- Adapter to make
Enumeration
instances appear to be Iterator
instances - EnumerationIterator() -
Constructor for class org.apache.commons.collections.EnumerationIterator
-
- EnumerationIterator(Enumeration) -
Constructor for class org.apache.commons.collections.EnumerationIterator
-
- equals(DefaultMapEntry) -
Method in class org.apache.commons.collections.DefaultMapEntry
-
- 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.DefaultMapEntry
-
- 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.SoftRefHashMap
- Answers whether this map and the argument are 'the same'
- 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.CursorableLinkedList
- Compares the specified object with this list for equality.
- evaluate(Object) -
Method in interface org.apache.commons.collections.Predicate
-
- execute(Object) -
Method in interface org.apache.commons.collections.Closure
- Performs some operation on the input object
- ExtendedProperties - class org.apache.commons.collections.ExtendedProperties.
- This class extends normal Java properties by adding the possibility
to use the same key many times concatenating the value strings
instead of overwriting them.
- ExtendedProperties() -
Constructor for class org.apache.commons.collections.ExtendedProperties
- Creates an empty extended properties object.
- ExtendedProperties(String) -
Constructor for class org.apache.commons.collections.ExtendedProperties
- Creates and loads the extended properties from the specified
file.
- ExtendedProperties(String, String) -
Constructor for class org.apache.commons.collections.ExtendedProperties
- Creates and loads the extended properties from the specified
file.
F
- FastArrayList - class org.apache.commons.collections.FastArrayList.
- 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(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.
- FastArrayList(int) -
Constructor for class org.apache.commons.collections.FastArrayList
- Construct an empty list with the specified capacity.
- FastHashMap - class org.apache.commons.collections.FastHashMap.
- 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 a 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 org.apache.commons.collections.FastTreeMap.
- 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
- FilterIterator - class org.apache.commons.collections.FilterIterator.
- A Proxy
Iterator
which takes a Predicate
instance to filter
out objects from an underlying Iterator
instance. - FilterIterator() -
Constructor for class org.apache.commons.collections.FilterIterator
-
- FilterIterator(Iterator) -
Constructor for class org.apache.commons.collections.FilterIterator
-
- FilterIterator(Iterator, Predicate) -
Constructor for class org.apache.commons.collections.FilterIterator
-
- 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
- firstKey() -
Method in class org.apache.commons.collections.FastTreeMap
- Return the first (lowest) key currently in this sorted map.
- forAllDo(Collection, Closure) -
Static method in class org.apache.commons.collections.CollectionUtils
- Executes the given closure on each element in the colleciton
G
- get(int) -
Method in class org.apache.commons.collections.FastArrayList
- Return the element at the specified position in the list.
- get(int) -
Method in class org.apache.commons.collections.CursorableLinkedList
- Returns the element at the specified position in this list.
- get(Object) -
Method in class org.apache.commons.collections.FastTreeMap
- Return the value to which this map maps the specified key.
- get(Object) -
Method in class org.apache.commons.collections.FastHashMap
- Return the value to which this map maps the specified key.
- get(Object) -
Method in class org.apache.commons.collections.BeanMap
-
- get(Object) -
Method in class org.apache.commons.collections.SoftRefHashMap
- Retrieves the referent of the Referenced value
- get(Object) -
Method in class org.apache.commons.collections.LRUMap
-
- getArray() -
Method in class org.apache.commons.collections.ArrayIterator
-
- getBean() -
Method in class org.apache.commons.collections.BeanMap
-
- getBoolean(Map, Object) -
Static method in class org.apache.commons.collections.MapUtils
-
- getBoolean(Map, Object, Boolean) -
Static method in class org.apache.commons.collections.MapUtils
-
- 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.
- getByte(Map, Object) -
Static method in class org.apache.commons.collections.MapUtils
-
- getByte(Map, Object, Byte) -
Static method in class org.apache.commons.collections.MapUtils
-
- 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.
- 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 occurances of that element
in the Collection
.
- getDouble(Map, Object) -
Static method in class org.apache.commons.collections.MapUtils
-
- getDouble(Map, Object, Double) -
Static method in class org.apache.commons.collections.MapUtils
-
- 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.
- getEnumeration() -
Method in class org.apache.commons.collections.EnumerationIterator
-
- getFast() -
Method in class org.apache.commons.collections.FastTreeMap
-
- getFast() -
Method in class org.apache.commons.collections.FastHashMap
-
- getFast() -
Method in class org.apache.commons.collections.FastArrayList
-
- getFirst() -
Method in class org.apache.commons.collections.CursorableLinkedList
- Returns the element at the beginning of this list.
- getFloat(Map, Object) -
Static method in class org.apache.commons.collections.MapUtils
-
- getFloat(Map, Object, Float) -
Static method in class org.apache.commons.collections.MapUtils
-
- 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.
- getInclude() -
Method in class org.apache.commons.collections.ExtendedProperties
- Gets the property value for including other properties files.
- getInt(String) -
Method in class org.apache.commons.collections.ExtendedProperties
- The purpose of this method is to get the configuration resource
with the given name as an integer.
- getInt(String, int) -
Method in class org.apache.commons.collections.ExtendedProperties
- The purpose of this method is to get the configuration resource
with the given name as an integer, or a default value.
- getInteger(Map, Object) -
Static method in class org.apache.commons.collections.MapUtils
-
- getInteger(Map, Object, Integer) -
Static method in class org.apache.commons.collections.MapUtils
-
- 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.
- getIterator() -
Method in class org.apache.commons.collections.IteratorEnumeration
-
- getIterator() -
Method in class org.apache.commons.collections.ProxyIterator
- Getter for property iterator.
- getKey() -
Method in class org.apache.commons.collections.DefaultMapEntry
-
- 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.
- getLast() -
Method in class org.apache.commons.collections.CursorableLinkedList
- Returns the element at the end of this list.
- getLong(Map, Object) -
Static method in class org.apache.commons.collections.MapUtils
-
- getLong(Map, Object, Long) -
Static method in class org.apache.commons.collections.MapUtils
-
- 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.
- getMap(Map, Object) -
Static method in class org.apache.commons.collections.MapUtils
-
- getMap(Map, Object, Map) -
Static method in class org.apache.commons.collections.MapUtils
-
- getMaximumSize() -
Method in class org.apache.commons.collections.LRUMap
- Getter for property maximumSize.
- getNumber(Map, Object) -
Static method in class org.apache.commons.collections.MapUtils
-
- getNumber(Map, Object, Number) -
Static method in class org.apache.commons.collections.MapUtils
-
- getObject(Map, Object) -
Static method in class org.apache.commons.collections.MapUtils
-
- getObject(Map, Object, Object) -
Static method in class org.apache.commons.collections.MapUtils
-
- getPredicate() -
Method in class org.apache.commons.collections.FilterIterator
- Getter for property predicate.
- 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.
- getShort(Map, Object) -
Static method in class org.apache.commons.collections.MapUtils
-
- getShort(Map, Object, Short) -
Static method in class org.apache.commons.collections.MapUtils
-
- 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.
- getString(Map, Object) -
Static method in class org.apache.commons.collections.MapUtils
-
- getString(Map, Object, String) -
Static method in class org.apache.commons.collections.MapUtils
-
- 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.
- 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.TransformIterator
- Getter for property transformer.
- getType(String) -
Method in class org.apache.commons.collections.BeanMap
-
- getValue() -
Method in class org.apache.commons.collections.DefaultMapEntry
-
- 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.
H
- hashCode() -
Method in class org.apache.commons.collections.FastTreeMap
- Return the hash code value for this map.
- hashCode() -
Method in class org.apache.commons.collections.DefaultMapEntry
-
- hashCode() -
Method in class org.apache.commons.collections.FastHashMap
- Return the hash code value for this map.
- hashCode() -
Method in class org.apache.commons.collections.SoftRefHashMap
- Calculates the hash code for this map
- hashCode() -
Method in class org.apache.commons.collections.FastArrayList
- Return the hash code value for this list.
- hashCode() -
Method in class org.apache.commons.collections.CursorableLinkedList
- Returns the hash code value for this list.
- hasMoreElements() -
Method in class org.apache.commons.collections.ArrayEnumeration
-
- hasMoreElements() -
Method in class org.apache.commons.collections.IteratorEnumeration
-
- hasNext() -
Method in class org.apache.commons.collections.ProxyIterator
-
- hasNext() -
Method in class org.apache.commons.collections.FilterIterator
-
- hasNext() -
Method in class org.apache.commons.collections.ArrayIterator
-
- hasNext() -
Method in class org.apache.commons.collections.EnumerationIterator
-
- headMap(Object) -
Method in class org.apache.commons.collections.FastTreeMap
- Return a view of the portion of this map whose keys are strictly
less than the specified key.
I
- 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.CursorableLinkedList
- Returns the index in this list of the first occurrence of the specified
element, or -1 if this list does not contain this element.
- insert(Comparable) -
Method in class org.apache.commons.collections.SynchronizedPriorityQueue
- Insert an element into queue.
- insert(Comparable) -
Method in interface org.apache.commons.collections.PriorityQueue
- Insert an element into queue.
- insert(Comparable) -
Method in class org.apache.commons.collections.BinaryHeap
- Insert an element into queue.
- intersection(Collection, Collection) -
Static method in class org.apache.commons.collections.CollectionUtils
- Returns a
Collection
containing the intersection
of the given Collection
s.
- isEmpty() -
Method in class org.apache.commons.collections.FastTreeMap
- Test if this list has no elements.
- isEmpty() -
Method in class org.apache.commons.collections.SynchronizedPriorityQueue
- Test if queue is empty.
- isEmpty() -
Method in class org.apache.commons.collections.FastHashMap
- Return
true
if this map contains no mappings.
- isEmpty() -
Method in interface org.apache.commons.collections.PriorityQueue
- Test if queue is empty.
- isEmpty() -
Method in class org.apache.commons.collections.SoftRefHashMap
- Answers whether there are any mappings
- isEmpty() -
Method in class org.apache.commons.collections.FastArrayList
- Test if this list has no elements.
- isEmpty() -
Method in class org.apache.commons.collections.BinaryHeap
- Test if queue is empty.
- isEmpty() -
Method in class org.apache.commons.collections.CursorableLinkedList
- Returns true if this list contains no elements.
- 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 cardinality.
- isFull() -
Method in class org.apache.commons.collections.BinaryHeap
- Test if queue is full.
- isInitialized() -
Method in class org.apache.commons.collections.ExtendedProperties
- Indicate to client code whether property
resources have been initialized or not.
- 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.
- 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.
- iterator() -
Method in class org.apache.commons.collections.FastArrayList
- Return an iterator over the elements in this list in proper sequence.
- iterator() -
Method in class org.apache.commons.collections.CursorableLinkedList
- Returns a fail-fast iterator.
- IteratorEnumeration - class org.apache.commons.collections.IteratorEnumeration.
- Adapter to make an
Iterator
instance appear to be an Enumeration
instances - IteratorEnumeration() -
Constructor for class org.apache.commons.collections.IteratorEnumeration
-
- IteratorEnumeration(Iterator) -
Constructor for class org.apache.commons.collections.IteratorEnumeration
-
K
- keyIterator() -
Method in class org.apache.commons.collections.BeanMap
-
- keySet() -
Method in class org.apache.commons.collections.FastTreeMap
- Return a set view of the keys contained in this map.
- keySet() -
Method in class org.apache.commons.collections.FastHashMap
- Return a set view of the keys contained in this map.
- keySet() -
Method in class org.apache.commons.collections.BeanMap
-
- keySet() -
Method in class org.apache.commons.collections.SoftRefHashMap
- Returns the domain of the mappings
- keySet() -
Method in class org.apache.commons.collections.LRUMap
-
L
- 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.CursorableLinkedList
- Returns the index in this list of the last occurrence of the specified
element, or -1 if this list does not contain this element.
- lastKey() -
Method in class org.apache.commons.collections.FastTreeMap
- Return the last (highest) key currently in this sorted map.
- listIterator() -
Method in class org.apache.commons.collections.FastArrayList
- Return an iterator of the elements of this list, in proper sequence.
- listIterator() -
Method in class org.apache.commons.collections.CursorableLinkedList
- Returns a fail-fast ListIterator.
- listIterator(int) -
Method in class org.apache.commons.collections.FastArrayList
- Return an iterator of the elements of this list, in proper sequence,
starting at the specified position.
- listIterator(int) -
Method in class org.apache.commons.collections.CursorableLinkedList
- Returns a fail-fast ListIterator.
- 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.
- LRUMap - class org.apache.commons.collections.LRUMap.
-
An implementation of a Map which has a maximum size and uses a Least Recently Used
algorithm to remove items from the Map when the maximum size is reached and new items are added.
- LRUMap() -
Constructor for class org.apache.commons.collections.LRUMap
-
- LRUMap(int) -
Constructor for class org.apache.commons.collections.LRUMap
-
M
- MapUtils - class org.apache.commons.collections.MapUtils.
- A helper class for using
Map
instances. - MapUtils() -
Constructor for class org.apache.commons.collections.MapUtils
-
N
- next() -
Method in class org.apache.commons.collections.ProxyIterator
-
- next() -
Method in class org.apache.commons.collections.TransformIterator
-
- next() -
Method in class org.apache.commons.collections.FilterIterator
-
- next() -
Method in class org.apache.commons.collections.ArrayIterator
-
- next() -
Method in class org.apache.commons.collections.EnumerationIterator
-
- nextElement() -
Method in class org.apache.commons.collections.ArrayEnumeration
-
- nextElement() -
Method in class org.apache.commons.collections.IteratorEnumeration
-
- nextIndex() -
Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
- NULL_ARGUMENTS -
Static variable in class org.apache.commons.collections.BeanMap
-
O
- org.apache.commons.collections - package org.apache.commons.collections
-
Java Collections Framework extensions.
P
- peek() -
Method in class org.apache.commons.collections.SynchronizedPriorityQueue
- Return element on top of heap but don't remove it.
- peek() -
Method in interface org.apache.commons.collections.PriorityQueue
- Return element on top of heap but don't remove it.
- peek() -
Method in class org.apache.commons.collections.ArrayStack
- Return the top item off of this stack without removing it.
- peek() -
Method in class org.apache.commons.collections.BinaryHeap
- Return element on top of heap but don't remove it.
- peek(int) -
Method in class org.apache.commons.collections.ArrayStack
- Return the n'th item down (zero-relative) from the top of this
stack without removing it.
- pop() -
Method in class org.apache.commons.collections.SynchronizedPriorityQueue
- Return element on top of heap and remove it.
- pop() -
Method in interface org.apache.commons.collections.PriorityQueue
- Return element on top of heap and remove it.
- pop() -
Method in class org.apache.commons.collections.ArrayStack
- Pop the top item off of this stack and return it.
- pop() -
Method in class org.apache.commons.collections.BinaryHeap
- Return element on top of heap and remove it.
- Predicate - interface org.apache.commons.collections.Predicate.
- Performs some predicate which returns true or false based on the input object.
- previousIndex() -
Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
-
- PriorityQueue - interface org.apache.commons.collections.PriorityQueue.
- Interface for priority queues.
- ProxyIterator - class org.apache.commons.collections.ProxyIterator.
- A Proxy
Iterator
which delegates its methods to a proxy instance. - ProxyIterator() -
Constructor for class org.apache.commons.collections.ProxyIterator
-
- ProxyIterator(Iterator) -
Constructor for class org.apache.commons.collections.ProxyIterator
-
- purge() -
Method in class org.apache.commons.collections.SoftRefHashMap
- Removes References that have had their referents garbage collected
- push(Object) -
Method in class org.apache.commons.collections.ArrayStack
- Push a new item onto the top of this stack.
- 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.FastHashMap
- Associate the specified value with the specified key in this map.
- put(Object, Object) -
Method in class org.apache.commons.collections.BeanMap
-
- put(Object, Object) -
Method in class org.apache.commons.collections.SoftRefHashMap
- Adds a key-value mapping, wrapping the value in a Reference
- put(Object, Object) -
Method in class org.apache.commons.collections.LRUMap
-
- 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.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.SoftRefHashMap
- Put all of the mappings in the argument into this wrapped map
R
- readExternal(ObjectInput) -
Method in class org.apache.commons.collections.LRUMap
-
- remove() -
Method in class org.apache.commons.collections.ProxyIterator
-
- remove() -
Method in class org.apache.commons.collections.ArrayIterator
-
- remove() -
Method in class org.apache.commons.collections.EnumerationIterator
-
- remove(int) -
Method in class org.apache.commons.collections.FastArrayList
- Remove the element at the specified position in the list, and shift
any subsequent elements down one position.
- remove(int) -
Method in class org.apache.commons.collections.CursorableLinkedList
- Removes the element at the specified position in this list (optional
operation).
- remove(Object) -
Method in class org.apache.commons.collections.FastTreeMap
- Remove any mapping for this key, and return any previously
mapped value.
- remove(Object) -
Method in class org.apache.commons.collections.FastHashMap
- Remove any mapping for this key, and return any previously
mapped value.
- remove(Object) -
Method in class org.apache.commons.collections.SoftRefHashMap
- Removes a mapping from this map
- 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.CursorableLinkedList
- Removes the first occurrence in this list of the specified element.
- remove(Object) -
Method in class org.apache.commons.collections.LRUMap
-
- 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.CursorableLinkedList
- Removes from this list all the elements that are contained in the
specified collection.
- removeFirst() -
Method in class org.apache.commons.collections.CursorableLinkedList
- Removes the first element of this list, if any.
- removeLast() -
Method in class org.apache.commons.collections.CursorableLinkedList
- Removes the last element of this list, if any.
- removeLRU() -
Method in class org.apache.commons.collections.LRUMap
- Removes the least recently used object from the Map.
- 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.CursorableLinkedList
- Retains only the elements in this list that are contained in the
specified collection.
S
- save(OutputStream, String) -
Method in class org.apache.commons.collections.ExtendedProperties
- Save the properties to the given outputstream.
- search(Object) -
Method in class org.apache.commons.collections.ArrayStack
- Return 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 inputCollection 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 inputCollection which match the given predicate
and adds them to outputCollection
- set(int, Object) -
Method in class org.apache.commons.collections.FastArrayList
- Replace the element at the specified position in this list with
the specified element.
- set(int, Object) -
Method in class org.apache.commons.collections.CursorableLinkedList
- Replaces the element at the specified position in this list with the
specified element.
- setArray(Object[]) -
Method in class org.apache.commons.collections.ArrayIterator
-
- setBean(Object) -
Method in class org.apache.commons.collections.BeanMap
-
- setEnumeration(Enumeration) -
Method in class org.apache.commons.collections.EnumerationIterator
-
- setFast(boolean) -
Method in class org.apache.commons.collections.FastTreeMap
-
- setFast(boolean) -
Method in class org.apache.commons.collections.FastHashMap
-
- setFast(boolean) -
Method in class org.apache.commons.collections.FastArrayList
-
- setInclude(String) -
Method in class org.apache.commons.collections.ExtendedProperties
- Sets the property value for including other properties files.
- setIterator(Iterator) -
Method in class org.apache.commons.collections.IteratorEnumeration
-
- setIterator(Iterator) -
Method in class org.apache.commons.collections.ProxyIterator
- Setter for property iterator.
- setKey(Object) -
Method in class org.apache.commons.collections.DefaultMapEntry
-
- setMaximumSize(int) -
Method in class org.apache.commons.collections.LRUMap
- Setter for property maximumSize.
- setPredicate(Predicate) -
Method in class org.apache.commons.collections.FilterIterator
- Setter for property predicate.
- setProperty(String, Object) -
Method in class org.apache.commons.collections.ExtendedProperties
- Set a property, this will replace any previously
set values.
- setTransformer(Transformer) -
Method in class org.apache.commons.collections.TransformIterator
- Setter for property transformer.
- setValue(Object) -
Method in class org.apache.commons.collections.DefaultMapEntry
- Note that this method only sets the local reference inside this object and
does not modify the original 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.FastHashMap
- Return the number of key-value mappings in this map.
- size() -
Method in class org.apache.commons.collections.BeanMap
-
- size() -
Method in class org.apache.commons.collections.SoftRefHashMap
- Returns the number of 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.CursorableLinkedList
- Returns the number of elements in this list.
- SoftRefHashMap - class org.apache.commons.collections.SoftRefHashMap.
-
HashMap with SoftReference links to values which allows the values of the Map
to be garbage collected by the JVM if it becomes low on memory.
- SoftRefHashMap() -
Constructor for class org.apache.commons.collections.SoftRefHashMap
-
- 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.CursorableLinkedList
- Returns a fail-fast sublist.
- 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).
- subset(String) -
Method in class org.apache.commons.collections.ExtendedProperties
- Create an ExtendedProperties object that is a subset
of this one.
- subtract(Collection, Collection) -
Static method in class org.apache.commons.collections.CollectionUtils
- Returns a
Collection
containing a - b.
- SynchronizedPriorityQueue - class org.apache.commons.collections.SynchronizedPriorityQueue.
- A thread safe version of the PriorityQueue.
- SynchronizedPriorityQueue(PriorityQueue) -
Constructor for class org.apache.commons.collections.SynchronizedPriorityQueue
-
T
- 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.
- testBoolean(String) -
Method in class org.apache.commons.collections.ExtendedProperties
- Test whether the string represent by value maps to a boolean
value or not.
- toArray() -
Method in class org.apache.commons.collections.FastArrayList
- Return an array containing all of the elements in this list in the
correct order.
- toArray() -
Method in class org.apache.commons.collections.CursorableLinkedList
- Returns an array containing all of the elements in this list in proper
sequence.
- toArray(Object[]) -
Method in class org.apache.commons.collections.FastArrayList
- Return an array containing all of the elements in this list in the
correct order.
- toArray(Object[]) -
Method in class org.apache.commons.collections.CursorableLinkedList
- 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.
- toProperties(Map) -
Static method in class org.apache.commons.collections.MapUtils
-
- toString() -
Method in class org.apache.commons.collections.SynchronizedPriorityQueue
-
- toString() -
Method in class org.apache.commons.collections.FastArrayList
- Return a String representation of this object.
- toString() -
Method in class org.apache.commons.collections.BinaryHeap
-
- toString() -
Method in class org.apache.commons.collections.CursorableLinkedList
- Returns a
String
representation of this list, suitable for debugging.
- transform(Object) -
Method in interface org.apache.commons.collections.Transformer
- Transforms the input object (leaving it unchanged) into some output object.
- Transformer - interface org.apache.commons.collections.Transformer.
- An object capable of transforming an input object into some output object.
- TransformIterator - class org.apache.commons.collections.TransformIterator.
- A Proxy
Iterator
which uses a Transformer
instance to
transform the contents of the Iterator
into some other form - TransformIterator() -
Constructor for class org.apache.commons.collections.TransformIterator
-
- TransformIterator(Iterator) -
Constructor for class org.apache.commons.collections.TransformIterator
-
- TransformIterator(Iterator, Transformer) -
Constructor for class org.apache.commons.collections.TransformIterator
-
- trimToSize() -
Method in class org.apache.commons.collections.FastArrayList
- Trim the capacity of this
ArrayList
instance to be the
list's current size.
U
- union(Collection, Collection) -
Static method in class org.apache.commons.collections.CollectionUtils
- Returns a
Collection
containing the union
of the given Collection
s.
V
- valueIterator() -
Method in class org.apache.commons.collections.BeanMap
-
- values() -
Method in class org.apache.commons.collections.FastTreeMap
- Return a collection view of the values contained in this map.
- values() -
Method in class org.apache.commons.collections.FastHashMap
- Return a collection view of the values contained in this map.
- values() -
Method in class org.apache.commons.collections.BeanMap
-
- values() -
Method in class org.apache.commons.collections.SoftRefHashMap
- Returns a collection of the Referenced values
- values() -
Method in class org.apache.commons.collections.LRUMap
-
- verbosePrint(PrintStream, Object, Map) -
Static method in class org.apache.commons.collections.MapUtils
-
W
- writeExternal(ObjectOutput) -
Method in class org.apache.commons.collections.LRUMap
-
A B C D E F G H I K L M N O P R S T U V W
Copyright © 2001 Apache Software Foundation. Documenation generated July 14 2001.