public class UInt64 extends UInt<UInt64>
UInt.UINTTranslator<T extends UInt>| 限定符和类型 | 字段和说明 |
|---|---|
static UInt64Field |
BaseFee |
static UInt64Field |
BookNode |
static UInt64Field |
ExchangeRate |
static UInt64Field |
HighNode |
static UInt64Field |
IndexNext |
static UInt64Field |
IndexPrevious |
static UInt64Field |
LowNode |
static UInt64Field |
OwnerNode |
static TypeTranslator<UInt64> |
translate |
static UInt64 |
ZERO |
| 构造器和说明 |
|---|
UInt64(BigInteger value)
Constructor.
|
UInt64(byte[] bytes)
Constructor.
|
UInt64(Number s)
Constructor from Number.
|
UInt64(String s)
From string value.
|
UInt64(String s,
int radix)
From String and radix.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getByteWidth() |
UInt64 |
instanceFrom(BigInteger n) |
byte[] |
toBytes() |
void |
toBytesSink(BytesSink to) |
String |
toHex() |
Object |
toJSON() |
Type |
type() |
BigInteger |
value() |
add, bigInteger, bitLength, byteValue, compareTo, divide, doubleValue, equals, equals, floatValue, getMinimumValue, intValue, isValid, isZero, longValue, lte, max, min, multiply, or, setValue, shiftLeft, shiftRight, shortValue, subtract, testBit, toByteArray, toString, toStringpublic static final UInt64 ZERO
public static TypeTranslator<UInt64> translate
public static UInt64Field IndexNext
public static UInt64Field IndexPrevious
public static UInt64Field BookNode
public static UInt64Field OwnerNode
public static UInt64Field BaseFee
public static UInt64Field ExchangeRate
public static UInt64Field LowNode
public static UInt64Field HighNode
public UInt64(byte[] bytes)
bytes - byte array.public UInt64(BigInteger value)
value - BigInteger value.public UInt64(Number s)
s - Number value.public UInt64(String s)
s - String value.public UInt64(String s, int radix)
s - sradix - radix.public int getByteWidth()
getByteWidth 在类中 UInt<UInt64>public UInt64 instanceFrom(BigInteger n)
instanceFrom 在类中 UInt<UInt64>public BigInteger value()
public Object toJSON()
public byte[] toBytes()
public String toHex()
public void toBytesSink(BytesSink to)
public Type type()
Copyright © 2021. All rights reserved.