我有一个return order;
和Set<LicenseNameWithText>
结构如下:
LicenseNameWithText::类型为String的
List<Obligation>
和name
和类型为id
的
obligationList
//一开始是空的
义务::字符串类型的
List<Obligation>
和text
类型的
licenseIdList
//已填充
List<String>
中出现的id
等于LicenseNameWithText
的{{1}}中出现的每个元素。
,licenseIds
中的每个Obligation
可以具有多个义务。
映射将为licenseId
我想要实现的是使用licenseIdList
中的licenseId -> List<Obligation>
填充obligationList
中的LicenseNameWithText
。
我想使用Java 8流实现这一点。
传统的for循环如下所示:
licenseIdList