public class AbstractTestBidiMap.TestBidiMapIterator extends AbstractTestMapIterator
COLLECTIONS_MAJOR_VERSION| Constructor and Description |
|---|
AbstractTestBidiMap.TestBidiMapIterator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
addSetValues()
The values to be used in the add and set tests.
|
java.util.Map |
getConfirmedMap()
Implement this method to return the confirmed map which contains the same
data as the iterator.
|
java.util.Map |
getMap()
Implement this method to return the map which contains the same data as the
iterator.
|
org.apache.commons.collections.MapIterator |
makeEmptyMapIterator()
Implement this method to return a map iterator over an empty map.
|
org.apache.commons.collections.MapIterator |
makeFullMapIterator()
Implement this method to return a map iterator over a map with elements.
|
boolean |
supportsRemove()
Whether or not we are testing an iterator that supports remove().
|
boolean |
supportsSetValue()
Whether or not we are testing an iterator that supports setValue().
|
void |
verify()
Allows subclasses to add complex cross verification
|
isGetStructuralModify, makeEmptyIterator, makeFullIterator, testEmptyMapIterator, testFullMapIterator, testMapIteratorRemoveGetKey, testMapIteratorRemoveGetValue, testMapIteratorSet, testMapIteratorSetRemoveSet, testRemovemakeObject, supportsEmptyIterator, supportsFullIterator, testEmptyIterator, testFullIteratorgetCanonicalEmptyCollectionName, getCanonicalFullCollectionName, getCompatibilityVersion, isEqualsCheckable, isTestSerialization, readExternalFormFromBytes, readExternalFormFromDisk, skipSerializedCanonicalTests, supportsEmptyCollections, supportsFullCollections, testCanonicalEmptyCollectionExists, testCanonicalFullCollectionExists, testEqualsNull, testObjectEqualsSelf, testObjectHashCodeEqualsContract, testObjectHashCodeEqualsSelfHashCode, testSerializeDeserializeThenCompare, testSimpleSerialization, writeExternalFormToBytes, writeExternalFormToDiskclone, ignoredTests, makeSuite, toStringpublic AbstractTestBidiMap.TestBidiMapIterator()
public java.lang.Object[] addSetValues()
AbstractTestMapIteratoraddSetValues in class AbstractTestMapIteratorpublic boolean supportsRemove()
AbstractTestIteratorsupportsRemove in class AbstractTestIteratorpublic boolean supportsSetValue()
AbstractTestMapIteratorsupportsSetValue in class AbstractTestMapIteratorpublic org.apache.commons.collections.MapIterator makeEmptyMapIterator()
AbstractTestMapIteratormakeEmptyMapIterator in class AbstractTestMapIteratorpublic org.apache.commons.collections.MapIterator makeFullMapIterator()
AbstractTestMapIteratormakeFullMapIterator in class AbstractTestMapIteratorpublic java.util.Map getMap()
AbstractTestMapIteratorgetMap in class AbstractTestMapIteratorpublic java.util.Map getConfirmedMap()
AbstractTestMapIteratorgetConfirmedMap in class AbstractTestMapIteratorpublic void verify()
AbstractTestIteratorverify in class AbstractTestIteratorCopyright © 2001-2015 Apache Software Foundation. All Rights Reserved.