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