Class RelationalOperators
java.lang.Object
org.apache.pdfbox.pdmodel.common.function.type4.RelationalOperators
Provides the relational operators such as "eq" and "le".
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
Abstract base class for number comparison operators.(package private) static class
Implements the "eq" operator.(package private) static class
Implements the "ge" operator.(package private) static class
Implements the "gt" operator.(package private) static class
Implements the "le" operator.(package private) static class
Implements the "lt" operator.(package private) static class
Implements the "ne" operator. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RelationalOperators
private RelationalOperators()
-