documentationfor yFiles for HTML 2.6

Mapper<K,V>

An IMapper<K,V> implementation backed by a IMap<TKey,TValue>.

Inheritance Hierarchy
Mapper
Implemented Interfaces

Remarks

A defaultValue can be set that is returned for keys that don't have an explicit value set.

It is legal to use null as key, which can be assigned a value just like other keys.

Type Parameters

K
V

Type Details

yfiles module
view-component
yfiles-umd modules
All view modules
Legacy UMD name
yfiles.collections.Mapper

See Also

Constructors

Properties

Methods