| Interface | Description |
|---|---|
| AutoCloseableLock | |
| TriConsumer<T,U,V> |
Like
BiConsumer but with 3 params. |
| Class | Description |
|---|---|
| AutoCloseableReentrantReadWriteLock |
A utility class that wraps a multi-read/single-write lock construct as AutoCloseable, so it can
be used in a try-with-resources.
|
| ObjectUtils |
Copyright © 2023. All rights reserved.