public class NotInPredicateFilter extends Object implements PredicateFilter
| Constructor and Description |
|---|
NotInPredicateFilter(Dictionary dictionary,
List<String> values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(int dictId) |
boolean |
apply(int[] dictIds,
int length) |
public NotInPredicateFilter(Dictionary dictionary, List<String> values)
public boolean apply(int dictId)
apply in interface PredicateFilterpublic boolean apply(int[] dictIds,
int length)
apply in interface PredicateFilterCopyright © 2018–2020 Apache Software Foundation. All rights reserved.