Decrease the key associated with index i to the specified value. @param i the index of the key to decrease @param key decrease the key associated with index i to this key @throws IndexOutOfBoundsException unless 0 <= i < maxN @throws IllegalArgumentException if {@code key
(int i, Key key)