Package com.mchange.io.impl
Class IOStringEnumerationHelperBase
java.lang.Object
com.mchange.io.impl.IOStringEnumerationHelperBase
- All Implemented Interfaces:
IOEnumeration
,IOStringEnumeration
-
Constructor Details
-
IOStringEnumerationHelperBase
public IOStringEnumerationHelperBase()
-
-
Method Details
-
hasMoreStrings
- Specified by:
hasMoreStrings
in interfaceIOStringEnumeration
- Throws:
IOException
-
nextString
- Specified by:
nextString
in interfaceIOStringEnumeration
- Throws:
IOException
-
hasMoreElements
- Specified by:
hasMoreElements
in interfaceIOEnumeration
- Throws:
IOException
-
nextElement
- Specified by:
nextElement
in interfaceIOEnumeration
- Throws:
IOException
-