Searched refs:getRightChildIndex (Results 1 – 1 of 1) sorted by relevance
623 int uncleIndex = getRightChildIndex(grandparentIndex); in crossOverUp()655 int uncleIndex = getRightChildIndex(grandparentIndex); in getCorrectLastElement()710 if ((getRightChildIndex(i) < size) in verifyIndex()711 && (compareElements(i, getRightChildIndex(i)) > 0)) { in verifyIndex()729 private int getRightChildIndex(int i) { in getRightChildIndex() method in MinMaxPriorityQueue.Heap