|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.atlassian.core.util.collection.ArrayUtils
Collection of useful Array methods
| Constructor Summary | |
ArrayUtils()
|
|
| Method Summary | |
static java.lang.String[] |
add(java.lang.String[] array,
java.lang.String obj)
Adds a string to an array and resizes the array. |
static boolean |
isContainsOneBlank(java.lang.String[] array)
Checks if the array is not null, and contains one and only one element, which is blank (see StringUtils.isBlank(java.lang.String)) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ArrayUtils()
| Method Detail |
public static java.lang.String[] add(java.lang.String[] array,
java.lang.String obj)
array - - original arrayobj - - String to add
public static boolean isContainsOneBlank(java.lang.String[] array)
StringUtils.isBlank(java.lang.String))
array -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||