| Constructor and Description |
|---|
EnumerationIterator(Enumeration delegatee)
Constructs an
EnuerationIterator |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove()
Always throws
UnsupportedOperationException. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic EnumerationIterator(Enumeration delegatee)
EnuerationIteratordelegatee - the underlaying enumerationpublic boolean hasNext()
hasNext in interface IteratorIterator.hasNext()public Object next()
next in interface IteratorIterator.next()public void remove()
UnsupportedOperationException.remove in interface IteratorIterator.remove()Copyright © 2010 - 2020 Adobe. All Rights Reserved