|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mmm.util.resource.base.FileResource.FileResourceIterator
protected static class FileResource.FileResourceIterator
This inner class is an Iterator of FileResources.
| Field Summary | |
|---|---|
private File[] |
files
The array of Files. |
private int |
index
The current index in files. |
| Constructor Summary | |
|---|---|
FileResource.FileResourceIterator(File[] files)
The constructor. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
FileResource |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final File[] files
Files.
private int index
files.
| Constructor Detail |
|---|
public FileResource.FileResourceIterator(File[] files)
files - are the Files to iterate.| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iterator<BrowsableResource>public FileResource next()
next in interface Iterator<BrowsableResource>public void remove()
remove in interface Iterator<BrowsableResource>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||