public class IteratorToEnumeration extends Object implements Enumeration
Constructor and Description |
---|
IteratorToEnumeration(Iterator iter) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
public IteratorToEnumeration(Iterator iter)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.