public class ObjectUtil extends Object
| Constructor and Description |
|---|
ObjectUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
checkNull(T object,
String name) |
static int |
compare(int previousResult,
Serializable localAttr,
Serializable otherAttr) |
static boolean |
equal(Object my,
Object other) |
static boolean |
isNullOrEmptyString(Object object) |
static boolean |
isObjectToString(String text) |
static int |
nextHashCode(int previousHash,
Serializable attr) |
static String |
removeObjectHash(String text) |
public static <T> T checkNull(T object,
String name)
public static int compare(int previousResult,
Serializable localAttr,
Serializable otherAttr)
public static int nextHashCode(int previousHash,
Serializable attr)
public static boolean isObjectToString(String text)
public static boolean isNullOrEmptyString(Object object)
Copyright © 2018 ReTest GmbH. All rights reserved.