HomeSort by relevance Sort by last modified time
    Searched defs:Iterators (Results 1 - 9 of 9) sorted by null

  /external/guava/guava/src/com/google/common/collect/
Iterators.java 51 * <p><i>Performance notes:</i> Unless otherwise noted, all of the iterators
60 public final class Iterators {
61 private Iterators() {}
248 * Determines whether two iterators contain equal elements in the same order.
254 * <p>Note that this will modify the supplied iterators, since they will have
449 * Combines two iterators into a single iterator. The returned iterator
451 * {@code b}. The source iterators are not polled until necessary.
465 * Combines three iterators into a single iterator. The returned iterator
467 * {@code b}, followed by the elements in {@code c}. The source iterators
483 * Combines four iterators into a single iterator. The returned iterato
    [all...]
SortedIterables.java 71 Iterators.addAll(sortedSet, elements);
125 Iterators.addAll(multiset, elements);
ImmutableMultiset.java 240 Iterators.addAll(multiset, elements);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterators.java 49 * <p><i>Performance notes:</i> Unless otherwise noted, all of the iterators
58 public final class Iterators {
59 private Iterators() {}
246 * Determines whether two iterators contain equal elements in the same order.
252 * <p>Note that this will modify the supplied iterators, since they will have
431 * Combines two iterators into a single iterator. The returned iterator
433 * {@code b}. The source iterators are not polled until necessary.
447 * Combines three iterators into a single iterator. The returned iterator
449 * {@code b}, followed by the elements in {@code c}. The source iterators
465 * Combines four iterators into a single iterator. The returned iterato
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
IteratorsTest.java 19 import static com.google.common.collect.Iterators.get;
20 import static com.google.common.collect.Iterators.getLast;
21 import static com.google.common.collect.Iterators.skip;
61 * Unit test for {@code Iterators}.
77 Iterator<String> iterator = Iterators.emptyIterator();
92 Iterator<String> iterator = Iterators.emptyIterator();
93 assertEquals(0, Iterators.size(iterator));
98 assertEquals(1, Iterators.size(iterator));
105 assertEquals(3, Iterators.size(iterator));
110 assertTrue(Iterators.contains(set, "b"))
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetNavigationTester.java 28 import com.google.common.collect.Iterators;
244 Iterators.addAll(ascending, sortedMultiset.entrySet().iterator());
246 Iterators.addAll(descending, sortedMultiset.descendingMultiset().entrySet().iterator());
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 274 milliseconds