Searched defs:anArray (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DVector.java181 * component {@code k} of {@code anArray}.
183 * @param anArray the array into which the components get copied
191 public synchronized void copyInto(Object[] anArray) { argument
192 System.arraycopy(elementData, 0, anArray, 0, elementCount);

Completed in 33 milliseconds