T - public class Min<T> extends Object implements BinaryDelegate<T,T,T>
| Constructor and Description |
|---|
Min(Comparator<T> comparator) |
public Min(Comparator<T> comparator)
public T perform(T lhs, T rhs)
BinaryDelegateperform in interface BinaryDelegate<T,T,T>lhs - the former elementrhs - the latter elementCopyright © 2012. All Rights Reserved.