public class IteratorEnumeration extends Object implements Enumeration
Constructor and Description |
---|
IteratorEnumeration(Iterator it) |
public IteratorEnumeration(Iterator it)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
Copyright © 2013 Apache Software Foundation. All Rights Reserved.