Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java697 int minGrandchildIndex; in fillHoleAt() local
698 while ((minGrandchildIndex = findMinGrandChild(index)) > 0) { in fillHoleAt()
699 queue[index] = elementData(minGrandchildIndex); in fillHoleAt()
700 index = minGrandchildIndex; in fillHoleAt()