Public Methods | |
virtual bool | equals (PlayerAddress other)=0 |
Tests the address for content equality. More... | |
virtual int | hashCode (void)=0 |
Generates the hashing code for use in HashMaps and similar containers. More... | |
virtual String | toString (void)=0 |
Specialised version of Object.toString providing a meaningful string version of the player address - however implemented. More... |
Definition at line 53 of file PlayerAddress.
|
Tests the address for content equality.
|
|
Generates the hashing code for use in HashMaps and similar containers. Without this, the PlayerAddress will not hash as per expectation.
|
|
Specialised version of Object.toString providing a meaningful string version of the player address - however implemented.
|