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.IteratorOperationAbstractIteratorTester. NEXT_METHODprivate static AbstractIteratorTester.IteratorOperationAbstractIteratorTester. PREVIOUS_METHODprivate static AbstractIteratorTester.IteratorOperationAbstractIteratorTester. REMOVE_METHODMethods in com.google.common.collect.testing that return AbstractIteratorTester.IteratorOperation Modifier and Type Method Description private AbstractIteratorTester.IteratorOperationAbstractIteratorTester. newAddMethod()private AbstractIteratorTester.IteratorOperationAbstractIteratorTester. 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.
-