Returns the canonical string representation of this entry, defined as follows. If the count for this entry is one, this is simply the string representation of the corresponding element. Otherwise, it is the string representation of the element, followed by the three characters " x " (space,
()
| 292 | * " x "} (space, letter x, space), followed by the count. |
| 293 | */ |
| 294 | @Override |
| 295 | String toString(); |
| 296 | } |
| 297 |
no outgoing calls
no test coverage detected