public class RowPathComparator extends Object implements Comparator<Row>
Row instances that looks only at the node paths.| Constructor and Description |
|---|
RowPathComparator() |
RowPathComparator(Collection<String> selectors) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Row a,
Row b)
Compares two rows.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic RowPathComparator(Collection<String> selectors)
public RowPathComparator()
public int compare(Row a, Row b)
compare in interface Comparator<Row>Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.