This commit replaces the use of Collections.unmodifiableList/Set/Map with the corresponding 'of(...)' factory methods introduced in Java 9. Closes gh-27824
This commit replaces the use of Collections.unmodifiableList/Set/Map with the corresponding 'of(...)' factory methods introduced in Java 9. Closes gh-27824