static final class NodePredicates.NotPredicate extends Object implements NodePredicate
| Modifier and Type | Field and Description |
|---|---|
private NodePredicate |
a |
| Constructor and Description |
|---|
NotPredicate(NodePredicate n) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(Node n) |
NodePredicate |
negate() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, orprivate final NodePredicate a
NotPredicate(NodePredicate n)
public boolean apply(Node n)
apply in interface NodePredicatepublic NodePredicate negate()
negate in interface NodePredicate