Open
Description
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
more issues see: Splitter related issues