| 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 | Class and Description |
|---|---|
class |
DynamicEnumClass<E extends CoreDynamicEnum<E>>
Represents a dynamic enumeration class that extends the capabilities of
EnumCache. |
| Modifier and Type | Field and Description |
|---|---|
static CoreDynamicEnum<?>[] |
DynamicEnumClass.CORE_DYNAMIC_ENUMS |
| Modifier and Type | Method and Description |
|---|---|
E[] |
DynamicEnumClass.asArray() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CoreDynamicEnum<E extends CoreDynamicEnum<E>>
Represents the core behavior expected of a dynamic enumeration instance.
|
Copyright © 2024. All rights reserved.