public class NewRowComparator extends Object implements Comparator<NewRowEvent>
Constructor and Description |
---|
NewRowComparator(List<GroupColumn> groupCols,
List<DataColumn> dataCols) |
Modifier and Type | Method and Description |
---|---|
int |
compare(NewRowEvent row1,
NewRowEvent row2) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public NewRowComparator(List<GroupColumn> groupCols, List<DataColumn> dataCols)
groupCols
- dataCols
- public int compare(NewRowEvent row1, NewRowEvent row2)
compare
in interface Comparator<NewRowEvent>
Copyright © 2006–2015. All rights reserved.