Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DObjectArrays.java131 static <T extends @Nullable Object> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays
155 static <T extends @Nullable Object> T[] toArrayImpl( in toArrayImpl() method in ObjectArrays
180 static @Nullable Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays
/external/guava/android/guava/src/com/google/common/collect/
DObjectArrays.java132 static <T extends @Nullable Object> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays
156 static <T extends @Nullable Object> T[] toArrayImpl( in toArrayImpl() method in ObjectArrays
181 static @Nullable Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays