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 |
---|
FilesystemLoadSaveManager.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() |
public FilesystemLoadSaveManager.FileIterator(@Nonnull Collection<String> filenames)
filenames
- Snapshot of filesystem keys at time of constructionCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.