Searched refs:anArray (Results 1 – 3 of 3) sorted by relevance
53 public synchronized void copyInto(java.lang.Object[] anArray) { in copyInto() argument
191 public synchronized void copyInto(Object[] anArray) { in copyInto() argument192 System.arraycopy(elementData, 0, anArray, 0, elementCount); in copyInto()
41 …opyInto(java.lang.@libcore.util.Nullable Object @libcore.util.NonNull [] anArray) { throw new Runt… in copyInto() argument