interface EdgeValuedGraphHashed.Types
Utility interface that provides higher-kinded types for this collection.
Extends: EdgeValuedGraphBase.Types
Properties
_N
undocumented
_N
_V
undocumented
_V
builder
undocumented
builder
context
undocumented
context
link
undocumented
link
linkConnections
undocumented
linkConnections
linkConnectionsBuilder
undocumented
linkConnectionsBuilder
linkConnectionsContext
undocumented
linkConnectionsContext
linkMap
undocumented
linkMap
linkMapBuilder
undocumented
linkMapBuilder
Definition
readonly linkMapBuilder:
HashMap.Builder
<this['_N'],
HashMap.Builder
<this['_N'], this['_V']>>;
Overrides
linkMapContext
undocumented
linkMapContext
linkMapNonEmpty
undocumented
linkMapNonEmpty
Definition
readonly linkMapNonEmpty:
HashMap.NonEmpty
<this['_N'],
HashMap
<this['_N'], this['_V']>>;
Overrides
linkTarget
undocumented
linkTarget
nonEmpty
undocumented
nonEmpty
normal
undocumented
normal