public interface Filter
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Descriptor d)
Returns true if this filter matches the
given object
|
boolean matches(Descriptor d)
d - The object to match against
this filter. May not be nullCopyright © 2009–2019 Oracle Corporation. All rights reserved.