Finally, I modified the sort function in this manner to get sorted data. Collections.sort(ls, new Comparator() { public int compare(Object o1, Object o2) ...
-
April 5, 2022
- 0 Comments