PriorityQueueBenchmark.java | 32 private PriorityQueue<Integer> usepq; field in class:PriorityQueueBenchmark 39 usepq = new PriorityQueue<Integer>(); 63 usepq = new PriorityQueue<Integer>(pq); 79 usepq = new PriorityQueue<Integer>(pq); 81 dummy = usepq.remove(seekElements.get(i % elementsSize));
|