MCPcopy Create free account
hub / github.com/BaseXdb/basex / equals

Method equals

basex-core/src/main/java/org/basex/query/expr/CmpR.java:291–295  ·  view source on GitHub ↗
(final Object obj)

Source from the content-addressed store, hash-verified

289 }
290
291 @Override
292 public boolean equals(final Object obj) {
293 return this == obj || obj instanceof final CmpR cmp && min == cmp.min && max == cmp.max &&
294 super.equals(obj);
295 }
296
297 @Override
298 public String description() {

Callers 1

mergeEbvMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected