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