A B C D E F G H I K L M N O P R S T U V W _

A

AbstractBag - class org.apache.commons.collections.AbstractBag.
This class provides a skeletal implementation of the Bag interface to minimize the effort required for target implementations.
AbstractBag() - Constructor for class org.apache.commons.collections.AbstractBag
 
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.ProxyListIterator
 
add(Object) - Method in class org.apache.commons.collections.FilterListIterator
Not supported.
add(Object) - Method in class org.apache.commons.collections.DefaultMapBag
 
add(Object) - Method in interface org.apache.commons.collections.Bag
Add the given object to the bag and keep a count.
add(Object) - Method in class org.apache.commons.collections.AbstractBag
 
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
 
add(Object, int) - Method in class org.apache.commons.collections.DefaultMapBag
 
add(Object, int) - Method in interface org.apache.commons.collections.Bag
Add i copies of the given object to the bag and keep a count.
add(Object, int) - Method in class org.apache.commons.collections.AbstractBag
 
add(String) - Method in class org.apache.commons.collections.StringStack
Adds the String to the collection if it does not already contain it.
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.DefaultMapBag
 
addAll(Collection) - Method in class org.apache.commons.collections.AbstractBag
 
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.
addAll(StringStack) - Method in class org.apache.commons.collections.StringStack
Adds all Strings in the given StringStack to the collection (skipping those it already contains)
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
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.
ArrayIterator - class org.apache.commons.collections.ArrayIterator.
Implements an Iterator over an array of objects.
ArrayIterator() - Constructor for class org.apache.commons.collections.ArrayIterator
Construct an ArrayIterator.
ArrayIterator(Object) - Constructor for class org.apache.commons.collections.ArrayIterator
Construct an ArrayIterator that will iterate over the values in the specified array.
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

Bag - interface org.apache.commons.collections.Bag.
A Collection that counts the number of times an object appears in the collection.
basePath - Variable in class org.apache.commons.collections.ExtendedProperties
Base path of the configuration file used to create this ExtendedProperties object.
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.MyMapEntry - class org.apache.commons.collections.BeanMap.MyMapEntry.
 
