Alphabetical Index

A B C E F G I K M R S T V W

A

AbstractTestBag - class org.apache.commons.collections.bag.AbstractTestBag
Abstract test class for Bag methods and contracts.
AbstractTestBag(String) - constructor for class org.apache.commons.collections.bag.AbstractTestBag
JUnit constructor.
AbstractTestBidiMap - class org.apache.commons.collections.bidimap.AbstractTestBidiMap
Abstract test class for BidiMap methods and contracts.
AbstractTestBidiMap() - constructor for class org.apache.commons.collections.bidimap.AbstractTestBidiMap
AbstractTestBidiMap(String) - constructor for class org.apache.commons.collections.bidimap.AbstractTestBidiMap
AbstractTestCollection - class org.apache.commons.collections.collection.AbstractTestCollection
Abstract test class for java.util.Collection methods and contracts.
AbstractTestCollection(String) - constructor for class org.apache.commons.collections.collection.AbstractTestCollection
JUnit constructor.
AbstractTestComparator - class org.apache.commons.collections.comparators.AbstractTestComparator
Abstract test class for testing the Comparator interface.
AbstractTestComparator(String) - constructor for class org.apache.commons.collections.comparators.AbstractTestComparator
JUnit constructor.
AbstractTestIterableMap - class org.apache.commons.collections.map.AbstractTestIterableMap
Abstract test class for IterableMap methods and contracts.
AbstractTestIterableMap(String) - constructor for class org.apache.commons.collections.map.AbstractTestIterableMap
JUnit constructor.
AbstractTestIterator - class org.apache.commons.collections.iterators.AbstractTestIterator
Abstract class for testing the Iterator interface.
AbstractTestIterator(String) - constructor for class org.apache.commons.collections.iterators.AbstractTestIterator
JUnit constructor.
AbstractTestList - class org.apache.commons.collections.list.AbstractTestList
Abstract test class for java.util.List methods and contracts.
AbstractTestList(String) - constructor for class org.apache.commons.collections.list.AbstractTestList
JUnit constructor.
AbstractTestListIterator - class org.apache.commons.collections.iterators.AbstractTestListIterator
Abstract class for testing the ListIterator interface.
AbstractTestListIterator(String) - constructor for class org.apache.commons.collections.iterators.AbstractTestListIterator
JUnit constructor.
AbstractTestMap - class org.apache.commons.collections.map.AbstractTestMap
Abstract test class for java.util.Map methods and contracts.
AbstractTestMap(String) - constructor for class org.apache.commons.collections.map.AbstractTestMap
JUnit constructor.
AbstractTestMapEntry - class org.apache.commons.collections.keyvalue.AbstractTestMapEntry
Abstract tests that can be extended to test any Map.Entry implementation.
AbstractTestMapEntry(String) - constructor for class org.apache.commons.collections.keyvalue.AbstractTestMapEntry
JUnit constructor.
AbstractTestMapIterator - class org.apache.commons.collections.iterators.AbstractTestMapIterator
Abstract class for testing the MapIterator interface.
AbstractTestMapIterator(String) - constructor for class org.apache.commons.collections.iterators.AbstractTestMapIterator
JUnit constructor.
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.
AbstractTestOrderedBidiMap - class org.apache.commons.collections.bidimap.AbstractTestOrderedBidiMap
Abstract test class for OrderedBidiMap methods and contracts.
AbstractTestOrderedBidiMap() - constructor for class org.apache.commons.collections.bidimap.AbstractTestOrderedBidiMap
AbstractTestOrderedBidiMap(String) - constructor for class org.apache.commons.collections.bidimap.AbstractTestOrderedBidiMap
AbstractTestOrderedMap - class org.apache.commons.collections.map.AbstractTestOrderedMap
Abstract test class for OrderedMap methods and contracts.
AbstractTestOrderedMap(String) - constructor for class org.apache.commons.collections.map.AbstractTestOrderedMap
JUnit constructor.
AbstractTestOrderedMapIterator - class org.apache.commons.collections.iterators.AbstractTestOrderedMapIterator
Abstract class for testing the OrderedMapIterator interface.
AbstractTestOrderedMapIterator(String) - constructor for class org.apache.commons.collections.iterators.AbstractTestOrderedMapIterator
JUnit constructor.
AbstractTestSet - class org.apache.commons.collections.set.AbstractTestSet
Abstract test class for Set methods and contracts.
AbstractTestSet(String) - constructor for class org.apache.commons.collections.set.AbstractTestSet
JUnit constructor.
AbstractTestSortedBag - class org.apache.commons.collections.bag.AbstractTestSortedBag
Abstract test class for SortedBag methods and contracts.
AbstractTestSortedBag(String) - constructor for class org.apache.commons.collections.bag.AbstractTestSortedBag
AbstractTestSortedBidiMap - class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
Abstract test class for SortedBidiMap methods and contracts.
AbstractTestSortedBidiMap() - constructor for class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
AbstractTestSortedBidiMap(String) - constructor for class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
AbstractTestSortedMap - class org.apache.commons.collections.map.AbstractTestSortedMap
Abstract test class for java.util.SortedMap methods and contracts.
AbstractTestSortedMap(String) - constructor for class org.apache.commons.collections.map.AbstractTestSortedMap
JUnit constructor.
AbstractTestSortedSet - class org.apache.commons.collections.set.AbstractTestSortedSet
Abstract test class for SortedSet methods and contracts.
AbstractTestSortedSet(String) - constructor for class org.apache.commons.collections.set.AbstractTestSortedSet
JUnit constructor.
addSampleMappings(Map) - method in class org.apache.commons.collections.map.AbstractTestMap
Helper method to add all the mappings described by getSampleKeys() and getSampleValues().
addSetValue() - method in class org.apache.commons.collections.iterators.AbstractTestListIterator
The value to be used in the add and set tests.
addSetValues() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
The values to be used in the add and set tests.
areEqualElementsDistinguishable() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Specifies whether equal elements in the collection are, in fact, distinguishable with information not readily available.

