| Class | Description |
|---|---|
| Base64 | |
| ByteArrayBuilder | |
| Cleaner |
Replacement for sun.misc.Cleaner.
|
| DateFormat |
High performance thread-safe date and time formatter
that uses dynamic bytecode generation to precompile patterns.
|
| DateFormatGenerator | |
| Dates |
Fast garbage-free algorithms for manipulating calendar dates
|
| DigestStream | |
| Hash | |
| Hex | |
| JavaFeatures | |
| JavaInternals | |
| MethodHandlesReflection |
Allows to lookup information about available Class' methods using java.lang.invoke API,
when the standard getDeclaredMethods() fail with NoClassDefFoundError due to some missing class file.
|
| NativeReflection |
Allows to get a subset of available Class' fields or methods,
when the standard getDeclaredFields() / getDeclaredMethods()
fail with NoClassDefFoundError due to some missing class file.
|
| QuickSelect | |
| SimpleName | |
| URLEncoder | |
| Utf8 |
| Exception | Description |
|---|---|
| BreakException |