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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic voidMethods inherited from class com.mchange.util.impl.StringEnumerationHelperBase
hasMoreElements, nextElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Enumeration
asIterator
-
Constructor Details
-
QuotesAndWhitespaceTokenizer
- Throws:
IllegalArgumentException
-
-
Method Details
-
hasMoreStrings
public boolean hasMoreStrings()- Specified by:
hasMoreStringsin interfaceIOStringEnumeration- Specified by:
hasMoreStringsin interfaceStringEnumeration- Specified by:
hasMoreStringsin classStringEnumerationHelperBase
-
nextString
- Specified by:
nextStringin interfaceIOStringEnumeration- Specified by:
nextStringin interfaceStringEnumeration- Specified by:
nextStringin classStringEnumerationHelperBase
-
main
-