Constructor and Description |
---|
EnumerationIterator(Enumeration<T> e) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Iterator<T> |
iterator() |
static <T> EnumerationIterator<T> |
iterator(Enumeration<T> e) |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining
public EnumerationIterator(Enumeration<T> e)
public static <T> EnumerationIterator<T> iterator(Enumeration<T> e)
Copyright © 2015 aQute SARL. All rights reserved.