Return a String representation of this address object. @return string representation of this address
()
| 47 | * @return string representation of this address |
| 48 | */ |
| 49 | @Override |
| 50 | public abstract String toString(); |
| 51 | |
| 52 | /** |
| 53 | * The equality operator. Subclasses should provide an |