| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
bitwiseAnd(Operand<T> x,
Operand<T> y)
Builds an
BitwiseAnd operation |
<T extends Number> |
bitwiseOr(Operand<T> x,
Operand<T> y)
Builds an
BitwiseOr operation |
<T extends Number> |
bitwiseXor(Operand<T> x,
Operand<T> y)
Builds an
BitwiseXor operation |
<T extends Number> |
invert(Operand<T> x)
Builds an
Invert operation |
<T extends Number> |
leftShift(Operand<T> x,
Operand<T> y)
Builds an
LeftShift operation |
<T extends Number> |
rightShift(Operand<T> x,
Operand<T> y)
Builds an
RightShift operation |
public <T extends Number> Invert<T> invert(Operand<T> x)
Invert operationx - Invertpublic <T extends Number> LeftShift<T> leftShift(Operand<T> x, Operand<T> y)
LeftShift operationx - y - LeftShiftpublic <T extends Number> BitwiseAnd<T> bitwiseAnd(Operand<T> x, Operand<T> y)
BitwiseAnd operationx - y - BitwiseAndpublic <T extends Number> BitwiseXor<T> bitwiseXor(Operand<T> x, Operand<T> y)
BitwiseXor operationx - y - BitwiseXorpublic <T extends Number> BitwiseOr<T> bitwiseOr(Operand<T> x, Operand<T> y)
BitwiseOr operationx - y - BitwiseOrpublic <T extends Number> RightShift<T> rightShift(Operand<T> x, Operand<T> y)
RightShift operationx - y - RightShiftCopyright © 2015–2019. All rights reserved.