Class IntEnumerationHelperBase
java.lang.Object
com.mchange.util.impl.IntEnumerationHelperBase
- All Implemented Interfaces:
IOEnumeration, IntEnumeration, MEnumeration, Enumeration
-
Constructor Details
-
IntEnumerationHelperBase
public IntEnumerationHelperBase()
-
-
Method Details
-
hasMoreInts
public abstract boolean hasMoreInts()- Specified by:
hasMoreIntsin interfaceIntEnumeration
-
nextInt
public abstract int nextInt()- Specified by:
nextIntin interfaceIntEnumeration
-
hasMoreElements
public final boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration- Specified by:
hasMoreElementsin interfaceIOEnumeration- Specified by:
hasMoreElementsin interfaceMEnumeration
-
nextElement
- Specified by:
nextElementin interfaceEnumeration- Specified by:
nextElementin interfaceIOEnumeration- Specified by:
nextElementin interfaceMEnumeration
-