Package com.google.gwt.regexp.shared
Class SplitResult
java.lang.Object
com.google.gwt.regexp.shared.SplitResult
Pure Java implementation of a regular expression split result.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SplitResult
-
-
Method Details
-
get
Returns one the strings split off.- Parameters:
index
- the index of the string to be returned.- Returns:
- The index'th string resulting from the split.
-
length
public int length()Returns the number of strings split off. -
set
Sets (overrides) one of the strings split off.- Parameters:
index
- the index of the string to be set.
-