hla.rti1516
Interface RegionHandle

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
RegionHandleImpl

public interface RegionHandle
extends java.io.Serializable


Method Summary
 boolean equals(java.lang.Object otherRegionHandle)
           
 int hashCode()
           
 java.lang.String toString()
           
 

Method Detail

equals

boolean equals(java.lang.Object otherRegionHandle)
Overrides:
equals in class java.lang.Object
Returns:
true if this refers to the same Region as other handle

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object
Returns:
int. All instances that refer to the same Region should return the same hashcode.

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object