| Package | Description |
|---|---|
| com.mware.ge.values | |
| com.mware.ge.values.storable | |
| com.mware.ge.values.storable.random | |
| com.mware.ge.values.utils |
| Modifier and Type | Method and Description |
|---|---|
default Base |
ValueMapper.mapLong(LongValue value) |
| Modifier and Type | Method and Description |
|---|---|
LongValue |
IntegralValue.dividedBy(long b) |
LongValue |
DurationValue.get(String fieldName)
In contrast to
DurationValue.get(TemporalUnit), this method supports more units, namely: |
static LongValue |
Values.longValue(long value) |
LongValue |
IntegralValue.minus(long b) |
LongValue |
IntegralValue.plus(long b) |
LongValue |
IntegralValue.times(long b) |
| Modifier and Type | Method and Description |
|---|---|
LongValue |
RandomValues.nextLongValue() |
LongValue |
RandomValues.nextLongValue(long bound)
Returns the next
LongValue between 0 (inclusive) and the specified value (exclusive) |
LongValue |
RandomValues.nextLongValue(long lower,
long upper)
Returns the next
LongValue between the specified lower bound (inclusive) and the specified upper bound (inclusive) |
| Modifier and Type | Method and Description |
|---|---|
static LongValue |
ValueMath.add(long a,
long b)
Overflow safe addition of two longs
|
static LongValue |
ValueMath.multiply(long a,
long b)
Overflow safe multiplication of two longs
|
static LongValue |
ValueMath.subtract(long a,
long b)
Overflow safe subtraction of two longs
|
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.