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
B
- Binary - Class in <Unnamed>
-
A class that represents a binary (base-2) number.
- Binary(Binary) - Constructor for class Binary
-
Initializes this binary number by copying the bits from another binary number.
- Binary(List<Bit>) - Constructor for class Binary
-
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