com.mchange.util.impl
Class StringEnumerationHelperBase

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

public abstract class StringEnumerationHelperBase
extends Object
implements StringEnumeration


Field Summary
 
Fields inherited from interface com.mchange.util.MEnumeration
EMPTY
 
Constructor Summary
StringEnumerationHelperBase()
           
 
Method Summary
 boolean hasMoreElements()
           
abstract  boolean hasMoreStrings()
           
 Object nextElement()
           
abstract  String nextString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringEnumerationHelperBase

public StringEnumerationHelperBase()
Method Detail

hasMoreStrings

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

nextString

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

hasMoreElements

public final boolean hasMoreElements()
Specified by:
hasMoreElements in interface IOEnumeration
Specified by:
hasMoreElements in interface MEnumeration
Specified by:
hasMoreElements in interface Enumeration

nextElement

public final Object nextElement()
Specified by:
nextElement in interface IOEnumeration
Specified by:
nextElement in interface MEnumeration
Specified by:
nextElement in interface Enumeration