TriePrefix (gb.data)
Properties
Key
|
Return the relative key of the last enumerated object.
|
Prefix
|
Return the prefix string of this object.
|
Methods
Add
|
Add bytes to the prefix. If the extended prefix does not exist within the Trie, an error is raised.
|
Exist
|
Return if the given key exists relative to the prefix. This returns the same as hTrie.Exist(hTriePrefix.Prefix & RelKey) .
|
Remove
|
Remove bytes from the end of the prefix.
|