public class DirectoryRepository.Enumerator extends Object implements Enumeration
| Modifier and Type | Field and Description |
|---|---|
protected int |
i |
protected String[] |
list |
| Modifier | Constructor and Description |
|---|---|
protected |
DirectoryRepository.Enumerator() |
protected int i
protected final String[] list
protected DirectoryRepository.Enumerator()
throws SecurityException
SecurityExceptionpublic boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement() throws NoSuchElementException
nextElement in interface EnumerationNoSuchElementException