涉及的核心实现类: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查找在哪个数组元素,每个元素链接成双向链表。
本文标题:AttributeMap
本文链接:https://www.haomeiwen.com/subject/thowpqtx.html
网友评论