MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / insertElementAt

Method insertElementAt

src/java/util/Vector.java:324–333  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

addItemMethod · 0.80

Calls 2

ensureCapacityMethod · 0.95
arraycopyMethod · 0.95

Tested by

no test coverage detected