See: Description
| Class | Description |
|---|---|
| ArrayUtils |
The type Array utils.
|
| Float16 |
The
FP16 class is a wrapper and a utility class to manipulate half-precision 16-bit
IEEE 754
floating point data types (also called fp16 or binary16). |
| JavetDateTimeUtils |
The type Date time utils.
|
| JavetDefaultLogger |
Default logger implementation that delegates to
Logger. |
| JavetOSUtils |
Utility class providing OS and platform detection constants and methods.
|
| JavetReflectionUtils |
The type Javet reflection utils.
|
| JavetResourceUtils |
The type Javet resource utils.
|
| JavetTypeUtils |
The type Javet type utils.
|
| JavetVirtualObject |
The type Javet virtual object.
|
| ListUtils |
The type List utils.
|
| SimpleFreeMarkerFormat |
The type Simple free marker format.
|
| SimpleList |
The type Simple list.
|
| SimpleMap |
The type Simple map is a polyfill because Map.of() is not available at JDK 8 .
|
| SimpleSet |
The type Simple set is a polyfill because Set.of() is not available at JDK 8 .
|
| StringUtils |
The type String utils.
|
| ThreadSafeMap<TKey,TValue> |
The type Thread safe map.
|
| V8ValueUtils |
The type V8 value utils.
|
| Enum | Description |
|---|---|
| ThreadSafeMap.Type |
The enum Type.
|
JavetResourceUtils - Safe resource cleanup for V8 values and closables.JavetOSUtils - OS and architecture detection (platform, working directory).JavetDateTimeUtils - Date/time conversion between V8 timestamps and ZonedDateTime.V8ValueUtils - V8 value array and type manipulation helpers.JavetDefaultLogger - Default logging implementation via java.util.logging.StringUtils, ArrayUtils,
ListUtils - Common string, array, and list operations.SimpleMap, SimpleList,
SimpleSet - JDK 8 polyfills for Map.of(), List.of(), Set.of().ThreadSafeMap - Thread-safe map with permanent and weak reference support.