protected static class FileResource.FileResourceIterator extends Object implements Iterator<BrowsableResource>
Iterator
of FileResource
s.Modifier and Type | Field and Description |
---|---|
private File[] |
files
The array of
File s. |
private int |
index
The current index in
files . |
Constructor and Description |
---|
FileResourceIterator(File[] files)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
FileResource |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private int index
files
.public boolean hasNext()
hasNext
in interface Iterator<BrowsableResource>
public FileResource next()
next
in interface Iterator<BrowsableResource>
public void remove()
remove
in interface Iterator<BrowsableResource>
Copyright © 2001–2016 mmm-Team. All rights reserved.