public abstract class StringEnumerationHelperBase extends Object implements StringEnumeration
EMPTY
Constructor and Description |
---|
StringEnumerationHelperBase() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
abstract boolean |
hasMoreStrings() |
Object |
nextElement() |
abstract String |
nextString() |
public abstract boolean hasMoreStrings()
hasMoreStrings
in interface IOStringEnumeration
hasMoreStrings
in interface StringEnumeration
public abstract String nextString()
nextString
in interface IOStringEnumeration
nextString
in interface StringEnumeration
public final boolean hasMoreElements()
hasMoreElements
in interface IOEnumeration
hasMoreElements
in interface MEnumeration
hasMoreElements
in interface Enumeration
public final Object nextElement()
nextElement
in interface IOEnumeration
nextElement
in interface MEnumeration
nextElement
in interface Enumeration
Copyright © 2018 com.mchange. All rights reserved.