Constructor and Description |
---|
EnumerationIterator(Enumeration<T> enumer)
Creates a new iteratorwrapper instance for the specified
Enumeration.
|
public EnumerationIterator(Enumeration<T> enumer)
enumer
- The Enumeration to wrap.public T next()
public boolean hasNext()
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.