Class RelationalOperators
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.common.function.type4.RelationalOperators
-
class RelationalOperators extends java.lang.Object
Provides the relational operators such as "eq" and "le".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Constructor Summary
Constructors Modifier Constructor Description private
RelationalOperators()
-