immutable共4篇
A new Java ORM and why we need it-拾光赋

A new Java ORM and why we need it

A new Java ORM and why we need it,I've created a framework about immutable data and ORM for immutable data. Project name: Jimmer Project Home: https://babyfish-ct.github.io/jimmer-...
kity的头像-拾光赋kity3年前
0489
Effective Java! Make Defensive Copies When Necessary-拾光赋

Effective Java! Make Defensive Copies When Necessary

Effective Java! Make Defensive Copies When Necessary, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesda...
kity的头像-拾光赋kity5年前
02910
Immutable class in Java-拾光赋

Immutable class in Java

Immutable class in Java,In this article, we'll define the typical steps for creating an immutable class in Java and also shed light on the common mistakes which are made by develop...
kity的头像-拾光赋kity5年前
0466
Immutable data structures in Java-拾光赋

Immutable data structures in Java

Immutable data structures in Java,As part of some of the coding interviews I’ve been conducting recently, the topic of immutable data structures comes up regularly. I’m not overl...
kity的头像-拾光赋kity6年前
0376