org.wicketstuff.calendarviews.util
Class StringUtil
java.lang.Object
org.wicketstuff.calendarviews.util.StringUtil
public class StringUtil
- extends Object
You shouldn't use this class - you should use commons-lang. We only use it internally to avoid
having an extra dependency for the very few things we need.
- Author:
- Jeremy Thomerson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
public static final String EMPTY
- See Also:
- Constant Field Values
StringUtil
public StringUtil()
isEmpty
public static boolean isEmpty(String string)
- Parameters:
string - the string to test
- Returns:
- true if the string is null, 0 length, or 0 length after a trim()
join
public static String join(Object[] array,
String separator)
join
public static String join(Object[] array,
String separator,
int startIndex,
int endIndex)
Copyright © 2011. All Rights Reserved.