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

Method equals

storm-client/src/jvm/org/apache/storm/generated/LogLevel.java:405–410  ·  view source on GitHub ↗
(java.lang.Object that)

Source from the content-addressed store, hash-verified

403 }
404
405 @Override
406 public boolean equals(java.lang.Object that) {
407 if (that instanceof LogLevel)
408 return this.equals((LogLevel)that);
409 return false;
410 }
411
412 public boolean equals(LogLevel that) {
413 if (that == null)

Callers 2

compareToMethod · 0.45
schemeMethod · 0.45

Tested by

no test coverage detected