B

BulkTest - class org.apache.commons.collections.BulkTest
A TestCase that can define both simple and bulk test methods.
BulkTest(String) - constructor for class org.apache.commons.collections.BulkTest
Constructs a new BulkTest instance that will run the specified simple test.
bulkTestBidiMapIterator() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
bulkTestHeadMap() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
bulkTestHeadMap() - method in class org.apache.commons.collections.map.AbstractTestSortedMap
bulkTestInverseMap() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
bulkTestListIterator() - method in class org.apache.commons.collections.list.AbstractTestList
bulkTestMapEntrySet() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
bulkTestMapEntrySet() - method in class org.apache.commons.collections.map.AbstractTestMap
Bulk test Map.entrySet().
bulkTestMapIterator() - method in class org.apache.commons.collections.map.AbstractTestIterableMap
bulkTestMapKeySet() - method in class org.apache.commons.collections.map.AbstractTestMap
Bulk test Map.keySet().
bulkTestMapValues() - method in class org.apache.commons.collections.map.AbstractTestMap
Bulk test Map.values().
bulkTestOrderedMapIterator() - method in class org.apache.commons.collections.bidimap.AbstractTestOrderedBidiMap
bulkTestOrderedMapIterator() - method in class org.apache.commons.collections.map.AbstractTestOrderedMap
bulkTestSortedSetHeadSet() - method in class org.apache.commons.collections.set.AbstractTestSortedSet
Bulk test SortedSet.headSet(Object).
bulkTestSortedSetSubSet() - method in class org.apache.commons.collections.set.AbstractTestSortedSet
Bulk test SortedSet.subSet(Object, Object).
bulkTestSortedSetTailSet() - method in class org.apache.commons.collections.set.AbstractTestSortedSet
Bulk test SortedSet.tailSet(Object).
bulkTestSubList() - method in class org.apache.commons.collections.list.AbstractTestList
Returns a BulkTest for testing List.subList(int,int).
bulkTestSubMap() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
bulkTestSubMap() - method in class org.apache.commons.collections.map.AbstractTestSortedMap
bulkTestTailMap() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
bulkTestTailMap() - method in class org.apache.commons.collections.map.AbstractTestSortedMap

C

clone() - method in class org.apache.commons.collections.BulkTest
Creates a clone of this BulkTest.
cloneMapEntry(Map.Entry) - method in class org.apache.commons.collections.collection.AbstractTestCollection
Creates a new Map Entry that is independent of the first and the map.
cloneMapEntry(Map.Entry) - method in class org.apache.commons.collections.map.AbstractTestMap
Creates a new Map Entry that is independent of the first and the map.
collection - field in class org.apache.commons.collections.collection.AbstractTestCollection
A collection instance that will be used for testing.
COLLECTIONS_MAJOR_VERSION - static field in class org.apache.commons.collections.AbstractTestObject
Current major release for Collections
confirmed - field in class org.apache.commons.collections.collection.AbstractTestCollection
Confirmed collection.
confirmed - field in class org.apache.commons.collections.map.AbstractTestMap
HashMap created by reset().

E

entries - field in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
entrySet - field in class org.apache.commons.collections.map.AbstractTestMap
Entry set of map created by reset().

F

failFastAll(List) - method in class org.apache.commons.collections.list.AbstractTestList
Invokes all the methods on the given sublist to make sure they raise a ConcurrentModificationException.
failFastMethod(List,Method) - method in class org.apache.commons.collections.list.AbstractTestList
Invokes the given method on the given sublist to make sure it raises a ConcurrentModificationException.

G

