com.mchange.util.impl
Class IntEnumerationHelperBase

java.lang.Object
  extended by com.mchange.util.impl.IntEnumerationHelperBase
All Implemented Interfaces:
IOEnumeration, IntEnumeration, MEnumeration, Enumeration

public abstract class IntEnumerationHelperBase
extends Object
implements IntEnumeration


Field Summary
 
Fields inherited from interface com.mchange.util.MEnumeration
EMPTY
 
Constructor Summary
IntEnumerationHelperBase()
           
 
Method Summary
 boolean hasMoreElements()
           
abstract  boolean hasMoreInts()
           
 Object nextElement()
           
abstract  int nextInt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntEnumerationHelperBase

public IntEnumerationHelperBase()
Method Detail

hasMoreInts

public abstract boolean hasMoreInts()
Specified by:
hasMoreInts in interface IntEnumeration

nextInt

public abstract int nextInt()
Specified by:
nextInt in interface IntEnumeration

hasMoreElements

public final boolean hasMoreElements()
Specified by:
hasMoreElements in interface IOEnumeration
Specified by:
hasMoreElements in interface MEnumeration
Specified by:
hasMoreElements in interface Enumeration

nextElement

public final Object nextElement()
Specified by:
nextElement in interface IOEnumeration
Specified by:
nextElement in interface MEnumeration
Specified by:
nextElement in interface Enumeration