| Interface | Description |
|---|---|
| Clock |
An abstraction for a clock.
|
| Metronome |
A class that can be used to perform an action at a regular interval.
|
| Stopwatch.Durations |
The average and total durations as measured by one or more stopwatches.
|
| Stopwatch.Statistics |
The timing statistics for a recorded set of samples.
|
| Stopwatch.StopwatchSet |
A set of stopwatches whose durations are combined.
|
| Strings.CharacterPredicate |
Represents a predicate (boolean-valued function) of one character argument.
|
| Class | Description |
|---|---|
| Collect |
A set of utilities for more easily creating various kinds of collections.
|
| FunctionalReadWriteLock |
A form of a read-write lock that has methods that allow lambdas to be performed while the read or write lock is acquired and
held.
|
| HashCode |
Utilities for easily computing hash codes.
|
| IoUtil |
A set of utilities for more easily performing I/O.
|
| Iterators |
A utility for creating iterators.
|
| Joiner |
A utility for joining multiple
character sequences together. |
| LoggingContext |
A utility that provides a consistent set of properties for the Mapped Diagnostic Context (MDC) properties used by Debezium
components.
|
| LoggingContext.PreviousContext |
A snapshot of an MDC context that can be
LoggingContext.PreviousContext.restore(). |
| MathOps |
Utilities for performing math operations with mixed native and advanced numeric types.
|
| Sequences |
Utility methods for obtaining streams of integers.
|
| Stopwatch |
A stopwatch for measuring durations.
|
| Stopwatch.BaseDurations |
Abstract base class for
Stopwatch.Durations implementations. |
| Stopwatch.MultipleDurations |
A
Stopwatch.Durations implementation that accumulates all added durations. |
| Stopwatch.SingleDuration |
A
Stopwatch.Durations implementation that only remembers the most recently added duration. |
| Strings |
String-related utility methods.
|
| VariableLatch |
A latch that works similarly to
CountDownLatch except that it can also increase the count dynamically. |
| VariableLatch.Sync |
Synchronization control For CountDownLatch.
|
| Enum | Description |
|---|---|
| Strings.Justify |
Copyright © 2016 JBoss by Red Hat. All rights reserved.