|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.elca.el4j.util.codingsupport.ObjectUtils
public final class ObjectUtils
This class supports methods to handle with objects. It covers only caps of
class org.springframework.util.ObjectUtils
.
Method Summary | |
---|---|
static String |
asString(String s)
Method which always returns a string object. |
static boolean |
nullSaveEquals(String s1,
String s2)
This method is used to compare two strings. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean nullSaveEquals(String s1, String s2)
s1
- Is the first string.s2
- Is the second string.
public static String asString(String s)
s
- Is the string to check.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |