Click or drag to resize
IHeapKey, Value Interface
Interface pro datovou strukturu halda

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IHeap<Key, Value>
where Key : IComparable

Type Parameters

Key

[Missing <typeparam name="Key"/> documentation for "T:MAPFsimulator.IHeap`2"]

Value

[Missing <typeparam name="Value"/> documentation for "T:MAPFsimulator.IHeap`2"]

The IHeapKey, Value type exposes the following members.

Methods
  NameDescription
Public methodgetMin
vraceni minima
Public methodgetMinKey
vraceni minima klice
Public methodinsert
vlozeni prvku
Public methodremoveMin
odstraneni minimalniho prvku
Public methodsize
pocet prvku v halde
Top
See Also