| Package | Description |
|---|---|
| com.mware.ge.values | |
| com.mware.ge.values.storable |
| Modifier and Type | Method and Description |
|---|---|
default Base |
ValueMapper.mapIntegral(IntegralValue value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteValue
This does not extend AbstractProperty since the JVM can take advantage of the 4 byte initial field alignment if
we don't extend a class that has fields.
|
class |
IntValue |
class |
LongValue |
class |
ShortValue
This does not extend AbstractProperty since the JVM can take advantage of the 4 byte initial field alignment if
we don't extend a class that has fields.
|
| Modifier and Type | Field and Description |
|---|---|
static IntegralValue |
Values.ZERO_INT |
| Modifier and Type | Method and Description |
|---|---|
int |
FloatingPointValue.compareTo(IntegralValue other) |
abstract int |
NumberValue.compareTo(IntegralValue other) |
int |
IntegralValue.compareTo(IntegralValue other) |
static DateTimeValue |
DateTimeValue.ofEpoch(IntegralValue epochSecondUTC,
IntegralValue nano) |
static DateTimeValue |
DateTimeValue.ofEpochMillis(IntegralValue millisUTC) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.