| Interface | Description |
|---|---|
| ClassLookup |
An interface for looking up classes by name and associating them with aliases.
|
| StringInterner.Changed |
Callback for receiving notification when a value is stored.
|
| Class | Description |
|---|---|
| ClassAliasPool |
A class responsible for looking up classes and associating them with aliases for
more convenient referencing.
|
| DynamicEnumClass<E extends CoreDynamicEnum<E>> |
Represents a dynamic enumeration class that extends the capabilities of
EnumCache. |
| EnumCache<E> |
Abstract base class for caching and efficient access to enum-like instances.
|
| EnumInterner<E extends Enum<E>> |
This class represents a cache for enum values to improve performance in scenarios where the same enum values
are frequently looked up by name.
|
| ParsingCache<E> |
A cache for parsed values that is optimized for fast lookup.
|
| StaticEnumClass<E extends Enum<E>> |
Represents a static enumeration class that extends the capabilities of
EnumCache. |
| StringBuilderPool |
This class provides a pool of StringBuilder objects for efficient string building operations.
|
| StringInterner |
StringInterner only guarantees it will behave in a correct manner.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.