BeanMap.MyMapEntry(BeanMap, Object, Object) - Constructor for class org.apache.commons.collections.BeanMap.MyMapEntry
 
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
Create a new minimum binary heap.
BinaryHeap(boolean) - Constructor for class org.apache.commons.collections.BinaryHeap
Create a new minimum or maximum binary heap
BinaryHeap(boolean, Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
 
BinaryHeap(Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
 
BinaryHeap(int) - Constructor for class org.apache.commons.collections.BinaryHeap
Create a new minimum binary heap with the specified initial capacity.
BinaryHeap(int, boolean) - Constructor for class org.apache.commons.collections.BinaryHeap
Create a new minimum or maximum binary heap with the specified initial capacity.
BinaryHeap(int, boolean, Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
 
BinaryHeap(int, Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
 
broadcastListableChanged(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList
Informs all of my registerd cursors that the specified element was changed.
broadcastListableInserted(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList
Informs all of my registered cursors tha the specifed element was just added to my list.
broadcastListableRemoved(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList
Informs all of my registered cursors tha the specifed element was just removed from my list.

C

calcTotalSize() - Method in class org.apache.commons.collections.DefaultMapBag
Actually walks the bag to make sure the count is correct and resets the running total
calcTotalSize() - Method in class org.apache.commons.collections.AbstractBag
Actually walks the bag to make sure the count is correct and resets the running total
cardinality(Object, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
Returns the number of occurrences of obj in col.
checkForComod() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
 
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.DefaultMapBag
 
clear() - Method in class org.apache.commons.collections.SequencedHashMap
 
clear() - Method in interface org.apache.commons.collections.PriorityQueue
Clear all elements from queue.
clear() - Method in class org.apache.commons.collections.MultiHashMap
 
clear() - Method in class org.apache.commons.collections.AbstractBag
 
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.ProxyMap
 
clear() - Method in class org.apache.commons.collections.CursorableLinkedList
Removes 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.SoftRefHashMap
Clears all mappings
clear() - Method in class org.apache.commons.collections.StringStack
Clears the stack.
clear() - Method in class org.apache.commons.collections.BinaryHeap
Clear all elements from queue.
clear() - Method in class org.apache.commons.collections.BeanMap
This method reinitializes the bean map to have default values for the bean's properties.
clear() - Method in class org.apache.commons.collections.DoubleOrderedMap
Removes all mappings from this map
clearProperty(String) - Method in class org.apache.commons.collections.ExtendedProperties
Clear a property in the configuration.
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.SequencedHashMap
Creates a shallow copy of this object, preserving the internal structure by copying only references.
clone() - Method in class org.apache.commons.collections.MultiHashMap
 
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 this bean map using the following process: If there is no underlying bean, return a cloned BeanMap without a bean.
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.
ComparableComparator - class org.apache.commons.collections.comparators.ComparableComparator.
A Comparator that compares Comparable objects.
ComparableComparator() - Constructor for class org.apache.commons.collections.comparators.ComparableComparator
 
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 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
 
comparatorChain - Variable in class org.apache.commons.collections.comparators.ComparatorChain
 
ComparatorChain - class org.apache.commons.collections.comparators.ComparatorChain.
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.
compare(Object, Object) - Method in class org.apache.commons.collections.comparators.ComparatorChain
Perform comaparisons on the Objects as per Comparator.compare(o1,o2).
compare(Object, Object) - Method in class org.apache.commons.collections.comparators.ComparableComparator
 
compare(Object, Object) - Method in class org.apache.commons.collections.comparators.ReverseComparator
 
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.DefaultMapBag
 
contains(Object) - Method in class org.apache.commons.collections.AbstractBag
 
contains(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
Returns true if this list contains the specified element.
contains(String) - Method in class org.apache.commons.collections.StringStack
Returns whether this stack contain the specified text.
containsAll(Bag) - Method in class org.apache.commons.collections.DefaultMapBag
Returns true if the bag contains all elements in the given collection, respecting cardinality.
containsAll(Bag) - Method in class org.apache.commons.collections.AbstractBag
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.DefaultMapBag
 
containsAll(Collection) - Method in interface org.apache.commons.collections.Bag
Returns true if the bag contains all elements in the given collection, respecting cardinality.
containsAll(Collection) - Method in class org.apache.commons.collections.AbstractBag
 
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.SequencedHashMap
 
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.ProxyMap
 
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.BeanMap
 
containsKey(Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.apache.commons.collections.SequencedHashMap
 
containsValue(Object) - Method in class org.apache.commons.collections.MultiHashMap
 
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.ProxyMap
 
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.SoftRefHashMap
Answers whether the argument is a Referenced value
containsValue(Object) - Method in class org.apache.commons.collections.BeanMap
 
containsValue(Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
Returns true if this map maps one or more keys to the specified value.
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
 
createReference(Object) - Method in class org.apache.commons.collections.SoftRefHashMap
Returns a reference to the argument.
createWriteMethodArguments(Method, Object) - Method in class org.apache.commons.collections.BeanMap
 
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
 
debugPrintIndent(PrintStream) - Static method in class org.apache.commons.collections.MapUtils
 
DEFAULT_CAPACITY - Static variable in class org.apache.commons.collections.BinaryHeap
 
DefaultMapBag - class org.apache.commons.collections.DefaultMapBag.
This class provides a skeletal implementation of the Bag interface to minimize the effort required for target implementations.
DefaultMapBag() - Constructor for class org.apache.commons.collections.DefaultMapBag
 
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 Collections.
display() - Method in class org.apache.commons.collections.ExtendedProperties
Display the configuration for debugging purposes.
DoubleOrderedMap - class org.apache.commons.collections.DoubleOrderedMap.
Red-Black tree-based implementation of Map.
DoubleOrderedMap() - Constructor for class org.apache.commons.collections.DoubleOrderedMap
Construct a new DoubleOrderedMap
DoubleOrderedMap(Map) - Constructor for class org.apache.commons.collections.DoubleOrderedMap
Constructs a new DoubleOrderedMap from an existing Map, with keys and values sorted

E

EMPTY_ITERATOR - Static variable in class org.apache.commons.collections.CollectionUtils
The empty iterator (immutable).
empty() - Method in class org.apache.commons.collections.ArrayStack
Return true if this stack is currently empty.
empty() - Method in class org.apache.commons.collections.StringStack
Whether the stack is empty.
END_TOKEN - Static variable in class org.apache.commons.collections.ExtendedProperties
 
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.SequencedHashMap
 
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.ProxyMap
 
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.SoftRefHashMap
Returns a set view of the mappings in the wrapped map
entrySet() - Method in class org.apache.commons.collections.BeanMap
Get the mappings for this BeanMap
entrySet() - Method in class org.apache.commons.collections.DoubleOrderedMap
Returns a set view of the mappings contained in this map.
entrySetByValue() - Method in class org.apache.commons.collections.DoubleOrderedMap
Returns a set view of the mappings contained in this map.
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
 
EnumerationIterator(Enumeration, Collection) - Constructor for class org.apache.commons.collections.EnumerationIterator
 
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.DefaultMapBag
 
equals(Object) - Method in class org.apache.commons.collections.AbstractBag
 
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.ProxyMap
 
equals(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
Compares 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.DefaultMapEntry
Implemented per API documentation of Map.Entry.equals(Object)
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.StringStack
Compares two StringStacks.
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

fast - Variable in class org.apache.commons.collections.FastArrayList
Are we operating in "fast" mode?
fast - Variable in class org.apache.commons.collections.FastTreeMap
Are we operating in "fast" mode?
fast - Variable in class org.apache.commons.collections.FastHashMap
Are we operating in "fast" mode?
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
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.
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
 
FilterListIterator - class org.apache.commons.collections.FilterListIterator.
A proxy ListIterator which takes a Predicate instance to filter out objects from an underlying ListIterator instance.
FilterListIterator() - Constructor for class org.apache.commons.collections.FilterListIterator
 
FilterListIterator(ListIterator) - Constructor for class org.apache.commons.collections.FilterListIterator
 
FilterListIterator(ListIterator, Predicate) - Constructor for class org.apache.commons.collections.FilterListIterator
 
FilterListIterator(Predicate) - Constructor for class org.apache.commons.collections.FilterListIterator
 
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
firePropertyChange(Object, Object, Object) - Method in class org.apache.commons.collections.BeanMap
 
first() - Method in interface org.apache.commons.collections.SortedBag
Returns the first (lowest) member.
first() - Method in class org.apache.commons.collections.TreeBag
 
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.SequencedHashMap
Returns the key at the specified index.
get(int) - Method in class org.apache.commons.collections.CursorableLinkedList
Returns the element at the specified position in this list.
get(int) - Method in class org.apache.commons.collections.StringStack
Get a string off the stack at a certain position.
get(Object) - Method in class org.apache.commons.collections.SequencedHashMap
 
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.ProxyMap
 
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.SoftRefHashMap
Retrieves the referent of the Referenced value
get(Object) - Method in class org.apache.commons.collections.BeanMap
 
get(Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
Returns the value to which this map maps the specified key.
getArray() - Method in class org.apache.commons.collections.ArrayIterator
Retrieves the array that this iterator is iterating over.
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.
getCount(Object) - Method in class org.apache.commons.collections.DefaultMapBag
 
getCount(Object) - Method in interface org.apache.commons.collections.Bag
Return the number of occurrences (cardinality) of the given object currently in the bag.
getCount(Object) - Method in class org.apache.commons.collections.AbstractBag
 
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.FastArrayList
 
getFast() - Method in class org.apache.commons.collections.FastTreeMap
 
getFast() - Method in class org.apache.commons.collections.FastHashMap
 
getFirst() - Method in class org.apache.commons.collections.SequencedHashMap
Return the entry for the "oldest" mapping.
getFirst() - Method in class org.apache.commons.collections.CursorableLinkedList
Returns the element at the beginning of this list.
getFirstKey() - Method in class org.apache.commons.collections.SequencedHashMap
Return the key for the "oldest" mapping.
getFirstValue() - Method in class org.apache.commons.collections.SequencedHashMap
Return the value for the "oldest" mapping.
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.
getInstance() - Static method in class org.apache.commons.collections.comparators.ComparableComparator
Return a shared instance of a ComparableComparator.
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.
getIterator(Object) - Static method in class org.apache.commons.collections.CollectionUtils
Returns an Iterator for the given object.
getKey() - Method in class org.apache.commons.collections.DefaultMapEntry
 
getKeyForValue(Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
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.
getLast() - Method in class org.apache.commons.collections.SequencedHashMap
Return the entry for the "newest" mapping.
getLast() - Method in class org.apache.commons.collections.CursorableLinkedList
Returns the element at the end of this list.
getLastKey() - Method in class org.apache.commons.collections.SequencedHashMap
Return the key for the "newest" mapping.
getLastValue() - Method in class org.apache.commons.collections.SequencedHashMap
Return the value for the "newest" mapping.
getListableAt(int) - Method in class org.apache.commons.collections.CursorableLinkedList
Returns the CursorableLinkedList.Listable at the specified index.
getListIterator() - Method in class org.apache.commons.collections.ProxyListIterator
Getter for property iterator.
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() - Method in class org.apache.commons.collections.DefaultMapBag
Utility method for implementations to access the map that backs this bag.
getMap() - Method in class org.apache.commons.collections.AbstractBag
Utility method for implementations to access the map that backs this bag.
getMap() - Method in class org.apache.commons.collections.SoftRefHashMap
Retrieves the wrapped HashMap
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.
getName() - Method in class org.apache.commons.collections.MultiHashMap
 
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.FilterListIterator
Getter for the predicate property.
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.
getReadMethod(Object) - Method in class org.apache.commons.collections.BeanMap
 
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
 
getTypeTransformer(Class) - Method in class org.apache.commons.collections.BeanMap
 
getValue() - Method in class org.apache.commons.collections.DefaultMapEntry
 
getValue(int) - Method in class org.apache.commons.collections.SequencedHashMap
Returns the value at the specified index.
getVector(String) - Method in class org.apache.commons.collections.ExtendedProperties
Get a Vector of strings associated with the given configuration key.
getVector(String, Vector) - Method in class org.apache.commons.collections.ExtendedProperties
Get a Vector of strings associated with the given configuration key.
getWriteMethod(Object) - Method in class org.apache.commons.collections.BeanMap
 
grow() - Method in class org.apache.commons.collections.BinaryHeap
Increase the size of the heap to support additional elements

H

HashBag - class org.apache.commons.collections.HashBag.
An implementation of Bag that is backed by a HashMap.
HashBag() - Constructor for class org.apache.commons.collections.HashBag
 
HashBag(Collection) - Constructor for class org.apache.commons.collections.HashBag
New Bag containing all the members of the given collection.
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.DefaultMapBag
 
hashCode() - Method in class org.apache.commons.collections.AbstractBag
 
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.ProxyMap
 
hashCode() - Method in class org.apache.commons.collections.CursorableLinkedList
Returns the hash code value for this list.
hashCode() - Method in class org.apache.commons.collections.FastHashMap
Return the hash code value for this map.
hashCode() - Method in class org.apache.commons.collections.DefaultMapEntry
Implemented per API documentation of Map.Entry.hashCode()
hashCode() - Method in class org.apache.commons.collections.SoftRefHashMap
Calculates the hash code for this map
hasMoreElements() - Method in class org.apache.commons.collections.IteratorEnumeration
 
hasNext() - Method in class org.apache.commons.collections.EnumerationIterator
 
hasNext() - Method in class org.apache.commons.collections.ProxyListIterator
 
hasNext() - Method in class org.apache.commons.collections.FilterListIterator
 
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.SingletonIterator
 
hasNext() - Method in class org.apache.commons.collections.ArrayIterator
 
hasPrevious() - Method in class org.apache.commons.collections.ProxyListIterator
 
hasPrevious() - Method in class org.apache.commons.collections.FilterListIterator
 
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

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
Given an Object, and an index, it will get the nth value in the object.
index(Object, Object) - Static method in class org.apache.commons.collections.CollectionUtils
Given an Object, and an index, it will get the nth value in the object.
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.SequencedHashMap
Returns the index of the specified key.
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(Object) - Method in interface org.apache.commons.collections.PriorityQueue
Insert an element into queue.
insert(Object) - Method in class org.apache.commons.collections.SynchronizedPriorityQueue
Insert an element into queue.
insert(Object) - Method in class org.apache.commons.collections.BinaryHeap
Insert an element into queue.
insertListable(CursorableLinkedList.Listable, CursorableLinkedList.Listable, Object) - Method in class org.apache.commons.collections.CursorableLinkedList
Inserts a new value into my list, after the specified before element, and before the specified after element
interpolate(String) - Method in class org.apache.commons.collections.ExtendedProperties
 
intersection(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
Returns a Collection containing the intersection of the given Collections.
invalidate() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
 
invalidateCursors() - Method in class org.apache.commons.collections.CursorableLinkedList
Informs all of my registerd cursors that they are now invalid.
isEmpty() - Method in class org.apache.commons.collections.FastArrayList
Test if this list has no elements.
isEmpty() - Method in class org.apache.commons.collections.DefaultMapBag
 
isEmpty() - Method in class org.apache.commons.collections.SequencedHashMap
 
isEmpty() - Method in interface org.apache.commons.collections.PriorityQueue
Test if queue is empty.
isEmpty() - Method in class org.apache.commons.collections.AbstractBag
 
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.ProxyMap
 
isEmpty() - Method in class org.apache.commons.collections.CursorableLinkedList
Returns true if this list contains 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.SoftRefHashMap
Answers whether there are any mappings
isEmpty() - Method in class org.apache.commons.collections.BinaryHeap
Test if queue is empty.
isEqualCollection(Collection, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
Returns true iff the given Collections contain exactly the same elements with exactly the same cardinality.
isFull() - Method in class org.apache.commons.collections.BinaryHeap
Test if queue is full.
isInitialized - Variable in class org.apache.commons.collections.ExtendedProperties
Has this configuration been intialized.
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
 
isLocked() - Method in class org.apache.commons.collections.comparators.ComparatorChain
Determine if modifications can still be made to the ComparatorChain.
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.DefaultMapBag
 
iterator() - Method in class org.apache.commons.collections.SequencedHashMap
Returns a key iterator.
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.AbstractBag
 
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
 
keysAsListed - Variable in class org.apache.commons.collections.ExtendedProperties
These are the keys in the order they listed in the configuration file.
keySet() - Method in class org.apache.commons.collections.SequencedHashMap
 
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.ProxyMap
 
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.SoftRefHashMap
Returns the domain of the mappings
keySet() - Method in class org.apache.commons.collections.BeanMap
Get the keys for this BeanMap.
keySet() - Method in class org.apache.commons.collections.DoubleOrderedMap
Returns a set view of the keys contained in this map.
keySetByValue() - Method in class org.apache.commons.collections.DoubleOrderedMap
Returns a set view of the keys contained in this map.

L

last() - Method in interface org.apache.commons.collections.SortedBag
Returns the last (highest) member.
last() - Method in class org.apache.commons.collections.TreeBag
 
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.SequencedHashMap
Returns the last index of the specified key.
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.
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
 
listableInserted(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
 
listableRemoved(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
 
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.
logInfo(Exception) - Method in class org.apache.commons.collections.BeanMap
 
logInfo(Exception) - Static method in class org.apache.commons.collections.MapUtils
 
logWarn(Exception) - Method in class org.apache.commons.collections.BeanMap
 
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
Default constructor, primarily for the purpose of de-externalization.
LRUMap(int) - Constructor for class org.apache.commons.collections.LRUMap
Create a new LRUMap with a maximum capacity of i.

M

m_elements - Variable in class org.apache.commons.collections.BinaryHeap
 
m_isMinHeap - Variable in class org.apache.commons.collections.BinaryHeap
 
m_priorityQueue - Variable in class org.apache.commons.collections.SynchronizedPriorityQueue
 
m_size - Variable in class org.apache.commons.collections.BinaryHeap
 
map - Variable in class org.apache.commons.collections.FastTreeMap
The underlying map we are managing.
map - Variable in class org.apache.commons.collections.ProxyMap
The Map used for default implementations.
map - Variable in class org.apache.commons.collections.FastHashMap
The underlying map we are managing.
MapUtils - class org.apache.commons.collections.MapUtils.
A helper class for using Map instances.
MapUtils() - Constructor for class org.apache.commons.collections.MapUtils
 
MultiHashMap - class org.apache.commons.collections.MultiHashMap.
see MultiMap for details of an important semantic difference between this and a typical HashMap
MultiHashMap() - Constructor for class org.apache.commons.collections.MultiHashMap
 
MultiHashMap(int) - Constructor for class org.apache.commons.collections.MultiHashMap
 
MultiHashMap(int, float) - Constructor for class org.apache.commons.collections.MultiHashMap
 
MultiHashMap(Map) - Constructor for class org.apache.commons.collections.MultiHashMap
 
MultiMap - interface org.apache.commons.collections.MultiMap.
This is simply a Map with slightly different semantics.

N

next() - Method in class org.apache.commons.collections.EnumerationIterator
 
next() - Method in class org.apache.commons.collections.ProxyListIterator
 
next() - Method in class org.apache.commons.collections.FilterListIterator
 
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.SingletonIterator
 
next() - Method in class org.apache.commons.collections.ArrayIterator
 
nextElement() - Method in class org.apache.commons.collections.IteratorEnumeration
 
nextIndex() - Method in class org.apache.commons.collections.ProxyListIterator
 
nextIndex() - Method in class org.apache.commons.collections.FilterListIterator
 
nextIndex() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
 
NULL_ARGUMENTS - Static variable in class org.apache.commons.collections.BeanMap
 

O

orderingBits - Variable in class org.apache.commons.collections.comparators.ComparatorChain
 
org.apache.commons.collections - package org.apache.commons.collections
Java Collections Framework extensions.
org.apache.commons.collections.comparators - package org.apache.commons.collections.comparators
 

P

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.SynchronizedPriorityQueue
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.
percolateDownMaxHeap(int) - Method in class org.apache.commons.collections.BinaryHeap
Percolate element down heap from top.
percolateDownMinHeap(int) - Method in class org.apache.commons.collections.BinaryHeap
Percolate element down heap from top.
percolateUpMaxHeap(Object) - Method in class org.apache.commons.collections.BinaryHeap
Percolate element up heap from bottom.
percolateUpMinHeap(Object) - Method in class org.apache.commons.collections.BinaryHeap
Percolate element up heap from bottom.
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.SynchronizedPriorityQueue
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.
previous() - Method in class org.apache.commons.collections.ProxyListIterator
 
previous() - Method in class org.apache.commons.collections.FilterListIterator
 
previousIndex() - Method in class org.apache.commons.collections.ProxyListIterator
 
previousIndex() - Method in class org.apache.commons.collections.FilterListIterator
 
previousIndex() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
 
PriorityQueue - interface org.apache.commons.collections.PriorityQueue.
Interface for priority queues.
processRemovedLRU(Object, Object) - Method in class org.apache.commons.collections.LRUMap
Subclasses of LRUMap may hook into this method to provide specialized actions whenever an Object is automatically removed from the cache.
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
 
ProxyListIterator - class org.apache.commons.collections.ProxyListIterator.
A proxy ListIterator which delegates its methods to a proxy instance.
ProxyListIterator() - Constructor for class org.apache.commons.collections.ProxyListIterator
 
ProxyListIterator(ListIterator) - Constructor for class org.apache.commons.collections.ProxyListIterator
 
ProxyMap - class org.apache.commons.collections.ProxyMap.
This Map wraps another Map implementation, using the wrapped instance for its default implementation.
ProxyMap(Map) - Constructor for class org.apache.commons.collections.ProxyMap
Creates a new instance acting as a representative for the specified Map.
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.SequencedHashMap
 
put(Object, Object) - Method in class org.apache.commons.collections.LRUMap
Removes the key and its Object from the Map.
put(Object, Object) - Method in class org.apache.commons.collections.MultiHashMap
 
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.ProxyMap
 
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.SoftRefHashMap
Adds a key-value mapping, wrapping the value in a Reference
put(Object, Object) - Method in class org.apache.commons.collections.BeanMap
 
put(Object, Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
Associates the specified value with the specified key in this map.
putAll(Map) - Method in class org.apache.commons.collections.SequencedHashMap
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.MultiHashMap
 
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.ProxyMap
 
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.SequencedHashMap
 
readExternal(ObjectInput) - Method in class org.apache.commons.collections.LRUMap
 
registerCursor(CursorableLinkedList.Cursor) - Method in class org.apache.commons.collections.CursorableLinkedList
Registers a CursorableLinkedList.Cursor to be notified of changes to this list.
reinitialise() - Method in class org.apache.commons.collections.BeanMap
 
remove() - Method in class org.apache.commons.collections.EnumerationIterator
Functions if an associated Collection is known.
remove() - Method in class org.apache.commons.collections.ProxyListIterator
 
remove() - Method in class org.apache.commons.collections.FilterListIterator
Not supported.
remove() - Method in class org.apache.commons.collections.ProxyIterator
 
remove() - Method in class org.apache.commons.collections.FilterIterator
Always throws UnsupportedOperationException as this class does look-ahead with its internal iterator.
remove() - Method in class org.apache.commons.collections.SingletonIterator
 
remove() - Method in class org.apache.commons.collections.ArrayIterator
 
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.SequencedHashMap
Removes the element at the specified index.
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.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.DefaultMapBag
 
remove(Object) - Method in class org.apache.commons.collections.SequencedHashMap
 
remove(Object) - Method in interface org.apache.commons.collections.Bag
Remove all occurrences of the given object from the bag, and do not represent the object in the Bag.uniqueSet().
remove(Object) - Method in class org.apache.commons.collections.AbstractBag
 
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.ProxyMap
 
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.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.DoubleOrderedMap
Removes the mapping for this key from this map if present
remove(Object, int) - Method in class org.apache.commons.collections.DefaultMapBag
 
remove(Object, int) - Method in interface org.apache.commons.collections.Bag
Remove the given number of occurrences from the bag.
remove(Object, int) - Method in class org.apache.commons.collections.AbstractBag
 
remove(Object, Object) - Method in class org.apache.commons.collections.MultiHashMap
 
remove(Object, Object) - Method in interface org.apache.commons.collections.MultiMap
 
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.DefaultMapBag
 
removeAll(Collection) - Method in interface org.apache.commons.collections.Bag
Remove all elements represented in the given collection, respecting cardinality.
removeAll(Collection) - Method in class org.apache.commons.collections.AbstractBag
 
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.
removeListable(CursorableLinkedList.Listable) - Method in class org.apache.commons.collections.CursorableLinkedList
Removes the given CursorableLinkedList.Listable from my list.
removeLRU() - Method in class org.apache.commons.collections.LRUMap
This method is used internally by the class for finding and removing the LRU Object.
removeValue(Object) - Method in class org.apache.commons.collections.DoubleOrderedMap
Removes the mapping for this value from this map if present
retainAll(Bag) - Method in class org.apache.commons.collections.DefaultMapBag
Remove any members of the bag that are not in the given bag, respecting cardinality.
retainAll(Bag) - Method in class org.apache.commons.collections.AbstractBag
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.DefaultMapBag
 
retainAll(Collection) - Method in interface org.apache.commons.collections.Bag
Remove any members of the bag that are not in the given collection, respecting cardinality.
retainAll(Collection) - Method in class org.apache.commons.collections.AbstractBag
 
retainAll(Collection) - Method in class org.apache.commons.collections.CursorableLinkedList
Retains only the elements in this list that are contained in the specified collection.
reverseArray(Object[]) - Static method in class org.apache.commons.collections.CollectionUtils
Reverses the order of the given array
ReverseComparator - class org.apache.commons.collections.comparators.ReverseComparator.
Reverses the order of another comparator.
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 reverse comparator that inverts the comparison of the passed in comparator.

S

safeAddToMap(Map, Object, Object) - Static method in class org.apache.commons.collections.MapUtils
Nice method for adding data to a map in such a way as to not get NPE'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
sequence() - Method in class org.apache.commons.collections.SequencedHashMap
Returns a List view of the keys rather than a set view.
SequencedHashMap - class org.apache.commons.collections.SequencedHashMap.
A map of objects whose mapping entries are sequenced based on the order in which they were added.
SequencedHashMap() - Constructor for class org.apache.commons.collections.SequencedHashMap
Construct a new sequenced hash map with default initial size and load factor.
SequencedHashMap(int) - Constructor for class org.apache.commons.collections.SequencedHashMap
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
Construct a new sequenced hash map with the specified initial size and load factor.
SequencedHashMap(Map) - Constructor for class org.apache.commons.collections.SequencedHashMap
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.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.
set(Object) - Method in class org.apache.commons.collections.ProxyListIterator
 
set(Object) - Method in class org.apache.commons.collections.FilterListIterator
Not supported.
setArray(Object) - Method in class org.apache.commons.collections.ArrayIterator
Changes the array that the ArrayIterator should iterate over.
setBean(Object) - Method in class org.apache.commons.collections.BeanMap
 
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
setEnumeration(Enumeration) - Method in class org.apache.commons.collections.EnumerationIterator
 
setFast(boolean) - Method in class org.apache.commons.collections.FastArrayList
 
setFast(boolean) - Method in class org.apache.commons.collections.FastTreeMap
 
setFast(boolean) - Method in class org.apache.commons.collections.FastHashMap
 
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(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
 
setListIterator(ListIterator) - Method in class org.apache.commons.collections.ProxyListIterator
Setter for property iterator.
setMap(Map) - Method in class org.apache.commons.collections.DefaultMapBag
Utility method for implementations to set the map that backs this bag.
setMap(Map) - Method in class org.apache.commons.collections.AbstractBag
Utility method for implementations to set the map that backs this bag.
setMaximumSize(int) - Method in class org.apache.commons.collections.LRUMap
Setter for property maximumSize.
setPredicate(Predicate) - Method in class org.apache.commons.collections.FilterListIterator
Setter for the predicate property.
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.
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.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.
setValue(Object) - Method in class org.apache.commons.collections.BeanMap.MyMapEntry
 
SingletonIterator - class org.apache.commons.collections.SingletonIterator.
SingletonIterator is an Iterator over a single object instance.
SingletonIterator(Object) - Constructor for class org.apache.commons.collections.SingletonIterator
 
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.DefaultMapBag
 
size() - Method in class org.apache.commons.collections.SequencedHashMap
 
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.AbstractBag
 
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.ProxyMap
 
size() - Method in class org.apache.commons.collections.CursorableLinkedList
Returns 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.SoftRefHashMap
Returns the number of mappings in this map
size() - Method in class org.apache.commons.collections.StringStack
Returns the size of the stack.
size() - Method in class org.apache.commons.collections.BeanMap
 
size() - Method in class org.apache.commons.collections.DoubleOrderedMap
Returns the number of key-value mappings in this map.
size() - Method in class org.apache.commons.collections.comparators.ComparatorChain
Number of Comparators in the current ComparatorChain.
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
 
SortedBag - interface org.apache.commons.collections.SortedBag.
A type of Bag that maintains order among its unique representative members.
START_TOKEN - Static variable in class org.apache.commons.collections.ExtendedProperties
 
StringStack - class org.apache.commons.collections.StringStack.
This class implements a stack for String objects.
StringStack() - Constructor for class org.apache.commons.collections.StringStack
Creates an empty instance.
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.DefaultMapBag
 
toArray() - Method in class org.apache.commons.collections.AbstractBag
 
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.DefaultMapBag
 
toArray(Object[]) - Method in class org.apache.commons.collections.AbstractBag
 
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.FastArrayList
Return a String representation of this object.
toString() - Method in class org.apache.commons.collections.SynchronizedPriorityQueue
 
toString() - Method in class org.apache.commons.collections.CursorableLinkedList
Returns a String representation of this list, suitable for debugging.
toString() - Method in class org.apache.commons.collections.StringStack
Converts the stack to a single String with no separator.
toString() - Method in class org.apache.commons.collections.BinaryHeap
 
toString(String) - Method in class org.apache.commons.collections.StringStack
Converts the stack to a single String.
toStringArray() - Method in class org.apache.commons.collections.StringStack
Turns this stack into an array.
transform(Object) - Method in interface org.apache.commons.collections.Transformer
Transforms the input object (leaving it unchanged) into some output object.
transform(Object) - Method in class org.apache.commons.collections.TransformIterator
 
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
 
TreeBag - class org.apache.commons.collections.TreeBag.
An implementation of Bag that is backed by a TreeMap.
TreeBag() - Constructor for class org.apache.commons.collections.TreeBag
 
TreeBag(Collection) - Constructor for class org.apache.commons.collections.TreeBag
New Bag containing all the members of the given collection.
TreeBag(Comparator) - Constructor for class org.apache.commons.collections.TreeBag
New Bag that maintains order on its unique representative members according to the given Comparator.
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 Collections.
uniqueSet() - Method in class org.apache.commons.collections.DefaultMapBag
 
uniqueSet() - Method in interface org.apache.commons.collections.Bag
The Set of unique members that represent all members in the bag.
uniqueSet() - Method in class org.apache.commons.collections.AbstractBag
 
unregisterCursor(CursorableLinkedList.Cursor) - Method in class org.apache.commons.collections.CursorableLinkedList
Removes a CursorableLinkedList.Cursor from the set of cursors to be notified of changes to this list.

V

valueIterator() - Method in class org.apache.commons.collections.BeanMap
 
values() - Method in class org.apache.commons.collections.SequencedHashMap
 
values() - Method in class org.apache.commons.collections.MultiHashMap
 
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.ProxyMap
 
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.SoftRefHashMap
Returns a collection of the Referenced values
values() - Method in class org.apache.commons.collections.BeanMap
Returns the values for the BeanMap.
values() - Method in class org.apache.commons.collections.DoubleOrderedMap
Returns a collection view of the values contained in this map.
valuesByValue() - Method in class org.apache.commons.collections.DoubleOrderedMap
Returns a collection view of the values contained in this map.
verbosePrint(PrintStream, Object, Map) - Static method in class org.apache.commons.collections.MapUtils
 

W

writeExternal(ObjectOutput) - Method in class org.apache.commons.collections.SequencedHashMap
 
writeExternal(ObjectOutput) - Method in class org.apache.commons.collections.LRUMap
 

_

_cursors - Variable in class org.apache.commons.collections.CursorableLinkedList
A list of the currently CursorableLinkedList.Cursors currently open in this list.
_head - Variable in class org.apache.commons.collections.CursorableLinkedList
A sentry node.
_modCount - Variable in class org.apache.commons.collections.CursorableLinkedList
Tracks the number of structural modifications to me.
_size - Variable in class org.apache.commons.collections.CursorableLinkedList
The number of elements in me.

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 April 2 2002.