java8从list集合中取出某一属性

转载链接:https://blog.csdn.net/Mint6/article/details/78798191/

特别注意点:从list集合中取出某个属性时,先要判断是否为null,如果为null会报空指针异常。

你可能感兴趣的:(Java知识点)