How to change a stream of class objects into a stream of properties of said class?

后端 未结 0 1546
执念已碎
执念已碎 2021-01-22 06:05

I have a class that has 3 properties, all with the same data type, let\'s say:

Class Test {
    int i;
    int j;
    int k;
}

Then, I have a str

相关标签:
回答
  • 消灭零回复
提交回复
热议问题