| Interface | Description |
|---|---|
| ExceptionUtils.CheckedRunnable |
Interface that mimics Runnable but can additionally throw checked exceptions.
|
| Class | Description |
|---|---|
| AbstractTwoLevelMap<K,V> |
A two-level map of items.
|
| ArrayUtils |
Static class that contains a handful of array helper functions.
|
| Base32Encoder |
Static class that contains utility functions for converting Base32 strings to and from bytes.
|
| Base64Encoder |
Static class that contains utility functions for converting Base64 strings to and from bytes.
|
| ByteUtils | |
| CircularStack<E> |
Circular stack is a last in first out buffer with fixed size that replace its oldest element if
full.
|
| ConvertUtils |
Static class that contains utility functions for converting hex strings to and from bytes.
|
| ExceptionUtils |
Static class that contains helper functions for dealing with exceptions.
|
| FormatUtils |
Static class containing helper functions for formatting.
|
| MapperUtils |
Utility class for mappers.
|
| StringEncoder |
Static class that contains utility functions for converting strings to and from UTF-8 bytes.
|
| StringUtils |
Static class that contains string utility functions.
|
| Suppliers |
Created by fernando on 02/08/19.
|
| Enum | Description |
|---|---|
| HttpStatus |
Java 5 enumeration of HTTP status codes.
|