public interface AttributePredicate
Modifier and Type | Method and Description |
---|---|
boolean |
matches(java.lang.String attributeName,
java.lang.Object attributeValue)
Tell if an attribute is recognized or not.
|
boolean matches(java.lang.String attributeName, java.lang.Object attributeValue)
attributeName
- The name of the attribute.attributeValue
- The value of the attribute.