charactersOf

Returns a view of the specified string as an immutable list of Char values.

See also


Returns a view of the specified CharSequence as a List<Character>, viewing this as a sequence of Unicode code units. The view does not support any modification operations, but reflects any changes to the underlying character sequence.

Return

a List<Character> view of the character sequence

See also