Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java231 minHeap.otherHeap = maxHeap; in MinMaxPriorityQueue()
232 maxHeap.otherHeap = minHeap; in MinMaxPriorityQueue()
490 Heap otherHeap; field in MinMaxPriorityQueue.Heap
525 if (otherHeap.bubbleUpAlternatingLevels(crossOver, toTrickle) in tryCrossOverAndBubbleUp()
544 heap = otherHeap; in bubbleUp()