03 2021 档案
摘要:/** * Possibly repeatedly traverses from tail, unsplicing cancelled * nodes until none are found. Unparks nodes that may have been * relinked to be ne
阅读全文
摘要:static final int WAITING = 1; // must be 1 static final int CANCELLED = 0x80000000; // must be negative static final int COND = 2; // in a condition w
阅读全文
摘要:signalNext函数的作用为通知指定节点的后继节点结束等待状态 static final int WAITING = 1; // must be 1 static final int CANCELLED = 0x80000000; // must be negative static final
阅读全文
摘要:// 表示Node节点状态的常量 static final int WAITING = 1; // must be 1 static final int CANCELLED = 0x80000000; // must be negative static final int COND = 2; //
阅读全文
摘要:本文主要对StringBuilder源代码中的重点难点方法进行解析。 StringBuilder(String str) 创建一个新的StringBuilder,其初始内容为传入的字符串str @HotSpotIntrinsicCandidate public StringBuilder(Strin
阅读全文

浙公网安备 33010602011771号