|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecta_vcard.android.text.TextUtils
public class TextUtils
Method Summary | |
---|---|
static void |
getChars(java.lang.CharSequence s,
int start,
int end,
char[] dest,
int destoff)
|
static boolean |
isEmpty(java.lang.CharSequence str)
Returns true if the string is null or 0-length. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void getChars(java.lang.CharSequence s, int start, int end, char[] dest, int destoff)
public static boolean isEmpty(java.lang.CharSequence str)
str
- the string to be examined
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |