Modifier and Type | Field and Description |
---|---|
private Pair<String,T> |
current
Current value to return from next().
|
private Iterator<String> |
keysIter
Iterator for the keys.
|
Constructor and Description |
---|
FileIterator(Collection<String> filenames)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
private Pair<String,T> |
getNext()
Internal support to get the next item for iteration.
|
boolean |
hasNext() |
Pair<String,T> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public FileIterator(@Nonnull Collection<String> filenames)
filenames
- Snapshot of filesystem keys at time of constructionCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.