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