MCPcopy Create free account
hub / github.com/LASER-UMASS/Themis / arrayToString

Method arrayToString

subjectSystems/C,D/core/Utils.java:415–445  ·  view source on GitHub ↗

Returns the given Array in a string representation. Even though the parameter is of type "Object" one can hand over primitve arrays, e.g. int[3] or double[2][4]. @param array the array to return in a string representation @return the array as string

(Object array)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

toStringMethod · 0.95
mainMethod · 0.95

Calls 3

getArrayDimensionsMethod · 0.95
getMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected