public class RecordIterator extends Object implements Iterator<Record>
int
completeListSize
RecordIterator(String resumptionToken, String from, String until, String set, String metadataPrefix, String baseUrl)
boolean
hasNext()
Record
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int completeListSize
public RecordIterator(String resumptionToken, String from, String until, String set, String metadataPrefix, String baseUrl) throws Exception
Exception
public boolean hasNext()
hasNext
Iterator<Record>
public Record next()
next
public void remove()
remove
Copyright © 2014. All Rights Reserved.