How to get a list of specific fields values from objects stored in a list?

后端 未结 12 1214
长发绾君心
长发绾君心 2021-01-31 08:23

Say I have an list of objects with two fields field1 and field2, both of String type.

How do I get a list of all field1 values wit

12条回答
  •  独厮守ぢ
    2021-01-31 09:01

    Neither java as a language nor JDK libraries do not do what you want yet. You can either use LambdaJ or wait for Java 8 that is expected to include lambda expressions.

提交回复
热议问题