Interface IntEnumeration
- All Superinterfaces:
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
Methods declared in interface java.util.Enumeration
asIterator, hasMoreElements, nextElement
-
Method Details
-
nextInt
long nextInt()Return the next integer value.
-