Package com.mchange.util
Interface StringEnumeration
- All Superinterfaces:
Enumeration
,IOEnumeration
,IOStringEnumeration
,MEnumeration
- All Known Implementing Classes:
QuotesAndWhitespaceTokenizer
,StringEnumerationHelperBase
-
Field Summary
Fields inherited from interface com.mchange.util.MEnumeration
EMPTY
-
Method Summary
Methods inherited from interface java.util.Enumeration
asIterator
Methods inherited from interface com.mchange.util.MEnumeration
hasMoreElements, nextElement
-
Method Details
-
hasMoreStrings
boolean hasMoreStrings()- Specified by:
hasMoreStrings
in interfaceIOStringEnumeration
-
nextString
String nextString()- Specified by:
nextString
in interfaceIOStringEnumeration
-