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

Method sort

src/prefuse/util/ArrayLib.java:656–658  ·  view source on GitHub ↗

Sort two arrays simultaneously, using the sort order of the values in the first array to determine the sort order for both arrays. @param a the array to sort by @param b the array to re-arrange based on the sort order of the first array.

(int[] a, double[] b)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

sortedChildrenMethod · 0.95
medianMethod · 0.95
convexHullMethod · 0.95
sortMethod · 0.95
initMethod · 0.45
layoutMethod · 0.45
quantilesMethod · 0.45
ordinalArrayMethod · 0.45

Calls 2

mergesortMethod · 0.95
insertionsortMethod · 0.95

Tested by

no test coverage detected