public class IteratorEnumeration extends Object implements Enumeration
| Constructor and Description |
|---|
IteratorEnumeration(Iterator it) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
public IteratorEnumeration(Iterator it)
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface EnumerationCopyright © 1997–2024 The Apache Software Foundation. All rights reserved.