How do I assert that two HashMap with Javabean values are equal?

后端 未结 8 1267
一整个雨季
一整个雨季 2021-02-13 18:45

I have two HashMap maps that I would like to compare. Question in this case is a Javabean I have written.

How do I ass

8条回答
  •  野性不改
    2021-02-13 19:32

    if your bean class has a field which will be unique for every object you create then you should override equals and hashcode method in ur bean class with that field

提交回复
热议问题