SyntaxFix
Write A Post
Hire A Developer
Questions
I've got another solution for that problem:
List<String> list = Arrays.asList(split); List<String> newList = new ArrayList<>(list);
work on newList ;)
newList