public class Longs
extends java.lang.Object
| Constructor and Description |
|---|
Longs() |
| Modifier and Type | Method and Description |
|---|---|
static long |
reverse(long i) |
static long |
reverseBytes(long i) |
static long |
rotateLeft(long i,
int distance) |
static long |
rotateRight(long i,
int distance) |
static java.lang.Long |
valueOf(long value) |