protected class Plugin.Engine.Source.ForFolder.FolderIterator extends Object implements Iterator<Plugin.Engine.Source.Element>
Modifier | Constructor and Description |
---|---|
protected |
FolderIterator(File folder)
Creates a new iterator representation for all files within a folder.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Plugin.Engine.Source.Element |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected FolderIterator(File folder)
folder
- The root folder.public boolean hasNext()
hasNext
in interface Iterator<Plugin.Engine.Source.Element>
public Plugin.Engine.Source.Element next()
next
in interface Iterator<Plugin.Engine.Source.Element>
public void remove()
remove
in interface Iterator<Plugin.Engine.Source.Element>
Copyright © 2014–2024. All rights reserved.