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

Method hasNext

basex-core/src/main/java/org/basex/util/ft/FTLexer.java:143–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141 }
142
143 @Override
144 public boolean hasNext() {
145 return iter.hasNext();
146 }
147
148 @Override
149 public FTSpan next() {

Callers 13

textMethod · 0.95
nextMethod · 0.95
uniqueMethod · 0.95
indexAccessibleMethod · 0.95
tokensMethod · 0.95
buildMethod · 0.95
drawTextMethod · 0.95
countMethod · 0.95
mainMethod · 0.45
parseMethod · 0.45
buildMethod · 0.45
markNodesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected