| |
|
| java.lang.Object java.lang.Number com.google.gwt.emul.java.lang.Long
MAX_VALUE | final public static long MAX_VALUE(Code) | | |
MIN_VALUE | final public static long MIN_VALUE(Code) | | |
SIZE | final public static int SIZE(Code) | | |
Long | public Long(long value)(Code) | | |
bitCount | public static int bitCount(long i)(Code) | | |
byteValue | public byte byteValue()(Code) | | |
doubleValue | public double doubleValue()(Code) | | |
floatValue | public float floatValue()(Code) | | |
hashCode | public static int hashCode(long l)(Code) | | |
hashCode | public int hashCode()(Code) | | |
highestOneBit | public static long highestOneBit(long i)(Code) | | |
intValue | public int intValue()(Code) | | |
longValue | public long longValue()(Code) | | |
lowestOneBit | public static long lowestOneBit(long i)(Code) | | |
numberOfLeadingZeros | public static int numberOfLeadingZeros(long i)(Code) | | |
numberOfTrailingZeros | public static int numberOfTrailingZeros(long i)(Code) | | |
reverse | public static long reverse(long i)(Code) | | |
reverseBytes | public static long reverseBytes(long i)(Code) | | |
rotateLeft | public static long rotateLeft(long i, int distance)(Code) | | |
rotateRight | public static long rotateRight(long i, int distance)(Code) | | |
shortValue | public short shortValue()(Code) | | |
signum | public static int signum(long i)(Code) | | |
toBinaryString | public static String toBinaryString(long x)(Code) | | |
|
|
|