public class EnumerationIterator extends Object implements Iterator
| Constructor and Description |
|---|
EnumerationIterator(Enumeration enumer)
Creates a new iteratorwrapper instance for the specified
Enumeration.
|
public EnumerationIterator(Enumeration enumer)
enumer - The Enumeration to wrap.public Object next()
public boolean hasNext()
Copyright © 2015 The Apache Software Foundation. All rights reserved.