public class RowPathComparator extends Object implements Comparator<javax.jcr.query.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(javax.jcr.query.Row a,
javax.jcr.query.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(javax.jcr.query.Row a,
javax.jcr.query.Row b)
compare in interface Comparator<javax.jcr.query.Row>Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.