public class StringEnumeration extends Object implements Enumeration<String>
Constructor and Description |
---|
StringEnumeration(Enumeration parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
String |
nextElement() |
public StringEnumeration(Enumeration parent)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<String>
public String nextElement()
nextElement
in interface Enumeration<String>
Copyright © 2002–2017 Pentaho Corporation. All rights reserved.