Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/stream/
DCollectors.java1138 Supplier<M> mapFactory,
1149 Supplier<Map<K, A>> mangledFactory = (Supplier<Map<K, A>>) mapFactory;
1296 Supplier<M> mapFactory,
1302 Supplier<ConcurrentMap<K, A>> mangledFactory = (Supplier<ConcurrentMap<K, A>>) mapFactory;
1672 Supplier<M> mapFactory) {
1676 return new CollectorImpl<>(mapFactory, accumulator, mapMerger(mergeFunction), CH_ID);
1836 Supplier<M> mapFactory) {
1840 … return new CollectorImpl<>(mapFactory, accumulator, mapMerger(mergeFunction), CH_CONCURRENT_ID);
/libcore/ojluni/annotations/flagged_api/java/util/stream/
DCollectors.annotated.java85 …tion<? super T,? extends K> classifier, java.util.function.Supplier<M> mapFactory, java.util.strea… in groupingBy() argument
91 …tion<? super T,? extends K> classifier, java.util.function.Supplier<M> mapFactory, java.util.strea… in groupingByConcurrent() argument
105 …nction.BinaryOperator<U> mergeFunction, java.util.function.Supplier<M> mapFactory) { throw new Run… in toMap() argument
111 …nction.BinaryOperator<U> mergeFunction, java.util.function.Supplier<M> mapFactory) { throw new Run… in toConcurrentMap() argument