@FunctionalInterface public static interface TextFilterer.HashIgnorer
| Modifier and Type | Field and Description |
|---|---|
static TextFilterer.HashIgnorer |
IGNORE_IF_MATCHES_ALL |
static TextFilterer.HashIgnorer |
NEVER_IGNORE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldIgnore(String hashes,
int hashesSize) |
static final TextFilterer.HashIgnorer NEVER_IGNORE
static final TextFilterer.HashIgnorer IGNORE_IF_MATCHES_ALL
boolean shouldIgnore(String hashes, int hashesSize)