FilterPostProcessor – filter index accessors patch

@Nehon

I created a patch with some utility methods to FilterPostProcessor for working with filter index within the filters list.

I needed to reorder the filter order, which is why I needed this, most importantly the insert method (well, add(int index, Filter filter) ).

Cheers

1 Like

Thanks, it’s gonna be handy.