- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testForEachRemaining (0.08 seconds)
-
guava-testlib/src/com/google/common/collect/testing/AbstractIteratorTester.java
try { recurse(0); } catch (Exception e) { // sneaky checked exception throw new RuntimeException(Arrays.toString(stimuli), e); } } public void testForEachRemaining() { for (int i = 0; i < expectedElements.size() - 1; i++) { List<E> targetElements = new ArrayList<>(); Iterator<E> iterator = newTargetIterator(); for (int j = 0; j < i; j++) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 21:06:42 GMT 2026 - 21.4K bytes - Click Count (0)