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

Method toString

basex-core/src/main/java/org/basex/util/list/IntList.java:708–711  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

706 }
707
708 @Override
709 public String toString() {
710 return list == null ? "" : Arrays.toString(toArray());
711 }
712}

Callers

nothing calls this directly

Calls 2

toArrayMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected