Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DAbstractImmutableSetTest.java206 private static class CountingIterable implements Iterable<String> { class in AbstractImmutableSetTest
216 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable()
224 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable_iteratesOnce()
DImmutableListTest.java277 private static class CountingIterable implements Iterable<String> { class in ImmutableListTest.CreationTests
287 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable()
293 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable_iteratesOnce()
DImmutableMultisetTest.java194 private static class CountingIterable implements Iterable<String> { class in ImmutableMultisetTest
204 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable()
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractImmutableSetTest.java210 private static class CountingIterable implements Iterable<String> { class in AbstractImmutableSetTest
220 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable()
228 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable_iteratesOnce()
DImmutableListTest.java360 private static class CountingIterable implements Iterable<String> { class in ImmutableListTest.CreationTests
370 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable()
376 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable_iteratesOnce()
DImmutableMultisetTest.java286 private static class CountingIterable implements Iterable<String> { class in ImmutableMultisetTest
296 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable()
DImmutableSortedMultisetTest.java275 private static class CountingIterable implements Iterable<String> { class in ImmutableSortedMultisetTest
286 CountingIterable iterable = new CountingIterable(); in testCopyOf_plainIterable()