Searched refs:ExpensiveComputation (Results 1 – 1 of 1) sorted by relevance
122 static class ExpensiveComputation implements Function<Integer, BigInteger> { class in MinMaxPriorityQueueBenchmark145 return Ordering.natural().onResultOf(new ExpensiveComputation()); in get()