getCanonicalComparatorName(Object) - method in class org.apache.commons.collections.comparators.AbstractTestComparator
getCanonicalEmptyCollectionName(Object) - method in class org.apache.commons.collections.AbstractTestObject
getCanonicalFullCollectionName(Object) - method in class org.apache.commons.collections.AbstractTestObject
getComparableObjectsOrdered() - method in class org.apache.commons.collections.comparators.AbstractTestComparator
Implement this method to return a list of sorted objects.
getCompatibilityVersion() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
Override as DualHashBidiMap didn't exist until version 3.
getCompatibilityVersion() - method in class org.apache.commons.collections.comparators.AbstractTestComparator
Overrides superclass to set the compatability to version 2 as there were no Comparators in version 1.x.
getCompatibilityVersion() - method in class org.apache.commons.collections.map.AbstractTestMap
Gets the compatability version, needed for package access.
getCompatibilityVersion() - method in class org.apache.commons.collections.AbstractTestObject
Get the version of Collections that this object tries to maintain serialization compatibility with.
getConfirmedList() - method in class org.apache.commons.collections.list.AbstractTestList
Returns the AbstractTestList field cast to a List.
getConfirmedMap() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
Implement this method to return the confirmed map which contains the same data as the iterator.
getConfirmedSet() - method in class org.apache.commons.collections.set.AbstractTestSet
Return the AbstractTestCollection.confirmed fixture, but cast as a Set.
getConfirmedSortedSet() - method in class org.apache.commons.collections.set.AbstractTestSortedSet
Return the AbstractTestCollection.confirmed fixture, but cast as a SortedSet.
getFullElements() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Returns an array of objects that are contained in a collection produced by makeFullCollection().
getFullNonNullElements() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Returns a list of elements suitable for return by getFullElements().
getFullNonNullElements() - method in class org.apache.commons.collections.set.AbstractTestSortedSet
Override to return comparable objects.
getFullNonNullStringElements() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Returns a list of string elements suitable for return by getFullElements().
getList() - method in class org.apache.commons.collections.list.AbstractTestList
Returns the AbstractTestList field cast to a List.
getMap() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
Implement this method to return the map which contains the same data as the iterator.
getNewSampleValues() - method in class org.apache.commons.collections.map.AbstractTestMap
Returns a the set of values that can be used to replace the values returned from getSampleValues().
getOtherElements() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Returns an array of elements that are not contained in a full collection.
getOtherKeys() - method in class org.apache.commons.collections.map.AbstractTestMap
getOtherNonNullElements() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Returns the default list of objects returned by getOtherElements().
getOtherNonNullElements() - method in class org.apache.commons.collections.set.AbstractTestSortedSet
Override to return comparable objects.
getOtherNonNullStringElements() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Returns a list of string elements suitable for return by getOtherElements().
getOtherNonNullStringElements() - method in class org.apache.commons.collections.map.AbstractTestMap
Returns a list of string elements suitable for return by getOtherKeys() or getOtherValues().
getOtherValues() - method in class org.apache.commons.collections.map.AbstractTestMap
getSampleKeys() - method in class org.apache.commons.collections.map.AbstractTestMap
Returns the set of keys in the mappings used to test the map.
getSampleKeys() - method in class org.apache.commons.collections.map.AbstractTestOrderedMap
The only confirmed collection we have that is ordered is the sorted one.
getSampleValues() - method in class org.apache.commons.collections.map.AbstractTestMap
Returns the set of values in the mappings used to test the map.
getSet() - method in class org.apache.commons.collections.set.AbstractTestSet
Return the AbstractTestCollection.collection fixture, but cast as a Set.

I

ignoredTests() - method in class org.apache.commons.collections.BulkTest
Returns an array of test names to ignore.
isAddSupported() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Returns true if the collections produced by makeCollection() and makeFullCollection() support the add and addAll operations.
isAllowDuplicateValues() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
Override to indicate to AbstractTestMap this is a BidiMap.
isAllowDuplicateValues() - method in class org.apache.commons.collections.map.AbstractTestMap
Returns true if the maps produced by makeEmptyMap() and makeFullMap() supports duplicate values.
isAllowNullKey() - method in class org.apache.commons.collections.map.AbstractTestMap
Returns true if the maps produced by makeEmptyMap() and makeFullMap() supports null keys.
isAllowNullKey() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
isAllowNullKey() - method in class org.apache.commons.collections.map.AbstractTestSortedMap
Can't sort null keys.
isAllowNullValue() - method in class org.apache.commons.collections.map.AbstractTestMap
Returns true if the maps produced by makeEmptyMap() and makeFullMap() supports null values.
isAllowNullValue() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
isEqualsCheckable() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Returns true to indicate that the collection supports equals() comparisons.
isEqualsCheckable() - method in class org.apache.commons.collections.list.AbstractTestList
List equals method is defined.
isEqualsCheckable() - method in class org.apache.commons.collections.AbstractTestObject
Returns true to indicate that the collection supports equals() comparisons.
isEqualsCheckable() - method in class org.apache.commons.collections.set.AbstractTestSet
Set equals method is defined.
isFailFastSupported() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Returns true to indicate that the collection supports fail fast iterators.
isGetStructuralModify() - method in class org.apache.commons.collections.map.AbstractTestMap
Returns true if the maps produced by makeEmptyMap() and makeFullMap() can cause structural modification on a get().
isGetStructuralModify() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
Whether the get operation on the map structurally modifies the map, such as with LRUMap.
isNullSupported() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Returns true to indicate that the collection supports holding null.
isNullSupported() - method in class org.apache.commons.collections.set.AbstractTestSortedSet
Overridden because SortedSets don't allow null elements (normally).
isPutAddSupported() - method in class org.apache.commons.collections.map.AbstractTestMap
Returns true if the maps produced by makeEmptyMap() and makeFullMap() support the put and putAll operations adding new mappings.
isPutChangeSupported() - method in class org.apache.commons.collections.map.AbstractTestMap
Returns true if the maps produced by makeEmptyMap() and makeFullMap() support the put and putAll operations changing existing mappings.
isRemoveSupported() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Returns true if the collections produced by makeCollection() and makeFullCollection() support the remove, removeAll, retainAll, clear and iterator().remove() methods.
isRemoveSupported() - method in class org.apache.commons.collections.map.AbstractTestMap
Returns true if the maps produced by makeEmptyMap() and makeFullMap() support the remove and clear operations.
isSetSupported() - method in class org.apache.commons.collections.list.AbstractTestList
Returns true if the collections produced by makeCollection() and makeFullCollection() support the set operation.
isSetValueSupported() - method in class org.apache.commons.collections.map.AbstractTestMap
Returns true if the maps produced by makeEmptyMap() and makeFullMap() support the setValue operation on entrySet entries.
isSubMapViewsSerializable() - method in class org.apache.commons.collections.map.AbstractTestMap
Returns whether the sub map views of SortedMap are serializable.
isTestSerialization() - method in class org.apache.commons.collections.AbstractTestObject
Is serialization testing supported.

K

key - field in class org.apache.commons.collections.keyvalue.AbstractTestMapEntry
keySet - field in class org.apache.commons.collections.map.AbstractTestMap
Key set of map created by reset().

