-
- All Implemented Interfaces:
public final class UInt128UInt128 wrapper over BigInteger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classUInt128.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BigIntegervalue
-
Method Summary
Modifier and Type Method Description final BigIntegergetValue()BigInteger value to be wrapped -
-
Constructor Detail
-
UInt128
UInt128(UByte uint8Value)
-
UInt128
UInt128(UShort uint16Value)
-
UInt128
UInt128(UInt uint32Value)
-
UInt128
UInt128(ULong uint64Value)
-
UInt128
UInt128(BigInteger value)
-
-
Method Detail
-
getValue
final BigInteger getValue()
BigInteger value to be wrapped
-
-
-
-