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

Method toArray

output/java_guava/1.4.19/Maps.java:2791–2795  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2789 }
2790
2791 @Override
2792 public Object[] toArray() {
2793 // creating an ArrayList so filtering happens once
2794 return Lists.newArrayList(iterator()).toArray();
2795 }
2796
2797 @Override
2798 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