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 |
Enumerator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
protected int i
protected final String[] list
protected Enumerator()
throws SecurityException
SecurityExceptionpublic boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement() throws NoSuchElementException
nextElement in interface EnumerationNoSuchElementExceptionCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.