public class SearchMatcher extends java.lang.Object implements ca.odell.glazedlists.matchers.Matcher<BibtexEntry>
| Modifier and Type | Field and Description |
|---|---|
static SearchMatcher |
INSTANCE |
| Constructor and Description |
|---|
SearchMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(BibtexEntry entry) |
public static SearchMatcher INSTANCE
public boolean matches(BibtexEntry entry)
matches in interface ca.odell.glazedlists.matchers.Matcher<BibtexEntry>