Tag Archive

Tag Archives for " Immutable Collections "

Immutable Collections in Java 9

1.Overview The arrival of Java 9 brings many new features to Java’s Collections API, one of which being collection factory methods which adds syntactic sugar for creating small unmodifiable Collection instances using new convenience factory methods as per JEP 269. In this article, we will discuss the usage and implementation details. 2. Motivation Let’s start […]

Continue reading