MCPcopy Create free account
hub / github.com/DMinerJackie/prefuse-visualization-tool / resize

Method resize

src/prefuse/util/ArrayLib.java:520–525  ·  view source on GitHub ↗

Resize the given array as needed to meet a target size. @param a the array to potentially resize @param size the minimum size of the target array @return the resized array, if the original array meets the size requirement, it is simply return, otherwise a new array is allocated and the contents of t

(int[] a, int size)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

updateDepthsMethod · 0.95
toArrayMethod · 0.95
toDoubleArrayMethod · 0.95
medianMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected