RedBlackBSTKey, Value Properties |
The RedBlackBSTKey, Value generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns the number of key-value pairs in this symbol table. |
![]() | Height |
Returns the height of the BST (for debugging). |
![]() | IsEmpty |
Is this symbol table empty? |
![]() | Item |
Indexer wrapping Get and Put for convenient syntax
|
![]() | Max |
Returns the largest key in the symbol table. |
![]() | Min |
Returns the smallest key in the symbol table. |