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 booleanhasMoreInts()intnextInt()-
Methods inherited from interface com.mchange.util.MEnumeration
hasMoreElements, nextElement
-
-