MCPcopy Index your code
hub / github.com/jankotek/mapdb / toArray

Method toArray

src/main/java/org/mapdb/BTreeMapJava.java:613–614  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

611 }
612 }
613 @Override
614 public Object[] toArray() { return toList(this).toArray(); }
615 @Override
616 public <T> T[] toArray(T[] a) { return toList(this).toArray(a); }
617 }

Callers

nothing calls this directly

Calls 2

toArrayMethod · 0.45
toListMethod · 0.45

Tested by

no test coverage detected