| Package | Description |
|---|---|
| net.openhft.chronicle.core | |
| net.openhft.chronicle.core.internal.invariant.ints | |
| net.openhft.chronicle.core.internal.invariant.longs | |
| net.openhft.chronicle.core.internal.util | |
| net.openhft.chronicle.core.onoes |
Provides classes and interfaces for exception handling, logging, and associated utilities.
|
| net.openhft.chronicle.core.pool |
Provides classes and interfaces for pooling and efficient access of various resources like classes, strings, and enum values.
|
| net.openhft.chronicle.core.threads |
Provides classes and interfaces for thread management and scheduling in an
event-driven programming model.
|
| net.openhft.chronicle.core.util |
| Class and Description |
|---|
| MisAlignedAssertionError
The
MisAlignedAssertionError is thrown to indicate that an attempted memory operation
failed due to a misaligned memory address. |
| Class and Description |
|---|
| IntBiPredicate
Represents a predicate (boolean-valued function) of two int arguments.
|
| IntTriPredicate
Represents a predicate (boolean-valued function) of three int arguments.
|
| Class and Description |
|---|
| LongBiPredicate
Represents a predicate (boolean-valued function) of two long arguments.
|
| LongTriPredicate
Deprecated.
|
| Class and Description |
|---|
| ThreadConfinementAsserter |
| Class and Description |
|---|
| IgnoresEverything
A marker interface which shows this implementation ignores everything.
|
| Class and Description |
|---|
| ClassNotFoundRuntimeException
A runtime exception used to wrap a
ClassNotFoundException. |
| CoreDynamicEnum
Represents the core behavior expected of a dynamic enumeration instance.
|
| Class and Description |
|---|
| ThrowingConsumer
Represents an operation that accepts a single input argument and returns no
result.
|
| Class and Description |
|---|
| BooleanConsumer
Represents an operation that accepts a single
Boolean-valued argument and returns no result. |
| 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
A singleton enum implementing a Comparator for comparing instances of
CharSequence. |
| CoreDynamicEnum
Represents the core behavior expected of a dynamic enumeration instance.
|
| FloatConsumer
Represents an operation that accepts a single
float-valued argument and returns no result. |
| GenericReflection
Provides utility methods for reflective operations on generic types.
|
| Histogram
A
Histogram class represents a histogram of samples. |
| IntBiPredicate
Represents a predicate (boolean-valued function) of two int arguments.
|
| IntTriPredicate
Represents a predicate (boolean-valued function) of three int arguments.
|
| LongBiPredicate
Represents a predicate (boolean-valued function) of two long arguments.
|
| LongTriPredicate
Deprecated.
|
| NanoSampler
The
NanoSampler interface provides a contract for recording samples where the duration of each sample
is measured in nanoseconds. |
| ObjectUtils.Immutability |
| ShortConsumer
Represents an operation that accepts a single
short-valued argument and returns no result. |
| ThreadConfinementAsserter |
| 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.
|
| ThrowingIntSupplier
Represents a supplier of results which might throw an Exception
|
| ThrowingLongSupplier
Represents a supplier of results which might throw an Exception
|
| ThrowingSupplier
Represents a supplier of results which might throw an Exception
|
| Updater
Represents an operation that alters an object.
|
Copyright © 2023. All rights reserved.