Home
last modified time | relevance | path

Searched defs:tryAdvance (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSpliteratorTester.java64 abstract boolean tryAdvance(Consumer<? super E> action); in tryAdvance() method in SpliteratorTester.GeneralSpliterator
100 boolean tryAdvance(Consumer<? super E> action) { in tryAdvance() method in SpliteratorTester.GeneralSpliteratorOfObject
137 boolean tryAdvance(Consumer<? super E> action) { in tryAdvance() method in SpliteratorTester.GeneralSpliteratorOfPrimitive
/external/guava/guava/src/com/google/common/collect/
DCollectSpliterators.java65 public boolean tryAdvance(Consumer<? super T> action) { in indexed() method in CollectSpliterators.WithCharacteristics
DImmutableSortedSet.java798 public boolean tryAdvance(Consumer<? super E> action) { in spliterator() method