blademainer / blademainer.github.com

My blog of http://xiongyingqi.com. Source is https://github.com/blademainer/blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java分段锁示例 | Blademainer

blademainer opened this issue · comments

https://blog.xiongyingqi.com/2016/04/17/java-multiple-segment-lock/

java分段锁最经典的例子是ConcurrentHashMap,我们也来做做实验。