MCPcopy Create free account
hub / github.com/apache/storm / equals

Method equals

storm-client/src/jvm/org/apache/storm/tuple/TupleImpl.java:263–266  ·  view source on GitHub ↗
(Object other)

Source from the content-addressed store, hash-verified

261 }
262
263 @Override
264 public boolean equals(Object other) {
265 return this == other;
266 }
267
268 @Override
269 public int hashCode() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected