Class SwitchDataEnumeration

java.lang.Object
org.glassfish.rmic.tools.asm.SwitchDataEnumeration
All Implemented Interfaces:
Enumeration<Integer>

class SwitchDataEnumeration extends Object implements Enumeration<Integer>
  • Field Details

    • table

      private Integer[] table
    • current_index

      private int current_index
  • Constructor Details

    • SwitchDataEnumeration

      SwitchDataEnumeration(Hashtable<Integer,Label> tab)
      Create a new enumeration from the hashtable. Each key in the hash table will be an Integer, with the value being a label. The enumeration returns the keys in sorted order.
  • Method Details