Class Utilities


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

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

      Constructors 
      Constructor Description
      Utilities()
      Deprecated.
       
    • Field Detail

      • numberOfCores

        public static final int numberOfCores
        Deprecated.
    • Constructor Detail

      • Utilities

        public Utilities()
        Deprecated.
    • Method Detail

      • nextHigherPowerOf2

        public static int nextHigherPowerOf2​(int i)
        Deprecated.