Class THashList
Unit
Declaration
type THashList = class(TObject)
Description
Hierarchy
- TObject
- THashList
Overview
Fields
InitialAllocation: Cardinal; |
Methods
constructor Create(Nelements: Cardinal); |
|
destructor Destroy; OVERRIDE; |
|
function Add(const S: String): Integer; |
|
function Find(const S: String): Integer; |
|
function FindNext: Integer; |
|
function FindAbbrev(const S: String): Integer; |
|
function NameOfIndex(i: Cardinal): String; |
|
procedure DumpToFile(const fname: String); |
|
procedure Clear; |
Properties
property Count: Cardinal READ NumElements; |
Description
Fields
InitialAllocation: Cardinal; |
|
Methods
constructor Create(Nelements: Cardinal); |
|
destructor Destroy; OVERRIDE; |
|
function Add(const S: String): Integer; |
|
function Find(const S: String): Integer; |
|
function FindNext: Integer; |
|
function FindAbbrev(const S: String): Integer; |
|
repeat find for duplicate string in same hash list |
function NameOfIndex(i: Cardinal): String; |
|
procedure DumpToFile(const fname: String); |
|
procedure Expand(NewSize: Cardinal); {Expands number of elements} |
procedure Clear; |
|
Properties
property Count: Cardinal READ NumElements; |
|
Generated by PasDoc 0.16.0.