QueryResultIterable (Google App Engine API for Java)

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 produces QueryResultIterators.
    • Method Detail

      • iterator

        QueryResultIterator<T> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<T>