E
public class EnumerationIterator<E> extends Object implements Iterator<E>
Enumeration
Iterator
EnumerationIterator(Enumeration<E> enumeration)
boolean
hasNext()
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EnumerationIterator(Enumeration<E> enumeration)
enumeration
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove
Copyright © 2018. All rights reserved.