| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
static <T> Iterator<T> |
over(Enumeration<T> en)
Create Iterator over Enumeration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic static <T> Iterator<T> over(Enumeration<T> en)
en - the EnumerationCopyright © 2014–2016 Tomas Teubner. All rights reserved.