BinarySearchST<Key, Value> Properties |
The BinarySearchST< Key, Value> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns the number of key-value pairs in this symbol table. |
![]() | IsEmpty |
Returns true if this symbol table is empty. |
![]() | Item |
Indexer wrapping Get and Put for convenient syntax
|
![]() | Max |
Returns the largest key in this symbol table. |
![]() | Min |
Returns the smallest key in this symbol table. |