OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CollectorImpl
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/java/java/util/stream/
Collectors.java
147
static class
CollectorImpl
<T, A, R> implements Collector<T, A, R> {
154
CollectorImpl
(Supplier<A> supplier,
166
CollectorImpl
(Supplier<A> supplier,
213
return new
CollectorImpl
<>(collectionFactory, Collection<T>::add,
230
return new
CollectorImpl
<>((Supplier<List<T>>) ArrayList::new, List::add,
251
return new
CollectorImpl
<>((Supplier<Set<T>>) HashSet::new, Set::add,
264
return new
CollectorImpl
<CharSequence, StringBuilder, String>(
298
return new
CollectorImpl
<>(
354
return new
CollectorImpl
<>(downstream.supplier(),
390
return new
CollectorImpl
<>(downstream.supplier()
[
all
...]
Collector.java
272
return new Collectors.
CollectorImpl
<>(supplier, accumulator, combiner, cs);
307
return new Collectors.
CollectorImpl
<>(supplier, accumulator, combiner, finisher, cs);
/frameworks/base/config/
compiled-classes-phone
[
all
...]
Completed in 70 milliseconds