You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is necessary to set Strategy in Splitter to public,so that users can customize flexible Strategies. public interface Strategy { Iterator<String> iterator(Splitter splitter, CharSequence toSplit); }
Or provide other ways for users to programmatically define Strategies.
Otherwise we would have been seeing some of the following requirements, some of which I really needed
It is necessary to set Strategy in Splitter to public,so that users can customize flexible Strategies.
public interface Strategy { Iterator<String> iterator(Splitter splitter, CharSequence toSplit); }
Or provide other ways for users to programmatically define Strategies.
Otherwise we would have been seeing some of the following requirements, some of which I really needed
#3491、#1900、... ...
more issues see: Splitter related issues
The text was updated successfully, but these errors were encountered: