|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.XRTIRegionHandle
A type-safe handle for a region.
| Constructor Summary | |
protected |
XRTIRegionHandle(long pIdentifier)
Constructor. |
| Method Summary | |
boolean |
equals(java.lang.Object otherRegionHandle)
Checks this region handle for equality with another. |
protected long |
getIdentifier()
Returns this handle's unique identifier. |
int |
hashCode()
Computes and returns a hash code corresponding to this region handle. |
java.lang.String |
toString()
Returns a string representation of this region handle. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected XRTIRegionHandle(long pIdentifier)
pIdentifier - the region identifier| Method Detail |
protected long getIdentifier()
public boolean equals(java.lang.Object otherRegionHandle)
equals in interface RegionHandleotherRegionHandle - the other region handle
true if the two handles represent
the same region, false otherwisepublic int hashCode()
hashCode in interface RegionHandlepublic java.lang.String toString()
toString in interface RegionHandle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||