Package com.mchange.util.impl
Class IntEnumerationHelperBase
java.lang.Object
com.mchange.util.impl.IntEnumerationHelperBase
- All Implemented Interfaces:
IOEnumeration,IntEnumeration,MEnumeration,Enumeration
-
Field Summary
Fields inherited from interface com.mchange.util.MEnumeration
EMPTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Enumeration
asIterator
-
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
-