Class LongUtil


  • public class LongUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LongUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long pack​(int hi, int lo)  
      • Methods inherited from class java.lang.Object

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

      • LongUtil

        public LongUtil()
    • Method Detail

      • pack

        public static long pack​(int hi,
                                int lo)