public static final class J2CollectionHandlers.IteratorEnumerator<T> extends Object implements Enumeration<T>
Constructor and Description |
---|
J2CollectionHandlers.IteratorEnumerator(Iterator<T> iterator) |
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<T>
public T nextElement()
nextElement
in interface Enumeration<T>
Copyright © 2014. All rights reserved.