hla.rti1516
Interface DimensionHandle
- All Superinterfaces:
- Serializable
public interface DimensionHandle
- extends Serializable
Type-safe handle for a dimension. Generally these are created by the RTI and passed to the
user.
equals
boolean equals(Object otherDimensionHandle)
- Overrides:
equals in class Object
- Returns:
- true if this refers to the same dimension as other handle
hashCode
int hashCode()
- Overrides:
hashCode in class Object
- Returns:
- int. All instances that refer to the same dimension should return the same hascode.
encodedLength
int encodedLength()
encode
void encode(byte[] buffer,
int offset)
toString
String toString()
- Overrides:
toString in class Object