A B C E G H M N O S T V Z 
All Classes All Packages

T

toDecimal() - Method in class Binary
Returns the decimal (base 10) value of this binary number as an int value.
toDecimalHelper(List<Bit>) - Static method in class Binary
Recursively computes the decimal value of a binary number represented as a list of bits.
toString() - Method in class Binary
Returns a string representation of this binary number.
toString() - Method in class Bit
Returns the string representation of this bit ("0" or "1").
A B C E G H M N O S T V Z 
All Classes All Packages