org.jboss.seam.util
public class IteratorEnumeration extends Object implements Enumeration
Constructor and Description |
---|
IteratorEnumeration(Iterator iterator) |
public IteratorEnumeration(Iterator iterator)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
Copyright © 2015 Seam Framework. All Rights Reserved.