HomeSort by relevance Sort by last modified time
    Searched full:usepq (Results 1 - 1 of 1) sorted by null

  /libcore/benchmarks/src/benchmarks/regression/
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));

Completed in 725 milliseconds