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

Method compare

basex-core/src/main/java/org/basex/query/value/item/Item.java:216–217  ·  view source on GitHub ↗

Compares the current and the specified item. @param item item to be compared @param coll collation (can be null) @param transitive transitive comparison @param ii input info (can be null) @return difference @throws QueryException query exception

(Item item, Collation coll, boolean transitive, InputInfo ii)

Source from the content-addressed store, hash-verified

214 * @throws QueryException query exception
215 */
216 public abstract int compare(Item item, Collation coll, boolean transitive, InputInfo ii)
217 throws QueryException;
218
219 /**
220 * Returns an input stream.

Callers 7

sortMethod · 0.95
compareMethod · 0.95
minmaxMethod · 0.95
itemMethod · 0.95
nextMethod · 0.95
atomicEqualMethod · 0.95
coerceAtomicMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected