Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java280 heapForIndex(insertIndex).bubbleUp(insertIndex, element); in offer()
390 int lastElementAt = heapForIndex(size) in removeAt()
411 Heap heap = heapForIndex(index); in fillHole()
454 private Heap heapForIndex(int i) { in heapForIndex() method in MinMaxPriorityQueue
475 if (!heapForIndex(i).verifyIndex(i)) { in isIntact()