|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.generic.util.ArrayUtilities
The ArrayUtilities provides utility methods that are usefull
when working with arrays.
| Method Summary | |
static java.lang.String[] |
getStringTokenArray(java.lang.String str,
java.lang.String delims,
boolean trim)
Returns an array of String tokens. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static final java.lang.String[] getStringTokenArray(java.lang.String str,
java.lang.String delims,
boolean trim)
String tokens. These tokens are given
throught str and delimeted by the characters given throught
delims
str - the String that consists of a set of tokensdelims - the delimiters the tokens are delimited bytrim - a flag that indicates whether the token should be trimmed or
not
String token gathered in an
array
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||