Package-level declarations
Types
Link copied to clipboard
Implements baseline Map
-like functionality for JavaScript-compatible map structures. This is the top-most class for all custom JS map implementations provided by Elide. Specialized sub-classes are available for maps with mutability, sorted entries, multi-value entries, and threadsafe access. Each is backed by an equivalent Java map, with JavaScript map methods mapped to equivalent Java map methods.