Click or drag to resize
RegularBinaryHeapValue Methods

The RegularBinaryHeapValue generic type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Private methodgetLeftSuccesor
Public methodgetMin
Vraci minimalni prvek haldy.
Public methodgetMinKey
Vraci hodnotu nejmensiho klice.
Private methodgetPredecessor
Private methodgetRightSuccesor
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Private methodcheckDown
Private methodcheckUp
Public methodinsert
Vlozi prvek v s hodnotou klice k do haldy.
Public methodisEmpty
True, pokud halda neobsahuje zadne prvky.
Private methodisLeaf
Private methodisRoot
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodremoveMin
Odstrani minimum z haldy.
Public methodsize
Vraci pocet prvku haldy.
Private methodswap
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also