chrsmithdemos / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Support for Pagination using Iterator #558

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?
http://docs.oracle.com/javase/6/docs/api/java/util/Iterator.html

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)? All

It would be handy to have an iterator that knew about how to deal with 
pagination.

Double extra bonus points to have a method that takes a 
http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/base/Fu
nction.html <Resource, V> and a 
http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/CompletionService.
html <V> and repeatedly calls submit(Callable<V>) on the latter based on 
callables generated from the former. (The equivalent of Parallel.For.)

Original issue reported on code.google.com by nherr...@google.com on 13 Jul 2012 at 4:05

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 14 Jul 2012 at 11:19

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 14 Jul 2012 at 11:29

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 26 Sep 2012 at 12:38

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 24 Oct 2012 at 5:30

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 1 Dec 2012 at 5:28

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 10 Dec 2012 at 2:47

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 19 Jan 2013 at 8:18

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 7 Feb 2013 at 12:05

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 10 Jun 2013 at 1:24

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 26 Jul 2013 at 10:19

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 27 Sep 2013 at 12:06