Package com.macrofocus.filter
Interface IndexFilter<E>
-
- All Superinterfaces:
Filter<E>
- All Known Subinterfaces:
MutableIndexFilter<E>
- All Known Implementing Classes:
AbstractIndexFilter
,AbstractMutableIndexFilter
,SimpleIndexFilter
public interface IndexFilter<E> extends Filter<E>
Created by luc on 24.04.17.
-
-
Method Summary
-
Methods inherited from interface com.macrofocus.filter.Filter
addFilterListener, addWeakFilterListener, getFilteredCount, isActive, isEnabled, isFiltered, isFiltered, removeFilterListener, removeFilterListeners
-
-