Click or drag to resize
BTreeKey, Value Methods

The BTreeKey, Value generic type exposes the following members.

Methods
  NameDescription
Public methodGet
Returns the value associated with the given key.
Public methodStatic memberMainTest
Demo test the BTree data type.
Public methodPut
Inserts the key-value pair into the symbol table, overwriting the old value with the new value if the key is already in the symbol table. If the value is null, this effectively deletes the key from the symbol table.
Public methodToString
Returns a string representation of this B-tree (for debugging).
(Overrides ObjectToString.)
Top
See Also