IHashTable<T> Interface

Definition

Internally used interface to achieve virtual method dispatch on FindWithComparer or FindWithoutComparer

Delphi
type IHashTable<T> = interface(IInterface)

Type Parameters

T
Inheritance
IInterface
IHashTable<T>

Methods