Package jromp.operation
package jromp.operation
-
ClassDescriptionAddOperation<T extends Number>Operation to add a value to another value.AssignOperation<T extends Number>Operation to assign a value to another value.BitwiseAndOperation<T extends Number>Operation to perform a bitwise AND operation on a value.BitwiseOrOperation<T extends Number>Operation to perform a bitwise OR operation on a value.BitwiseXorOperation<T extends Number>Operation to perform a bitwise XOR operation on a value.DivideOperation<T extends Number>Operation to divide a value by another value.MaxOperation<T extends Number>Operation to perform a max operation on a value.MinOperation<T extends Number>Operation to perform a min operation on a value.MultiplyOperation<T extends Number>Operation to multiply a value by another value.Operation<T extends Serializable>Operation interface that defines the basic structure of an operation.Operations to perform on values.ShiftLeftOperation<T extends Number>Operation to perform a left shift operation on a value.ShiftRightOperation<T extends Number>Operation to perform a shift right operation on a value.SubtractOperation<T extends Number>Operation to subtract a value from another value.