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

Method comparable

basex-core/src/main/java/org/basex/query/value/item/Atm.java:66–69  ·  view source on GitHub ↗
(final Item item)

Source from the content-addressed store, hash-verified

64 }
65
66 @Override
67 public boolean comparable(final Item item) {
68 return item.type.isStringOrUntyped();
69 }
70
71 @Override
72 public boolean deepEqual(final Item item, final DeepEqual deep) throws QueryException {

Callers 4

deepEqualMethod · 0.95
evalMethod · 0.45
testMethod · 0.45
valueMethod · 0.45

Calls 1

isStringOrUntypedMethod · 0.65

Tested by

no test coverage detected