Searched defs:toArrayImpl (Results 1 – 2 of 2) sorted by relevance
129 static <T extends @Nullable Object> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays153 static <T extends @Nullable Object> T[] toArrayImpl( in toArrayImpl() method in ObjectArrays178 static @Nullable Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays
128 static <T extends @Nullable Object> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays152 static <T extends @Nullable Object> T[] toArrayImpl( in toArrayImpl() method in ObjectArrays177 static @Nullable Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays