Searched defs:toArrayImpl (Results 1 – 2 of 2) sorted by relevance
113 static <T> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays136 static <T> T[] toArrayImpl(Object[] src, int offset, int len, T[] dst) { in toArrayImpl() method in ObjectArrays161 static Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays
142 static <T> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays165 static <T> T[] toArrayImpl(Object[] src, int offset, int len, T[] dst) { in toArrayImpl() method in ObjectArrays190 static Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays