Tag Archives: patterns

Mutable

So you might wonder – “Mutable” – what is that all about? In general we prefer things to be Immutable. With immutability comes improved performance because we do not have to copy things around and the JIT can do some … Continue reading

Posted in Java | Tagged , | Leave a comment