| Package | Description |
|---|---|
| java.util.stream |
| Modifier and Type | Method and Description |
|---|---|
static Collector<CharSequence,?,String> |
Collectors.joining() |
static <T> Collector<T,?,List<T>> |
Collectors.toList() |
| Modifier and Type | Method and Description |
|---|---|
<A,R> R |
Stream.collect(Collector<? super T,A,R> collector) |
Copyright © 2026. All rights reserved.