SyntaxFix
Write A Post
Hire A Developer
Questions
Assuming you have an ArrayList that contains characters, you could do this:
ArrayList
List<Character> list = new ArrayList<Character>(); list.addAll(Arrays.asList('+', '-', '*', '^'));