Java下的锁

  • 1.Lock
  • 2.ReentrantLock
  • 3.ReentrantReadWriteLock

可以使用Condition进行线程间的同步.

其类结构如下: image