org.hypergraphdb.query
Class IndexCondition<Key,Value>
java.lang.Object
org.hypergraphdb.query.IndexCondition<Key,Value>
- All Implemented Interfaces:
- HGQueryCondition
public class IndexCondition<Key,Value>
- extends java.lang.Object
- implements HGQueryCondition
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexCondition
public IndexCondition(HGIndex<Key,Value> idx,
Key key)
IndexCondition
public IndexCondition(HGIndex<Key,Value> idx,
Key key,
ComparisonOperator op)
getIndex
public HGIndex<Key,Value> getIndex()
getKey
public java.lang.Object getKey()
getOperator
public ComparisonOperator getOperator()