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 booleanhasMoreStrings()java.lang.StringnextString()-
Methods inherited from interface com.mchange.io.IOEnumeration
hasMoreElements, nextElement
-
-