public final class MinMax<T> extends Object
MinMax(PrimitiveComparator<T> comparator, Iterable<T> iterable)
T
getMax()
getMin()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MinMax(PrimitiveComparator<T> comparator, Iterable<T> iterable)
public T getMin()
public T getMax()
Copyright © 2024 The Apache Software Foundation. All rights reserved.