Home
last modified time | relevance | path

Searched refs:InvertedMinMaxPriorityQueue (Results 1 – 2 of 2) 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
83 public InvertedMinMaxPriorityQueue(Comparator<T> comparator) { in InvertedMinMaxPriorityQueue() method in MinMaxPriorityQueueBenchmark.InvertedMinMaxPriorityQueue
114 return new InvertedMinMaxPriorityQueue<>(comparator); in create()
/external/guava/android/guava-tests/benchmark/com/google/common/collect/
DMinMaxPriorityQueueBenchmark.java80 static final class InvertedMinMaxPriorityQueue<T> extends ForwardingQueue<T> { class in MinMaxPriorityQueueBenchmark
83 public InvertedMinMaxPriorityQueue(Comparator<T> comparator) { in InvertedMinMaxPriorityQueue() method in MinMaxPriorityQueueBenchmark.InvertedMinMaxPriorityQueue
114 return new InvertedMinMaxPriorityQueue<>(comparator); in create()