语法糖取对象A的list中的两个字段插入map
List<A> as=new ArrayList<>(); Map<String,String> AMap=as.stream().collect(Collectors.toMap(A::getCode,A::getName));