MCPcopy Create free account
hub / github.com/apache/solr / newArray

Method newArray

solr/solrj/src/java/org/noggit/ObjectBuilder.java:183–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181 }
182
183 public Object newArray() {
184 return new ArrayList<Object>();
185 }
186
187 @SuppressWarnings("unchecked")
188 public void addArrayVal(Object arr, Object val) throws IOException {

Callers 1

getArrayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected