Example #1
1
 private static Set<String> toSetString(List<Integer> list) {
   return Set.set(Ord.stringOrd, list.map(i -> i.toString()));
 }