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