Java 9 Collection factory and java 10 copyOf methods
The Java 9 collection factory methods and java 10 copyOf methods add functionalities to create immutableCollections. Before we discuss those methods, let us look at three concepts in collections i.e. View Collection, Unmodifiable collection and unmodifiable view collection. What is a View Collection? A view collection does not store elements but instead relies on a … Read more