public class IteratorEnumeration extends Object implements Enumeration<String>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements()
Returns true if more elements can be consumed, false otherwise.
|
String |
nextElement()
Gets the next element out of the iterator.
|
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<String>public String nextElement()
nextElement in interface Enumeration<String>Copyright © 2022 MANYDESIGNS s.r.l.. All rights reserved.