HomeSort by relevance Sort by last modified time
    Searched defs:getRightChildIndex (Results 1 - 2 of 2) sorted by null

  /external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java 622 int uncleIndex = getRightChildIndex(grandparentIndex);
654 int uncleIndex = getRightChildIndex(grandparentIndex);
709 if ((getRightChildIndex(i) < size)
710 && (compareElements(i, getRightChildIndex(i)) > 0)) {
728 private int getRightChildIndex(int i) {
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 29 milliseconds