- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for i2 (0.01 sec)
-
android/guava-tests/test/com/google/common/collect/IterablesTest.java
// Test & Verify Iterator<String> i1 = Iterables.consumingIterable(list).iterator(); Iterator<String> i2 = Iterables.consumingIterable(list).iterator(); i1.next(); assertThrows(ConcurrentModificationException.class, () -> i2.next()); } public void testConsumingIterable_queue_iterator() { List<Integer> items = ImmutableList.of(4, 8, 15, 16, 23, 42);Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 18:44:53 UTC 2025 - 45.6K bytes - Viewed (0)