ISortedMapConst

Description

interface Tinman.Core.Collections.ISortedMapConst
<TKey>
<TValue>

Derived from

IMapConst<TKey, TValue>

Extended by

ISortedMap

Base interface for immutable dictionaries that store their keys in order.

Public / Attributes

Maximum​Entry


public attribute MaximumEntry → (get)

value : MapEntry<TKey, TValue>

The maximum entry.

Returns the maximum entry of this dictionary.

Maximum​Key


public attribute MaximumKey → (get)

value : TKey

The maximum key.

Returns the maximum key of this dictionary.

Minimum​Entry


public attribute MinimumEntry → (get)

value : MapEntry<TKey, TValue>

The minimum entry.

Returns the minimum entry of this dictionary.

Minimum​Key


public attribute MinimumKey → (get)

value : TKey

The minimum key.

Returns the minimum key of this dictionary.