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

Method init

basex-core/src/main/java/org/basex/util/ft/FTLexer.java:112–115  ·  view source on GitHub ↗

Initializes the iterator. @return self reference

()

Source from the content-addressed store, hash-verified

110 * @return self reference
111 */
112 public FTLexer init() {
113 init(text);
114 return this;
115 }
116
117 /**
118 * Sets the Levenshtein error if it has not been assigned yet.

Callers 7

itemMethod · 0.95
nextMethod · 0.95
uniqueMethod · 0.95
indexAccessibleMethod · 0.95
iterMethod · 0.95
countMethod · 0.95
copyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected