Skip to main content

interface EdgeGraphHashed.Types

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

Properties

builder

undocumented

Definition

readonly builder: EdgeGraphHashed.Builder<this['_N']>;

context

undocumented

Definition

readonly context: EdgeGraphHashed.Context<this['_N']>;

linkConnections

undocumented

Definition

readonly linkConnections: HashSet<this['_N']>;

linkConnectionsBuilder

undocumented

Definition

readonly linkConnectionsBuilder: HashSet.Builder<this['_N']>;

linkConnectionsContext

undocumented

Definition

readonly linkConnectionsContext: HashSet.Context<this['_N']>;

linkMap

undocumented

Definition

readonly linkMap: HashMap<this['_N'], HashSet<this['_N']>>;

linkMapBuilder

undocumented

Definition

readonly linkMapBuilder: HashMap.Builder<this['_N'], HashSet.Builder<this['_N']>>;

linkMapContext

undocumented

Definition

readonly linkMapContext: HashMap.Context<this['_N']>;

linkMapNonEmpty

undocumented

Definition

readonly linkMapNonEmpty: HashMap.NonEmpty<this['_N'], HashSet<this['_N']>>;

nonEmpty

undocumented

Definition

readonly nonEmpty: EdgeGraphHashed.NonEmpty<this['_N']>;

normal

undocumented

Definition

readonly normal: EdgeGraphHashed<this['_N']>;