|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.ucsb.cs.jicos.services.ResultId
public class ResultId
A object that functions as an identifier for a particular computation: Every computation initiated by either a Hsp compute method or Hsp setComputation method has a unique ResultId associated with it.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object resultId)
Used so that ResultId objects can be the key in utility data structures, such as HashMap. |
int |
hashCode()
Used so that ResultId objects can be the key in utility data structures, such as HashMap. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean equals(java.lang.Object resultId)
equals in class java.lang.ObjectresultId - The ResultId object to be compared for equality.
public int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||