documentationfor yFiles for HTML 3.0.0.3

Usages of IMap

Properties

deserializationPropertyOverridesin GraphMLIOHandlerGets the mapper for the overrides of the deserialization properties.
serializationPropertyOverridesin GraphMLIOHandlerGets the mapper for the overrides of the serialization properties.
globalNamespacesin IXmlNamespaceManagerGets a list of all namespace declarations that should be declared at the document's root element.

Method Parameters

copyTo (IMap<TKey,TValue>)in ResultItemMappingCopies the entries of this mapping into the given dictionary.
Mapper (IMap<K|null,V|null>, V?)in MapperCreates an instance using the provided HashMap<K,V> as the backing store.

Implementing Types

HashMapThe default implementation for IMap<TKey,TValue>.