|
Assign(TPersistent)
|
Copies the Source hashtable to the current table
|
|
BeginUpdate
|
Enables the hash table to track when the table is changing
|
|
Change
|
Represents method Change.
|
|
Clear
|
Clear the table instance of all elements
|
|
ClearCache
|
Represents method ClearCache.
|
|
ContainsItem(TRSPointerType)
|
Returns a boolean value indicating whether the Value is contained within the table
|
|
DivisionHash(Integer,Integer)
|
Represents method DivisionHash(Integer,Integer).
|
|
Elements
|
Returns an iterator (enumeration) for the items in the table
|
|
EndUpdate
|
Enables the hash table to track when the table has finished changing
|
|
FindEntry(TRSPointerType)
|
Represents method FindEntry(TRSPointerType).
|
|
FoldingHash(Integer,Integer)
|
Represents method FoldingHash(Integer,Integer).
|
|
GetEnumerator
|
Returns an enumerator for the hashtable
|
|
GetItemByIndex(Integer)
|
Represents method GetItemByIndex(Integer).
|
|
GetKeyByIndex(Integer)
|
Represents method GetKeyByIndex(Integer).
|
|
GetValue(TRSPointerType)
|
Represents method GetValue(TRSPointerType).
|
|
GoToEntry(Integer)
|
Represents method GoToEntry(Integer).
|
|
HashCode(TRSPointerType,Integer)
|
Represents method HashCode(TRSPointerType,Integer).
|
|
HasKey(TRSPointerType)
|
Overloaded. Represents method HasKey(TRSPointerType).
|
|
HasKey(TRSPointerType,TGHashtableEntry)
|
Overloaded. Represents method HasKey(TRSPointerType,TGHashtableEntry).
|
|
Indices
|
Returns an iterator (enumeration) for the indices
|
|
MidSquareHash(Integer,Integer)
|
Represents method MidSquareHash(Integer,Integer).
|
|
NewHashtableEntry
|
Represents method NewHashtableEntry.
|
|
NextElement
|
Returns next element in the iterator
|
|
PutValue(TRSPointerType,TRSPointerType)
|
Represents method PutValue(TRSPointerType,TRSPointerType).
|
|
Rehash
|
Represents method Rehash.
|
|
RemoveValue(TRSPointerType)
|
Represents method RemoveValue(TRSPointerType).
|
|
Reset
|
Resets the enumeration used by the NextElement method and EOT property to iterate through all the items in the table, i.e., it puts you back at the beginning of the table
|
|
SetCollisions(Integer)
|
Represents method SetCollisions(Integer).
|
|
SetCount(Integer)
|
Represents method SetCount(Integer).
|
|
TruncationHash(Integer,Integer)
|
Represents method TruncationHash(Integer,Integer).
|