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

Method toJava

basex-core/src/main/java/org/basex/query/value/item/Dur.java:243–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241 }
242
243 @Override
244 public final Duration toJava() {
245 return ADate.DF.newDuration(Token.string(string(null)));
246 }
247
248 @Override
249 public final int hashCode() {

Callers

nothing calls this directly

Calls 2

stringMethod · 0.95
stringMethod · 0.95

Tested by

no test coverage detected