Interface QueryResultIterable<T>
-
- Type Parameters:
T
- the type of result returned by the query
- All Superinterfaces:
Iterable<T>
public interface QueryResultIterable<T> extends Iterable<T>
A class that producesQueryResultIterator
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryResultIterator<T>
iterator()
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
iterator
QueryResultIterator<T> iterator()
-
-