Uses of Interface
com.google.common.collect.testing.AbstractIteratorTester.IteratorOperation
-
Packages that use AbstractIteratorTester.IteratorOperation Package Description com.google.common.collect.testing -
-
Uses of AbstractIteratorTester.IteratorOperation in com.google.common.collect.testing
Fields in com.google.common.collect.testing declared as AbstractIteratorTester.IteratorOperation Modifier and Type Field Description private static AbstractIteratorTester.IteratorOperation
AbstractIteratorTester. NEXT_METHOD
private static AbstractIteratorTester.IteratorOperation
AbstractIteratorTester. PREVIOUS_METHOD
private static AbstractIteratorTester.IteratorOperation
AbstractIteratorTester. REMOVE_METHOD
Methods in com.google.common.collect.testing that return AbstractIteratorTester.IteratorOperation Modifier and Type Method Description private AbstractIteratorTester.IteratorOperation
AbstractIteratorTester. newAddMethod()
private AbstractIteratorTester.IteratorOperation
AbstractIteratorTester. newSetMethod()
Methods in com.google.common.collect.testing with parameters of type AbstractIteratorTester.IteratorOperation Modifier and Type Method Description private <T extends java.util.Iterator<E>>
voidAbstractIteratorTester. internalExecuteAndCompare(T reference, T target, AbstractIteratorTester.IteratorOperation method)
Apply this method to both iterators and return normally only if both produce the same response.
-