AtomicMap
A Map that allows for thread safe, atomic mutation. Returned collections such as entries and iterator reference a snapshot of when they were accessed, and are not mutated when the map is.
Although mutable, this class intentionally does not implement MutableMap. Mutation must use designated mutator functions (mutate, snapshotAndMutate, mutateAndSnapshot).
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Convert a map to a Plain Old JavaScript Object by transforming the keys to strings and the values to any of the JavaScript types. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#javascript_types