Uses of Class
org.dizitart.no2.filters.ComparableFilter
-
Packages that use ComparableFilter Package Description org.dizitart.no2.filters -
-
Uses of ComparableFilter in org.dizitart.no2.filters
Subclasses of ComparableFilter in org.dizitart.no2.filters Modifier and Type Class Description classIndexOnlyFilterAn abstract class representing a filter that can be applied to an index.classStringFilterAn abstract class representing a filter for string values.Methods in org.dizitart.no2.filters that return types with arguments of type ComparableFilter Modifier and Type Method Description List<ComparableFilter>IndexScanFilter. getFilters()Constructor parameters in org.dizitart.no2.filters with type arguments of type ComparableFilter Constructor Description IndexScanFilter(Collection<ComparableFilter> filters)Instantiates a new Index scan filter.
-