| Package | Description |
|---|---|
| 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.util |
| Modifier and Type | Field and Description |
|---|---|
static ClassLocal<EnumInterner<?>> |
EnumInterner.ENUM_INTERNER
A cache for EnumInterner instances.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> @NotNull ClassLocal<V> |
ClassLocal.withInitial(Function<Class<?>,V> classVFunction)
Function to create a value to cache information associated with a Class
|
Copyright © 2024. All rights reserved.