| Package | Description |
|---|---|
| net.openhft.chronicle.core.jlbh | |
| net.openhft.chronicle.core.util |
| Class and Description |
|---|
| Histogram |
| NanoSampler |
| Class and Description |
|---|
| Annotations |
| BooleanConsumer
Represents an operation that accepts a single
Boolean-valued argument and returns no result. |
| ByteBuffers |
| ByteConsumer
Represents an operation that accepts a single
byte-valued argument and returns no result. |
| CharConsumer
Represents an operation that accepts a single
char-valued argument and returns no result. |
| CharSequenceComparator |
| FloatConsumer
Represents an operation that accepts a single
float-valued argument and returns no result. |
| Histogram |
| NanoSampler |
| ObjectUtils |
| ObjectUtils.Immutability |
| ShortConsumer
Represents an operation that accepts a single
short-valued argument and returns no result. |
| StringUtils |
| ThrowingBiConsumer
Represents an operation that accepts two input arguments and returns no
result.
|
| ThrowingBiFunction
Represents a function that accepts two arguments and produces a result.
|
| ThrowingConsumer
Represents an operation that accepts a single input argument and returns no
result.
|
| ThrowingFunction
Represents a function that accepts one argument and produces a result.
|
| ThrowingSupplier
Represents a supplier of results which might throw an Exception
|
| Time
A timer for timeouts which is resilient to pauses in the JVM, tickTime can only increase if the JVM hasn't been paused.
|
| Updater
This is similar to a Consumer but it is expected to alter the object whereas a Consumer is not expected to.
|
| WeakReferenceCleaner
Intended as a replacement for usage of sun.misc.Cleaner/jdk.internal.ref.Cleaner
|
Copyright © 2018. All rights reserved.