Package | Description |
---|---|
ca.randolf.lang |
Various classes that add value to Java.
|
Modifier and Type | Method and Description |
---|---|
static Nybble |
Nybble.decode(String s)
Convert the specified
String into a Byte . |
static Nybble |
Nybble.valueOf(String s)
Creates a new
Nybble object using the String
and assuming a radix of 10. |
static Nybble |
Nybble.valueOf(String s,
int radix)
Creates a new
Nybble object using the String
and specified radix (base). |
Modifier and Type | Method and Description |
---|---|
int |
Nybble.compareTo(Nybble n)
Compare two Nybbles numerically by comparing their
nybble
values. |