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
SecurityException
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement() throws NoSuchElementException
nextElement
in interface Enumeration
NoSuchElementException
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.