public final class ObjectUtility extends Object
| Modifier | Constructor and Description |
|---|---|
private |
ObjectUtility()
Private Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equalsOrBothNull(Object object1,
Object object2)
Return true if the object are equals or both null.
|
static String |
lowerFirstChar(String upperCasedString)
Lower case te first char of a string.
|
static boolean |
notEquals(Object object1,
Object object2)
Return true if the object are NOT equals.
|
public static boolean equalsOrBothNull(Object object1, Object object2)
object1 - first object to compareobject2 - second object to comparepublic static boolean notEquals(Object object1, Object object2)
object1 - first object to compareobject2 - second object to compareCopyright © 2011–2014 JRebirth OSS. All rights reserved.