M

makeBag() - method in class org.apache.commons.collections.bag.AbstractTestBag
Return a new, empty bag to used for testing.
makeCollection() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Return a new, empty Collection to be used for testing.
makeCollection() - method in class org.apache.commons.collections.list.AbstractTestList
Returns makeEmptyList().
makeCollection() - method in class org.apache.commons.collections.set.AbstractTestSet
Makes an empty collection by invoking makeEmptySet().
makeComparator() - method in class org.apache.commons.collections.comparators.AbstractTestComparator
Implement this method to return the comparator to test.
makeConfirmedCollection() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Returns a confirmed empty collection.
makeConfirmedCollection() - method in class org.apache.commons.collections.list.AbstractTestList
Returns an empty ArrayList.
makeConfirmedCollection() - method in class org.apache.commons.collections.set.AbstractTestSet
Returns an empty Set for use in modification testing.
makeConfirmedCollection() - method in class org.apache.commons.collections.set.AbstractTestSortedSet
Returns an empty TreeSet for use in modification testing.
makeConfirmedFullCollection() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Returns a confirmed full collection.
makeConfirmedFullCollection() - method in class org.apache.commons.collections.list.AbstractTestList
Returns a full ArrayList.
makeConfirmedFullCollection() - method in class org.apache.commons.collections.set.AbstractTestSet
Returns a full Set for use in modification testing.
makeConfirmedMap() - method in class org.apache.commons.collections.map.AbstractTestMap
Override to return a map other than HashMap as the confirmed map.
makeConfirmedMap() - method in class org.apache.commons.collections.map.AbstractTestOrderedMap
OrderedMap uses TreeMap as its known comparison.
makeConfirmedMap() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
makeConfirmedMap() - method in class org.apache.commons.collections.map.AbstractTestSortedMap
SortedMap uses TreeMap as its known comparison.
makeEmptyBidiMap() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
Implement to create an empty BidiMap.
makeEmptyIterator() - method in class org.apache.commons.collections.iterators.AbstractTestIterator
Implement this method to return an iterator over an empty collection.
makeEmptyIterator() - method in class org.apache.commons.collections.iterators.AbstractTestListIterator
Implements the abstract superclass method to return the list iterator.
makeEmptyIterator() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
Implements the abstract superclass method to return the list iterator.
makeEmptyList() - method in class org.apache.commons.collections.list.AbstractTestList
Return a new, empty List to be used for testing.
makeEmptyListIterator() - method in class org.apache.commons.collections.iterators.AbstractTestListIterator
Implement this method to return a list iterator over an empty collection.
makeEmptyMap() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
Override to return the empty BidiMap.
makeEmptyMap() - method in class org.apache.commons.collections.map.AbstractTestMap
Return a new, empty Map to be used for testing.
makeEmptyMapIterator() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
Implement this method to return a map iterator over an empty map.
makeEmptyOrderedMapIterator() - method in class org.apache.commons.collections.iterators.AbstractTestOrderedMapIterator
makeEmptySet() - method in class org.apache.commons.collections.set.AbstractTestSet
Makes an empty set.
makeFullBidiMap() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
Override to create a full BidiMap other than the default.
makeFullCollection() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Returns a full collection to be used for testing.
makeFullCollection() - method in class org.apache.commons.collections.list.AbstractTestList
Returns makeFullList().
makeFullCollection() - method in class org.apache.commons.collections.set.AbstractTestSet
Makes a full collection by invoking makeFullSet().
makeFullIterator() - method in class org.apache.commons.collections.iterators.AbstractTestIterator
Implement this method to return an iterator over a collection with elements.
makeFullIterator() - method in class org.apache.commons.collections.iterators.AbstractTestListIterator
Implements the abstract superclass method to return the list iterator.
makeFullIterator() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
Implements the abstract superclass method to return the list iterator.
makeFullList() - method in class org.apache.commons.collections.list.AbstractTestList
Return a new, full List to be used for testing.
makeFullListIterator() - method in class org.apache.commons.collections.iterators.AbstractTestListIterator
Implement this method to return a list iterator over a collection with elements.
makeFullMap() - method in class org.apache.commons.collections.map.AbstractTestMap
Return a new, populated map.
makeFullMapIterator() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
Implement this method to return a map iterator over a map with elements.
makeFullOrderedMapIterator() - method in class org.apache.commons.collections.iterators.AbstractTestOrderedMapIterator
makeFullSet() - method in class org.apache.commons.collections.set.AbstractTestSet
Makes a full set by first creating an empty set and then adding all the elements returned by getFullElements().
makeKnownMapEntry() - method in class org.apache.commons.collections.keyvalue.AbstractTestMapEntry
Makes a Map.Entry of a type that's known to work correctly.
makeKnownMapEntry(Object,Object) - method in class org.apache.commons.collections.keyvalue.AbstractTestMapEntry
Makes a Map.Entry of a type that's known to work correctly.
makeMapEntry() - method in class org.apache.commons.collections.keyvalue.AbstractTestMapEntry
Make an instance of Map.Entry with the default (null) key and value.
makeMapEntry(Object,Object) - method in class org.apache.commons.collections.keyvalue.AbstractTestMapEntry
Make an instance of Map.Entry with the specified key and value.
makeObject() - method in class org.apache.commons.collections.bag.AbstractTestBag
Implements the superclass method to return the Bag.
makeObject() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Returns an empty collection for Object tests.
makeObject() - method in class org.apache.commons.collections.comparators.AbstractTestComparator
Implements the abstract superclass method to return the comparator.
makeObject() - method in class org.apache.commons.collections.iterators.AbstractTestIterator
Implements the abstract superclass method to return the full iterator.
makeObject() - method in class org.apache.commons.collections.map.AbstractTestMap
Implements the superclass method to return the map to be tested.
makeObject() - method in class org.apache.commons.collections.AbstractTestObject
Implement this method to return the object to test.
makeSuite(Class) - static method in class org.apache.commons.collections.BulkTest
Returns a TestSuite for testing all of the simple tests and all the bulk tests defined by the given class.
map - field in class org.apache.commons.collections.map.AbstractTestMap
Map created by reset().

