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.IteratorOperationAbstractIteratorTester.NEXT_METHODprivate static final AbstractIteratorTester.IteratorOperationAbstractIteratorTester.PREVIOUS_METHODprivate static final AbstractIteratorTester.IteratorOperationAbstractIteratorTester.REMOVE_METHODMethods in com.google.common.collect.testing that return AbstractIteratorTester.IteratorOperationModifier and TypeMethodDescriptionprivate final AbstractIteratorTester.IteratorOperationAbstractIteratorTester.newAddMethod()private final AbstractIteratorTester.IteratorOperationAbstractIteratorTester.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.