Class DatastoreResultsCollection<T>

java.lang.Object
com.google.cloud.spring.data.datastore.core.DatastoreResultsCollection<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>

public class DatastoreResultsCollection<T> extends Object implements Collection<T>