class BitwiseOperators
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
BitwiseOperators.AbstractLogicalOperator
Abstract base class for logical operators.
|
(package private) static class |
BitwiseOperators.And
Implements the "and" operator.
|
(package private) static class |
BitwiseOperators.Bitshift
Implements the "bitshift" operator.
|
(package private) static class |
BitwiseOperators.False
Implements the "false" operator.
|
(package private) static class |
BitwiseOperators.Not
Implements the "not" operator.
|
(package private) static class |
BitwiseOperators.Or
Implements the "or" operator.
|
(package private) static class |
BitwiseOperators.True
Implements the "true" operator.
|
(package private) static class |
BitwiseOperators.Xor
Implements the "xor" operator.
|
Modifier | Constructor and Description |
---|---|
private |
BitwiseOperators() |