Searched refs:minChildIndex (Results 1 – 1 of 1) sorted by relevance
676 int minChildIndex = findMinChild(index); in crossOver() local679 if ((minChildIndex > 0) in crossOver()680 && (ordering.compare(elementData(minChildIndex), x) < 0)) { in crossOver()681 queue[index] = elementData(minChildIndex); in crossOver()682 queue[minChildIndex] = x; in crossOver()683 return minChildIndex; in crossOver()