|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.data.DirectoryRepository.Enumerator
public class DirectoryRepository.Enumerator
Inner class for enumerating the files in the directory.
Field Summary | |
---|---|
protected int |
i
|
protected java.lang.String[] |
list
|
Constructor Summary | |
---|---|
protected |
DirectoryRepository.Enumerator()
|
Method Summary | |
---|---|
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int i
protected final java.lang.String[] list
Constructor Detail |
---|
protected DirectoryRepository.Enumerator() throws java.lang.SecurityException
java.lang.SecurityException
Method Detail |
---|
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement() throws java.util.NoSuchElementException
nextElement
in interface java.util.Enumeration
java.util.NoSuchElementException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |