Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractIteratorTester.java430 private interface IteratorOperation { interface in AbstractIteratorTester
443 T reference, T target, IteratorOperation method) in internalExecuteAndCompare()
521 private static final IteratorOperation REMOVE_METHOD =
522 new IteratorOperation() {
530 private static final IteratorOperation NEXT_METHOD =
531 new IteratorOperation() {
538 private static final IteratorOperation PREVIOUS_METHOD =
539 new IteratorOperation() {
546 private final IteratorOperation newAddMethod() { in newAddMethod()
548 return new IteratorOperation() { in newAddMethod()
[all …]