public class PairComparer<S,T> extends Object implements Comparator<org.apache.hadoop.mrunit.types.Pair<S,T>>
| Modifier and Type | Field and Description |
|---|---|
static PairComparer<Object,Object> |
INSTANCE |
| Constructor and Description |
|---|
PairComparer() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(org.apache.hadoop.mrunit.types.Pair<S,T> o1,
org.apache.hadoop.mrunit.types.Pair<S,T> o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final PairComparer<Object,Object> INSTANCE
Copyright © 2020. All rights reserved.