public class IteratorEnumeration<E> extends Object implements Enumeration<E>
IteratorEnumeration(Iterator<E> iterator)
boolean
hasMoreElements()
E
nextElement()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IteratorEnumeration(@Nullable Iterator<E> iterator)
public boolean hasMoreElements()
hasMoreElements
Enumeration<E>
public E nextElement()
nextElement
Copyright © 2020. All rights reserved.