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