Gets a hash code compatible with the equals method. @return a suitable hash code. @since 2.0
()
| 284 | * @since 2.0 |
| 285 | */ |
| 286 | @Override |
| 287 | public int hashCode() { |
| 288 | return 89 + set.hashCode(); |
| 289 | } |
| 290 | |
| 291 | /** |
| 292 | * Gets a string representation of the set. |