org.apache.jackrabbit.core.query.lucene.join
Class RowPathComparator
java.lang.Object
org.apache.jackrabbit.core.query.lucene.join.RowPathComparator
- All Implemented Interfaces:
- Comparator<Row>
public class RowPathComparator
- extends Object
- implements Comparator<Row>
Comparator for Row
instances that looks only at the node paths.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowPathComparator
public RowPathComparator(Collection<String> selectors)
RowPathComparator
public RowPathComparator()
compare
public int compare(Row a,
Row b)
- Compares two rows.
- Specified by:
compare
in interface Comparator<Row>
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.