Skip to main content

interface SortedBiMultiMap.Types

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

Properties

builder

undocumented

Definition

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

context

undocumented

Definition

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

keyMultiMapValues

undocumented

Definition

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

keyValueMultiMap

undocumented

Definition

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

keyValueMultiMapContext

undocumented

Definition

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

keyValueMultiMapNonEmpty

undocumented

Definition

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

nonEmpty

undocumented

Definition

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

normal

undocumented

Definition

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

valueKeyMultiMap

undocumented

Definition

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

valueKeyMultiMapContext

undocumented

Definition

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

valueKeyMultiMapNonEmpty

undocumented

Definition

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

valueMultiMapValues

undocumented

Definition

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