Searched defs:toArrayImpl (Results 1 – 2 of 2) sorted by relevance
109 static <T> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays135 static Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays
136 static <T> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays162 static Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays