hla.rti1516
Interface RegionHandle

All Superinterfaces:
Serializable

public interface RegionHandle
extends Serializable


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

Method Detail

equals

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

hashCode

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

toString

String toString()
Overrides:
toString in class Object