|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.colossus.util.Split
public final class Split
Perl-style split function. Still useful, because String.split works with arrays and regexes, not Lists and plain Strings.
Glob| Constructor Summary | |
|---|---|
Split()
|
|
| Method Summary | |
|---|---|
static java.util.List<java.lang.String> |
split(char sep,
java.lang.String s)
Split the string into a list of substrings delimited by sep. |
static java.util.List<java.lang.String> |
split(java.lang.String sep,
java.lang.String s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Split()
| Method Detail |
|---|
public static java.util.List<java.lang.String> split(char sep,
java.lang.String s)
public static java.util.List<java.lang.String> split(java.lang.String sep,
java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||