Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/collect/
DAbstractImmutableSetTest.java236 private static class CountingIterable implements Iterable<String> { class in AbstractImmutableSetTest
247 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable()
255 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable_iteratesOnce()
DImmutableListTest.java338 private static class CountingIterable implements Iterable<String> { class in ImmutableListTest.CreationTests
349 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable()
355 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable_iteratesOnce()
DImmutableSortedMultisetTest.java285 private static class CountingIterable implements Iterable<String> { class in ImmutableSortedMultisetTest
296 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable()
DImmutableMultisetTest.java298 private static class CountingIterable implements Iterable<String> { class in ImmutableMultisetTest
309 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable()
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractImmutableSetTest.java236 private static class CountingIterable implements Iterable<String> { class in AbstractImmutableSetTest
247 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable()
255 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable_iteratesOnce()
DImmutableListTest.java339 private static class CountingIterable implements Iterable<String> { class in ImmutableListTest.CreationTests
350 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable()
356 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable_iteratesOnce()
DImmutableSortedMultisetTest.java291 private static class CountingIterable implements Iterable<String> { class in ImmutableSortedMultisetTest
302 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable()
DImmutableMultisetTest.java407 private static class CountingIterable implements Iterable<String> { class in ImmutableMultisetTest
418 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable()