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

Method isEmpty

basex-core/src/main/java/org/basex/query/value/seq/Empty.java:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 @Override
59 public boolean isEmpty() {
60 return true;
61 }
62
63 @Override
64 public Object toJava() {

Callers 15

getMethod · 0.45
removeItemMethod · 0.45
subSeqMethod · 0.45
prependMethod · 0.45
addMethod · 0.45
addSequenceMethod · 0.45
valueMethod · 0.45
toStringMethod · 0.45
yearMonthMethod · 0.45
dayTimeMethod · 0.45
QNmMethod · 0.45
inlineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected