Searched refs:collectionFactory (Results 1 – 1 of 1) sorted by relevance
212 Collector<T, ?, C> toCollection(Supplier<C> collectionFactory) { in toCollection() argument213 return new CollectorImpl<>(collectionFactory, Collection<T>::add, in toCollection()