Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DCollectSpliterators.java58 public boolean tryAdvance(Consumer<? super T> action) { in indexed() method in CollectSpliterators.WithCharacteristics
DImmutableSortedSet.java786 public boolean tryAdvance(Consumer<? super E> action) { in spliterator() method