private class Properties.Enumerator extends Object implements Enumeration
Modifier and Type | Field and Description |
---|---|
(package private) Properties.Entry |
entry |
protected int |
expectedModCount
The modCount value that the iterator believes that the backing
List should have.
|
(package private) int |
index |
(package private) boolean |
iterator
Indicates whether this Enumerator is serving as an Iterator
or an Enumeration.
|
(package private) Properties.Entry |
lastReturned |
(package private) Properties.Entry[] |
table |
(package private) int |
type |
Constructor and Description |
---|
Properties.Enumerator(int type,
boolean iterator) |
Properties.Entry[] table
int index
Properties.Entry entry
Properties.Entry lastReturned
int type
boolean iterator
protected int expectedModCount
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
public boolean hasNext()
public Object next()
public void remove()
Copyright © 2013 ScalAgent D.T.. All Rights Reserved.