Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java598 int leftChildIndex = getLeftChildIndex(index); in findMinGrandChild() local
599 if (leftChildIndex < 0) { in findMinGrandChild()
602 return findMin(getLeftChildIndex(leftChildIndex), 4); in findMinGrandChild()