public final class By<T>
extends java.lang.Object
implements java.util.Comparator<T>
| Constructor and Description |
|---|
By(Function<? super T,? extends V> keyFunction) |
By(Function<? super T,? extends V> keyFunction,
java.util.Comparator<? super V> delegate) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(T left,
T right) |