|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Filter<T>
A filter that selects values of the generic type T.
Field Summary | |
---|---|
static Filter<?> |
MATCH_ALL
Matches nothing. |
static Filter<?> |
MATCH_NONE
Matches anything. |
Method Summary | |
---|---|
boolean |
matches(T value)
Test if the filter matches. |
Field Detail |
---|
static final Filter<?> MATCH_NONE
static final Filter<?> MATCH_ALL
Method Detail |
---|
boolean matches(T value)
value
- The value to test.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |