public final class ObjectUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equalsOrNull(Object o1,
Object o2)
Return true if both are null, or if they are equals.
|
static String |
toString(Object o)
Return "null" if o is null, else call the method toString on the object.
|
Copyright © 2019. All rights reserved.