documentationfor yFiles for HTML 2.6

IMap<TKey,TValue>

A collection of value objects which are mapped to key objects and can be queried using their keys.

Remarks

The keys must have a well defined hashCode method that must not change between registering a value for the key and retrieving a value using the key. Thus it is advisable to use stable, i.e. immutable, objects as the key.

Type Parameters

TKey
The type of the keys.
TValue
The type of the values.

Type Details

yfiles module
core
yfiles-umd modules
All modules
Legacy UMD name
yfiles.collections.IMap

Properties

Methods