Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java623 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