T
- the type of result returned by the querypublic interface QueryResultList<T>
extends java.util.List<T>
Query
.Modifier and Type | Method and Description |
---|---|
Cursor |
getCursor()
Gets a
Cursor that points to the result immediately after
the last one in this list. |
java.util.List<Index> |
getIndexList()
Get the indexes used to perform the query.
|
java.util.List<Index> getIndexList()
null
if
the indexes are not known.