MCPcopy Create free account
hub / github.com/eclipse-streamsheets/streamsheets / Dictionary

Class Dictionary

packages/jsg-core/src/commons/Dictionary.js:27–242  ·  view source on GitHub ↗

* This class organizes a container of object mapped to keys. The keys have to be {Strings}. * * @example * * var map = new Dictionary(); * * // add item to map * map.put("Test", new Point(2, 2)); * * // retrieve item from map * var pt = map.get("Test"); * * @class Map

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected