Module hla.rti1516e
Package hla.rti1516e

Interface RegionHandle

All Superinterfaces:
Serializable

public interface RegionHandle extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object otherRegionHandle)
     
    int
     
     
  • Method Details

    • 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