org.hypergraphdb.query
Class IndexedPartCondition
java.lang.Object
org.hypergraphdb.query.IndexedPartCondition
- All Implemented Interfaces:
- HGQueryCondition
public class IndexedPartCondition
- extends java.lang.Object
- implements HGQueryCondition
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
IndexedPartCondition
public IndexedPartCondition(HGHandle type,
HGIndex<?,?> idx,
java.lang.Object partValue,
ComparisonOperator operator)
getIndex
public HGIndex<?,?> getIndex()
getPartValue
public java.lang.Object getPartValue()
getType
public HGHandle getType()
getOperator
public ComparisonOperator getOperator()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals in class java.lang.Object