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
Constructors -
Method Summary
Methods 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
-
StringEnumerationHelperBase
public StringEnumerationHelperBase()
-
-
Method Details
-
hasMoreStrings
public abstract boolean hasMoreStrings()- Specified by:
hasMoreStringsin interfaceIOStringEnumeration- Specified by:
hasMoreStringsin interfaceStringEnumeration
-
nextString
- Specified by:
nextStringin interfaceIOStringEnumeration- Specified by:
nextStringin interfaceStringEnumeration
-
hasMoreElements
public final boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration- Specified by:
hasMoreElementsin interfaceIOEnumeration- Specified by:
hasMoreElementsin interfaceMEnumeration
-
nextElement
- Specified by:
nextElementin interfaceEnumeration- Specified by:
nextElementin interfaceIOEnumeration- Specified by:
nextElementin interfaceMEnumeration
-