|
|||||||||
| Home >> All >> org >> apache >> commons >> [ collections overview ] | PREV NEXT | ||||||||
A
- AbstractTestObject - class org.apache.commons.collections.AbstractTestObject.
- Abstract test class for java.lang.Object methods and contracts.
- AbstractTestObject(String) - Constructor for class org.apache.commons.collections.AbstractTestObject
- JUnit constructor.
- ArrayEnumeration - class org.apache.commons.collections.ArrayEnumeration.
- Deprecated. This class has significant overlap with ArrayIterator, and Collections focuses mainly on Java2-style collections. If you need to enumerate an array, create an ArrayIterator and wrap it with an IteratorEnumeration instead.
- ArrayEnumeration(List) - Constructor for class org.apache.commons.collections.ArrayEnumeration
- Deprecated.
- ArrayEnumeration(Object[]) - Constructor for class org.apache.commons.collections.ArrayEnumeration
- Deprecated.
- ArrayIterator - class org.apache.commons.collections.ArrayIterator.
- Deprecated. this class has been moved to the iterators subpackage
- ArrayIterator() - Constructor for class org.apache.commons.collections.ArrayIterator
- Deprecated. Construct an ArrayIterator.
- ArrayIterator(Object) - Constructor for class org.apache.commons.collections.ArrayIterator
- Deprecated. Construct an ArrayIterator that will iterate over the values in the specified array.
- ArrayIterator(Object, int) - Constructor for class org.apache.commons.collections.ArrayIterator
- Deprecated. Construct an ArrayIterator that will iterate over the values in the specified array.
- ArrayIterator(Object, int, int) - Constructor for class org.apache.commons.collections.ArrayIterator
- Deprecated. Construct an ArrayIterator that will iterate over the values in the specified array.
- ArrayStack - class org.apache.commons.collections.ArrayStack.
- An implementation of the java.util.Stack API that is based on an
ArrayListinstead of aVector, so it is not synchronized to protect against multi-threaded access. - ArrayStack() - Constructor for class org.apache.commons.collections.ArrayStack
- Constructs a new empty
ArrayStack. - ArrayStack(int) - Constructor for class org.apache.commons.collections.ArrayStack
- Constructs a new empty
ArrayStackwith an initial size. - add(Object) - Method in interface org.apache.commons.collections.Bag
- (Violation) Add the given object to the bag and keep a count.
- add(Object, int) - Method in interface org.apache.commons.collections.Bag
- Add
icopies of the given object to the bag and keep a count. - add(Object, int) - Method in class org.apache.commons.collections.BagUtils.PredicatedBag
- add(Object, int) - Method in class org.apache.commons.collections.BagUtils.SynchronizedBag
- add(Object, int) - Method in class org.apache.commons.collections.BagUtils.UnmodifiableBag
- add(Object) - Method in class org.apache.commons.collections.BinaryHeap
- Adds an object to this heap.
- add(Object) - Method in class org.apache.commons.collections.BoundedFifoBuffer
- Adds the given element to this buffer.
- add(Object) - Method in class org.apache.commons.collections.CollectionUtils.CollectionWrapper
- add(Object) - Method in class org.apache.commons.collections.CollectionUtils.PredicatedCollection
- add(Object) - Method in class org.apache.commons.collections.CollectionUtils.SynchronizedCollection
- add(Object) - Method in class org.apache.commons.collections.CollectionUtils.UnmodifiableCollection
- add(Object) - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
- add(Object) - Method in class org.apache.commons.collections.CursorableLinkedList.ListIter
- add(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
- Appends the specified element to the end of this list.
- 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.CursorableSubList
- add(int, Object) - Method in class org.apache.commons.collections.CursorableSubList
- add(Object) - Method in class org.apache.commons.collections.DefaultMapBag
- Adds a new element to the bag by incrementing its count in the underlying map.
- add(Object, int) - Method in class org.apache.commons.collections.DefaultMapBag
- Adds a new element to the bag by incrementing its count in the map.
- add(Object) - Method in class org.apache.commons.collections.FastArrayList.ListIter
- add(Object) - Method in class org.apache.commons.collections.FastArrayList.SubList.SubListIter
- add(Object) - Method in class org.apache.commons.collections.FastArrayList.SubList
- add(int, Object) - Method in class org.apache.commons.collections.FastArrayList.SubList
- add(Object) - Method in class org.apache.commons.collections.FastArrayList
- Appends the specified element to the end of this list.
- add(int, Object) - Method in class org.apache.commons.collections.FastArrayList
- Insert the specified element at the specified position in this list, and shift all remaining elements up one position.
- add(Object) - Method in class org.apache.commons.collections.FastHashMap.CollectionView
- add(Object) - Method in class org.apache.commons.collections.FastTreeMap.CollectionView
- add(Object) - Method in class org.apache.commons.collections.IteratorUtils.EmptyListIterator
- add(int, Object) - Method in class org.apache.commons.collections.ListUtils.FixedSizeList
- add(int, Object) - Method in class org.apache.commons.collections.ListUtils.LazyList
- add(Object) - Method in class org.apache.commons.collections.ListUtils.ListIteratorWrapper
- add(int, Object) - Method in class org.apache.commons.collections.ListUtils.PredicatedList
- add(String) - Method in class org.apache.commons.collections.StringStack
- Deprecated. Adds the String to the collection if it does not already contain it.
- add(Object) - Method in class org.apache.commons.collections.UnboundedFifoBuffer
- Adds the given element to this buffer.
- addAll(Collection) - Method in class org.apache.commons.collections.CollectionUtils.CollectionWrapper
- addAll(Collection) - Method in class org.apache.commons.collections.CollectionUtils.PredicatedCollection
- addAll(Collection) - Method in class org.apache.commons.collections.CollectionUtils.SynchronizedCollection
- addAll(Collection) - Method in class org.apache.commons.collections.CollectionUtils.UnmodifiableCollection
- addAll(Collection, Iterator) - Static method in class org.apache.commons.collections.CollectionUtils
- Adds all elements in the iteration to the given collection.
- addAll(Collection, Enumeration) - Static method in class org.apache.commons.collections.CollectionUtils
- Adds all elements in the enumeration to the given collection.
- addAll(Collection, Object[]) - Static method in class org.apache.commons.collections.CollectionUtils
- Adds all elements in the array to the given collection.
- addAll(Collection) - Method in class org.apache.commons.collections.CursorableLinkedList
- 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 java.util.Collection's java.util.Iterator.
- 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(Collection) - Method in class org.apache.commons.collections.CursorableSubList
- addAll(int, Collection) - Method in class org.apache.commons.collections.CursorableSubList
- addAll(Collection) - Method in class org.apache.commons.collections.DefaultMapBag
- Invokes
DefaultMapBag.add(Object)55 for each element in the given collection. - addAll(Collection) - Method in class org.apache.commons.collections.FastArrayList.SubList
- addAll(int, Collection) - Method in class org.apache.commons.collections.FastArrayList.SubList
- addAll(Collection) - Method in class org.apache.commons.collections.FastArrayList
- Append all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
- addAll(int, Collection) - Method in class org.apache.commons.collections.FastArrayList
- Insert all of the elements in the specified Collection at the specified position in this list, and shift any previous elements upwards as needed.
- addAll(Collection) - Method in class org.apache.commons.collections.FastHashMap.CollectionView
- addAll(Collection) - Method in class org.apache.commons.collections.FastTreeMap.CollectionView
- addAll(int, Collection) - Method in class org.apache.commons.collections.ListUtils.FixedSizeList
- addAll(int, Collection) - Method in class org.apache.commons.collections.ListUtils.LazyList
- addAll(int, Collection) - Method in class org.apache.commons.collections.ListUtils.PredicatedList
- addAll(StringStack) - Method in class org.apache.commons.collections.StringStack
- Deprecated. Adds all Strings in the given StringStack to the collection (skipping those it already contains)
- addBulk(BulkTest, Method) - Method in class org.apache.commons.collections.BulkTestSuiteMaker
- Adds a whole new suite of tests that are defined by the result of the given bulk test method.
- addFirst(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
- Inserts the specified element at the beginning of this list.
- addFirst(Object) - Method in class org.apache.commons.collections.CursorableSubList
- addLast(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
- Inserts the specified element at the end of this list.
- addLast(Object) - Method in class org.apache.commons.collections.CursorableSubList
- addProperty(String, Object) - Method in class org.apache.commons.collections.ExtendedProperties
- Add a property to the configuration.
- addPropertyDirect(String, Object) - Method in class org.apache.commons.collections.ExtendedProperties
- Adds a key/value pair to the map.
- addSampleMappings(Map) - Method in class org.apache.commons.collections.TestMap
- Helper method to add all the mappings described by
TestMap.getSampleKeys()55 andTestMap.getSampleValues()55 . - addStringProperty(String, String) - Method in class org.apache.commons.collections.ExtendedProperties
- Sets a string property w/o checking for commas - used internally when a property has been broken up into strings that could contain escaped commas to prevent the inadvertant vectorization.
- addTest(BulkTest, Method) - Method in class org.apache.commons.collections.BulkTestSuiteMaker
- Adds the simple test defined by the given method to the TestSuite.
- allPredicate(Predicate[]) - Static method in class org.apache.commons.collections.PredicateUtils
- Create a new Predicate that returns true only if all of the specified predicates are true.
- allPredicate(Collection) - Static method in class org.apache.commons.collections.PredicateUtils
- Create a new Predicate that returns true only if all of the specified predicates are true.
- andPredicate(Predicate, Predicate) - Static method in class org.apache.commons.collections.PredicateUtils
- Create a new Predicate that returns true only if both of the specified predicates are true.
- anyPredicate(Predicate[]) - Static method in class org.apache.commons.collections.PredicateUtils
- Create a new Predicate that returns true if any of the specified predicates are true.
- anyPredicate(Collection) - Static method in class org.apache.commons.collections.PredicateUtils
- Create a new Predicate that returns true if any of the specified predicates are true.
- areEqualElementsDistinguishable() - Method in class org.apache.commons.collections.TestCollection
- Specifies whether equal elements in the collection are, in fact, distinguishable with information not readily available.
- areEqualElementsDistinguishable() - Method in class org.apache.commons.collections.TestMap.TestMapValues
- arrayIterator(Object[]) - Static method in class org.apache.commons.collections.IteratorUtils
- Deprecated. Use
new ArrayIterator(array) - arrayIterator(Object[], int) - Static method in class org.apache.commons.collections.IteratorUtils
- Deprecated. Use
new ArrayIterator(array,start) - arrayIterator(Object[], int, int) - Static method in class org.apache.commons.collections.IteratorUtils
- Deprecated. Use
new ArrayIterator(array,start,end) - asClosure(Transformer) - Static method in class org.apache.commons.collections.ClosureUtils
- Creates a Closure that calls a Transformer each time it is called.
- asEnumeration(Iterator) - Static method in class org.apache.commons.collections.IteratorUtils
- Gets an enumeration that wraps an iterator.
- asIterator(Enumeration) - Static method in class org.apache.commons.collections.IteratorUtils
- Gets an iterator that provides an iterator view of the given enumeration.
- asIterator(Enumeration, Collection) - Static method in class org.apache.commons.collections.IteratorUtils
- Gets an iterator that provides an iterator view of the given enumeration that will remove elements from the specified collection.
- asPredicate(Transformer) - Static method in class org.apache.commons.collections.PredicateUtils
- Create a new Predicate that wraps a Transformer.
- asTransformer(Closure) - Static method in class org.apache.commons.collections.TransformerUtils
- Creates a Transformer that calls a Closure each time the transformer is used.
- asTransformer(Predicate) - Static method in class org.apache.commons.collections.TransformerUtils
- Creates a Transformer that calls a Predicate each time the transformer is used.
- asTransformer(Factory) - Static method in class org.apache.commons.collections.TransformerUtils
- Creates a Transformer that calls a Factory each time the transformer is used.
- atomic(Runnable) - Method in class org.apache.commons.collections.StaticBucketMap
- Prevents any operations from occuring on this map while the given java.lang.Runnable executes.
- atomic(Runnable, int) - Method in class org.apache.commons.collections.StaticBucketMap
B
- Bag - interface org.apache.commons.collections.Bag.
- A java.util.Collection that counts the number of times an object appears in the collection.
- BagUtils - class org.apache.commons.collections.BagUtils.
- Provides utility methods and decorators for BagUtils.PredicatedBag and SortedBag instances.
- BagUtils() - Constructor for class org.apache.commons.collections.BagUtils
- Prevents instantiation.
- BagUtils.PredicatedBag - class org.apache.commons.collections.BagUtils.PredicatedBag.
- BagUtils.PredicatedBag(Bag, Predicate) - Constructor for class org.apache.commons.collections.BagUtils.PredicatedBag
- BagUtils.PredicatedSortedBag - class org.apache.commons.collections.BagUtils.PredicatedSortedBag.
- BagUtils.PredicatedSortedBag(SortedBag, Predicate) - Constructor for class org.apache.commons.collections.BagUtils.PredicatedSortedBag
- BagUtils.SynchronizedBag - class org.apache.commons.collections.BagUtils.SynchronizedBag.
- BagUtils.SynchronizedBag(Bag) - Constructor for class org.apache.commons.collections.BagUtils.SynchronizedBag
- BagUtils.SynchronizedSortedBag - class org.apache.commons.collections.BagUtils.SynchronizedSortedBag.
- BagUtils.SynchronizedSortedBag(SortedBag) - Constructor for class org.apache.commons.collections.BagUtils.SynchronizedSortedBag
- BagUtils.UnmodifiableBag - class org.apache.commons.collections.BagUtils.UnmodifiableBag.
- BagUtils.UnmodifiableBag(Bag) - Constructor for class org.apache.commons.collections.BagUtils.UnmodifiableBag
- BagUtils.UnmodifiableSortedBag - class org.apache.commons.collections.BagUtils.UnmodifiableSortedBag.
- BagUtils.UnmodifiableSortedBag(SortedBag) - Constructor for class org.apache.commons.collections.BagUtils.UnmodifiableSortedBag
- 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
- Constructs a new empty
BeanMap. - BeanMap(Object) - Constructor for class org.apache.commons.collections.BeanMap
- Constructs a new
BeanMapthat operates on the specified bean. - BeanMap.MyMapEntry - class org.apache.commons.collections.BeanMap.MyMapEntry.
- Map entry used by BeanMap.
- BeanMap.MyMapEntry(BeanMap, Object, Object) - Constructor for class org.apache.commons.collections.BeanMap.MyMapEntry
- Constructs a new
MyMapEntry. - BidiMap - interface org.apache.commons.collections.BidiMap.
- Defines a map that allows bidirectional lookup between key and values.
- BinaryHeap - class org.apache.commons.collections.BinaryHeap.
- Binary heap implementation of PriorityQueue and Buffer.
- BinaryHeap() - Constructor for class org.apache.commons.collections.BinaryHeap
- Constructs a new minimum binary heap.
- BinaryHeap(Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
- Constructs a new
BinaryHeapthat will use the given comparator to order its elements. - BinaryHeap(int) - Constructor for class org.apache.commons.collections.BinaryHeap
- Constructs a new minimum binary heap with the specified initial capacity.
- BinaryHeap(int, Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
- Constructs a new
BinaryHeap. - BinaryHeap(boolean) - Constructor for class org.apache.commons.collections.BinaryHeap
- Constructs a new minimum or maximum binary heap
- BinaryHeap(boolean, Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
- Constructs a new
BinaryHeap. - BinaryHeap(int, boolean) - Constructor for class org.apache.commons.collections.BinaryHeap
- Constructs a new minimum or maximum binary heap with the specified initial capacity.
- BinaryHeap(int, boolean, Comparator) - Constructor for class org.apache.commons.collections.BinaryHeap
- Constructs a new
BinaryHeap. - BoundedCollection - interface org.apache.commons.collections.BoundedCollection.
- Defines a collection that is bounded in size.
- BoundedFifoBuffer - class org.apache.commons.collections.BoundedFifoBuffer.
- The BoundedFifoBuffer is a very efficient implementation of Buffer that does not alter the size of the buffer at runtime.
- BoundedFifoBuffer() - Constructor for class org.apache.commons.collections.BoundedFifoBuffer
- Constructs a new
BoundedFifoBufferbig enough to hold 32 elements. - BoundedFifoBuffer(int) - Constructor for class org.apache.commons.collections.BoundedFifoBuffer
- Constructs a new
BoundedFifoBufferbig enough to hold the specified number of elements. - BoundedFifoBuffer(Collection) - Constructor for class org.apache.commons.collections.BoundedFifoBuffer
- Constructs a new
BoundedFifoBufferbig enough to hold all of the elements in the specified collection. - BoundedMap - interface org.apache.commons.collections.BoundedMap.
- Defines a map that is bounded in size.
- Buffer - interface org.apache.commons.collections.Buffer.
- A Buffer is a collection that allows objects to be removed in some well-defined order.
- BufferOverflowException - exception org.apache.commons.collections.BufferOverflowException.
- The BufferOverflowException is used when the buffer's capacity has been exceeded.
- BufferOverflowException() - Constructor for class org.apache.commons.collections.BufferOverflowException
- Constructs a new
BufferOverflowException. - BufferOverflowException(String) - Constructor for class org.apache.commons.collections.BufferOverflowException
- Construct a new
BufferOverflowException. - BufferOverflowException(String, Throwable) - Constructor for class org.apache.commons.collections.BufferOverflowException
- Construct a new
BufferOverflowException. - BufferUnderflowException - exception org.apache.commons.collections.BufferUnderflowException.
- The BufferUnderflowException is used when the buffer is already empty
- BufferUnderflowException() - Constructor for class org.apache.commons.collections.BufferUnderflowException
- Constructs a new
BufferUnderflowException. - BufferUnderflowException(String) - Constructor for class org.apache.commons.collections.BufferUnderflowException
- Construct a new
BufferUnderflowException. - BufferUnderflowException(String, Throwable) - Constructor for class org.apache.commons.collections.BufferUnderflowException
- Construct a new
BufferUnderflowException. - BufferUtils - class org.apache.commons.collections.BufferUtils.
- Contains static utility methods for operating on BufferUtils.SynchronizedBuffer objects.
- BufferUtils() - Constructor for class org.apache.commons.collections.BufferUtils
- Restrictive constructor
- BufferUtils.PredicatedBuffer - class org.apache.commons.collections.BufferUtils.PredicatedBuffer.
- BufferUtils.PredicatedBuffer(Buffer, Predicate) - Constructor for class org.apache.commons.collections.BufferUtils.PredicatedBuffer
- BufferUtils.SynchronizedBuffer - class org.apache.commons.collections.BufferUtils.SynchronizedBuffer.
- BufferUtils.SynchronizedBuffer(Buffer) - Constructor for class org.apache.commons.collections.BufferUtils.SynchronizedBuffer
- BufferUtils.UnmodifiableBuffer - class org.apache.commons.collections.BufferUtils.UnmodifiableBuffer.
- BufferUtils.UnmodifiableBuffer(Buffer) - Constructor for class org.apache.commons.collections.BufferUtils.UnmodifiableBuffer
- BulkTest - class org.apache.commons.collections.BulkTest.
- A junit.framework.TestCase that can define both simple and bulk test methods.
- BulkTest(String) - Constructor for class org.apache.commons.collections.BulkTest
- Constructs a new
BulkTestinstance that will run the specified simple test. - BulkTestSuiteMaker - class org.apache.commons.collections.BulkTestSuiteMaker.
- BulkTestSuiteMaker(Class) - Constructor for class org.apache.commons.collections.BulkTestSuiteMaker
- Constructor.
- backwardTest(ListIterator, int) - Method in class org.apache.commons.collections.TestList
- Traverses to the beginning of the given iterator.
- basePath - Variable in class org.apache.commons.collections.ExtendedProperties
- Base path of the configuration file used to create this ExtendedProperties object.
- bean - Variable in class org.apache.commons.collections.BeanMap
- blackColor - Variable in class org.apache.commons.collections.DoubleOrderedMap.Node
- blockingBuffer(Buffer) - Static method in class org.apache.commons.collections.BufferUtils
- Returns a synchronized buffer backed by the given buffer that will
block on
BufferUtils.SynchronizedBuffer.get()55 andBufferUtils.SynchronizedBuffer.remove()55 operations. - 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.
- bucket - Variable in class org.apache.commons.collections.StaticBucketMap.EntryIterator
- bulkTestMapEntrySet() - Method in class org.apache.commons.collections.TestMap
- Bulk test Map.entrySet()>
Map.entrySet()55 . - bulkTestMapKeySet() - Method in class org.apache.commons.collections.TestMap
- Bulk test Map.keySet()>
Map.keySet()55 . - bulkTestMapValues() - Method in class org.apache.commons.collections.TestMap
- Bulk test Map.values()>
Map.values()55 . - bulkTestPredicatedBuffer() - Method in class org.apache.commons.collections.TestBufferUtils
- bulkTestPredicatedCollection1() - Method in class org.apache.commons.collections.TestCollectionUtils
- bulkTestPredicatedList() - Method in class org.apache.commons.collections.TestListUtils
- bulkTestPredicatedMap() - Method in class org.apache.commons.collections.TestMapUtils
- bulkTestPredicatedSet() - Method in class org.apache.commons.collections.TestSetUtils
- bulkTestSubList() - Method in class org.apache.commons.collections.TestList
- Returns a BulkTest for testing
List#subList(int,int). - bulkTestUnmodifiableBuffer() - Method in class org.apache.commons.collections.TestBufferUtils
C
- COLLECTIONS_MAJOR_VERSION - Static variable in class org.apache.commons.collections.AbstractTestObject
- Current major release for Collections
- COLLECTIONS_MAJOR_VERSION - Static variable in class org.apache.commons.collections.TestObject
- 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.
- ClosureUtils - class org.apache.commons.collections.ClosureUtils.
ClosureUtilsprovides reference implementations and utilities for the Closure functor interface.- ClosureUtils() - Constructor for class org.apache.commons.collections.ClosureUtils
- This class is not normally instantiated.
- CollectionUtils - class org.apache.commons.collections.CollectionUtils.
- A set of java.util.Collection related utility methods.
- CollectionUtils() - Constructor for class org.apache.commons.collections.CollectionUtils
- Please don't ever instantiate a
CollectionUtils. - CollectionUtils.CollectionWrapper - class org.apache.commons.collections.CollectionUtils.CollectionWrapper.
- Base class for collection decorators.
- CollectionUtils.CollectionWrapper(Collection) - Constructor for class org.apache.commons.collections.CollectionUtils.CollectionWrapper
- CollectionUtils.PredicatedCollection - class org.apache.commons.collections.CollectionUtils.PredicatedCollection.
- CollectionUtils.PredicatedCollection(Collection, Predicate) - Constructor for class org.apache.commons.collections.CollectionUtils.PredicatedCollection
- CollectionUtils.SynchronizedCollection - class org.apache.commons.collections.CollectionUtils.SynchronizedCollection.
- CollectionUtils.SynchronizedCollection(Collection) - Constructor for class org.apache.commons.collections.CollectionUtils.SynchronizedCollection
- CollectionUtils.UnmodifiableCollection - class org.apache.commons.collections.CollectionUtils.UnmodifiableCollection.
- CollectionUtils.UnmodifiableCollection(Collection) - Constructor for class org.apache.commons.collections.CollectionUtils.UnmodifiableCollection
- CollectionUtils.UnmodifiableIterator - class org.apache.commons.collections.CollectionUtils.UnmodifiableIterator.
- CollectionUtils.UnmodifiableIterator(Iterator) - Constructor for class org.apache.commons.collections.CollectionUtils.UnmodifiableIterator
- ComparatorUtils - class org.apache.commons.collections.ComparatorUtils.
- Provides convenient static utility methods for
Comparatorobjects. - ComparatorUtils() - Constructor for class org.apache.commons.collections.ComparatorUtils
- Restrictive constructor
- CursorableLinkedList - class org.apache.commons.collections.CursorableLinkedList.
- A doubly-linked list implementation of the java.util.List interface, supporting a java.util.ListIterator that allows concurrent modifications to the underlying list.
- CursorableLinkedList() - Constructor for class org.apache.commons.collections.CursorableLinkedList
- CursorableLinkedList.Cursor - class org.apache.commons.collections.CursorableLinkedList.Cursor.
- CursorableLinkedList.Cursor(int) - Constructor for class org.apache.commons.collections.CursorableLinkedList.Cursor
- CursorableLinkedList.ListIter - class org.apache.commons.collections.CursorableLinkedList.ListIter.
- CursorableLinkedList.ListIter(int) - Constructor for class org.apache.commons.collections.CursorableLinkedList.ListIter
- CursorableLinkedList.Listable - class org.apache.commons.collections.CursorableLinkedList.Listable.
- CursorableLinkedList.Listable(CursorableLinkedList.Listable, CursorableLinkedList.Listable, Object) - Constructor for class org.apache.commons.collections.CursorableLinkedList.Listable
- CursorableSubList - class org.apache.commons.collections.CursorableSubList.
- CursorableSubList(CursorableLinkedList, int, int) - Constructor for class org.apache.commons.collections.CursorableSubList
- cCounter - Static variable in class org.apache.commons.collections.TestFactoryUtils.Mock3
- cInteger - Static variable in class org.apache.commons.collections.TestClosureUtils
- cInteger - Static variable in class org.apache.commons.collections.TestPredicateUtils
- cInteger - Static variable in class org.apache.commons.collections.TestTransformerUtils
- cObject - Static variable in class org.apache.commons.collections.TestClosureUtils
- cObject - Static variable in class org.apache.commons.collections.TestPredicateUtils
- cObject - Static variable in class org.apache.commons.collections.TestTransformerUtils
- cString - Static variable in class org.apache.commons.collections.TestClosureUtils
- cString - Static variable in class org.apache.commons.collections.TestPredicateUtils
- cString - Static variable in class org.apache.commons.collections.TestTransformerUtils
- 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
- calculatedHashCode - Variable in class org.apache.commons.collections.DoubleOrderedMap.Node
- cardinality(Object, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
- Returns the number of occurrences of obj in col.
- chainedClosure(Closure, Closure) - Static method in class org.apache.commons.collections.ClosureUtils
- Create a new Closure that calls two Closures, passing the result of the first into the second.
- chainedClosure(Closure[]) - Static method in class org.apache.commons.collections.ClosureUtils
- Create a new Closure that calls each closure in turn, passing the result into the next closure.
- chainedClosure(Collection) - Static method in class org.apache.commons.collections.ClosureUtils
- Create a new Closure that calls each closure in turn, passing the result into the next closure.
- chainedComparator(Comparator, Comparator) - Static method in class org.apache.commons.collections.ComparatorUtils
- Gets a comparator that compares using two java.util.Comparators.
- chainedComparator(Comparator[]) - Static method in class org.apache.commons.collections.ComparatorUtils
- Gets a comparator that compares using an array of java.util.Comparators.
- chainedComparator(Collection) - Static method in class org.apache.commons.collections.ComparatorUtils
- Gets a comparator that compares using a collection of java.util.Comparators.
- chainedIterator(Iterator, Iterator) - Static method in class org.apache.commons.collections.IteratorUtils
- Gets an iterator that iterates through two IteratorUtils.EmptyIterators one after another.
- chainedIterator(Iterator[]) - Static method in class org.apache.commons.collections.IteratorUtils
- Gets an iterator that iterates through an array of IteratorUtils.EmptyIterators one after another.
- chainedIterator(Collection) - Static method in class org.apache.commons.collections.IteratorUtils
- Gets an iterator that iterates through a collections of IteratorUtils.EmptyIterators one after another.
- chainedTransformer(Transformer, Transformer) - Static method in class org.apache.commons.collections.TransformerUtils
- Create a new Transformer that calls two transformers, passing the result of the first into the second.
- chainedTransformer(Transformer[]) - Static method in class org.apache.commons.collections.TransformerUtils
- Create a new Transformer that calls each transformer in turn, passing the result into the next transformer.
- chainedTransformer(Collection) - Static method in class org.apache.commons.collections.TransformerUtils
- Create a new Transformer that calls each transformer in turn, passing the result into the next transformer.
- checkForComod() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
- checkForComod() - Method in class org.apache.commons.collections.CursorableLinkedList.ListIter
- checkForComod() - Method in class org.apache.commons.collections.CursorableSubList
- Test to see if my underlying list has been modified by some other process.
- checkKey(Object) - Static method in class org.apache.commons.collections.DoubleOrderedMap
- check a key for validity (non-null and implements Comparable)
- checkKeyAndValue(Object, Object) - Static method in class org.apache.commons.collections.DoubleOrderedMap
- check a key and a value for validity (non-null and implements Comparable)
- checkKeyList(MultiHashMap, int) - Method in class org.apache.commons.collections.TestMultiHashMap
- checkMap(MultiHashMap) - Method in class org.apache.commons.collections.TestMultiHashMap
- checkMod() - Method in class org.apache.commons.collections.FastArrayList.ListIter
- checkMod() - Method in class org.apache.commons.collections.FastArrayList.SubList.SubListIter
- checkMod() - Method in class org.apache.commons.collections.ReferenceMap.EntryIterator
- checkNonNullComparable(Object, int) - Static method in class org.apache.commons.collections.DoubleOrderedMap
- check if an object is fit to be proper input ...
- checkValue(Object) - Static method in class org.apache.commons.collections.DoubleOrderedMap
- check a value for validity (non-null and implements Comparable)
- 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.BinaryHeap
- Clears all elements from queue.
- clear() - Method in class org.apache.commons.collections.BoundedFifoBuffer
- Clears this buffer.
- clear() - Method in class org.apache.commons.collections.CollectionUtils.CollectionWrapper
- clear() - Method in class org.apache.commons.collections.CollectionUtils.SynchronizedCollection
- clear() - Method in class org.apache.commons.collections.CollectionUtils.UnmodifiableCollection
- 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.CursorableSubList
- clear() - Method in class org.apache.commons.collections.DefaultMapBag
- Clears the bag by clearing the underlying map.
- clear() - Method in class org.apache.commons.collections.DoubleOrderedMap
- Removes all mappings from this map
- clear() - Method in class org.apache.commons.collections.FastArrayList.SubList
- clear() - Method in class org.apache.commons.collections.FastArrayList
- Remove all of the elements from this list.
- clear() - Method in class org.apache.commons.collections.FastHashMap.CollectionView
- clear() - Method in class org.apache.commons.collections.FastHashMap
- Remove all mappings from this map.
- clear() - Method in class org.apache.commons.collections.FastTreeMap.CollectionView
- clear() - Method in class org.apache.commons.collections.FastTreeMap
- Remove all mappings from this map.
- clear() - Method in class org.apache.commons.collections.MapPerformance.DummyMap
- clear() - Method in class org.apache.commons.collections.MultiHashMap
- clear() - Method in interface org.apache.commons.collections.PriorityQueue
- Clear all elements from queue.
- clear() - Method in class org.apache.commons.collections.ProxyMap
- Invokes the underlying Map.clear()>
Map.clear()55 method. - clear() - Method in class org.apache.commons.collections.ReferenceMap
- Clears this map.
- clear() - Method in class org.apache.commons.collections.SequencedHashMap
- Implements Map.clear()>
Map.clear()55 . - clear() - Method in class org.apache.commons.collections.SoftRefHashMap
- Deprecated. Clears all mappings
- clear() - Method in class org.apache.commons.collections.StaticBucketMap.EntrySet
- clear() - Method in class org.apache.commons.collections.StaticBucketMap.KeySet
- clear() - Method in class org.apache.commons.collections.StaticBucketMap.Values
- clear() - Method in class org.apache.commons.collections.StaticBucketMap
- Implements Map.clear()>
Map.clear()55 . - clear() - Method in class org.apache.commons.collections.StringStack
- Deprecated. Clears the stack.
- clear() - Method in class org.apache.commons.collections.SynchronizedPriorityQueue
- Clear all elements from queue.
- clearProperty(String) - Method in class org.apache.commons.collections.ExtendedProperties
- Clear a property in the configuration.
- clone() - Method in class org.apache.commons.collections.BeanMap
- Clone this bean map using the following process: If there is no underlying bean, return a cloned BeanMap without a bean.
- clone() - Method in class org.apache.commons.collections.BulkTest
- Creates a clone of this
BulkTest. - clone() - Method in class org.apache.commons.collections.FastArrayList
- Return a shallow copy of this
FastArrayListinstance. - clone() - Method in class org.apache.commons.collections.FastHashMap
- Return a shallow copy of this
FastHashMapinstance. - clone() - Method in class org.apache.commons.collections.FastTreeMap
- Return a shallow copy of this
FastTreeMapinstance. - clone() - Method in class org.apache.commons.collections.MultiHashMap
- clone() - Method in class org.apache.commons.collections.SequencedHashMap
- Creates a shallow copy of this object, preserving the internal structure by copying only references.
- cloneTransformer() - Static method in class org.apache.commons.collections.TransformerUtils
- Gets a transformer that returns a clone of the input object.
- close() - Method in class org.apache.commons.collections.CursorableLinkedList.Cursor
- collatedIterator(Comparator, Iterator, Iterator) - Static method in class org.apache.commons.collections.IteratorUtils
- Gets an iterator that provides an ordered iteration over the elements contained in a collection of ordered IteratorUtils.EmptyIterators.
- collatedIterator(Comparator, Iterator[]) - Static method in class org.apache.commons.collections.IteratorUtils
- Gets an iterator that provides an ordered iteration over the elements contained in an array of IteratorUtils.EmptyIterators.
- collatedIterator(Comparator, Collection) - Static method in class org.apache.commons.collections.IteratorUtils
- Gets an iterator that provides an ordered iteration over the elements contained in a collection of IteratorUtils.EmptyIterators.
- 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(Iterator, Transformer) - Static method in class org.apache.commons.collections.CollectionUtils
- Transforms all elements from the inputIterator with the given transformer and adds them to the outputCollection.
- collect(Collection, Transformer, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
- Transforms all elements from inputCollection with the given transformer and adds them to the outputCollection.
- collect(Iterator, Transformer, Collection) - Static method in class org.apache.commons.collections.CollectionUtils
- Transforms all elements from the inputIterator with the given transformer and adds them to the outputCollection.
- collection - Variable in class org.apache.commons.collections.CollectionUtils.CollectionWrapper
- collection - Variable in class org.apache.commons.collections.CollectionUtils.SynchronizedCollection
- collection - Variable in class org.apache.commons.collections.TestCollection
- A collection instance that will be used for testing.
- collectionOfValues - Variable in class org.apache.commons.collections.DoubleOrderedMap
- 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.BagUtils.PredicatedSortedBag
- comparator() - Method in class org.apache.commons.collections.BagUtils.SynchronizedSortedBag
- comparator() - Method in class org.apache.commons.collections.BagUtils.UnmodifiableSortedBag
- comparator() - Method in class org.apache.commons.collections.FastTreeMap
- Return the comparator used to order this map, or
nullif this map uses its keys' natural order. - comparator() - Method in class org.apache.commons.collections.MapUtils.FixedSizeSortedMap
- comparator() - Method in class org.apache.commons.collections.MapUtils.LazySortedMap
- comparator() - Method in class org.apache.commons.collections.MapUtils.PredicatedSortedMap
- comparator() - Method in class org.apache.commons.collections.SetUtils.PredicatedSortedSet
- 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
- compare(Object, Object) - Method in class org.apache.commons.collections.BinaryHeap
- Compares two objects using the comparator if specified, or the natural order otherwise.
- compare(Comparable, Comparable) - Static method in class org.apache.commons.collections.DoubleOrderedMap
- Compare two objects
- compareTo(Object) - Method in class org.apache.commons.collections.LocalTestNode
- Method compareTo
- confirmed - Variable in class org.apache.commons.collections.TestCollection
- Confirmed collection.
- confirmed - Variable in class org.apache.commons.collections.TestMap
- HashMap created by reset().
- constantFactory(Object) - Static method in class org.apache.commons.collections.FactoryUtils
- Creates a Factory that will return the same object each time the factory is used.
- constantTransformer(Object) - Static method in class org.apache.commons.collections.TransformerUtils
- Creates a Transformer that will return the same object each time the transformer is used.
- contains(Object) - Method in class org.apache.commons.collections.CollectionUtils.CollectionWrapper
- contains(Object) - Method in class org.apache.commons.collections.CollectionUtils.SynchronizedCollection
- contains(Object) - Method in class org.apache.commons.collections.CursorableLinkedList
- Returns true if this list contains the specified element.
- contains(Object) - Method in class org.apache.commons.collections.