IndexMaxPQKeyIncreaseKey Method |
Namespace: Algs4Net
public void IncreaseKey( int i, Key key )
Exception | Condition |
---|---|
IndexOutOfRangeException | unless 0 <= i < maxN |
ArgumentException | if key <= key associated with index i |
InvalidOperationException | no key is associated with index i |