Searched refs:crossOver (Results 1 – 1 of 1) sorted by relevance
507 int crossOver = crossOver(vacated, toTrickle); in tryCrossOverAndBubbleUp() local508 if (crossOver == vacated) { in tryCrossOverAndBubbleUp()517 if (crossOver < removeIndex) { in tryCrossOverAndBubbleUp()525 if (otherHeap.bubbleUpAlternatingLevels(crossOver, toTrickle) in tryCrossOverAndBubbleUp()537 int crossOver = crossOverUp(index, x); in bubbleUp() local540 if (crossOver == index) { in bubbleUp()543 index = crossOver; in bubbleUp()675 int crossOver(int index, E x) { in crossOver() method in MinMaxPriorityQueue.Heap