MCPcopy Create free account
hub / github.com/apache/tomcat / hashCode

Method hashCode

java/org/apache/catalina/tribes/io/ChannelData.java:289–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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())

Callers

nothing calls this directly

Calls 2

toIntMethod · 0.95
getUniqueIdMethod · 0.95

Tested by

no test coverage detected