MaxStack's recent timeline updates
MaxStack

MaxStack

V2EX member #413235, joined on 2019-05-17 17:28:02 +08:00
MaxStack's recent replies
Aug 5, 2020
Replied to a topic by redhatping 程序员 印象笔记的吃相是不是有点难看呢?
国际版还可以用下。国内版 IOS app 真的没看懂,好好的笔记软件,加个社区入口,还没办法隐藏。
对的,你指的应该是 modCount 吧,如果有修改的话抛异常 ConcurrentModificationException。这部分是有用的。

我是觉得遍历数组依次输出这部分没必要。
~~~
if (modCount != expectedModCount) {
throw new ConcurrentModificationException();
}
~~~
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   864 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 22:00 · PVG 06:00 · LAX 15:00 · JFK 18:00
♥ Do have faith in what you're doing.