A B C E G H M N O S T V Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- safeGetBits() - Method in class Binary4
-
Returns a list of the bits of this binary number.
- set(boolean) - Method in class Bit
-
Sets this bit to 1 if
bit
is true, 0 otherwise. - set(int) - Method in class Bit
-
Sets this bit the specified value.
- setLeftmostBit(Bit) - Method in class Binary4
-
Sets the leftmost bit by copying the value of
bit
into the leftmost bit. - shiftLeft(int) - Method in class Binary4
-
Shifts all of the bits of this binary number
n
positions to the left. - shiftLeft(List<Bit>) - Static method in class Binary4
-
Using recursion, shifts the bits of the specified list one position to the left.
All Classes All Packages