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