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)
The modCount value that the iterator believes that the backing
List should have.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
Properties.Entry[] table
int index
Properties.Entry entry
int type
Enumerator(int type, boolean iterator)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
Copyright © 2020 ScalAgent D.T.. All rights reserved.