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

Method isEmpty

basex-core/src/main/java/org/basex/query/value/Value.java:72–74  ·  view source on GitHub ↗

Tests if this is an empty sequence. If the empty sequence is known to be Empty#VALUE, it can be replaced with a slightly faster direct comparison. @return result of check

()

Source from the content-addressed store, hash-verified

70 * @return result of check
71 */
72 public boolean isEmpty() {
73 return false;
74 }
75
76 /**
77 * Returns the item at the given position.

Callers 15

parseAnnotationsMethod · 0.95
bindMethod · 0.95
valueMethod · 0.95
finishMethod · 0.95
inlineableMethod · 0.95
valueMethod · 0.95
valueMethod · 0.95
itemMethod · 0.95
indexMethod · 0.95
parseMethod · 0.95
itemMethod · 0.95
minmaxMethod · 0.95

Calls

no outgoing calls

Tested by 1

parseMethod · 0.76