public class IteratorEnumeration extends Object implements Enumeration
| Constructor and Description |
|---|
IteratorEnumeration(Iterator iter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
public IteratorEnumeration(Iterator iter)
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface EnumerationCopyright © 2016. All rights reserved.