Interface ListChecker
-
- All Known Implementing Classes:
ExcludeChecker
,IncludeChecker
,ListChecker.NoopChecker
public interface ListChecker
Class Description goes here.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ListChecker.NoopChecker
Does nothing.
-
Field Summary
Fields Modifier and Type Field Description static ListChecker.NoopChecker
NOOP_CHECKER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
check(String key)
-
-
-
Field Detail
-
NOOP_CHECKER
static final ListChecker.NoopChecker NOOP_CHECKER
-
-
Method Detail
-
check
boolean check(String key)
-
-