Module openj9.dtfj

Interface IntEnumeration

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 Details

    • nextInt

      long nextInt()
      Return the next integer value.