| Constructor and Description |
|---|
EnumerationIterator(Enumeration e)
Create an Iterator over an enumeration.
|
public EnumerationIterator(Enumeration e)
e - The enumeration to be iterated.public boolean hasNext()
true if underlying enumeration still has elements.public T next()
next in interface Iterator<T>NoSuchElementExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.