EnumerationIterator instead, this will be removed after 12.0 - May 2017@Deprecated public class EnumerationIterator<E> extends Object implements Iterator<E>
EnumerationIterator is an iterator over an enumeration.
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<E> |
m_enum
Deprecated.
The enumeration over which this iterates.
|
| Constructor and Description |
|---|
EnumerationIterator(Enumeration<E> e)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Deprecated.
|
E |
next()
Deprecated.
|
void |
remove()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected Enumeration<E> m_enum
public EnumerationIterator(Enumeration<E> e)
Copyright © 2003–2020 Sakai Project. All rights reserved.