Searched defs:toCollection (Results 1 – 3 of 3) sorted by relevance
99 public <C extends Collection<V>> C toCollection(C output) { in toCollection() method in With125 public <W, C extends Collection<W>> C toCollection(Transform<V, W> filter, C output) { in toCollection() method in With
319 private static <E> Collection<E> toCollection(Iterable<E> iterable) { in toCollection() method in Iterables
336 private static <E> Collection<E> toCollection(Iterable<E> iterable) { in toCollection() method in Iterables