public class IndexCondition<Key,Value> extends java.lang.Object implements HGQueryCondition
Constructor and Description |
---|
IndexCondition() |
IndexCondition(HGIndex<Key,Value> idx,
Key key) |
IndexCondition(HGIndex<Key,Value> idx,
Key key,
ComparisonOperator op) |
IndexCondition(HGIndex<Key,Value> idx,
Ref<Key> key,
ComparisonOperator op) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
HGIndex<Key,Value> |
getIndex() |
java.lang.Object |
getKey() |
Ref<Key> |
getKeyReference() |
ComparisonOperator |
getOperator() |
int |
hashCode() |
void |
setIndex(HGIndex<Key,Value> idx) |
void |
setKeyReference(Ref<Key> key) |
public IndexCondition()
public IndexCondition(HGIndex<Key,Value> idx, Key key, ComparisonOperator op)
public java.lang.Object getKey()
public ComparisonOperator getOperator()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object