Interface QueryResultIterable<T>
- Type Parameters:
T
- the type of result returned by the query
- All Superinterfaces:
Iterable<T>
A class that produces
QueryResultIterator
s.-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
iterator
QueryResultIterator<T> iterator()
-