public class Integers
extends java.lang.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 java.lang.Integer |
valueOf(int value) |