The Collections class - RichardDanielOliva/java-learning-wiki GitHub Wiki
Java Collections class consists exclusively of static methods that operate on or return collections. It contains polymorphic algorithms that operate on collections, “wrappers”, which return a new collection backed by a specified collection, and a few other odds and ends.
This class contains methods for collection framework algorithms, such as binary search, sorting, shuffling, reverse etc.
References
https://www.journaldev.com/16635/collections-class-java-util-collections