Searched refs:toCollection (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DIterables.java293 Collection<? extends T> collection = toCollection(iterable);
306 return toCollection(iterable).toArray();
314 private static <E> Collection<E> toCollection(Iterable<E> iterable) { method in class:Iterables
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterables.java288 return toCollection(iterable).toArray();
296 private static <E> Collection<E> toCollection(Iterable<E> iterable) { method in class:Iterables

Completed in 50 milliseconds