| 接口 | 说明 |
|---|---|
| CheckedConsumer<T> |
A functional interface that can be used to perform a computation that may throw an exception.
|
| CheckedFunction<T,R> |
A functional interface that can be used to perform a computation that may throw an exception.
|
| CheckedRunnable |
A functional interface that can be used to perform a computation that may throw an exception.
|
| CheckedSupplier<R> |
A functional interface that can be used to perform a computation that may throw an exception.
|
| MultiMap<K,V> |
A map that can hold multiple values for a key.
|
| 类 | 说明 |
|---|---|
| ArrayUtils |
Array utils.
|
| Asserts |
Asserts tool class.
|
| ClassUtils |
Class utils. |
| CollectionUtils | |
| ConfigurationUtil |
ConfigurationUtil
|
| EmptyMultiMap<K,V> |
An empty
MultiMap implementation,
which does not support any modification operations, and all values obtained are empty collections. |
| Lazy<T> |
A lazy initialization holder class.
|
| ObjectUtils |
Common object utils.
|
| ReflectUtils |
ReflectUtils
|
| StandardMultiMap<K,V,C extends Collection<V>> |
A standard implementation of
MultiMap |
| StringUtils |
CharSequence or String utils. |
| TimerUtil |
A util class for recording the time of execution.
|
| Try<T> |
A control structure that can be used to
perform a computation that may throw an exception.
|
Copyright © 2024. All rights reserved.