public class QueryResultIteratorWrapper<T> extends Object implements com.google.appengine.api.datastore.QueryResultIterator<T>
| Constructor and Description |
|---|
QueryResultIteratorWrapper(com.google.appengine.api.datastore.QueryResultIterator<T> base) |
| Modifier and Type | Method and Description |
|---|---|
com.google.appengine.api.datastore.Cursor |
getCursor() |
List<com.google.appengine.api.datastore.Index> |
getIndexList() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic QueryResultIteratorWrapper(com.google.appengine.api.datastore.QueryResultIterator<T> base)
public com.google.appengine.api.datastore.Cursor getCursor()
getCursor in interface com.google.appengine.api.datastore.QueryResultIterator<T>Copyright © 2016. All rights reserved.