public class NotEqualsLeaf extends Leaf
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected Object |
value |
| Constructor and Description |
|---|
NotEqualsLeaf() |
NotEqualsLeaf(String key,
Object value,
ParentNode parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey() |
Object |
getValue() |
int |
hashCode() |
void |
setKey(String key) |
void |
setValue(Object value) |
public NotEqualsLeaf()
public NotEqualsLeaf(String key, Object value, ParentNode parent)
Copyright © 2014 Calrissian. All rights reserved.