Home
last modified time | relevance | path

Searched defs:toArrayImpl (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava/src/com/google/common/collect/
DObjectArrays.java129 static <T extends @Nullable Object> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays
153 static <T extends @Nullable Object> T[] toArrayImpl( in toArrayImpl() method in ObjectArrays
178 static @Nullable Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays
/external/guava/guava/src/com/google/common/collect/
DObjectArrays.java128 static <T extends @Nullable Object> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays
152 static <T extends @Nullable Object> T[] toArrayImpl( in toArrayImpl() method in ObjectArrays
177 static @Nullable Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays