美文网首页
AttributeMap

AttributeMap

作者: 七星石 | 来源:发表于2019-03-12 09:15 被阅读0次

涉及的核心实现类:DefaultAttributeMap

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

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

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

                                            

相关文章

网友评论

      本文标题:AttributeMap

      本文链接:https://www.haomeiwen.com/subject/thowpqtx.html