shosetsuorg / kotlin-lib

MOVED TO GITLAB: Shosetsu - Base Library and Lua Support
https://gitlab.com/shosetsuorg/kotlin-lib
GNU General Public License v3.0
6 stars 17 forks source link

Remove Map<Int,Any/T> from Filter.Group/List #33

Open Doomsdayrs opened 2 years ago

Doomsdayrs commented 2 years ago

Currently Filter.Group/List both have their states set to a Map<Int,Any/T>

This is quite redundant, as Array<Filter<*/T>> can handle the job as each child Filter already has a state.