Skip to content

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

Open
@tinswzy

Description

@tinswzy

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions