Interface | Description |
---|---|
Callback<T> |
Simple interface that allows asynchronous code to perform a parameterized callback
or failure in a similar way to GWT's callback interface
|
LazyValue<T> |
Useful when passing a value that might not exist to a function, e.g.
|
Class | Description |
---|---|
Base64 |
This class implements Base64 encoding/decoding functionality
as specified in RFC 2045 (http://www.ietf.org/rfc/rfc2045.txt).
|
BigDecimal |
Class representing a simple version of a big decimal.
|
BigInteger |
A simplified version of big integer from the bouncy castle implementation
|
CStringBuilder | Deprecated
we will be moving to the proper string builder very soon
|
MathUtil |
MathUtil for Java ME.
|
StringUtil |
Various utility methods for manipulating strings
|
General utilities classes