| Package | Description |
|---|---|
| ca.randolf.lang |
Various classes that add value to Java.
|
| ca.randolf.util |
Convenient utility classes that help make commonly needed programming
tasks easier.
|
| Class and Description |
|---|
| DynamicThread
A DynamicThread is the Object returned by DynamicThreadPool.dispatch().
|
| DynamicThreadPool
Creates a thread pool that can have either a static number of threads, or
a dynamically changing number of threads depending on various policies as
set by the caller.
|
| Nybble
Instances of class
Nybble represent primitive
byte values because this is the smallest primitive available
that can accomodate a nybble. |
| VeryLong
Instances of class
VeryLong represent non-existent primitive
128-bit verylong values by using a 16-byte primitive byte[]
array. The BigInteger class is used internally to provide functions
but without exceeding the boundaries of a signed 128-bit value. |
| Class and Description |
|---|
| VeryLong
Instances of class
VeryLong represent non-existent primitive
128-bit verylong values by using a 16-byte primitive byte[]
array. The BigInteger class is used internally to provide functions
but without exceeding the boundaries of a signed 128-bit value. |