java8 從對象集合中取出某個字段的集合

public class FeildTest { public static void main(String[] args) { //定義list集合 List<P> list = Arrays.asList(new P(1, "哈哈"), new P(2, "嘿嘿"), new P(3, "呵呵")); //從list集合中,取出字段n
相關文章
相關標籤/搜索