Package | Description |
---|---|
com.google.common.collect.testing |
Modifier and Type | Field and Description |
---|---|
private static AbstractIteratorTester.IteratorOperation |
AbstractIteratorTester.NEXT_METHOD |
private static AbstractIteratorTester.IteratorOperation |
AbstractIteratorTester.PREVIOUS_METHOD |
private static AbstractIteratorTester.IteratorOperation |
AbstractIteratorTester.REMOVE_METHOD |
Modifier and Type | Method and Description |
---|---|
private AbstractIteratorTester.IteratorOperation |
AbstractIteratorTester.newAddMethod() |
private AbstractIteratorTester.IteratorOperation |
AbstractIteratorTester.newSetMethod() |
Modifier and Type | Method and Description |
---|---|
private <T extends java.util.Iterator<E>> |
AbstractIteratorTester.internalExecuteAndCompare(T reference,
T target,
AbstractIteratorTester.IteratorOperation method)
Apply this method to both iterators and return normally only if both
produce the same response.
|