public interface RecordSetIterator extends Iterator<Gedcomx>
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the input stream and/or accompanying reader if they are still open.
|
Gedcomx |
getMetadata()
Retrieve the metadata for the RecordSet.
|
boolean |
hasNext()
Tell whether the RecordIterator has another GedcomX record to return.
|
Gedcomx |
next()
Get the next Gedcomx Record from the RecordSet.
|
void |
remove() |
forEachRemainingboolean hasNext()
Gedcomx next()
Gedcomx getMetadata()
void close()
Copyright © 2016. All rights reserved.