List<String> items = Arrays.asList(someString.split("\\s*,\\s*"));
Go to list of users who liked
More than 3 years have passed since last update.
List<String> items = Arrays.asList(someString.split("\\s*,\\s*"));
Register as a new user and use Qiita more conveniently
Go to list of users who liked