Searched refs:heapForIndex (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DMinMaxPriorityQueue.java279 heapForIndex(insertIndex).bubbleUp(insertIndex, element);
389 int lastElementAt = heapForIndex(size)
410 Heap heap = heapForIndex(index);
453 private Heap heapForIndex(int i) { method in class:MinMaxPriorityQueue
474 if (!heapForIndex(i).verifyIndex(i)) {

Completed in 183 milliseconds