Package com.mchange.util
Interface StringEnumeration
-
- All Superinterfaces:
java.util.Enumeration
,IOEnumeration
,IOStringEnumeration
,MEnumeration
- All Known Implementing Classes:
QuotesAndWhitespaceTokenizer
,StringEnumerationHelperBase
public interface StringEnumeration extends MEnumeration, IOStringEnumeration
-
-
Field Summary
-
Fields inherited from interface com.mchange.util.MEnumeration
EMPTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasMoreStrings()
java.lang.String
nextString()
-
Methods inherited from interface com.mchange.util.MEnumeration
hasMoreElements, nextElement
-
-
-
-
Method Detail
-
hasMoreStrings
boolean hasMoreStrings()
- Specified by:
hasMoreStrings
in interfaceIOStringEnumeration
-
nextString
java.lang.String nextString()
- Specified by:
nextString
in interfaceIOStringEnumeration
-
-