Uses of Class
org.projog.core.math.AbstractBinaryIntegerArithmeticOperator
Packages that use AbstractBinaryIntegerArithmeticOperator
-
Uses of AbstractBinaryIntegerArithmeticOperator in org.projog.core.math.builtin
Subclasses of AbstractBinaryIntegerArithmeticOperator in org.projog.core.math.builtinModifier and TypeClassDescriptionfinal class/\- performs bitwise addition.final class\/- bitwise 'or'.final classxor- bitwise 'exclusive or'.final class//- performs integer division.final classmod- finds the remainder of division of one number by another.final classrem- finds the remainder of division of one number by another.final class<<- left shift bits.final class>>- right shift bits.