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

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

Completed in 111 milliseconds