|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.regexp.shared.SplitResult
public class SplitResult
Pure Java implementation of a regular expression split result.
Constructor Summary | |
---|---|
SplitResult(java.lang.String[] result)
|
Method Summary | |
---|---|
java.lang.String |
get(int index)
Returns one the strings split off. |
int |
length()
Returns the number of strings split off. |
void |
set(int index,
java.lang.String value)
Sets (overrides) one of the strings split off. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SplitResult(java.lang.String[] result)
Method Detail |
---|
public java.lang.String get(int index)
index
- the index of the string to be returned.
public int length()
public void set(int index, java.lang.String value)
index
- the index of the string to be set.
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |