hla.rti1516
Interface ObjectClassHandle
- All Superinterfaces:
- Serializable
public interface ObjectClassHandle
- extends Serializable
equals
boolean equals(Object otherObjectClassHandle)
- Overrides:
equals in class Object
- Returns:
- true if this refers to the same object class as other handle
hashCode
int hashCode()
- Overrides:
hashCode in class Object
- Returns:
- int. All instances that refer to the same object class should return the same
hashcode.
encodedLength
int encodedLength()
encode
void encode(byte[] buffer,
int offset)
toString
String toString()
- Overrides:
toString in class Object