-
- All Superinterfaces:
Enumeration
public interface IntEnumeration extends Enumeration
This interface is just like that of java.util.Enumeration except that it adds the ability to enumerate integer values rather than incur the overhead of allocating Integer objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
nextInt()
Return the next integer value.-
Methods declared in interface java.util.Enumeration
asIterator, hasMoreElements, nextElement
-
-