|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vfny.geoserver.global.dto.EqualsLibrary
Utility methods with custom equals implementation against Maps and Lists.
Static Library class for testing equality of complex structures independant of their contents.
| Method Summary | |
static boolean |
equals(java.util.List a,
java.util.List b)
equals purpose. |
static boolean |
equals(java.util.Map a,
java.util.Map b)
equals purpose. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static boolean equals(java.util.List a,
java.util.List b)
Performs a complex equality check between two Lists
a - One List to be comparedb - The other List to be compared
List,
Object.equals(java.lang.Object)
public static boolean equals(java.util.Map a,
java.util.Map b)
Performs a complex equality check between two Maps
a - One Map to be comparedb - The other Map to be compared
Map,
Object.equals(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||