Home
last modified time | relevance | path

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

/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
/libcore/ojluni/src/main/java/java/util/stream/
DCollectors.java1158 Supplier<M> mapFactory,
1169 Supplier<Map<K, A>> mangledFactory = (Supplier<Map<K, A>>) mapFactory;
1316 Supplier<M> mapFactory,
1322 Supplier<ConcurrentMap<K, A>> mangledFactory = (Supplier<ConcurrentMap<K, A>>) mapFactory;
1692 Supplier<M> mapFactory) {
1696 return new CollectorImpl<>(mapFactory, accumulator, mapMerger(mergeFunction), CH_ID);
1856 Supplier<M> mapFactory) {
1860 … return new CollectorImpl<>(mapFactory, accumulator, mapMerger(mergeFunction), CH_CONCURRENT_ID);