Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DImmutableListTest.java447 ImmutableList<Integer> copyOfIterable = in runConcurrentlyMutatedTest() local
451 .contains(copyOfIterable)); in runConcurrentlyMutatedTest()
454 assertEquals(copyOfIterable.size() == 1, in runConcurrentlyMutatedTest()
455 copyOfIterable instanceof SingletonImmutableList); in runConcurrentlyMutatedTest()