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.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
java.util.List<Index> getIndexList()
null
if the indexes are not
known.