| Class | Description |
|---|---|
| ArrayListStack<T> | |
| CallFrame | |
| CallStack |
Defines a call stack for function calls that represents the nested order
of function calls
|
| CollectionUtil | |
| CommandLineArgs | |
| Doc | |
| EmptyIterator<T> | |
| ErrorMessage | |
| HexFormatter |
A hex formatter
|
| HexUtil | |
| Inspector | |
| Licenses | |
| LoremIpsum |
Creates arbitrary length Lorem Ipsum based texts.
|
| MeterRegistry | |
| MimeTypes |
Simple mime-type util for the most common mime-types
|
| StopWatch |
A stop watch
|
| StreamUtil | |
| StringUtil | |
| ThreadPoolUtil | |
| Tuple2<F,S> |
Defines a generic tuple with 2 elements
|
| Tuple3<F,S,T> |
Defines a generic tuple with 3 elements
|
| Tuple4<A,B,C,D> |
Defines a generic tuple with 4 elements
|
| Watchable | |
| WithCallStack |
Run code with an explicit Venice call stack
|
| XmlAttributesWrapper |
Wraps
Attributes to allow reflective access
without "illegal reflective access operations" warnings on Java 9+ |
| Enum | Description |
|---|---|
| StopWatch.Resolution |