public final class CLong extends Number
Modifier and Type | Field and Description |
---|---|
static int |
SIZE |
Constructor and Description |
---|
CLong(long value) |
Modifier and Type | Method and Description |
---|---|
int |
byteSize()
Size in bytes of this integral type.
|
double |
doubleValue() |
boolean |
equals(Object o) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
static int |
safeIntCast(long value) |
String |
toString() |
static CLong |
valueOf(long value) |
byteValue, shortValue
public static final int SIZE
public CLong(long value)
public int byteSize()
public static int safeIntCast(long value)
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
Copyright © 2009-2020. All Rights Reserved.