Searched refs:heapify (Results 1 – 3 of 3) 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
468 queue.heapify(); in purge()716 void heapify() {
275 heapify(); in initFromCollection()734 private void heapify() { in heapify() method in PriorityQueue799 heapify(); in readObject()