I am Jacky!
-
What can LinkedList/LinkedHashSet/LinkedHashMap do?
What can LinkedList/LinkedHashSet/LinkedHashMap do?
-
Three ways to reduce if/else
Three ways to reduce if/else
-
Use Generic to reduce repetitive code
Use Generic to reduce repetitive code
-
The principles and techniques of printing logs
The principles and techniques of printing logs
-
Set VM configuration to get full GC dump files
Set VM configuration to get full GC dump files
-
How to make collection read only?
How to make collection read only?
-
Data Transport Security
Data Transport Security
-
putIfAbsent 和 computeIfAbsent 使用说明及示例代码
本文主要介绍 Java 中 Map 的 putIfAbsent 和 computeIfAbsent 使用的方法和示例代码。
-
forEachRemaining() 的用法
forEachRemaining() 使用迭代器 Iterator 的所有元素,并且第二次调用它将不会做任何事情,因为不再有下一个元素。
-
单元测试的原则和技巧
单元测试的原则和技巧