Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is necessary to set Strategy in Splitter to public so that users can customize flexible Strategies. #5850

Open
tinswzy opened this issue Dec 27, 2021 · 1 comment · May be fixed by #5870
Labels

Comments

@tinswzy
Copy link

tinswzy commented Dec 27, 2021

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

@tinswzy
Copy link
Author

tinswzy commented Dec 30, 2021

@mkbehr @harningt @eatnumber1 @lukhnos Any suggestions ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants