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