()
| 287 | } |
| 288 | |
| 289 | @Override |
| 290 | public int hashCode() { |
| 291 | return XByteBuffer.toInt(getUniqueId(), 0); |
| 292 | } |
| 293 | |
| 294 | /** |
| 295 | * Compares to ChannelData objects, only compares on getUniqueId().equals(o.getUniqueId()) |
nothing calls this directly
no test coverage detected