com.google.appengine.api.search
Class ListResponse<T>
java.lang.Object
com.google.appengine.api.search.ListResponse<T>
- Type Parameters:
T
- The type of search result.
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Iterable<T>
public final class ListResponse<T>
- extends java.lang.Object
- implements java.lang.Iterable<T>, java.io.Serializable
Represents a result of executing a ListRequest
. The
response contains a list of T.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
iterator
public java.util.Iterator<T> iterator()
- Specified by:
iterator
in interface java.lang.Iterable<T>
getResults
public java.util.List<T> getResults()
- Returns:
- an unmodifiable list of T from the index
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object