Class GlobalsIndex


  • public class GlobalsIndex
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<Global> globals  
    • Constructor Summary

      Constructors 
      Constructor Description
      GlobalsIndex()  
    • Field Detail

      • globals

        private final java.util.List<Global> globals
    • Constructor Detail

      • GlobalsIndex

        GlobalsIndex()
    • Method Detail

      • add

        public void add​(Global global)
      • globalByLabel

        public Global globalByLabel​(java.lang.String globalName)
      • indexOf

        public int indexOf​(Global global)