org.gcube.common.data
Class RecordIterator
java.lang.Object
org.gcube.common.data.RecordIterator
- All Implemented Interfaces:
- Iterator<Record>
public class RecordIterator
- extends Object
- implements Iterator<Record>
- Version:
- 0.1
- Author:
- David Uvalle, david.uvalle@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
completeListSize
public int completeListSize
RecordIterator
public RecordIterator(String resumptionToken,
String from,
String until,
String set,
String metadataPrefix,
String baseUrl)
throws Exception
- Throws:
Exception
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<Record>
next
public Record next()
- Specified by:
next in interface Iterator<Record>
remove
public void remove()
- Specified by:
remove in interface Iterator<Record>
Copyright © 2013. All Rights Reserved.