MapBase

Description

abstract class Tinman.Core.Collections.MapBase
<TKey>
<TValue>

Derived from

MapConstBase<TKey, TValue> abstract
IMap<TKey, TValue>

Extended by

IdentityMap sealed
Map
TreeMap

Abstract base class for IMap implementations.

Protected / Constructors

Map​Base


protected constructor MapBase → (2)

equals opt : EqualsDelegate<TKey> = null

The equality delegate or null.

compare opt : CompareDelegate<TKey> = null

The compare delegate or null.

Creates a new instance of MapBase.