I have 2 Attribut开发者_StackOverflow社区eSet objects- how can I combine them into 1?
You probably want to create a MutableAttributeSet and then add each element from your two existing ones to it?
I have 2 Attribut开发者_StackOverflow社区eSet objects- how can I combine them into 1?
You probably want to create a MutableAttributeSet and then add each element from your two existing ones to it?
精彩评论