馬shi兵Elastic Stack;Elastic認(rèn)證特訓(xùn)
?// 修改次數(shù)記錄
? ?protected transient int modCount = 0;
? ?// 數(shù)組的最大長(zhǎng)度
? ?// 疑問(wèn) 4:為什么 ArrayList 的最大容量是 Integer.MAX_VALUE,Long.MAX_VALUE 不行嗎?
? ?// 疑問(wèn) 5:為什么 ArrayList 的最大容量是 MAX_VALUE - 8,一定會(huì)減 8 嗎?
? ?private static final int MAX_ARRAY_SIZE = Integer.MAX_VALUE - 8??
標(biāo)簽: