GWT 2.7.0

Uses of Class
com.google.gwt.regexp.shared.SplitResult

Packages that use SplitResult
com.google.gwt.regexp.shared A regular expression package based on the capabilities of Javascript's RegExp. 
 

Uses of SplitResult in com.google.gwt.regexp.shared
 

Methods in com.google.gwt.regexp.shared that return SplitResult
 SplitResult RegExp.split(java.lang.String input)
          Splits the input string around matches of the regular expression.
 SplitResult RegExp.split(java.lang.String input, int limit)
          Splits the input string around matches of the regular expression.
 


GWT 2.7.0