Searched refs:maxHeap (Results 1 – 5 of 5) sorted by relevance
221 private final Heap maxHeap; field in MinMaxPriorityQueue230 this.maxHeap = new Heap(ordering.reverse()); in MinMaxPriorityQueue()231 minHeap.otherHeap = maxHeap; in MinMaxPriorityQueue()232 maxHeap.otherHeap = minHeap; in MinMaxPriorityQueue()309 return (maxHeap.compareElements(1, 2) <= 0) ? 1 : 2; in getMaxElementIndex()455 return isEvenLevel(i) ? minHeap : maxHeap; in heapForIndex()
104 -maxHeap)
118 -maxHeap)
111 -maxHeap)
187 if "%firstArg%"=="-maxHeap" set maxheap=%secondArg%188 if "%firstArg%"=="-maxHeap" goto shift2