com.mchange.io.impl
Class IOStringEnumerationHelperBase
java.lang.Object
com.mchange.io.impl.IOStringEnumerationHelperBase
- All Implemented Interfaces:
- IOEnumeration, IOStringEnumeration
public abstract class IOStringEnumerationHelperBase
- extends Object
- implements IOStringEnumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOStringEnumerationHelperBase
public IOStringEnumerationHelperBase()
hasMoreStrings
public abstract boolean hasMoreStrings()
throws IOException
- Specified by:
hasMoreStrings
in interface IOStringEnumeration
- Throws:
IOException
nextString
public abstract String nextString()
throws IOException
- Specified by:
nextString
in interface IOStringEnumeration
- Throws:
IOException
hasMoreElements
public final boolean hasMoreElements()
throws IOException
- Specified by:
hasMoreElements
in interface IOEnumeration
- Throws:
IOException
nextElement
public final Object nextElement()
throws IOException
- Specified by:
nextElement
in interface IOEnumeration
- Throws:
IOException