Interface EnumComposition


  • public interface EnumComposition
    • Method Detail

      • size

        int size()
      • getKeys

        int[] getKeys()
      • getIntVals

        int[] getIntVals()
      • getStringVals

        String[] getStringVals()
      • getIntValue

        int getIntValue​(int key)
      • getStringValue

        String getStringValue​(int key)