×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: Davide Davide
Added: Mar 22, 2022 5:34 PM
Views: 410
Tags: no tags
  1. Map<String,List<RouteRefDataEntity>> stringRouteRefDataEntityMap= Optional.ofNullable(routeRefDataEntityList.stream()).orElse(Stream.empty())
  2.                         .collect(Collectors.groupingBy(RouteRefDataEntity::getIdAffectedroute));