class RelationalOperators
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
RelationalOperators.AbstractNumberComparisonOperator
Abstract base class for number comparison operators.
|
(package private) static class |
RelationalOperators.Eq
Implements the "eq" operator.
|
(package private) static class |
RelationalOperators.Ge
Implements the "ge" operator.
|
(package private) static class |
RelationalOperators.Gt
Implements the "gt" operator.
|
(package private) static class |
RelationalOperators.Le
Implements the "le" operator.
|
(package private) static class |
RelationalOperators.Lt
Implements the "lt" operator.
|
(package private) static class |
RelationalOperators.Ne
Implements the "ne" operator.
|
Modifier | Constructor and Description |
---|---|
private |
RelationalOperators() |