|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--info.jedi.net.LocationID
class LocationID uniquely identifies a internet address and port that a ReliableHandler has been communicating with. It is used to hash CommunicationPorts in a table to make sure they aren't duplicated.
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares two LocationIDs for equality |
int |
hashCode()
Returns a hash value for this LocationID based on all of its members |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public boolean equals(java.lang.Object obj)
public int hashCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |