Interface StringEnumeration
- All Superinterfaces:
Enumeration, IOEnumeration, IOStringEnumeration, MEnumeration
- All Known Implementing Classes:
QuotesAndWhitespaceTokenizer, StringEnumerationHelperBase
-
Field Summary
Fields inherited from interface MEnumeration
EMPTY -
Method Summary
Methods inherited from interface Enumeration
asIteratorMethods inherited from interface MEnumeration
hasMoreElements, nextElement
-
Method Details
-
hasMoreStrings
boolean hasMoreStrings()- Specified by:
hasMoreStringsin interfaceIOStringEnumeration
-
nextString
String nextString()- Specified by:
nextStringin interfaceIOStringEnumeration
-