#Java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

#Java

Create a collection. Fill in the information. Remove duplicates and sort in reverse public static <T> Collection<T> removeDuplicates(Collection<T> collection) { return new HashSet<>(collection); }

14th Dec 2020, 7:22 AM
Калысбек Абдилазиз уулу
2 Answers
0
Help me please
14th Dec 2020, 7:30 AM
Калысбек Абдилазиз уулу
14th Dec 2020, 7:52 AM
A͢J
A͢J - avatar