Package com.mchange.util.impl
Class QuotesAndWhitespaceTokenizer
java.lang.Object
com.mchange.util.impl.StringEnumerationHelperBase
com.mchange.util.impl.QuotesAndWhitespaceTokenizer
- All Implemented Interfaces:
IOEnumeration
,IOStringEnumeration
,MEnumeration
,StringEnumeration
,Enumeration
-
Field Summary
Fields inherited from interface com.mchange.util.MEnumeration
EMPTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static void
Methods inherited from class com.mchange.util.impl.StringEnumerationHelperBase
hasMoreElements, nextElement
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
-
Constructor Details
-
QuotesAndWhitespaceTokenizer
- Throws:
IllegalArgumentException
-
-
Method Details
-
hasMoreStrings
public boolean hasMoreStrings()- Specified by:
hasMoreStrings
in interfaceIOStringEnumeration
- Specified by:
hasMoreStrings
in interfaceStringEnumeration
- Specified by:
hasMoreStrings
in classStringEnumerationHelperBase
-
nextString
- Specified by:
nextString
in interfaceIOStringEnumeration
- Specified by:
nextString
in interfaceStringEnumeration
- Specified by:
nextString
in classStringEnumerationHelperBase
-
main
-