char array to arraylist java

Java
myString.chars().mapToObj(c -> (char) c).collect(Collectors.toList());
Source

Also in Java: