Method Successor
Successor(K)
Get the entry in the dictionary whose key is the successor of the specified key.
Declaration
public KeyValuePair<K, V> Successor(K key)
Parameters
Type | Name | Description |
---|---|---|
K | key | The key |
Returns
Type | Description |
---|---|
KeyValuePair<K, V> | The entry |
Implements
Exceptions
Type | Condition |
---|---|
NoSuchItemException |