Searched refs:nextNotInSkipMe (Results 1 – 1 of 1) sorted by relevance
758 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