Interface IKeyValuePair<K, V>

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

A (key, value) pair, used in Maps.

Type Parameters

  • K

  • V

Index

Properties

Properties

Gets a key for a value in a Map.

returns

the key uniquely identifying a value in a Map.

Gets a value in a Map.

returns

a value in a Map corresponding to a key.