Provides a single function to take an array of bytes and display it in hexadecimal form.
Origin of code: POI. @author Scott Sanders @author Marc Johnson @version $Id: HexDump.java 736507 2009-01-22 00:52:15Z jukka $
950951952953954955956957958959960
int moveToCommon = (int) (slaveSuites.size() * dynamicAssignmentRatio); if (moveToCommon > 0) { List<String> sublist = slaveSuites.subList(slaveSuites.size() - moveToCommon, slaveSuites.size()); for (String suiteName : sublist) { stealingQueueWithHints.add(new SuiteHint(suiteName, allCosts.get(suiteName).estimatedCost)); } sublist.clear(); } }
11911192119311941195119611971198119912001201
if (moveToCommon > 0) { final List<Assignment> movedToCommon = assignments.subList(assignments.size() - moveToCommon, assignments.size()); for (Assignment a : movedToCommon) { stealingQueueWithHints.add(new SuiteHint(a.suiteName, a.estimatedCost)); } movedToCommon.clear(); } final ArrayList<String> slaveSuites = (si.testSuites = Lists.newArrayList());
10041005100610071008100910101011101210131014
972973974975976977978979980981982
11751176117711781179118011811182118311841185
10031004100510061007100810091010101110121013
10971098109911001101110211031104110511061107
11721173117411751176117711781179118011811182