How to collect the list of object if values are same

前端 未结 0 925
一个人的身影
一个人的身影 2020-12-16 14:27

I have a list of objects of type A, where A is like below:

Class A {
  int week;
  String title;
  int day;
}

I want make list of object of t

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