Class BitwiseOperators
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.common.function.type4.BitwiseOperators
-
class BitwiseOperators extends java.lang.ObjectProvides the bitwise operators such as "and" and "xor".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classBitwiseOperators.AbstractLogicalOperatorAbstract base class for logical operators.(package private) static classBitwiseOperators.AndImplements the "and" operator.(package private) static classBitwiseOperators.BitshiftImplements the "bitshift" operator.(package private) static classBitwiseOperators.FalseImplements the "false" operator.(package private) static classBitwiseOperators.NotImplements the "not" operator.(package private) static classBitwiseOperators.OrImplements the "or" operator.(package private) static classBitwiseOperators.TrueImplements the "true" operator.(package private) static classBitwiseOperators.XorImplements the "xor" operator.
-
Constructor Summary
Constructors Modifier Constructor Description privateBitwiseOperators()
-