com.mchange.util.impl
Class QuotesAndWhitespaceTokenizer

java.lang.Object
  extended by com.mchange.util.impl.StringEnumerationHelperBase
      extended by com.mchange.util.impl.QuotesAndWhitespaceTokenizer
All Implemented Interfaces:
IOEnumeration, IOStringEnumeration, MEnumeration, StringEnumeration, Enumeration

public class QuotesAndWhitespaceTokenizer
extends StringEnumerationHelperBase


Field Summary
 
Fields inherited from interface com.mchange.util.MEnumeration
EMPTY
 
Constructor Summary
QuotesAndWhitespaceTokenizer(String string)
           
 
Method Summary
 boolean hasMoreStrings()
           
static void main(String[] argv)
           
 String nextString()
           
 
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
 

Constructor Detail

QuotesAndWhitespaceTokenizer

public QuotesAndWhitespaceTokenizer(String string)
                             throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

hasMoreStrings

public boolean hasMoreStrings()
Specified by:
hasMoreStrings in interface IOStringEnumeration
Specified by:
hasMoreStrings in interface StringEnumeration
Specified by:
hasMoreStrings in class StringEnumerationHelperBase

nextString

public String nextString()
Specified by:
nextString in interface IOStringEnumeration
Specified by:
nextString in interface StringEnumeration
Specified by:
nextString in class StringEnumerationHelperBase

main

public static void main(String[] argv)