Skip to main content

interface SortedBiMultiMap.Types

Utility interface that provides higher-kinded types for this collection.

Extends: BiMultiMapBase.Types

Properties

_K

The key type.

Definition

readonly _K: K;

Overrides

KeyValue._K

_V

The value type.

Definition

readonly _V: V;

Overrides

KeyValue._V

builder

undocumented

Definition

readonly builder: SortedBiMultiMap.Builder<this['_K'], this['_V']>;

Overrides

Types.builder

context

undocumented

Definition

readonly context: SortedBiMultiMap.Context<this['_K'], this['_V']>;

Overrides

Types.context

keyMultiMapValues

undocumented

Definition

readonly keyMultiMapValues: SortedSet<this['_V']>;

Overrides

Types.keyMultiMapValues

keyValueMultiMap

undocumented

Definition

readonly keyValueMultiMap: SortedMultiMapSortedValue<this['_K'], this['_V']>;

Overrides

Types.keyValueMultiMap

keyValueMultiMapContext

undocumented

Definition

readonly keyValueMultiMapContext: SortedMultiMapSortedValue.Context<this['_K'], this['_V']>;

Overrides

Types.keyValueMultiMapContext

keyValueMultiMapNonEmpty

undocumented

Definition

readonly keyValueMultiMapNonEmpty: SortedMultiMapSortedValue.NonEmpty<this['_K'], this['_V']>;

Overrides

Types.keyValueMultiMapNonEmpty

nonEmpty

undocumented

Definition

readonly nonEmpty: SortedBiMultiMap.NonEmpty<this['_K'], this['_V']>;

Overrides

Types.nonEmpty

normal

undocumented

Definition

readonly normal: SortedBiMultiMap<this['_K'], this['_V']>;

Overrides

Types.normal

valueKeyMultiMap

undocumented

Definition

readonly valueKeyMultiMap: SortedMultiMapSortedValue<this['_V'], this['_K']>;

Overrides

Types.valueKeyMultiMap

valueKeyMultiMapContext

undocumented

Definition

readonly valueKeyMultiMapContext: SortedMultiMapSortedValue.Context<this['_V'], this['_K']>;

Overrides

Types.valueKeyMultiMapContext

valueKeyMultiMapNonEmpty

undocumented

Definition

readonly valueKeyMultiMapNonEmpty: SortedMultiMapSortedValue.NonEmpty<this['_V'], this['_K']>;

Overrides

Types.valueKeyMultiMapNonEmpty

valueMultiMapValues

undocumented

Definition

readonly valueMultiMapValues: SortedSet<this['_K']>;

Overrides

Types.valueMultiMapValues