MapBase

Description

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

Derived from

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

Extended by

IdentityMap sealed
Map sealed
TreeMap sealed

Abstract base class for IMap implementations.

Protected / Constructors

Map​Base

3 overloads


protected constructor MapBase1 → ()

Creates a new instance of MapBase.


protected constructor MapBase2 → (1)

compare in : CompareDelegate<TKey>

The compare delegate.

Creates a new instance of MapBase.


protected constructor MapBase3 → (1)

equals in : EqualsDelegate<TKey>

The equality delegate.

Creates a new instance of MapBase.