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
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
-
Constructor Details
-
IntEnumerationHelperBase
public IntEnumerationHelperBase()
-
-
Method Details
-
hasMoreInts
public abstract boolean hasMoreInts()- Specified by:
hasMoreInts
in interfaceIntEnumeration
-
nextInt
public abstract int nextInt()- Specified by:
nextInt
in interfaceIntEnumeration
-
hasMoreElements
public final boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
- Specified by:
hasMoreElements
in interfaceIOEnumeration
- Specified by:
hasMoreElements
in interfaceMEnumeration
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
- Specified by:
nextElement
in interfaceIOEnumeration
- Specified by:
nextElement
in interfaceMEnumeration
-