利用map统计list中对象某一属性的个数
/** * 利用map统计list中对象某一属性的个数 */ Map<String,Integer> map = new HashMap<>(); List<User&g ...
/** * 利用map统计list中对象某一属性的个数 */ Map<String,Integer> map = new HashMap<>(); List<User&g ...