public abstract class TranslatingQueryResultIterator<F,T> extends TranslatingIterator<F,T> implements com.google.appengine.api.datastore.QueryResultIterator<T>
base
Constructor and Description |
---|
TranslatingQueryResultIterator(com.google.appengine.api.datastore.QueryResultIterator<F> base) |
Modifier and Type | Method and Description |
---|---|
com.google.appengine.api.datastore.Cursor |
getCursor() |
List<com.google.appengine.api.datastore.Index> |
getIndexList() |
hasNext, next, remove, translate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, hasNext, next, remove
public TranslatingQueryResultIterator(com.google.appengine.api.datastore.QueryResultIterator<F> base)
public com.google.appengine.api.datastore.Cursor getCursor()
getCursor
in interface com.google.appengine.api.datastore.QueryResultIterator<T>
Copyright © 2015. All rights reserved.