Class Utilities


  • public class Utilities
    extends java.lang.Object
    static utilities, used by other parts of the UIMA framework
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int numberOfCores  
    • Constructor Summary

      Constructors 
      Constructor Description
      Utilities()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int nextHigherPowerOf2​(int i)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • numberOfCores

        public static final int numberOfCores
    • Constructor Detail

      • Utilities

        public Utilities()
    • Method Detail

      • nextHigherPowerOf2

        public static int nextHigherPowerOf2​(int i)