T - public class Max<T> extends Object implements BinaryDelegate<T,T,T>
| Constructor and Description |
|---|
Max(Comparator<T> comparator) |
public Max(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.