Class StringEnumeration
- java.lang.Object
-
- org.pentaho.reporting.libraries.base.config.StringEnumeration
-
- All Implemented Interfaces:
Enumeration<String>
public class StringEnumeration extends Object implements Enumeration<String>
-
-
Constructor Summary
Constructors Constructor Description StringEnumeration(Enumeration parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasMoreElements()
String
nextElement()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Enumeration
asIterator
-
-
-
-
Constructor Detail
-
StringEnumeration
public StringEnumeration(Enumeration parent)
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interfaceEnumeration<String>
-
nextElement
public String nextElement()
- Specified by:
nextElement
in interfaceEnumeration<String>
-
-