Closed belugabehr closed 3 years ago
Recommended usage:
String[] y = x.toArray(new String[0]);
https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html#toArray-T:A-
Use Arrays.toList() where appropriate. Already used in some places of the code.
Arrays.toList()
Recommended usage:
String[] y = x.toArray(new String[0]);
https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html#toArray-T:A-
Use
Arrays.toList()
where appropriate. Already used in some places of the code.