Class Summary |
AndMatcher<T extends Key<?>> |
Matches using an AND operator on two Matcher operands. |
EverythingMatcher<T extends Key<?>> |
Matches on the complete key being equal (both name and group). |
GroupMatcher<T extends Key<?>> |
Matches on group (ignores name) property of Keys. |
KeyMatcher<T extends Key<?>> |
Matches on the complete key being equal (both name and group). |
NameMatcher<T extends Key<?>> |
Matches on name (ignores group) property of Keys. |
NotMatcher<T extends Key<?>> |
Matches using an NOT operator on another Matcher. |
OrMatcher<T extends Key<?>> |
Matches using an OR operator on two Matcher operands. |
StringMatcher<T extends Key<?>> |
An abstract base class for some types of matchers. |