Class TAltHashList

Unit

Declaration

type TAltHashList = class(TFPHashList)

Description

Hierarchy

Overview

Methods

Public constructor Create(const Nelements: Integer);
Public destructor Destroy; OVERRIDE;
Public function Add(const S: String): Integer; inline;
Public function Find(const S: String): Integer; inline;
Public function FindAbbrev(const S: String): Integer;
Public procedure DumpToFile(const fname: String);
Public function NameOfIndex(i: Integer): String; inline;

Description

Methods

Public constructor Create(const Nelements: Integer);
 
Public destructor Destroy; OVERRIDE;
 
Public function Add(const S: String): Integer; inline;
 
Public function Find(const S: String): Integer; inline;
 
Public function FindAbbrev(const S: String): Integer;
 
Public procedure DumpToFile(const fname: String);
 
Public function NameOfIndex(i: Integer): String; inline;
 

Generated by PasDoc 0.16.0.