Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java758 return (nextNotInSkipMe(cursor + 1) < size()) in hasNext()
764 int tempCursor = nextNotInSkipMe(cursor + 1); in next()
834 private int nextNotInSkipMe(int c) { in nextNotInSkipMe() method in MinMaxPriorityQueue.QueueIterator