com.google.appengine.api.datastore
Interface QueryResultIterable<T>
-
- Type Parameters:
T
- the type of result returned by the query
- All Superinterfaces:
- java.lang.Iterable<T>
public interface QueryResultIterable<T> extends java.lang.Iterable<T>
A class that producesQueryResultIterator
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description QueryResultIterator<T>
iterator()
-
-
-
Method Detail
-
iterator
QueryResultIterator<T> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<T>
-
-