| Name | Summary |
|---|---|
FilterValues | constructor(ints: MutableList<Int>, longs: MutableList<Long>, floats: MutableList<Float>, strings: MutableList<String>) |
| Name | Summary |
|---|---|
floats | val floats: MutableList<Float> |
ints | val ints: MutableList<Int> |
longs | val longs: MutableList<Long> |
strings | val strings: MutableList<String> |