- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCopyOf_concurrentlyMutatedIterable (0.14 seconds)
-
guava-tests/test/com/google/common/collect/ImmutableListCopyOfConcurrentlyModifiedInputTest.java
return ImmutableList.copyOf(elements); } public void testCopyOf_concurrentlyMutatedList() { runConcurrentlyMutatedTest(WrapWithIterable.NO_WRAP); } public void testCopyOf_concurrentlyMutatedIterable() { runConcurrentlyMutatedTest(WrapWithIterable.WRAP); } /** An operation to perform on a list. */ interface ListFrobber { void perform(List<Integer> list); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue May 13 18:46:00 GMT 2025 - 6.6K bytes - Click Count (0)