|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.genericra.util.StringUtils
public class StringUtils
Common utility functions for String
Constructor Summary | |
---|---|
StringUtils()
|
Method Summary | |
---|---|
static boolean |
isEqual(java.lang.String str1,
java.lang.String str2)
Returns true if two strings are equal; false otherwise |
static boolean |
isNull(java.lang.String s)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringUtils()
Method Detail |
---|
public static boolean isNull(java.lang.String s)
public static boolean isEqual(java.lang.String str1, java.lang.String str2)
str1
- String
str2
- String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |