public final class IteratorWrapper extends Object implements Iterator
Constructor and Description |
---|
IteratorWrapper(Enumeration e)
constructor of the class
|
public IteratorWrapper(Enumeration e)
enum
- public void remove()
remove
in interface Iterator
Iterator.remove()
public boolean hasNext()
hasNext
in interface Iterator
Iterator.hasNext()
public Object next()
next
in interface Iterator
Iterator.next()
Copyright © 2015 Lucee