MCPcopy Create free account
hub / github.com/antlr/codebuff / toArray

Method toArray

output/java_guava/1.4.17/Maps.java:2789–2793  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2787 }
2788
2789 @Override
2790 public Object[] toArray() {
2791 // creating an ArrayList so filtering happens once
2792 return Lists.newArrayList(iterator()).toArray();
2793 }
2794
2795 @Override
2796 public <T> T[] toArray(T[] array) {

Callers 1

toArrayMethod · 0.45

Calls 2

newArrayListMethod · 0.95
iteratorMethod · 0.65

Tested by

no test coverage detected