-
- All Implemented Interfaces:
public final class Int128Int128 wrapper over BigInteger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInt128.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
-
Int128
Int128(String stringValue)
- Parameters:
stringValue- String to be converted into Int128
-
Int128
Int128(Byte int8Value)
- Parameters:
int8Value- Int8 (Byte) to be converted into Int128
-
Int128
Int128(Short int16Value)
- Parameters:
int16Value- Int16 (Short) to be converted into Int128
-
Int128
Int128(Integer int32Value)
- Parameters:
int32Value- Int32 (Int) to be converted into Int128
-
Int128
Int128(BigInteger value)
-
-
Method Detail
-
getValue
final BigInteger getValue()
BigInteger value to be wrapped
-
-
-
-