Tutorial
Immutable Generic Classes
In this article Dreamix Java software developer Boris Velichkov teaches us how to implement Immutable Generic Classes. It isn’t so difficult to make a class Immutable or Generic in Java. But what if you try to make the class both Immutable and Generic at the same time? Is it easy and possible?