| Package | Description |
|---|---|
| org.s1ck.gdl.model.predicates.expressions | |
| org.s1ck.gdl.utils |
| Modifier and Type | Method and Description |
|---|---|
Comparator |
Comparison.getComparator()
Returns the comparator
|
| Constructor and Description |
|---|
Comparison(ComparableExpression lhs,
Comparator comparator,
ComparableExpression rhs)
Creates a new comparison operator
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator |
Comparator.fromString(String str)
Create a comparator from a string
|
Comparator |
Comparator.getInverse()
Inverts the operator
|
static Comparator |
Comparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Comparator[] |
Comparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.