a_vcard.android.text
Class TextUtils

java.lang.Object
  extended by a_vcard.android.text.TextUtils

public class TextUtils
extends java.lang.Object


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

getChars

public static void getChars(java.lang.CharSequence s,
                            int start,
                            int end,
                            char[] dest,
                            int destoff)

isEmpty

public static boolean isEmpty(java.lang.CharSequence str)
Returns true if the string is null or 0-length.

Parameters:
str - the string to be examined
Returns:
true if str is null or zero length