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 © 2017 Hitachi Vantara. All rights reserved.