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

Method toArray

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

Source from the content-addressed store, hash-verified

2915 }
2916
2917 @Override
2918 public Object[] toArray() {
2919 // creating an ArrayList so filtering happens once
2920 return Lists.newArrayList(iterator()).toArray();
2921 }
2922
2923 @Override
2924 public <T> T[] toArray(T[] array) {

Callers

nothing calls this directly

Calls 3

newArrayListMethod · 0.95
iteratorMethod · 0.95
toArrayMethod · 0.45

Tested by

no test coverage detected