T - public class MakeOrder<T> extends Object implements BinaryDelegate<Pair<T,T>,T,T>
| Constructor and Description |
|---|
MakeOrder(Comparator<T> comparator) |
| Modifier and Type | Method and Description |
|---|---|
Pair<T,T> |
perform(T lhs,
T rhs)
Executes the delegate for the given elements yielding a result of type R
|
public MakeOrder(Comparator<T> comparator)
Copyright © 2016. All rights reserved.