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:
hasMoreStringsin interfaceIOStringEnumeration- Throws:
IOException
-
nextString
- Specified by:
nextStringin interfaceIOStringEnumeration- Throws:
IOException
-
hasMoreElements
- Specified by:
hasMoreElementsin interfaceIOEnumeration- Throws:
IOException
-
nextElement
- Specified by:
nextElementin interfaceIOEnumeration- Throws:
IOException
-