Searched defs:toArrayImpl (Results 1 – 2 of 2) sorted by relevance
131 static <T extends @Nullable Object> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays155 static <T extends @Nullable Object> T[] toArrayImpl( in toArrayImpl() method in ObjectArrays180 static @Nullable Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays
132 static <T extends @Nullable Object> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays156 static <T extends @Nullable Object> T[] toArrayImpl( in toArrayImpl() method in ObjectArrays181 static @Nullable Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays