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.java113 static <T> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays
136 static <T> T[] toArrayImpl(Object[] src, int offset, int len, T[] dst) { in toArrayImpl() method in ObjectArrays
161 static Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays
/external/guava/guava/src/com/google/common/collect/
DObjectArrays.java142 static <T> T[] toArrayImpl(Collection<?> c, T[] array) { in toArrayImpl() method in ObjectArrays
165 static <T> T[] toArrayImpl(Object[] src, int offset, int len, T[] dst) { in toArrayImpl() method in ObjectArrays
190 static Object[] toArrayImpl(Collection<?> c) { in toArrayImpl() method in ObjectArrays