| 限定符和类型 | 方法和说明 |
|---|---|
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 value) |
public static final DLong ZERO
protected final byte[] bytes
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 value)
public boolean equals(byte[] bytes)
public boolean equals(java.lang.Object obj)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.Objectpublic java.lang.String toString()
toString 在类中 java.lang.Objectpublic int intValue()
intValue 在类中 java.lang.Numberpublic long longValue()
longValue 在类中 java.lang.Numberpublic float floatValue()
floatValue 在类中 java.lang.Numberpublic double doubleValue()
doubleValue 在类中 java.lang.Number