Uses of Interface
com.google.common.collect.testing.AbstractIteratorTester.IteratorOperation
Packages that use AbstractIteratorTester.IteratorOperation
-
Uses of AbstractIteratorTester.IteratorOperation in com.google.common.collect.testing
Fields in com.google.common.collect.testing declared as AbstractIteratorTester.IteratorOperationModifier and TypeFieldDescriptionprivate static final AbstractIteratorTester.IteratorOperation
AbstractIteratorTester.NEXT_METHOD
private static final AbstractIteratorTester.IteratorOperation
AbstractIteratorTester.PREVIOUS_METHOD
private static final AbstractIteratorTester.IteratorOperation
AbstractIteratorTester.REMOVE_METHOD
Methods in com.google.common.collect.testing that return AbstractIteratorTester.IteratorOperationModifier and TypeMethodDescriptionprivate final AbstractIteratorTester.IteratorOperation
AbstractIteratorTester.newAddMethod()
private final AbstractIteratorTester.IteratorOperation
AbstractIteratorTester.newSetMethod()
Methods in com.google.common.collect.testing with parameters of type AbstractIteratorTester.IteratorOperationModifier and TypeMethodDescriptionAbstractIteratorTester.internalExecuteAndCompare
(T reference, T target, AbstractIteratorTester.IteratorOperation method) Apply this method to both iterators and return normally only if both produce the same response.