formatting output
This commit is contained in:
@@ -70,4 +70,9 @@ public class SortResult {
|
||||
return writesUsed;
|
||||
}
|
||||
|
||||
public String getSortCount(){
|
||||
NumberFormat nf = NumberFormat.getInstance(Locale.US);
|
||||
return nf.format(sortedArray.length);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user