Interface ListChecker
-
- All Known Implementing Classes:
ExcludeChecker,IncludeChecker,ListChecker.NoopChecker
public interface ListCheckerClass Description goes here.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classListChecker.NoopCheckerDoes nothing.
-
Field Summary
Fields Modifier and Type Field Description static ListChecker.NoopCheckerNOOP_CHECKER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck(java.lang.String key)
-
-
-
Field Detail
-
NOOP_CHECKER
static final ListChecker.NoopChecker NOOP_CHECKER
-
-