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

Completed in 113 milliseconds