调试 Eclipse IDE 时 "elementData" 和 [0] 是什么意思?

What is meant by "elementData" and [0] while debugging Eclipse IDE?

以下是我调试时的截图。我想知道 elementData 是什么意思

https://qph.is.quoracdn.net/main-qimg-687ac74cbb37844aaaf5c4ecc96e8623?convert_to_webp=true [0] 是什么意思。我知道 elementData 数组的第 0 个索引。但是elementData是什么?

https://qph.is.quoracdn.net/main-qimg-65350d44db817e8e5b4bb102248dd155?convert_to_webp=true

这些是数组列表的数据,[0] 是第 0 个元素,因为您目前只有 1 个元素,因此只有 [0] 也是数组列表的大小,即 1

您的数组列表是元素,元素数据是数组列表中的数据,在其下方您会看到 [0],这是数组列表元素中的第一个数据