Click or drag to resize
IHeapKey, Valueinsert Method
vlozeni prvku

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
void insert(
	Key k,
	Value v
)

Parameters

k
Type: Key

[Missing <param name="k"/> documentation for "M:MAPFsimulator.IHeap`2.insert(`0,`1)"]

v
Type: Value

[Missing <param name="v"/> documentation for "M:MAPFsimulator.IHeap`2.insert(`0,`1)"]

See Also