abstract static class AbstractIteratorTester.Stimulus<E,T extends java.util.Iterator<E>>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
toString |
Modifier | Constructor and Description |
---|---|
protected |
Stimulus(java.lang.String toString) |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
executeAndCompare(java.util.ListIterator<E> reference,
T target)
Send this stimulus to both iterators and return normally only if both produce the same
response.
|
java.lang.String |
toString() |