edu.berkeley.cs.db.yfilter.querymodule
Class IDPair
java.lang.Object
|
+--edu.berkeley.cs.db.yfilter.querymodule.IDPair
- public class IDPair
- extends java.lang.Object
Constructor Summary |
IDPair(int queryId,
int pathId)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
m_queryId
protected int m_queryId
m_pathId
protected int m_pathId
IDPair
public IDPair(int queryId,
int pathId)
getQueryId
public int getQueryId()
getPathId
public int getPathId()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
print
public void print()
printToFile
public void printToFile(java.io.PrintWriter out)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object id)
- Overrides:
equals
in class java.lang.Object