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

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

Completed in 44 milliseconds