| Constructor and Description | 
|---|
| EnumerationIterator(Enumeration<T> enumer)Creates a new iteratorwrapper instance for the specified
 Enumeration. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasNext() | 
| T | next() | 
| void | remove() | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic EnumerationIterator(Enumeration<T> enumer)
enumer - The Enumeration to wrap.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.