Package org.apache.jackrabbit.oak.query
Class ResultRowImpl
java.lang.Object
org.apache.jackrabbit.oak.query.ResultRowImpl
- All Implemented Interfaces:
ResultRow
A query result row that keeps all data (for this row only) in memory.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static Comparator<ResultRowImpl>
getComparator
(OrderingImpl[] orderings) getPath()
The path, assuming there is only one selector.The path for the given selector name.The tree for the given selector name.The property value.Get the list of values.int
hashCode()
toString()
-
Method Details
-
getPath
Description copied from interface:ResultRow
The path, assuming there is only one selector. -
getPath
Description copied from interface:ResultRow
The path for the given selector name. -
getTree
Description copied from interface:ResultRow
The tree for the given selector name. -
getValue
Description copied from interface:ResultRow
The property value. -
getValues
Description copied from interface:ResultRow
Get the list of values. -
toString
-
hashCode
public int hashCode() -
equals
-
getComparator
-