Package 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
-
Field Summary
Fields inherited from interface com.mchange.util.MEnumeration
EMPTY
-
Constructor Summary
-
Method Summary
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
-
StringEnumerationHelperBase
public StringEnumerationHelperBase()
-
-
Method Details
-
hasMoreStrings
public abstract boolean hasMoreStrings()- Specified by:
hasMoreStrings
in interfaceIOStringEnumeration
- Specified by:
hasMoreStrings
in interfaceStringEnumeration
-
nextString
- Specified by:
nextString
in interfaceIOStringEnumeration
- Specified by:
nextString
in interfaceStringEnumeration
-
hasMoreElements
public final boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
- Specified by:
hasMoreElements
in interfaceIOEnumeration
- Specified by:
hasMoreElements
in interfaceMEnumeration
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
- Specified by:
nextElement
in interfaceIOEnumeration
- Specified by:
nextElement
in interfaceMEnumeration
-