Home
last modified time | relevance | path

Searched refs:ExpensiveComputation (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/collect/
DMinMaxPriorityQueueBenchmark.java122 static class ExpensiveComputation implements Function<Integer, BigInteger> { class in MinMaxPriorityQueueBenchmark
145 return Ordering.natural().onResultOf(new ExpensiveComputation()); in get()