02 2024 档案

摘要:private void set(ThreadLocal<?> key, Object value) { // We don't use a fast path as with get() because it is at // least as common to use set() to cre 阅读全文
posted @ 2024-02-24 07:22 Jonathan1 阅读(14) 评论(0) 推荐(0) 编辑
摘要:public class PrintABC { private static final Object lock = new Object(); private static volatile Integer index = 0; private static final int count = 3 阅读全文
posted @ 2024-02-19 11:36 Jonathan1 阅读(22) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示