com.mchange.util.impl
Class StringEnumerationHelperBase
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringEnumerationHelperBase
public StringEnumerationHelperBase()
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