Class DatastoreResultsIterable<T>
java.lang.Object
com.google.cloud.spring.data.datastore.core.DatastoreResultsIterable<T>
- All Implemented Interfaces:
Iterable<T>
-
Constructor Summary
ConstructorDescriptionDatastoreResultsIterable
(Iterable<T> iterable, com.google.cloud.datastore.Cursor cursor) DatastoreResultsIterable
(Iterator<T> iterator, com.google.cloud.datastore.Cursor cursor) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator