public class UInt16 extends UInt<UInt16>
UInt.UINTTranslator<T extends UInt>| 限定符和类型 | 字段和说明 |
|---|---|
static UInt16Field |
LedgerEntryType |
static UInt16Field |
SignerWeight |
static UInt16Field |
TransactionType |
static TypeTranslator<UInt16> |
translate |
static UInt16 |
ZERO |
| 构造器和说明 |
|---|
UInt16(BigInteger value) |
UInt16(byte[] bytes) |
UInt16(Number s) |
UInt16(String s) |
UInt16(String s,
int radix) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getByteWidth() |
UInt16 |
instanceFrom(BigInteger n) |
static UInt16Field |
int16Field(Field f) |
byte[] |
toBytes() |
void |
toBytesSink(com.jccdex.core.serialized.BytesSink to) |
String |
toHex() |
Object |
toJSON() |
Type |
type() |
Integer |
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 UInt16 ZERO
public static TypeTranslator<UInt16> translate
public static UInt16Field LedgerEntryType
public static UInt16Field TransactionType
public static UInt16Field SignerWeight
public UInt16(byte[] bytes)
public UInt16(BigInteger value)
public UInt16(Number s)
public UInt16(String s)
public UInt16(String s, int radix)
public int getByteWidth()
getByteWidth 在类中 UInt<UInt16>public UInt16 instanceFrom(BigInteger n)
instanceFrom 在类中 UInt<UInt16>public static UInt16Field int16Field(Field f)
public Object toJSON()
public byte[] toBytes()
public String toHex()
public void toBytesSink(com.jccdex.core.serialized.BytesSink to)
public Type type()
Copyright © 2021. All rights reserved.