The Collections Utility class was added in JDK 1.2 and was most recently updated in JDK 8. The Collections Utility class provides an API for working with classes in the Collections framework; Collections, Lists, Maps, and Sets. Let's take a look.
Article: https://inside.java/sip/080
Tags: #Java #OpenJDK #InsideJava