public class GeneralUtils extends Object
| Constructor and Description |
|---|
GeneralUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(Object obj1,
Object obj2)
Safe equality check that will avoid null pointers.
|
public static boolean equals(Object obj1, Object obj2)
obj1 - first object to compareobj2 - second object to compareObject.equals(Object)Copyright © 2021. All rights reserved.