static class AutoFilterManager.CompiledFilter extends Filter implements SearchCompiler.MatchSupplier
Filter.FilterPreferenceEntry
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
key |
(package private) java.lang.String |
value |
allElements, caseSensitive, mapCSSSearch, mode, regexSearch, text
Constructor and Description |
---|
CompiledFilter(java.lang.String key,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
SearchCompiler.Match |
get() |
compareTo, getPreferenceEntry
equals, hashCode, readFromString, toString, writeToString
CompiledFilter(java.lang.String key, java.lang.String value)
public SearchCompiler.Match get()
get
in interface java.util.function.Supplier<SearchCompiler.Match>
get
in interface SearchCompiler.MatchSupplier