Map<String,ComponentDto> componentsByUuids=stream.collect(MoreCollectors.uniqueIndex(ComponentDto::uuid)); | Map<String,ComponentDto> componentsByUuids=componentDtos.stream().collect(MoreCollectors.uniqueIndex(ComponentDto::uuid)); | stream.collect(MoreCollectors.uniqueIndex(ComponentDto::uuid)) | stream.stream().collect(MoreCollectors.uniqueIndex(ComponentDto::uuid)) | sonarqube | 133d5af9c0d39429334a140b9ead77bda2b4fe98 | org.sonar.server.component.ws.SuggestionsAction | | | TCIVar | stream |
---|
v1 | MoreCollectors.uniqueIndex(ComponentDto::uuid) |
---|
| | TCIVar | stream |
---|
v1 | MoreCollectors.uniqueIndex(ComponentDto::uuid) |
---|
| Uses | False |