public interface KeyFilter
| Modifier and Type | Interface and Description |
|---|---|
static class |
KeyFilter.AcceptSet
A filter that accepts only names in a set.
|
| Modifier and Type | Field and Description |
|---|---|
static KeyFilter |
acceptAll
Accepts all keys.
|
static KeyFilter |
acceptNone
Accepts no keys.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.lang.String str)
Should the name be accepted?
|