Package com.mchange.util
Interface IntEnumeration
-
- All Superinterfaces:
java.util.Enumeration
,IOEnumeration
,MEnumeration
- All Known Implementing Classes:
IntEnumerationHelperBase
public interface IntEnumeration extends MEnumeration
-
-
Field Summary
-
Fields inherited from interface com.mchange.util.MEnumeration
EMPTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasMoreInts()
int
nextInt()
-
Methods inherited from interface com.mchange.util.MEnumeration
hasMoreElements, nextElement
-
-