immutableShow all

Immutable Design Pattern

An immutable class is simply a class whose instances cannot be modified . A…

Read More »

Why Map Key should be Immutable Object ?

A couple days ago a coworker and I were working on a piece of code that at…

Read More »