Java basic class: Collections tool class
catalogue
1,Collections
1.1. Sorting: (all static methods)
1.2. Search and replace
1.3 synchronous control
1.4. Return immutable set
1,Collections
Collections is a tool class that operates on collections such as Set, List, and Map.
Collections provides a series of static methods to sort, query and modify collection elements. It also pr ...
Posted on Mon, 20 Sep 2021 02:57:45 -0400 by naveendk.55