| BooleanEvaluator |
| ByteProcessor
Provides a mechanism to iterate over a collection of bytes.
|
| Bytes.ByteConsumer
Used to consume bytes.
|
| Bytes.ByteSupplier
Used to supply bytes.
|
| Calendars.DateField |
| Calendars.RecentIntervalType |
| DataSize |
| DataUnit |
| DoubleStatistics |
| Equivalence
A strategy for determining whether two instances are considered equivalent.
|
| Equivalence.Wrapper
|
| Memoable
Interface for Memoable objects.
|
| StringJoiner
StringJoiner is used to construct a sequence of characters separated
by a delimiter and optionally starting with a supplied prefix
and ending with a supplied suffix.
|
| StringMaker |
| ThrowableFunction
这是对 Function的扩展,用于支持当函数执行过程中出现任何错误,都会将异常转换为RuntimeException。
|
| ThrowableFunction2
这是对 Function2的扩展,用于支持当函数执行过程中出现任何错误,都会将异常转换为RuntimeException。
|