• HOME
  • ABOUT
  • ARCHIVES
Search ...
Search ...

Category: Java

Categories

Java | 2020-04-15

Java TreeSet

The TreeSet in Java is a subclass of Set. The TreeSet collection is used to sort ...

Nick Li
Nick Li
11 min read
Java | 2020-04-09

Java CompletableFuture

In modern software development, system functions are becoming more and more complex, and the method ...

Nick Li
Nick Li
44 min read
Java | 2020-04-05

Java final and static keyword

Final keywordAccording to the context of the program, the Java keyword final has the meaning of “thi ...

Nick Li
Nick Li
19 min read
Java | 2020-03-29

Java Static code block

Static code block: declared with staitc, executed when the jvm loads the class, only onceConstructin ...

Nick Li
Nick Li
13 min read
Java | 2020-03-13

Java CountDownLatch

The JDK concurrency package provides several very useful tool classes. These tool classes provide us ...

Nick Li
Nick Li
14 min read
Java | 2020-02-21

Java TreeMap

TreeMapIn the Map collection framework, in addition to HashMap, TreeMap is also one of the collectio ...

Nick Li
Nick Li
26 min read
Java | 2020-02-10

Java Bit Operations

All data is stored in binary form in the computer. Bit operations are actually operations on the bin ...

Nick Li
Nick Li
18 min read
Java | 2020-02-05

Java PriorityQueue

PriorityQueueThe PriorityQueue class was introduced in Java 1.5. PriorityQueue is an unbounded queue ...

Nick Li
Nick Li
9 min read
Java | 2019-11-18

Java 8 Optional

Java 8 introduced Optional class to avoid NullPointerException. Basically Optional class is a contai ...

Nick Li
Nick Li
6 min read
Java | 2019-11-15

How to deserialize Json content with unknown property when using Jackson

When using Jackson to deserialize a Json string, if the Java object does’t include all the fields in ...

Nick Li
Nick Li
3 min read
← PREV1234NEXT →
— Nick Li —

Recent Posts

  • Java Multithreading 19: Condition
  • Leetcode 228. Summary Ranges
  • Java Multithreading 18: Unfair lock
MORE →

Categories

  • Data Structure and Algorithms
  • Java
  • Spring Cloud
  • how-to-guide

Tag Cloud

Cron Expression Intellij Jackson Java 8 New Features Java Collections Leetcode - Array Leetcode - Backtracking Leetcode - Binary Search Leetcode - Bit Manipulation Leetcode - Breadth First Search Leetcode - Data Leetcode - Depth First Search Leetcode - Divde and Conquer Leetcode - Dynamic Programming Leetcode - Graph Leetcode - Greedy Leetcode - Hash Table Leetcode - Linked List Leetcode - Math Leetcode - Ordered Map Leetcode - Sliding Window Leetcode - Sort Leetcode - Stack Leetcode - String Leetcode - Topological Sort Leetcode - Tree Leetcode - Two Pointers Leetcode - Union Find Multithreading Stream API hexo
Nick Li © 2020
Hexo Casper