Searched refs:IteratorOperation (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractIteratorTester.java429 private interface IteratorOperation { interface in class:AbstractIteratorTester
442 T reference, T target, IteratorOperation method)
520 private static final IteratorOperation REMOVE_METHOD =
521 new IteratorOperation() {
529 private static final IteratorOperation NEXT_METHOD =
530 new IteratorOperation() {
537 private static final IteratorOperation PREVIOUS_METHOD =
538 new IteratorOperation() {
545 private final IteratorOperation newAddMethod() {
547 return new IteratorOperation() {
[all...]

Completed in 55 milliseconds