public abstract class KeyValueLeafCriteria extends LeafCriteria
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected Object |
value |
nodes, parent| Constructor and Description |
|---|
KeyValueLeafCriteria(String key,
Object value,
ParentCriteria parentCriteria) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey() |
Object |
getValue() |
int |
hashCode() |
String |
toString() |
addChild, children, parent, removeChildpublic KeyValueLeafCriteria(String key, Object value, ParentCriteria parentCriteria)
public String getKey()
public Object getValue()
public boolean equals(Object o)
equals in interface com.google.common.base.Predicate<TupleStore>equals in class LeafCriteriapublic int hashCode()
hashCode in class LeafCriteriapublic String toString()
toString in class LeafCriteriaCopyright © 2017 Calrissian. All rights reserved.