| 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.
|
| Class and Description |
|---|
| ClassAliasPool
A class responsible for looking up classes and associating them with aliases for
more convenient referencing.
|
| ClassLookup
An interface for looking up classes by name and associating them with aliases.
|
| EnumCache
Abstract base class for caching and efficient access to enum-like instances.
|
| EnumInterner
This class represents a cache for enum values to improve performance in scenarios where the same enum values
are frequently looked up by name.
|
| StringInterner.Changed |
Copyright © 2024. All rights reserved.