Package com.mchange.io
Interface IOStringEnumeration
-
- All Superinterfaces:
IOEnumeration
- All Known Subinterfaces:
StringEnumeration
- All Known Implementing Classes:
IOStringEnumerationHelperBase
,QuotesAndWhitespaceTokenizer
,StringEnumerationHelperBase
public interface IOStringEnumeration extends IOEnumeration
-
-
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.io.IOEnumeration
hasMoreElements, nextElement
-
-