Package com.mchange.util.impl
Class IntEnumerationHelperBase
- java.lang.Object
-
- com.mchange.util.impl.IntEnumerationHelperBase
-
- All Implemented Interfaces:
IOEnumeration,IntEnumeration,MEnumeration,java.util.Enumeration
public abstract class IntEnumerationHelperBase extends java.lang.Object implements IntEnumeration
-
-
Field Summary
-
Fields inherited from interface com.mchange.util.MEnumeration
EMPTY
-
-
Constructor Summary
Constructors Constructor Description IntEnumerationHelperBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanhasMoreElements()abstract booleanhasMoreInts()java.lang.ObjectnextElement()abstract intnextInt()
-
-
-
Method Detail
-
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 interfacejava.util.Enumeration- Specified by:
hasMoreElementsin interfaceIOEnumeration- Specified by:
hasMoreElementsin interfaceMEnumeration
-
nextElement
public final java.lang.Object nextElement()
- Specified by:
nextElementin interfacejava.util.Enumeration- Specified by:
nextElementin interfaceIOEnumeration- Specified by:
nextElementin interfaceMEnumeration
-
-