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

Method equals

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

Source from the content-addressed store, hash-verified

168 }
169
170 @Override
171 public boolean equals(final Object obj) {
172 return this == obj || obj instanceof Range && super.equals(obj);
173 }
174
175 @Override
176 public String description() {

Callers 1

optimizePosMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected