com.mchange.io.impl
Class IOStringEnumerationHelperBase

java.lang.Object
  extended by com.mchange.io.impl.IOStringEnumerationHelperBase
All Implemented Interfaces:
IOEnumeration, IOStringEnumeration

public abstract class IOStringEnumerationHelperBase
extends Object
implements IOStringEnumeration


Constructor Summary
IOStringEnumerationHelperBase()
           
 
Method Summary
 boolean hasMoreElements()
           
abstract  boolean hasMoreStrings()
           
 Object nextElement()
           
abstract  String nextString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOStringEnumerationHelperBase

public IOStringEnumerationHelperBase()
Method Detail

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