elect
06/13/2022, 7:49 AMephemient
06/13/2022, 7:52 AMval child = object : AbstractCollection() {
override val size get() = root.count { isChild }
override fun iterator() = root.filter { isChild }.iterator()
}
elect
06/13/2022, 7:59 AMMichael de Kaste
06/13/2022, 10:16 AMelect
06/13/2022, 10:18 AMMichael de Kaste
06/13/2022, 10:27 AMelect
06/13/2022, 12:04 PMmap<name, ArrayList>
on the root containing the corresponding children lists and then forwarding the methods I needephemient
06/13/2022, 12:08 PMnkiesel
06/13/2022, 7:01 PM