com.google.appengine.tools.cloudstorage
Class ListResult
- java.lang.Object
-
- com.google.common.collect.UnmodifiableIterator<T>
-
- com.google.common.collect.AbstractIterator<ListItem>
-
- com.google.appengine.tools.cloudstorage.ListResult
-
-
Constructor Summary
Constructors Constructor and Description ListResult(Callable<Iterator<ListItem>> batcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description protected ListItem
computeNext()
-
Methods inherited from class com.google.common.collect.AbstractIterator
endOfData, hasNext, next, peek
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
ListResult
public ListResult(Callable<Iterator<ListItem>> batcher) throws IOException
- Throws:
IOException
-
-
Copyright © 2016 Google. All rights reserved.