public class IteratorEnumeration<T> extends Object implements Enumeration<T>
| Constructor and Description |
|---|
IteratorEnumeration(Iterator<T> iterator) |
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<T>public T nextElement()
nextElement in interface Enumeration<T>Copyright © 2013 JBoss by Red Hat. All Rights Reserved.