public class AbstractTestList.TestListIterator extends AbstractTestListIterator
COLLECTIONS_MAJOR_VERSION| Constructor and Description |
|---|
AbstractTestList.TestListIterator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
addSetValue()
The value to be used in the add and set tests.
|
java.util.ListIterator |
makeEmptyListIterator()
Implement this method to return a list iterator over an empty collection.
|
java.util.ListIterator |
makeFullListIterator()
Implement this method to return a list iterator over a collection with elements.
|
boolean |
supportsAdd()
Whether or not we are testing an iterator that supports add().
|
boolean |
supportsRemove()
Whether or not we are testing an iterator that supports remove().
|
boolean |
supportsSet()
Whether or not we are testing an iterator that supports set().
|
makeEmptyIterator, makeFullIterator, testAdd, testAddThenRemove, testAddThenSet, testEmptyListIteratorIsIndeedEmpty, testRemoveThenSet, testSet, testWalkForwardAndBackmakeObject, supportsEmptyIterator, supportsFullIterator, testEmptyIterator, testFullIterator, testRemove, verifygetCanonicalEmptyCollectionName, getCanonicalFullCollectionName, getCompatibilityVersion, isEqualsCheckable, isTestSerialization, readExternalFormFromBytes, readExternalFormFromDisk, skipSerializedCanonicalTests, supportsEmptyCollections, supportsFullCollections, testCanonicalEmptyCollectionExists, testCanonicalFullCollectionExists, testEqualsNull, testObjectEqualsSelf, testObjectHashCodeEqualsContract, testObjectHashCodeEqualsSelfHashCode, testSerializeDeserializeThenCompare, testSimpleSerialization, writeExternalFormToBytes, writeExternalFormToDiskclone, ignoredTests, makeSuite, toStringpublic java.lang.Object addSetValue()
AbstractTestListIteratoraddSetValue in class AbstractTestListIteratorpublic boolean supportsRemove()
AbstractTestIteratorsupportsRemove in class AbstractTestIteratorpublic boolean supportsAdd()
AbstractTestListIteratorsupportsAdd in class AbstractTestListIteratorpublic boolean supportsSet()
AbstractTestListIteratorsupportsSet in class AbstractTestListIteratorpublic java.util.ListIterator makeEmptyListIterator()
AbstractTestListIteratormakeEmptyListIterator in class AbstractTestListIteratorpublic java.util.ListIterator makeFullListIterator()
AbstractTestListIteratormakeFullListIterator in class AbstractTestListIteratorCopyright © 2001-2015 Apache Software Foundation. All Rights Reserved.