Home
last modified time | relevance | path

Searched defs:InvertedMinMaxPriorityQueue (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/collect/
DMinMaxPriorityQueueBenchmark.java80 static final class InvertedMinMaxPriorityQueue <T> extends ForwardingQueue<T> { class in MinMaxPriorityQueueBenchmark
82 public InvertedMinMaxPriorityQueue(Comparator<T> comparator) { in InvertedMinMaxPriorityQueue() method in MinMaxPriorityQueueBenchmark.InvertedMinMaxPriorityQueue