Home
last modified time | relevance | path

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

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DObjectArrays.java109 static <T> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays
135 static Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays
/external/guava/guava/src/com/google/common/collect/
DObjectArrays.java136 static <T> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays
162 static Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays