public final class SizeT extends Number
Modifier and Type | Field and Description |
---|---|
static SizeT |
ONE |
static int |
SIZE |
static SizeT |
ZERO |
Constructor and Description |
---|
SizeT(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 SizeT |
valueOf(long value) |
byteValue, shortValue
public static final int SIZE
public SizeT(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.