Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Jun 25, 2024
1 parent 137094f commit 389e388
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,9 @@
- [ThreadSynchronizeed](./src/main/java/thread/ThreadSynchronizeed.java)
- [LockThread](./src/main/java/thread/ThreadLock.java)

- Lock
- `synchronized`, `ReentrantLock` are `pessimistic` lock

- Generic type
- [demo 1](./src/main/java/Advances/Generic/demo1.java) : Generic intro
- [demo 2](./src/main/java/Advances/Generic/demo2.java) : Generic type with custom class demo
Expand Down

0 comments on commit 389e388

Please sign in to comment.