Class TypeUtils


  • public final class TypeUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long getLongFromInts​(int valueHigh, int valueLow)  
      static int getLongHighBits​(long value)  
      static int getLongLowBits​(long value)  
      • Methods inherited from class java.lang.Object

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

      • getLongHighBits

        public static int getLongHighBits​(long value)
      • getLongLowBits

        public static int getLongLowBits​(long value)
      • getLongFromInts

        public static long getLongFromInts​(int valueHigh,
                                           int valueLow)