public class Integers extends Object
Constructor and Description |
---|
Integers() |
Modifier and Type | Method and Description |
---|---|
static int |
rotateLeft(int i,
int distance) |
static int |
rotateRight(int i,
int distance) |
static Integer |
valueOf(int value) |
public static int rotateLeft(int i, int distance)
public static int rotateRight(int i, int distance)
public static Integer valueOf(int value)