Navigation: Code Documentation > RSCommon > DataStructures > Classes > TFloatHeap > Methods
TFloatHeap.GetItem(Integer) Method
Returns the item in the heap at the specified position.
Namespace: DataStructures
Delphi
protected function GetItem(Index: Integer): TObject; override;
Parameters
Index
Type: Integer
Type: TObject
TCustomHeap.GetItem(Integer)
•DataStructures.TCustomHeap.Item[Integer]
•DataStructures.TCustomHeap.Element[Integer]
•DataStructures.TCustomHeap.Count
•TFloatHeap
•DataStructures