private class FilesystemLoadSaveManager.FileIterable extends Object implements Iterable<net.shibboleth.utilities.java.support.collection.Pair<String,T>>
| Modifier and Type | Field and Description |
|---|---|
private Set<String> |
keys
Snapshot of filesystem keys at time of construction.
|
| Constructor and Description |
|---|
FileIterable(Collection<String> filenames)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<net.shibboleth.utilities.java.support.collection.Pair<String,T>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic FileIterable(@Nonnull Collection<String> filenames)
filenames - Snapshot of filesystem keys at time of constructionCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.