Java, Programming IT Nursery Most concise way to convert a Set to a List For example, I am currently doing this: Set<String> setOfTopicAuthors = .... List<String> list = Arrays.asList( setOfTopicAuthors.toArray( new String... May 29, 2022 0 Comments