private class Properties.Enumerator extends Object implements Enumeration
| Modifier and Type | Field and Description |
|---|---|
(package private) Properties.Entry |
entry |
(package private) int |
index |
(package private) Properties.Entry[] |
table |
(package private) int |
type |
| Constructor and Description |
|---|
Enumerator(int type,
boolean iterator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
Properties.Entry[] table
int index
Properties.Entry entry
int type
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface EnumerationCopyright © 2022 ScalAgent D.T.. All rights reserved.