Searched refs:IteratorOperation (Results 1 – 1 of 1) sorted by relevance
429 private interface IteratorOperation { interface in AbstractIteratorTester442 T reference, T target, IteratorOperation method) in internalExecuteAndCompare()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() { in newAddMethod()547 return new IteratorOperation() { in newAddMethod()[all …]