| Interface | Description |
|---|---|
| Benchmark.Reporter |
Interface used to report messages.
|
| Predicate<T> | |
| Producer<T> |
An object that produces some
Object each time the Producer.produce() method is invoked. |
| Class | Description |
|---|---|
| Benchmark |
Implements a scheme for benchmarking, i.e. for determining and/or reporting the time elapsed between the beginning
and the end of an activity.
|
| Disassembler |
Generates human-readable Java assembler code from Java bytecode.
|
| LineAndColumnTracker |
Keeps track of "line numbers" and "column numbers" while a char stream is being processed.
|
| Numbers |
Utility methods related to
Number. |
| ResourceFinderClassLoader |
A
ClassLoader that uses a ResourceFinder to find
".class" files. |
| StringPattern |
Implementation of a UNIX shell-like string pattern algorithm.
|
| StringUtil |
Utility methods related to
String. |
| SystemProperties |
Copyright © 2024. All rights reserved.