A B C E G H M N O P S T V Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- Binary2 - Class in <Unnamed>
-
A class that represents a binary (base-2) number.
- Binary2(Bit) - Constructor for class Binary2
-
Initializes this binary number to a single digit binary number by copying the specified bit.
- Binary2(List<Bit>) - Constructor for class Binary2
-
Initializes this binary number to have the specified bits.
- Bit - Class in <Unnamed>
-
A binary bit whose value is 0 or 1.
- Bit(boolean) - Constructor for class Bit
-
Initialize this bit to 1 if
bit
is true, and 0 otherwise. - Bit(int) - Constructor for class Bit
-
Initialize this bit to the specified value.
- Bit(Bit) - Constructor for class Bit
-
Initialize this bit by copying another bit.
All Classes All Packages