Skip to main content

interface HashBiMultiMap.Types

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

Properties

builder

undocumented

Definition

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

context

undocumented

Definition

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

keyMultiMapValues

undocumented

Definition

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

keyValueMultiMap

undocumented

Definition

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

nonEmpty

undocumented

Definition

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

normal

undocumented

Definition

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

valueKeyMultiMap

undocumented

Definition

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

valueMultiMapValues

undocumented

Definition

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