AttributeMap

涉及的核心实现类:DefaultAttributeMap

数据结构:attributes--AtomicRefrenceArray[4]

每个元素为DefaultAttribute,有head,next,prev,key(AttributeKey),value

AttributeKey包括id,name,根据id/4查找在哪个数组元素,每个元素链接成双向链表。



                                            

你可能感兴趣的:(AttributeMap)