This class provides a framework for testing an implementation of Iterator. Concrete subclasses must provide the iterator to be tested. They must also specify certain details of how the iterator operates by overriding the supportsXxx() methods if necessary. @since 3.0 @version $Id: AbstractIteratorTest.java 1477661 2013-04-30 14:27:35Z sebb $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|