com.mchange.util.impl
Class IntEnumerationHelperBase
java.lang.Object
com.mchange.util.impl.IntEnumerationHelperBase
- All Implemented Interfaces:
- IOEnumeration, IntEnumeration, MEnumeration, Enumeration
public abstract class IntEnumerationHelperBase
- extends Object
- implements IntEnumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntEnumerationHelperBase
public IntEnumerationHelperBase()
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