R

randomizeObjects(List) - method in class org.apache.commons.collections.comparators.AbstractTestComparator
Randomize the list.
readExternalFormFromBytes(byte[]) - method in class org.apache.commons.collections.AbstractTestObject
Read a Serialized or Externalized Object from bytes.
readExternalFormFromDisk(String) - method in class org.apache.commons.collections.AbstractTestObject
Reads a Serialized or Externalized Object from disk.
resetEmpty() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Resets the collection and confirmed fields to empty collections.
resetEmpty() - method in class org.apache.commons.collections.map.AbstractTestMap
Resets the map, entrySet, keySet, values and confirmed fields to empty.
resetFull() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Resets the collection and confirmed fields to full collections.
resetFull() - method in class org.apache.commons.collections.map.AbstractTestMap
Resets the map, entrySet, keySet, values and confirmed fields to full.
reverseObjects(List) - method in class org.apache.commons.collections.comparators.AbstractTestComparator
Reverse the list.

S

skipSerializedCanonicalTests() - method in class org.apache.commons.collections.AbstractTestObject
sortedKeys - field in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
sortedNewValues - field in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
sortedValues - field in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
sortObjects(List,Comparator) - method in class org.apache.commons.collections.comparators.AbstractTestComparator
Sort the list.
supportsAdd() - method in class org.apache.commons.collections.iterators.AbstractTestListIterator
Whether or not we are testing an iterator that supports add().
supportsEmptyCollections() - method in class org.apache.commons.collections.comparators.AbstractTestComparator
Overrides superclass to block tests.
supportsEmptyCollections() - method in class org.apache.commons.collections.AbstractTestObject
Override this method if a subclass is testing an object that cannot serialize an "empty" Collection.
supportsEmptyIterator() - method in class org.apache.commons.collections.iterators.AbstractTestIterator
Whether or not we are testing an iterator that can be empty.
supportsFullCollections() - method in class org.apache.commons.collections.comparators.AbstractTestComparator
Overrides superclass to block tests.
supportsFullCollections() - method in class org.apache.commons.collections.AbstractTestObject
Override this method if a subclass is testing an object that cannot serialize a "full" Collection.
supportsFullIterator() - method in class org.apache.commons.collections.iterators.AbstractTestIterator
Whether or not we are testing an iterator that can contain elements.
supportsRemove() - method in class org.apache.commons.collections.iterators.AbstractTestIterator
Whether or not we are testing an iterator that supports remove().
supportsSet() - method in class org.apache.commons.collections.iterators.AbstractTestListIterator
Whether or not we are testing an iterator that supports set().
supportsSetValue() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
Whether or not we are testing an iterator that supports setValue().

T

