Class Integers


  • public class Integers
    extends Object
    • Constructor Detail

      • Integers

        public Integers()
    • Method Detail

      • rotateLeft

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

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

        public static Integer valueOf​(int value)