Searched refs:heapForIndex (Results 1 – 1 of 1) sorted by relevance
280 heapForIndex(insertIndex).bubbleUp(insertIndex, element); in offer()390 int lastElementAt = heapForIndex(size) in removeAt()411 Heap heap = heapForIndex(index); in fillHole()454 private Heap heapForIndex(int i) { in heapForIndex() method in MinMaxPriorityQueue475 if (!heapForIndex(i).verifyIndex(i)) { in isIntact()