tearDown() - method in class org.apache.commons.collections.map.AbstractTestMap
Erases any leftover instance variables by setting them to null.
testAccessorsAndMutators() - method in class org.apache.commons.collections.keyvalue.AbstractTestMapEntry
testAdd() - method in class org.apache.commons.collections.iterators.AbstractTestListIterator
Test add behaviour.
testAddThenRemove() - method in class org.apache.commons.collections.iterators.AbstractTestListIterator
Test remove after add behaviour.
testAddThenSet() - method in class org.apache.commons.collections.iterators.AbstractTestListIterator
testBagAdd() - method in class org.apache.commons.collections.bag.AbstractTestBag
testBagEqualsSelf() - method in class org.apache.commons.collections.bag.AbstractTestBag
testBidiClear() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
testBidiClearByHeadMap() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
testBidiClearBySubMap() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
testBidiClearByTailMap() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
testBidiGetKey() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
testBidiGetKeyInverse() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
testBidiHeadMapContains() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
testBidiInverse() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
testBidiKeySetValuesOrder() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
testBidiMapIteratorSet() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
testBidiModifyEntrySet() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
testBidiPut() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
testBidiRemove() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
testBidiRemoveByEntrySet() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
testBidiRemoveByHeadMap() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
testBidiRemoveByHeadMapEntrySet() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
testBidiRemoveByKeySet() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
testBidiRemoveBySubMap() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
testBidiRemoveBySubMapEntrySet() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
testBidiRemoveByTailMap() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
testBidiRemoveByTailMapEntrySet() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
testBidiSubMapContains() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
testBidiTailMapContains() - method in class org.apache.commons.collections.bidimap.AbstractTestSortedBidiMap
testCanonicalEmptyCollectionExists() - method in class org.apache.commons.collections.AbstractTestObject
Tests serialization by comparing against a previously stored version in CVS.
testCanonicalFullCollectionExists() - method in class org.apache.commons.collections.AbstractTestObject
Tests serialization by comparing against a previously stored version in CVS.
testCollectionAdd() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Tests Collection.add(Object).
testCollectionAddAll() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Tests Collection.addAll(Collection).
testCollectionClear() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Test Collection.clear().
testCollectionContains() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Tests Collection.contains(Object).
testCollectionContainsAll() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Tests Collection.containsAll(Collection).
testCollectionIsEmpty() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Tests Collection.isEmpty().
testCollectionIterator() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Tests the read-only functionality of Collection.iterator().
testCollectionIteratorFailFast() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Tests that the collection's iterator is fail-fast.
testCollectionIteratorRemove() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Tests removals from Collection.iterator().
testCollectionRemove() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Tests Collection.remove(Object).
testCollectionRemoveAll() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Tests Collection.removeAll(Collection).
testCollectionRetainAll() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Tests Collection.retainAll(Collection).
testCollectionSize() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Tests Collection.size().
testCollectionToArray() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Tests Collection.toArray().
testCollectionToArray2() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Tests Collection.toArray(Object[]).
testCollectionToString() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Tests toString on a collection.
testComparator() - method in class org.apache.commons.collections.map.AbstractTestSortedMap
testComparatorCompatibility() - method in class org.apache.commons.collections.comparators.AbstractTestComparator
Compare the current serialized form of the Comparator against the canonical version in CVS.
testComparatorIsSerializable() - method in class org.apache.commons.collections.comparators.AbstractTestComparator
Nearly all Comparators should be Serializable.
testConstructors() - method in class org.apache.commons.collections.keyvalue.AbstractTestMapEntry
Subclasses should provide tests for their constructors.
testContains() - method in class org.apache.commons.collections.bag.AbstractTestBag
testContainsAll() - method in class org.apache.commons.collections.bag.AbstractTestBag
testEmptyBagCompatibility() - method in class org.apache.commons.collections.bag.AbstractTestBag
Compare the current serialized form of the Bag against the canonical version in CVS.
testEmptyBagSerialization() - method in class org.apache.commons.collections.bag.AbstractTestBag
testEmptyIterator() - method in class org.apache.commons.collections.iterators.AbstractTestIterator
Test the empty iterator.
testEmptyListCompatibility() - method in class org.apache.commons.collections.list.AbstractTestList
Compare the current serialized form of the List against the canonical version in CVS.
testEmptyListIteratorIsIndeedEmpty() - method in class org.apache.commons.collections.iterators.AbstractTestListIterator
Test that the empty list iterator contract is correct.
testEmptyListSerialization() - method in class org.apache.commons.collections.list.AbstractTestList
testEmptyListSort() - method in class org.apache.commons.collections.comparators.AbstractTestComparator
Test sorting an empty list
testEmptyMapCompatibility() - method in class org.apache.commons.collections.map.AbstractTestMap
Compare the current serialized form of the Map against the canonical version in CVS.
testEmptyMapIterator() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
Test that the empty list iterator contract is correct.
testEmptyMapIterator() - method in class org.apache.commons.collections.iterators.AbstractTestOrderedMapIterator
Test that the empty list iterator contract is correct.
testEntrySetClearChangesMap() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests that the Map.entrySet() collection is backed by the underlying map for clear().
testEntrySetContains1() - method in class org.apache.commons.collections.map.AbstractTestMap
testEntrySetContains2() - method in class org.apache.commons.collections.map.AbstractTestMap
testEntrySetContains3() - method in class org.apache.commons.collections.map.AbstractTestMap
testEntrySetRemove1() - method in class org.apache.commons.collections.map.AbstractTestMap
testEntrySetRemove2() - method in class org.apache.commons.collections.map.AbstractTestMap
testEntrySetRemove3() - method in class org.apache.commons.collections.map.AbstractTestMap
testEquals() - method in class org.apache.commons.collections.bag.AbstractTestBag
testEqualsAndHashCode() - method in class org.apache.commons.collections.keyvalue.AbstractTestMapEntry
testEqualsHashBag() - method in class org.apache.commons.collections.bag.AbstractTestBag
testEqualsNull() - method in class org.apache.commons.collections.AbstractTestObject
testFailFastEntrySet() - method in class org.apache.commons.collections.map.AbstractTestIterableMap
testFailFastKeySet() - method in class org.apache.commons.collections.map.AbstractTestIterableMap
testFailFastValues() - method in class org.apache.commons.collections.map.AbstractTestIterableMap
testFirstKey() - method in class org.apache.commons.collections.bidimap.AbstractTestOrderedBidiMap
testFirstKey() - method in class org.apache.commons.collections.map.AbstractTestOrderedMap
testFirstKey() - method in class org.apache.commons.collections.map.AbstractTestSortedMap
testFullBagCompatibility() - method in class org.apache.commons.collections.bag.AbstractTestBag
Compare the current serialized form of the Bag against the canonical version in CVS.
testFullBagSerialization() - method in class org.apache.commons.collections.bag.AbstractTestBag
testFullIterator() - method in class org.apache.commons.collections.iterators.AbstractTestIterator
Test normal iteration behaviour.
testFullListCompatibility() - method in class org.apache.commons.collections.list.AbstractTestList
Compare the current serialized form of the List against the canonical version in CVS.
testFullListSerialization() - method in class org.apache.commons.collections.list.AbstractTestList
testFullMapCompatibility() - method in class org.apache.commons.collections.map.AbstractTestMap
Compare the current serialized form of the Map against the canonical version in CVS.
testFullMapIterator() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
Test that the full list iterator contract is correct.
testFullMapIterator() - method in class org.apache.commons.collections.iterators.AbstractTestOrderedMapIterator
Test that the full list iterator contract is correct.
testHashCode() - method in class org.apache.commons.collections.bag.AbstractTestBag
testIterator() - method in class org.apache.commons.collections.bag.AbstractTestBag
testIteratorFail() - method in class org.apache.commons.collections.bag.AbstractTestBag
testIteratorFailDoubleRemove() - method in class org.apache.commons.collections.bag.AbstractTestBag
testIteratorFailNoMore() - method in class org.apache.commons.collections.bag.AbstractTestBag
testKeySetClearChangesMap() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests that the Map.keySet collection is backed by the underlying map for clear().
testKeySetRemoveChangesMap() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests that the Map.keySet set is backed by the underlying map by removing from the keySet set and testing if the key was removed from the map.
testLastKey() - method in class org.apache.commons.collections.bidimap.AbstractTestOrderedBidiMap
testLastKey() - method in class org.apache.commons.collections.map.AbstractTestOrderedMap
testLastKey() - method in class org.apache.commons.collections.map.AbstractTestSortedMap
testListAddByIndex() - method in class org.apache.commons.collections.list.AbstractTestList
Tests List.add(int,Object).
testListAddByIndexBoundsChecking() - method in class org.apache.commons.collections.list.AbstractTestList
Tests bounds checking for List.add(int, Object) on an empty list.
testListAddByIndexBoundsChecking2() - method in class org.apache.commons.collections.list.AbstractTestList
Tests bounds checking for List.add(int, Object) on a full list.
testListEquals() - method in class org.apache.commons.collections.list.AbstractTestList
Tests List.equals(Object).
testListGetByIndex() - method in class org.apache.commons.collections.list.AbstractTestList
Tests List.get(int).
testListGetByIndexBoundsChecking() - method in class org.apache.commons.collections.list.AbstractTestList
Tests bounds checking for List.get(int) on an empty list.
testListGetByIndexBoundsChecking2() - method in class org.apache.commons.collections.list.AbstractTestList
Tests bounds checking for List.get(int) on a full list.
testListHashCode() - method in class org.apache.commons.collections.list.AbstractTestList
Tests List.hashCode().
testListIndexOf() - method in class org.apache.commons.collections.list.AbstractTestList
Tests List.indexOf.
testListIteratorAdd() - method in class org.apache.commons.collections.list.AbstractTestList
Tests the ListIterator.add(Object) method of the list iterator.
testListIteratorSet() - method in class org.apache.commons.collections.list.AbstractTestList
Tests the ListIterator.set(Object) method of the list iterator.
testListLastIndexOf() - method in class org.apache.commons.collections.list.AbstractTestList
Tests List.lastIndexOf.
testListListIterator() - method in class org.apache.commons.collections.list.AbstractTestList
Tests the read-only bits of List.listIterator().
testListListIteratorByIndex() - method in class org.apache.commons.collections.list.AbstractTestList
Tests the read-only bits of List.listIterator(int).
testListListIteratorPreviousRemove() - method in class org.apache.commons.collections.list.AbstractTestList
Tests remove on list iterator is correct.
testListRemoveByIndex() - method in class org.apache.commons.collections.list.AbstractTestList
Tests List.remove(int).
testListRemoveByIndexBoundsChecking() - method in class org.apache.commons.collections.list.AbstractTestList
Tests bounds checking for List.remove(int) on an empty list.
testListRemoveByIndexBoundsChecking2() - method in class org.apache.commons.collections.list.AbstractTestList
Tests bounds checking for List.remove(int) on a full list.
testListSetByIndex() - method in class org.apache.commons.collections.list.AbstractTestList
Test List.set(int,Object).
testListSetByIndexBoundsChecking() - method in class org.apache.commons.collections.list.AbstractTestList
Tests bounds checking for List.set(int,Object) on an empty list.
testListSetByIndexBoundsChecking2() - method in class org.apache.commons.collections.list.AbstractTestList
Tests bounds checking for List.set(int,Object) on a full list.
testListSubListFailFastOnAdd() - method in class org.apache.commons.collections.list.AbstractTestList
Tests that a sublist raises a ConcurrentModificationException if elements are added to the original list.
testListSubListFailFastOnRemove() - method in class org.apache.commons.collections.list.AbstractTestList
Tests that a sublist raises a ConcurrentModificationException if elements are removed from the original list.
testMakeMap() - method in class org.apache.commons.collections.map.AbstractTestMap
Test to ensure that makeEmptyMap and makeFull returns a new non-null map with each invocation.
testMapClear() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests Map.clear().
testMapContainsKey() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests Map.containsKey(Object) by verifying it returns false for all sample keys on a map created using an empty map and returns true for all sample keys returned on a full map.
testMapContainsValue() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests Map.containsValue(Object) by verifying it returns false for all sample values on an empty map and returns true for all sample values on a full map.
testMapEquals() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests Map.equals(Object)
testMapGet() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests Map.get(Object)
testMapHashCode() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests Map.hashCode()
testMapIsEmpty() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests Map.isEmpty()
testMapIteratorOrder() - method in class org.apache.commons.collections.iterators.AbstractTestOrderedMapIterator
Test that the iterator order matches the keySet order.
testMapIteratorRemoveGetKey() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
testMapIteratorRemoveGetValue() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
testMapIteratorSet() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
testMapIteratorSetRemoveSet() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
testMapPut() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests Map.put(Object, Object)
testMapPutAll() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests Map.putAll(map)
testMapPutNullKey() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests Map.put(null, value)
testMapPutNullValue() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests Map.put(null, value)
testMapRemove() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests Map.remove(Object)
testMapSize() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests Map.size()
testMapToString() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests Map.toString().
testNextKey() - method in class org.apache.commons.collections.bidimap.AbstractTestOrderedBidiMap
testNextKey() - method in class org.apache.commons.collections.map.AbstractTestOrderedMap
testObjectEqualsSelf() - method in class org.apache.commons.collections.AbstractTestObject
testObjectHashCodeEqualsContract() - method in class org.apache.commons.collections.AbstractTestObject
testObjectHashCodeEqualsSelfHashCode() - method in class org.apache.commons.collections.AbstractTestObject
testPreviousKey() - method in class org.apache.commons.collections.bidimap.AbstractTestOrderedBidiMap
testPreviousKey() - method in class org.apache.commons.collections.map.AbstractTestOrderedMap
testRandomListSort() - method in class org.apache.commons.collections.comparators.AbstractTestComparator
Test sorting a random list.
testRemove() - method in class org.apache.commons.collections.bag.AbstractTestBag
testRemove() - method in class org.apache.commons.collections.iterators.AbstractTestIterator
Test remove behaviour.
testRemove() - method in class org.apache.commons.collections.iterators.AbstractTestMapIterator
testRemoveAll() - method in class org.apache.commons.collections.bag.AbstractTestBag
testRemoveThenSet() - method in class org.apache.commons.collections.iterators.AbstractTestListIterator
testRetainAll() - method in class org.apache.commons.collections.bag.AbstractTestBag
testReverseListSort() - method in class org.apache.commons.collections.comparators.AbstractTestComparator
Test sorting a reversed list.
testSampleMappings() - method in class org.apache.commons.collections.map.AbstractTestMap
Test to ensure the test setup is working properly.
testSelfReferenceHandling() - method in class org.apache.commons.collections.keyvalue.AbstractTestMapEntry
Subclasses should override this method to test the desired behaviour of the class with respect to handling of self-references.
testSerializeDeserializeThenCompare() - method in class org.apache.commons.collections.collection.AbstractTestCollection
testSerializeDeserializeThenCompare() - method in class org.apache.commons.collections.AbstractTestObject
testSet() - method in class org.apache.commons.collections.iterators.AbstractTestListIterator
Test set behaviour.
testSetEquals() - method in class org.apache.commons.collections.set.AbstractTestSet
Tests Set.equals(Object).
testSetHashCode() - method in class org.apache.commons.collections.set.AbstractTestSet
Tests Set.hashCode().
testSimpleSerialization() - method in class org.apache.commons.collections.AbstractTestObject
Sanity check method, makes sure that any Serializable class can be serialized and de-serialized in memory, using the handy makeObject() method
testSize() - method in class org.apache.commons.collections.bag.AbstractTestBag
testToArray() - method in class org.apache.commons.collections.bag.AbstractTestBag
testToArrayPopulate() - method in class org.apache.commons.collections.bag.AbstractTestBag
testToString() - method in class org.apache.commons.collections.keyvalue.AbstractTestMapEntry
testUnsupportedAdd() - method in class org.apache.commons.collections.collection.AbstractTestCollection
If isAddSupported() returns false, tests that add operations raise UnsupportedOperationException.
testUnsupportedRemove() - method in class org.apache.commons.collections.collection.AbstractTestCollection
If isRemoveSupported() returns false, tests to see that remove operations raise an UnsupportedOperationException.
testUnsupportedSet() - method in class org.apache.commons.collections.list.AbstractTestList
If isSetSupported() returns false, tests that set operation raises UnsupportedOperationException.
testValuesClearChangesMap() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests that the Map.values collection is backed by the underlying map for clear().
testValuesRemoveChangesMap() - method in class org.apache.commons.collections.map.AbstractTestMap
Tests that the Map.values collection is backed by the underlying map by removing from the values collection and testing if the value was removed from the map.
testWalkForwardAndBack() - method in class org.apache.commons.collections.iterators.AbstractTestListIterator
Test navigation through the iterator.
toString() - method in class org.apache.commons.collections.BulkTest
Returns the display name of this BulkTest.

