Most concise way to convert a Set to a List October 14, 2022 by Tarik List<String> list = new ArrayList<String>(listOfTopicAuthors);