Inserts the specified object as an element at the specified index. Elements with an index greater or equal to the current index are shifted up. @param obj the element to insert @param index where to insert the new element @exception ArrayIndexOutOfBoundsException If the index was invalid.
(Object obj, int index)
source not stored for this graph (policy: none)
no test coverage detected