限定符和类型 | 方法和说明 |
---|---|
int |
compareTo(DLong o) |
static DLong |
create(byte[] bytes) |
byte[] |
directBytes() |
double |
doubleValue() |
boolean |
equals(byte[] bytes) |
boolean |
equals(java.lang.Object obj) |
float |
floatValue() |
byte[] |
getBytes() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
static DLong |
read(java.nio.ByteBuffer buffer) |
java.lang.String |
toString() |
static java.nio.ByteBuffer |
write(java.nio.ByteBuffer buffer,
DLong dlong) |
public static final DLong ZERO
protected final byte[] value
public byte[] getBytes()
public byte[] directBytes()
public static DLong create(byte[] bytes)
public static DLong read(java.nio.ByteBuffer buffer)
public static java.nio.ByteBuffer write(java.nio.ByteBuffer buffer, DLong dlong)
public boolean equals(byte[] bytes)
public boolean equals(java.lang.Object obj)
equals
在类中 java.lang.Object
public int hashCode()
hashCode
在类中 java.lang.Object
public java.lang.String toString()
toString
在类中 java.lang.Object
public int intValue()
intValue
在类中 java.lang.Number
public long longValue()
longValue
在类中 java.lang.Number
public float floatValue()
floatValue
在类中 java.lang.Number
public double doubleValue()
doubleValue
在类中 java.lang.Number