| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassAliasPool
A class responsible for looking up classes and associating them with aliases for
more convenient referencing.
|
| Modifier and Type | Method and Description |
|---|---|
default @NotNull ClassLookup |
ClassLookup.wrap()
Creates a new ClassLookup instance that wraps this instance.
|
default @NotNull ClassLookup |
ClassLookup.wrap(@NotNull ClassLoader classLoader)
Creates a new ClassLookup instance that wraps this instance and uses the provided
class loader to look up new classes.
|
Copyright © 2024. All rights reserved.