Description | Hierarchy | Fields | Methods | Properties |
type TAdMapKey = class(TObject)
An abstract class for the use in TAdMap. Represents a key in the hashmap.
function Hash:integer; virtual; abstract; |
|
function Equal(AItem:TAdMapKey):boolean; virtual; abstract; |
function Hash:integer; virtual; abstract; |
|
Returns the hash of the object. |
function Equal(AItem:TAdMapKey):boolean; virtual; abstract; |
|
Returns, whether this key is equal to another one. |