public class NotEqualsLeaf<T> extends TermValueLeaf<T> implements NegationLeaf
| Constructor and Description |
|---|
NotEqualsLeaf(String term,
T value,
ParentNode parent) |
| Modifier and Type | Method and Description |
|---|---|
Node |
clone(ParentNode node) |
String |
toString() |
equals, getValue, hashCodefirstKnownType, getTypepublic NotEqualsLeaf(String term, T value, ParentNode parent)
Copyright © 2018 Calrissian. All rights reserved.