Package | Description |
---|---|
propel.core.userTypes | |
propel.core.utils |
Modifier and Type | Field and Description |
---|---|
static Int128 |
Int128.MAX_VALUE |
static Int128 |
Int128.MIN_VALUE |
Modifier and Type | Method and Description |
---|---|
int |
Int128.compareTo(Int128 other) |
Constructor and Description |
---|
Int128(Int128 other)
Initializes with another Int128
|
Modifier and Type | Method and Description |
---|---|
static Int128 |
StringUtils.parseInt128(java.lang.String value)
Parses an Int128 from a string
|
static Int128 |
StringUtils.parseInt128(java.lang.String value,
Int128 minValue,
Int128 maxValue)
Parses an Int128 from a string
|
Modifier and Type | Method and Description |
---|---|
static TryResult<Int128> |
StringUtils.tryParseInt128(java.lang.String value)
Tries to parse the given value.
|
static TryResult<Int128> |
StringUtils.tryParseInt128(java.lang.String value,
Int128 minValue,
Int128 maxValue)
Tries to parse the given value.
|
Modifier and Type | Method and Description |
---|---|
static Int128 |
StringUtils.parseInt128(java.lang.String value,
Int128 minValue,
Int128 maxValue)
Parses an Int128 from a string
|
static TryResult<Int128> |
StringUtils.tryParseInt128(java.lang.String value,
Int128 minValue,
Int128 maxValue)
Tries to parse the given value.
|