Class Longs


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

      Fields 
      Modifier and Type Field Description
      static int BYTES  
      static int SIZE  
    • Constructor Summary

      Constructors 
      Constructor Description
      Longs()  
    • Constructor Detail

      • Longs

        public Longs()
    • Method Detail

      • highestOneBit

        public static long highestOneBit​(long i)
      • lowestOneBit

        public static long lowestOneBit​(long i)
      • numberOfLeadingZeros

        public static int numberOfLeadingZeros​(long i)
      • numberOfTrailingZeros

        public static int numberOfTrailingZeros​(long i)
      • reverse

        public static long reverse​(long i)
      • reverseBytes

        public static long reverseBytes​(long i)
      • rotateLeft

        public static long rotateLeft​(long i,
                                      int distance)
      • rotateRight

        public static long rotateRight​(long i,
                                       int distance)
      • valueOf

        public static java.lang.Long valueOf​(long value)