Java Multithread Series - [JUC Atomic Class 02] - Atomic Long Array Atomic Class

Reference: http://www.cnblogs.com/skywang12345/p/java_threads_category.html outline Atomic Integer Array, Atomic Long Array and Atomic Reference Array are three types of arrays with similar principles and usages. This chapter introduces atomic classes of array type with Atomic Long Array. The contents include:Introduction to Atomic L ...

Posted by Telemachus on Sat, 22 Dec 2018 21:15:05 -0800

Java Multithread Series - [JUC Atomic Class 04] - Atomic Long Field Updater Atomic Class

Reference: http://www.cnblogs.com/skywang12345/p/java_threads_category.html   outline Atomic IntegerField Updater, Atomic LongField Updater and Atomic Reference Field Updater are similar in principle and usage in modifying atomic types of members of classes. This chapter introduces the basic types of atoms. The contents include:Intr ...

Posted by frizzo on Sun, 16 Dec 2018 23:00:04 -0800

java 23 Design Patterns - 06 - Adapter Patterns

Catalog Catalog Adapter mode Actual case Definition test Realization way UML & Code UML Code Series navigation Adapter mode The Adapter Pattern serves as a bridge between two incompatible interfaces. This type of design pattern belongs to structural pattern, which combines the functions of two independent i ...

Posted by etnastyles on Sun, 16 Dec 2018 06:36:03 -0800

Java basics _day08_(API,String class, StringBuilder class)

Content summary: API overview String class (string class) StringBuilder class (string buffer class) 1. API overview 1.1 Overview: API(Application Programming Interface) is an application programming interface. API in Java refers to Java classes of various functions provided in JDK. 1.2 Usage: Search Java classes that need to ...

Posted by esostigma on Wed, 12 Dec 2018 10:27:06 -0800