Uses of Class
org.apache.jackrabbit.oak.query.ResultRowImpl
-
Packages that use ResultRowImpl Package Description org.apache.jackrabbit.oak.query -
-
Uses of ResultRowImpl in org.apache.jackrabbit.oak.query
Methods in org.apache.jackrabbit.oak.query that return types with arguments of type ResultRowImpl Modifier and Type Method Description static Comparator<ResultRowImpl>ResultRowImpl. getComparator(OrderingImpl[] orderings)Iterator<ResultRowImpl>Query. getRows()Iterator<ResultRowImpl>QueryImpl. getRows()Iterator<ResultRowImpl>UnionQueryImpl. getRows()
-