guava
guava copied to clipboard
It is necessary to set Strategy in Splitter to public so that users can customize flexible Strategies.
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
@mkbehr @harningt @eatnumber1 @lukhnos Any suggestions ?