Home
last modified time | relevance | path

Searched defs:toCollection (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DWith.java99 public <C extends Collection<V>> C toCollection(C output) { in toCollection() method in With
125 public <W, C extends Collection<W>> C toCollection(Transform<V, W> filter, C output) { in toCollection() method in With
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DIterables.java319 private static <E> Collection<E> toCollection(Iterable<E> iterable) { in toCollection() method in Iterables
/external/guava/guava/src/com/google/common/collect/
DIterables.java336 private static <E> Collection<E> toCollection(Iterable<E> iterable) { in toCollection() method in Iterables