private class FilesystemLoadSaveManager.FileIterator extends Object implements Iterator<net.shibboleth.utilities.java.support.collection.Pair<String,T>>
| Modifier and Type | Field and Description |
|---|---|
private net.shibboleth.utilities.java.support.collection.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 net.shibboleth.utilities.java.support.collection.Pair<String,T> |
getNext()
Internal support to get the next item for iteration.
|
boolean |
hasNext() |
net.shibboleth.utilities.java.support.collection.Pair<String,T> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic FileIterator(@Nonnull Collection<String> filenames)
filenames - Snapshot of filesystem keys at time of constructionCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.