Searched refs:heapify (Results 1 – 5 of 5) sorted by relevance
248 boolean heapify = true; // true if not known to be in heap order in PriorityBlockingQueue()253 heapify = false; in PriorityBlockingQueue()261 heapify = false; in PriorityBlockingQueue()275 if (heapify) in PriorityBlockingQueue()276 heapify(); in PriorityBlockingQueue()436 private void heapify() { in heapify() method in PriorityBlockingQueue
475 queue.heapify(); in purge()723 void heapify() {
275 heapify(); in initFromCollection()734 private void heapify() { in heapify() method in PriorityQueue799 heapify(); in readObject()
161 private void heapify() { in heapify() method in PriorityQueue
87 private void heapify() { in heapify() method in PriorityBlockingQueue