SG
Collection<Enum<*>>
?Size: a a a
SG
Collection<Enum<*>>
?DC
QH
DC
SG
class Holder(itemView: View) : RecyclerView.ViewHolder(itemView), View.OnClickListener {
init {
itemView.setOnClickLisrener(this)
}
override fun onClick(v: View) {}
}
L
AO
obj1.id3 == obj2.subobject?.id3
AO
QH
AO
AO
AO
AO
if (obj1.id3 == obj2.subobject?.id3){...}
AO
QH
S
S
AO
N
M