| Package | Description |
|---|---|
| com.mware.ge.values | |
| com.mware.ge.values.storable |
| Modifier and Type | Method and Description |
|---|---|
static Comparison |
Comparison.from(int i)
Maps an integer value to comparison result.
|
Comparison |
TernaryComparator.ternaryCompare(T o1,
T o2)
Should return a negative integer if o1 is smaller than o2,
a positive integer if o1 is bigger than o2,
0 if o1 and o2 are equal, and
null if they are not comparable. |
static Comparison |
Comparison.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Comparison[] |
Comparison.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Comparison |
ValueComparator.ternaryCompare(Value v1,
Value v2) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.