Home
last modified time | relevance | path

Searched refs:collectionFactory (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
DCollectors.java212 Collector<T, ?, C> toCollection(Supplier<C> collectionFactory) { in toCollection() argument
213 return new CollectorImpl<>(collectionFactory, Collection<T>::add, in toCollection()