It can be implemented as following, but why?
String[] checkedToDeleteStringArray = checkedToDeleteHashSet.toArray(new String[0]);It can be implemented as following, but why?
String[] checkedToDeleteStringArray = checkedToDeleteHashSet.toArray(new String[0]);