V

value - field in class org.apache.commons.collections.keyvalue.AbstractTestMapEntry
values - field in class org.apache.commons.collections.map.AbstractTestMap
Values collection of map created by reset().
verify() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
Verifies that AbstractTestBidiMap is still equal to AbstractTestBidiMap.
verify() - method in class org.apache.commons.collections.collection.AbstractTestCollection
Verifies that collection and confirmed have identical state.
verify() - method in class org.apache.commons.collections.iterators.AbstractTestIterator
Allows subclasses to add complex cross verification
verify() - method in class org.apache.commons.collections.list.AbstractTestList
Verifies that the test list implementation matches the confirmed list implementation.
verify() - method in class org.apache.commons.collections.map.AbstractTestMap
Verifies that map is still equal to confirmed.
verify() - method in class org.apache.commons.collections.set.AbstractTestSet
Provides additional verifications for sets.
verify() - method in class org.apache.commons.collections.set.AbstractTestSortedSet
Verification extension, will check the order of elements, the sets should already be verified equal.
verifyEntrySet() - method in class org.apache.commons.collections.map.AbstractTestMap
verifyInverse() - method in class org.apache.commons.collections.bidimap.AbstractTestBidiMap
verifyKeySet() - method in class org.apache.commons.collections.map.AbstractTestMap
verifyMap() - method in class org.apache.commons.collections.map.AbstractTestMap
verifyValues() - method in class org.apache.commons.collections.map.AbstractTestMap

W

writeExternalFormToBytes(Serializable) - method in class org.apache.commons.collections.AbstractTestObject
Converts a Serializable or Externalizable object to bytes.
writeExternalFormToDisk(Serializable,String) - method in class org.apache.commons.collections.AbstractTestObject
Write a Serializable or Externalizable object as a file at the given path.

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.