public abstract class IteratorRepository extends Object implements Iterator<String>, Iterable<String>
| Modifier and Type | Field and Description |
|---|---|
protected Iterator<File> |
input |
protected Iterable<File> |
inputIterable |
protected String |
oaiPrefix |
protected String |
repositoryPrefix |
| Constructor and Description |
|---|
IteratorRepository(Iterable<File> input,
String repositoryPrefix,
String oaiPrefix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<String> |
iterator() |
String |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorCopyright © 2025. All rights reserved.