AttributeMap
2019-03-12 本文已影响0人
七星石
涉及的核心实现类:DefaultAttributeMap
数据结构:attributes--AtomicRefrenceArray[4]
每个元素为DefaultAttribute,有head,next,prev,key(AttributeKey),value
AttributeKey包括id,name,根据id/4查找在哪个数组元素,每个元素链接成双向链表。
涉及的核心实现类:DefaultAttributeMap
数据结构:attributes--AtomicRefrenceArray[4]
每个元素为DefaultAttribute,有head,next,prev,key(AttributeKey),value
AttributeKey包括id,name,根据id/4查找在哪个数组元素,每个元素链接成双向链表。