public class ObjectHelper extends Object
Modifier | Constructor and Description |
---|---|
protected |
ObjectHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isEqual(Object lhs,
Object rhs)
Returns true if object on left side is equal to object on right side
|
static boolean |
isOneOf(Object lhs,
Object[] rhs)
Return true if object on left side is one of the items in array of objects
|
protected ObjectHelper()
public static boolean isEqual(Object lhs, Object rhs)
lhs
- object on left side of equationrhs
- object on right side of equationpublic static boolean isOneOf(Object lhs, Object[] rhs)
lhs
- object on left side of equationrhs
- object on right side of equationCopyright © 2004–2016 The Kuali Foundation. All rights reserved.